@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

/**
 * 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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: ui-monospace, 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;
}

h1{
  font-family: Saira, serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
}

@media (min-width: 768px){
  h1{
    font-size: 45px;
    line-height: 51px;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 56px;
    line-height: 130%;
  }
}

h3{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: Saira, serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (min-width: 768px){
  h3{
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 34px;
    line-height: 38px;
  }
}

h3 svg{
  margin-right: 24px;
}

h4{
  font-family: Saira, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 768px){
  h4{
    font-size: 24px;
    line-height: 1.3;
  }
}

h5{
  font-family: Saira, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px){
  h5{
    font-size: 20px;
    line-height: 1.4;
  }
}

h6{
  font-family: Saira, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
}

p, th, td{
  font-family: Inter, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  p, th, td{
    font-size: 18px;
    line-height: 1.5;
  }
}

p span{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
  font-style: italic;
}

.form p{
  font-family: Inter, serif;
  font-size: 10px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
  font-style: italic;
}

label{
  width: 100%;
}

.btn{
  display: inline-block;
  font-family: Inter, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms
}

@media (min-width: 768px){
  .btn{
    font-size: 16px;
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1024px){
  .btn{
    font-size: 18px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.btn-primary{
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.btn-secondary{
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

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

.btn-third:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.btn-third{
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

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

.btn-third{
  text-transform: uppercase;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

body{
  font-family: Saira, serif;
}

.logo{
  max-width: 60px;
}

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

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

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

.logo img{
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.banner{
  font-family: Saira, serif;
}

.banner h1{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (max-width: 567px){
  .banner h1{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px){
  .banner h1{
    font-size: 25px;
    line-height: 1.3;
  }
}

.banner h1 span{
  margin-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.banner h4{
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

@media (max-width: 567px){
  .banner h4{
    display: none;
  }
}

.navbar-top{
  display: flex;
  justify-content: flex-end;
  height: 40px;
  top: 0px;
  right: 0px;
  width: 100%;
}

@media (min-width: 1024px){
  .navbar-top{
    position: absolute;
  }
}

.phone a{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.phone a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.phone a{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-family: Saira, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (min-width: 768px){
  .phone a{
    font-size: 16px;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.phone svg{
  margin-right: 10px;
}

.language {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 32px;
  margin-left: 24px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
}

.language select{
  background-color: transparent;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: transparent;
  width: 36px;
  background-size: 11px 4px;
  background-position: top 13px right 5px;
}

.language option{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.menu-icon{
  /* @apply absolute right-0 transform -translate-y-1/2 top-50; */
}

.menu-icon div{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 36px;
}

.menu-item{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
  text-transform: uppercase;
}

.menu-item a{
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px){
  .menu-item a{
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.menu-item:hover .sub-menu{
  max-height: 100vh;
}

@media (min-width: 1024px){
  .menu-item:hover .sub-menu{
    opacity: 1;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0px;
  }
}

.sub-menu{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .sub-menu{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    min-width: 220px;
    opacity: 0;
    position: absolute;
    top: 100px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 5px;
  }
}

.sub-menu .menu-item a{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
  text-transform: none;
  width: 100%;
}

@media (min-width: 1024px){
  .sub-menu .menu-item a:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}

.menu-item-has-children{
  padding-right: 20px;
  position: relative;
}

.menu-item-has-children::after{
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  border-style: solid;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: block;
  height: 8px;
  position: absolute;
  right: 0px;
  width: 8px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 45deg;
}

@media (min-width: 1024px){
  .menu-item-has-children::after{
    top: 60px;
  }
}

.sub-menu .menu-item{
  margin-right: 0!important;
  font-weight: 400
}

@media (min-width: 1024px){
  .elementor-element-ff74b7b{
    padding-bottom: 100px;
  }
}

.navbar{
  z-index: 8888;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .navbar{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.navbar.is-sticky{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .navbar.is-sticky{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.menu-bar{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  border-style: solid;
  border-bottom-width: 1px;
}

.menu-content{
  font-family: Saira, serif;
  position: relative;
}

@media (min-width: 1024px){
  .menu-content{
    display: block;
    padding-right: 0px;
  }
}

.menu-content{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
  opacity: 0;
  padding-top: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 50;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .menu-content{
    background-color: transparent;
    display: block;
    opacity: 1;
    padding-top: 0px;
    position: static;
    top: auto;
    left: auto;
    text-align: left;
    visibility: visible;
  }
}

.menu-content.active{
  opacity: 1;
  visibility: visible;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.menu-bar-item{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.menu-bar-item:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.menu-bar-item{
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

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

.general h3{
  font-weight: 600;
  text-transform: capitalize;
}

.general .btn-play svg{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.general .btn-play:hover svg{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.general p span{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
  font-style: italic;
}

.general p strong{
  font-family: Inter, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.general li{
  display: flex;
}

.general svg{
  margin-right: 16px;
}

.popular-service::before{
  content: "";
  background-image: url("../images/bg_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
}

@media (min-width: 1024px){
  .popular-service::before{
    background-position: bottom;
  }
}

.popular-service .content{
  background-image: url("../images/bg_1.png");
  background-position: right 200px top;
  background-repeat: no-repeat;
  background-size: 575px 575px;
  position: relative;
}

@media (min-width: 1024px){
  .popular-service .content{
    padding-bottom: 224px;
  }
}

.popular-service .content::before{
  content: "";
  background-image: url("../images/bg_1.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 448px;
  position: absolute;
  top: -100px;
  width: 448px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popular-service .content::after{
  content: "";
  background-image: url("../images/bg_1.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 448px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 448px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .popular-service .content::after{
    right: -200px;
    top: -90%;
  }
}

.popular-service h5{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.popular-service h4{
  font-family: Saira, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.popular-service .item:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.popular-service .item{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.popular-service .item:hover{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

.popular-service .item{
  border-radius: 9999px;
  border-style: dashed;
}

.popular-service .item:hover{
  border-style: solid;
}

.popular-service .item{
  border-width: 1px;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.popular-service .item svg{
  margin-bottom: 10px;
}

.popular-service .item:not(:last-child){
  margin-right: 13px;
}

.popular-service .item h5{
  max-width: 172px;
}

.popular-service .item:nth-child(1){
  height: 256px;
  width: 256px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .popular-service .item:nth-child(1){
    --tw-translate-y: 135px;
  }
}

.popular-service .item:nth-child(2){
  height: 314px;
  width: 314px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .popular-service .item:nth-child(2){
    --tw-translate-y: 30px;
  }
}

.popular-service .item:nth-child(3){
  height: 227px;
  width: 227px;
}

.popular-service .item:nth-child(4){
  height: 304px;
  margin-right: 0px;
  width: 304px;
}

@media (min-width: 1024px){
  .popular-service .title{
    bottom: 70px;
    left: 52%;
  }
}

.popular-service .title::before{
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  border-radius: 9999px;
  position: absolute;
  right: 0px;
  top: 50%;
  left: 50%;
  z-index: -1;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
}

.statictis h3{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.statictis__top p{
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .7);
}

.statictis h6{
  display: inline-block;
  font-size: 45px;
  line-height: 51px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 640px){
  .statictis h6{
    font-size: 56px;
    line-height: 130%;
  }
}

@media (min-width: 768px){
  .statictis h6{
    font-size: 72px;
    line-height: 84px;
  }
}

@media (min-width: 1024px){
  .statictis h6{
    font-size: 96px;
    line-height: 118%;
  }
}

.statictis h6{
  -webkit-text-fill-color: rgba(255, 255, 255, .2); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.statictis .number{
  display: inline-block;
  position: relative;
}

.statictis .icon{
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 15px;
}

@media (min-width: 1024px){
  .statictis .icon{
    top: 10px;
    --tw-translate-x: 5px;
  }
}

.statictis__body{
  font-family: Saira, serif;
}

.statictis__body p{
  font-family: Saira, serif;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: capitalize;
}

.statictis__body p span{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.news-item{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.news-item:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.news-item h4{
  margin-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.news-item h4:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

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

.news-tag{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

form label p{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.form-input{
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  border-style: solid;
  border-bottom-width: 1px;
  font-family: Inter, serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
  width: 100%;
}

.form-input::-moz-placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.form-input:-ms-input-placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.form-input::placeholder{
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.subscribe .form-input{
  margin-right: 20px;
}

@media (min-width: 1024px){
  .subscribe .form-input{
    min-width: 430px;
  }
}

.contact-section h5{
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
}

.contact-section h3{
  margin-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: capitalize;
}

.footer h6{
  margin-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.footer p{
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.footer p:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

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

.footer .logo{
  max-width: 100px;
}

.tdct-content ul li:before {
  content:"•";
  margin-right: 0.5rem;
}

.popup-content {
  min-height: 600px;
}

.content-404 {
  max-width: 798px;
}

.about-story{
  background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}

.about-story::before{
  content: '';
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  display: block;
  height: 612px;
  position: absolute;
  top: -170px;
  right: -170px;
  width: 50%;
}

.about-story__top h4{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.about-story__top p{
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.about-story__top p:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.about-story__top p{
  text-transform: uppercase;
  z-index: -1;
}

.about-story__top p:not(:last-child){
  margin-right: 24px;
}

.about-story__content{
  position: relative;
  z-index: 1;
}

.about-story__content h1{
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
  text-transform: uppercase;
}

.about-story__content p span{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.gallery-image-banner{
  background-image: none;
}

.gallery-image-banner::before{
  content: '';
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  display: block;
  height: 612px;
  position: absolute;
  top: -170px;
  right: -170px;
  width: 50%;
}

.gallery-image-banner__top h4{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gallery-image-banner__top p{
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gallery-image-banner__top p:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.gallery-image-banner__top p{
  text-transform: uppercase;
  z-index: -1;
}

.gallery-image-banner__top p:not(:last-child){
  margin-right: 24px;
}

.gallery-image-banner h1{
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.gallery-image-banner p{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gallery-image-banner p span{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bg-circle-1{
  overflow: hidden;
}

.bg-circle-1::after{
  content: '';
  background-image: url("../images/bg_1.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 448px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 448px;
  z-index: -1;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bg-circle-2{
  overflow: hidden;
}

.bg-circle-2::after{
  content: '';
  background-image: url("../images/bg_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 576px;
  position: absolute;
  bottom: -120px;
  right: 20%;
  width: 576px;
  z-index: -1;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.about-section h4{
  font-weight: 400;
  margin-bottom: 16px;
  opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.about-section h5{
  border-color: rgba(255, 255, 255, .1);
  border-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 24px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.about-section .item svg{
  margin-bottom: 16px;
}

.about-section p{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.history h3{
  margin-bottom: 28px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.history p{
  font-size: 16px;
  line-height: 1.5;
}

.history .item p{
  font-size: 14px;
  line-height: 1.35;
  max-width: 200px;
  padding-left: 10px;
}

.history .item h4{
  padding-left: 10px;
  padding-bottom: 60px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.history .item h4::before{
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  border-style: solid;
  border-left-width: 1px;
  display: block;
  height: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
}

.history .splide__list::before{
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  border-style: dashed;
  border-bottom-width: 1px;
  display: block;
  height: 2px;
  position: absolute;
  top: 40%;
  width: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
}

.history .item{
  position: relative;
}

.history .item::before{
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  border-radius: 9999px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 1px;
  display: block;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 40%;
  width: 36px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
}

.history .item::after{
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  border-radius: 9999px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 1px;
  display: block;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 40%;
  width: 13px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
}

table, th, td{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
}

.project table{
  overflow: hidden;
}

.project table{
  border-radius: 8px;
}

.project th{
  font-weight: 600;
}

thead th{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.project th, .project td{
  width: 20%;
}

.project th:first-child, .project td:first-child{
  width: 40%;
}

tbody td{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

tbody th{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

table{
  min-width: 500px;
}

table td, tbody th{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
}

.project tbody td:nth-child(3), .project tbody td:nth-child(4){
  text-align: right;
}

.project h3{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
  text-transform: capitalize;
}

.project h5{
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.project h5::before{
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: block;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 16px;
}

.project p{
  font-weight: 400;
  opacity: 0.8;
}

.project-info p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
  font-style: italic;
}

.project-info p b{
  display: block;
  margin-top: 15px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
  font-style: normal;
}

@media screen and (min-width: 1024px){
  .progress .list{
    grid-auto-rows: 207px;
  }

  .progress img{
    width: 100%;
  }
}

@media screen and (max-width: 1024px){
  .progress img{
    grid-row: auto!important;
    grid-column: auto!important;
    height: auto;
    width: 100%;
  }
}

.project-list h3{
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
  text-transform: capitalize;
}

.project-item{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.project-item:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.project-item h4{
  margin-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.project-item h4:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

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

.project-item p{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  height: 8px;
  width: 8px;
}

.splide__pagination__page.is-active{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.project-progress__top h3{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: capitalize;
}

.project-progress__top p span{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.project-detail p span{
  font-style: italic;
}

.project-detail .gallery img{
  margin-bottom: 30px;
}

@media screen and (min-width: 567px) {
  .project-detail .gallery img:nth-child(1), .project-detail .gallery img:nth-child(4){
    width: calc(40% - 15px);
  }

  .project-detail .gallery img:nth-child(2), .project-detail .gallery img:nth-child(3){
    width: calc(60% - 15px);
  }
}

.sidebar-item{
  padding-left: 40px;
}

.sidebar-item h5{
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.sidebar-item h5::before{
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: -45px;
  width: 40px;
}

.news-detail{
  background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}

.news-detail .content p, .news-detail .content h1, .news-detail .content h2, .news-detail .content h3, .news-detail .content h4, .news-detail .content h5, .news-detail .content h6{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
}

.news-detail .content h1, .news-detail .content h2, .news-detail .content h3, .news-detail .content h4{
  font-family: Saira, serif;
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.news-detail img{
  margin-bottom: 20px;
}

@media (min-width: 768px){
  .news-detail img{
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px){
  .news-detail img{
    margin-bottom: 60px;
  }
}

.news-detail .content img{
  margin-top: 20px;
}

@media (min-width: 768px){
  .news-detail .content img{
    margin-top: 30px;
  }
}

@media (min-width: 1024px){
  .news-detail .content img{
    margin-top: 60px;
  }
}

.news-detail ul, .news-detail ol{
  display: block;
  font-size: 15px;
  line-height: 1.35;
  list-style-type: decimal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 570px;
  padding-left: 20px;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .news-detail ul, .news-detail ol{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px){
  .news-detail ul, .news-detail ol{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}

.news-detail table{
  margin-bottom: 30px;
}

@media (min-width: 1024px){
  .news-detail table{
    margin-bottom: 50px;
  }
}

.news-detail li{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.news-detail .content q{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  border-style: solid;
  border-left-width: 4px;
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .news-detail .content q{
    font-size: 25px;
    line-height: 1.3;
  }
}

@media (min-width: 1024px){
  .news-detail .content q{
    font-size: 32px;
    line-height: 41px;
  }
}

.project-quote::after{
  bottom: 0px;
  top: auto;
}

@media (min-width: 1024px){
  .project-quote::after{
    left: 145px;
    bottom: -50px;
  }
}

@media (min-width: 1024px){
  .lg-hide-dots .splide__pagination{
    display: none;
  }
}

/* .elementor-element.elementor-element-dce7d91:not(.elementor-motion-effects-element-type-background)::before{
        content: "";
        @apply absolute top-0 left-0 z-0 block w-full h-full bg-linear-1;
    } */

.elementor-541 .elementor-element.elementor-element-74c0a2b{
  padding-top: 0!important;
}

.elementor-widget-subscribe{
  margin-bottom: 0!important;
}

.popup{
  z-index: 30000!important;
}

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

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

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

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

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

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

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

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7px * var(--tw-space-x-reverse));
  margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11px * var(--tw-space-x-reverse));
  margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13px * var(--tw-space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-18 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18px * var(--tw-space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-29 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(29px * var(--tw-space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-30 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-34 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(34px * var(--tw-space-x-reverse));
  margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-50 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(50px * var(--tw-space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(56px * var(--tw-space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(60px * var(--tw-space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(64px * var(--tw-space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-70 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(70px * var(--tw-space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(72px * var(--tw-space-x-reverse));
  margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(80px * var(--tw-space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-88 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(88px * var(--tw-space-x-reverse));
  margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-90 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(90px * var(--tw-space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(96px * var(--tw-space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-100 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(100px * var(--tw-space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-112 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(112px * var(--tw-space-x-reverse));
  margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-128 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(128px * var(--tw-space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-135 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(135px * var(--tw-space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-145 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(145px * var(--tw-space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-155 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(155px * var(--tw-space-x-reverse));
  margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-160 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(160px * var(--tw-space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-192 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(192px * var(--tw-space-x-reverse));
  margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-200 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(200px * var(--tw-space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-224 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(224px * var(--tw-space-x-reverse));
  margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-227 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(227px * var(--tw-space-x-reverse));
  margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-250 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(250px * var(--tw-space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-256 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(256px * var(--tw-space-x-reverse));
  margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-270 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(270px * var(--tw-space-x-reverse));
  margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-288 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(288px * var(--tw-space-x-reverse));
  margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-304 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(304px * var(--tw-space-x-reverse));
  margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-314 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(314px * var(--tw-space-x-reverse));
  margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-320 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(320px * var(--tw-space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-352 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(352px * var(--tw-space-x-reverse));
  margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-384 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(384px * var(--tw-space-x-reverse));
  margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-416 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(416px * var(--tw-space-x-reverse));
  margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-448 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(448px * var(--tw-space-x-reverse));
  margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-480 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(480px * var(--tw-space-x-reverse));
  margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-512 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(512px * var(--tw-space-x-reverse));
  margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-576 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(576px * var(--tw-space-x-reverse));
  margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-612 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(612px * var(--tw-space-x-reverse));
  margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-640 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(640px * var(--tw-space-x-reverse));
  margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-768 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(768px * var(--tw-space-x-reverse));
  margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-200 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-200px * var(--tw-space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-170 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-170px * var(--tw-space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-120 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-120px * var(--tw-space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-100 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-100px * var(--tw-space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-50 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-50px * var(--tw-space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-45px * var(--tw-space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3px * var(--tw-space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.space-y-20p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20% * var(--tw-space-y-reverse));
}

.space-x-20p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20% * var(--tw-space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40% * var(--tw-space-y-reverse));
}

.space-x-40p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(40% * var(--tw-space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-49p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(49% * var(--tw-space-y-reverse));
}

.space-x-49p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(49% * var(--tw-space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-52p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(52% * var(--tw-space-y-reverse));
}

.space-x-52p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(52% * var(--tw-space-x-reverse));
  margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
}

.space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(53.5% * var(--tw-space-x-reverse));
  margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-60p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60% * var(--tw-space-y-reverse));
}

.space-x-60p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(60% * var(--tw-space-x-reverse));
  margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
}

.space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(71.5% * var(--tw-space-x-reverse));
  margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80% * var(--tw-space-y-reverse));
}

.space-x-80p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(80% * var(--tw-space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-90p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(90% * var(--tw-space-y-reverse));
}

.space-x-90p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(90% * var(--tw-space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-95p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95% * var(--tw-space-y-reverse));
}

.space-x-95p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(95% * var(--tw-space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-100p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(100% * var(--tw-space-y-reverse));
}

.space-x-100p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(100% * var(--tw-space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-110p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(110% * var(--tw-space-y-reverse));
}

.space-x-110p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(110% * var(--tw-space-x-reverse));
  margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5px * var(--tw-space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7px * var(--tw-space-x-reverse));
  margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10px * var(--tw-space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11px * var(--tw-space-x-reverse));
  margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12px * var(--tw-space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13px * var(--tw-space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15px * var(--tw-space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-18 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-18px * var(--tw-space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20px * var(--tw-space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-28px * var(--tw-space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-29 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-29px * var(--tw-space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-30 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-30px * var(--tw-space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-32px * var(--tw-space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-34 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-34px * var(--tw-space-x-reverse));
  margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-36px * var(--tw-space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-40px * var(--tw-space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-48px * var(--tw-space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-56px * var(--tw-space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-60px * var(--tw-space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-64px * var(--tw-space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-70 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-70px * var(--tw-space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-72px * var(--tw-space-x-reverse));
  margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-80px * var(--tw-space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-88 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-88px * var(--tw-space-x-reverse));
  margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-90 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-90px * var(--tw-space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-96px * var(--tw-space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-112 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-112px * var(--tw-space-x-reverse));
  margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-128 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-128px * var(--tw-space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-135 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-135px * var(--tw-space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-145 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-145px * var(--tw-space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-155 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-155px * var(--tw-space-x-reverse));
  margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-160 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-160px * var(--tw-space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-192 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-192px * var(--tw-space-x-reverse));
  margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-224 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-224px * var(--tw-space-x-reverse));
  margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-227 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-227px * var(--tw-space-x-reverse));
  margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-250 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-250px * var(--tw-space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-256 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-256px * var(--tw-space-x-reverse));
  margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-270 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-270px * var(--tw-space-x-reverse));
  margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-288 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-288px * var(--tw-space-x-reverse));
  margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-304 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-304px * var(--tw-space-x-reverse));
  margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-314 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-314px * var(--tw-space-x-reverse));
  margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-320 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-320px * var(--tw-space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-352 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-352px * var(--tw-space-x-reverse));
  margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-384 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-384px * var(--tw-space-x-reverse));
  margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-416 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-416px * var(--tw-space-x-reverse));
  margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-448 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-448px * var(--tw-space-x-reverse));
  margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-480 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-480px * var(--tw-space-x-reverse));
  margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-512 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-512px * var(--tw-space-x-reverse));
  margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-576 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-576px * var(--tw-space-x-reverse));
  margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-612 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-612px * var(--tw-space-x-reverse));
  margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-640 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-640px * var(--tw-space-x-reverse));
  margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x-768 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-768px * var(--tw-space-x-reverse));
  margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--200 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(200px * var(--tw-space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--170 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(170px * var(--tw-space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--120 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(120px * var(--tw-space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--100 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(100px * var(--tw-space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--50 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(50px * var(--tw-space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(45px * var(--tw-space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
}

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

.-space-x--3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3px * var(--tw-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.-space-y-20p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20% * var(--tw-space-y-reverse));
}

.-space-x-20p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20% * var(--tw-space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-40p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-40% * var(--tw-space-y-reverse));
}

.-space-x-40p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-40% * var(--tw-space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-49p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-49% * var(--tw-space-y-reverse));
}

.-space-x-49p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-49% * var(--tw-space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-52p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-52% * var(--tw-space-y-reverse));
}

.-space-x-52p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-52% * var(--tw-space-x-reverse));
  margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
}

.-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-53.5% * var(--tw-space-x-reverse));
  margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-60p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60% * var(--tw-space-y-reverse));
}

.-space-x-60p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-60% * var(--tw-space-x-reverse));
  margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
}

.-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-71.5% * var(--tw-space-x-reverse));
  margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80% * var(--tw-space-y-reverse));
}

.-space-x-80p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-80% * var(--tw-space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-90p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-90% * var(--tw-space-y-reverse));
}

.-space-x-90p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-90% * var(--tw-space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-95p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95% * var(--tw-space-y-reverse));
}

.-space-x-95p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-95% * var(--tw-space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-100p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-100% * var(--tw-space-y-reverse));
}

.-space-x-100p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-100% * var(--tw-space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-110p > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-110% * var(--tw-space-y-reverse));
}

.-space-x-110p > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-110% * var(--tw-space-x-reverse));
  margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

.divide-blue-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
}

.divide-blue-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
}

.divide-blue--1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
}

.divide-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
}

.divide-blue-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
}

.divide-orange-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
}

.divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
}

.divide-white-10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, .1);
}

.divide-white-30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, .3);
}

.divide-white-70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 255, 255, .7);
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
}

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

.divide-grey-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
}

.divide-grey-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
}

.divide-grey-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
}

.divide-grey-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
}

.divide-grey-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
}

.divide-grey-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
}

.divide-grey--1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
}

.divide-grey--2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

.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-within\:sr-only:focus-within{
  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-within\:not-sr-only:focus-within{
  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-current{
  background-color: currentColor;
}

.bg-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
}

.bg-blue-2{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.bg-blue--1{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.bg-blue-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
}

.bg-orange-2{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

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

.bg-white-30{
  background-color: rgba(255, 255, 255, .3);
}

.bg-white-70{
  background-color: rgba(255, 255, 255, .7);
}

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

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

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

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

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

.bg-grey-2{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.bg-grey-3{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.bg-grey-4{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

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

.bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.bg-grey--1{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
}

.bg-grey--2{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-current{
  background-color: currentColor;
}

.group:hover .group-hover\:bg-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-2{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue--1{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-2{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white-10{
  background-color: rgba(255, 255, 255, .1);
}

.group:hover .group-hover\:bg-white-30{
  background-color: rgba(255, 255, 255, .3);
}

.group:hover .group-hover\:bg-white-70{
  background-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.group:hover .group-hover\:bg-grey-1{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-2{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-3{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-4{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-300{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey--1{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey--2{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

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

.focus-within\:bg-current:focus-within{
  background-color: currentColor;
}

.focus-within\:bg-blue-1:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-2:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-blue--1:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
}

.focus-within\:bg-blue:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-gray:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-2:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

.focus-within\:bg-orange:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.focus-within\:bg-white-10:focus-within{
  background-color: rgba(255, 255, 255, .1);
}

.focus-within\:bg-white-30:focus-within{
  background-color: rgba(255, 255, 255, .3);
}

.focus-within\:bg-white-70:focus-within{
  background-color: rgba(255, 255, 255, .7);
}

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

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

.focus-within\:bg-gray-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

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

.focus-within\:bg-grey-1:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-2:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-3:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-4:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.focus-within\:bg-grey--1:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-grey--2:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

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

.hover\:bg-current:hover{
  background-color: currentColor;
}

.hover\:bg-blue-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
}

.hover\:bg-blue-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.hover\:bg-blue--1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.hover\:bg-blue-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
}

.hover\:bg-orange-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.hover\:bg-white-10:hover{
  background-color: rgba(255, 255, 255, .1);
}

.hover\:bg-white-30:hover{
  background-color: rgba(255, 255, 255, .3);
}

.hover\:bg-white-70:hover{
  background-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.hover\:bg-grey-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-grey-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.hover\:bg-grey-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.hover\:bg-grey-4:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.hover\:bg-grey-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}

.hover\:bg-grey-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.hover\:bg-grey--1:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
}

.hover\:bg-grey--2:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

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

.focus\:bg-current:focus{
  background-color: currentColor;
}

.focus\:bg-blue-1:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
}

.focus\:bg-blue-2:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
}

.focus\:bg-blue--1:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
}

.focus\:bg-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
}

.focus\:bg-blue-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
}

.focus\:bg-orange-2:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
}

.focus\:bg-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
}

.focus\:bg-white-10:focus{
  background-color: rgba(255, 255, 255, .1);
}

.focus\:bg-white-30:focus{
  background-color: rgba(255, 255, 255, .3);
}

.focus\:bg-white-70:focus{
  background-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.focus\:bg-grey-1:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-grey-2:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.focus\:bg-grey-3:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.focus\:bg-grey-4:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}

.focus\:bg-grey-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}

.focus\:bg-grey-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.focus\:bg-grey--1:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
}

.focus\:bg-grey--2:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

.bg-gradient-180d{
  background-image: linear-gradient(180deg, var(--tw-gradient-stops));
}

.bg-bg-1{
  background-image: url("../images/bg_1.png");
}

.bg-bg-2{
  background-image: url("../images/bg_2.png");
}

.bg-arrow-down{
  background-image: url("../images/arrow-down.png");
}

.bg-linear-1{
  background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}

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

.from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-blue-1{
  --tw-gradient-from: #151C34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.from-blue-2{
  --tw-gradient-from: #D3F1F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.from-blue--1{
  --tw-gradient-from: #3D8ABC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.from-blue{
  --tw-gradient-from: #015480;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.from-blue-gray{
  --tw-gradient-from: #244D66;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.from-orange-2{
  --tw-gradient-from: #FDD894;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.from-orange{
  --tw-gradient-from: #FAAB19;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.from-white-10{
  --tw-gradient-from: rgba(255, 255, 255, .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-30{
  --tw-gradient-from: rgba(255, 255, 255, .3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-70{
  --tw-gradient-from: rgba(255, 255, 255, .7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.from-gray-50{
  --tw-gradient-from: #F6F6F6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.from-gray-200{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.from-grey-1{
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.from-grey-2{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.from-grey-3{
  --tw-gradient-from: #F4F4F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.from-grey-4{
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.from-grey-300{
  --tw-gradient-from: #CBCBCB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.from-grey-600{
  --tw-gradient-from: #545454;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.from-grey--1{
  --tw-gradient-from: #A3A5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.from-grey--2{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-blue-1{
  --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.via-blue-2{
  --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.via-blue--1{
  --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.via-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.via-blue-gray{
  --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.via-orange-2{
  --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.via-white-10{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-30{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-70{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.via-grey-1{
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.via-grey-2{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.via-grey-3{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.via-grey-4{
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.via-grey-300{
  --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.via-grey-600{
  --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.via-grey--1{
  --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.via-grey--2{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.to-current{
  --tw-gradient-to: currentColor;
}

.to-blue-1{
  --tw-gradient-to: #151C34;
}

.to-blue-2{
  --tw-gradient-to: #D3F1F8;
}

.to-blue--1{
  --tw-gradient-to: #3D8ABC;
}

.to-blue{
  --tw-gradient-to: #015480;
}

.to-blue-gray{
  --tw-gradient-to: #244D66;
}

.to-orange-2{
  --tw-gradient-to: #FDD894;
}

.to-orange{
  --tw-gradient-to: #FAAB19;
}

.to-white-10{
  --tw-gradient-to: rgba(255, 255, 255, .1);
}

.to-white-30{
  --tw-gradient-to: rgba(255, 255, 255, .3);
}

.to-white-70{
  --tw-gradient-to: rgba(255, 255, 255, .7);
}

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

.to-black{
  --tw-gradient-to: #000000;
}

.to-gray-50{
  --tw-gradient-to: #F6F6F6;
}

.to-gray-200{
  --tw-gradient-to: #E2E2E2;
}

.to-grey-1{
  --tw-gradient-to: #717171;
}

.to-grey-2{
  --tw-gradient-to: #EAEAEA;
}

.to-grey-3{
  --tw-gradient-to: #F4F4F4;
}

.to-grey-4{
  --tw-gradient-to: #999999;
}

.to-grey-300{
  --tw-gradient-to: #CBCBCB;
}

.to-grey-600{
  --tw-gradient-to: #545454;
}

.to-grey--1{
  --tw-gradient-to: #A3A5AF;
}

.to-grey--2{
  --tw-gradient-to: #EAEAEA;
}

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

.hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-blue-1:hover{
  --tw-gradient-from: #151C34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.hover\:from-blue-2:hover{
  --tw-gradient-from: #D3F1F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.hover\:from-blue--1:hover{
  --tw-gradient-from: #3D8ABC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.hover\:from-blue:hover{
  --tw-gradient-from: #015480;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.hover\:from-blue-gray:hover{
  --tw-gradient-from: #244D66;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.hover\:from-orange-2:hover{
  --tw-gradient-from: #FDD894;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.hover\:from-orange:hover{
  --tw-gradient-from: #FAAB19;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.hover\:from-white-10:hover{
  --tw-gradient-from: rgba(255, 255, 255, .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-white-30:hover{
  --tw-gradient-from: rgba(255, 255, 255, .3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-white-70:hover{
  --tw-gradient-from: rgba(255, 255, 255, .7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.hover\:from-gray-50:hover{
  --tw-gradient-from: #F6F6F6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.hover\:from-grey-1:hover{
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.hover\:from-grey-2:hover{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:from-grey-3:hover{
  --tw-gradient-from: #F4F4F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.hover\:from-grey-4:hover{
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.hover\:from-grey-300:hover{
  --tw-gradient-from: #CBCBCB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.hover\:from-grey-600:hover{
  --tw-gradient-from: #545454;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.hover\:from-grey--1:hover{
  --tw-gradient-from: #A3A5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.hover\:from-grey--2:hover{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-blue-1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.hover\:via-blue-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.hover\:via-blue--1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.hover\:via-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.hover\:via-blue-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.hover\:via-orange-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.hover\:via-white-10:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-30:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-70:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.hover\:via-grey-1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.hover\:via-grey-2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:via-grey-3:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.hover\:via-grey-4:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.hover\:via-grey-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.hover\:via-grey-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.hover\:via-grey--1:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.hover\:via-grey--2:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

.hover\:to-blue-1:hover{
  --tw-gradient-to: #151C34;
}

.hover\:to-blue-2:hover{
  --tw-gradient-to: #D3F1F8;
}

.hover\:to-blue--1:hover{
  --tw-gradient-to: #3D8ABC;
}

.hover\:to-blue:hover{
  --tw-gradient-to: #015480;
}

.hover\:to-blue-gray:hover{
  --tw-gradient-to: #244D66;
}

.hover\:to-orange-2:hover{
  --tw-gradient-to: #FDD894;
}

.hover\:to-orange:hover{
  --tw-gradient-to: #FAAB19;
}

.hover\:to-white-10:hover{
  --tw-gradient-to: rgba(255, 255, 255, .1);
}

.hover\:to-white-30:hover{
  --tw-gradient-to: rgba(255, 255, 255, .3);
}

.hover\:to-white-70:hover{
  --tw-gradient-to: rgba(255, 255, 255, .7);
}

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

.hover\:to-black:hover{
  --tw-gradient-to: #000000;
}

.hover\:to-gray-50:hover{
  --tw-gradient-to: #F6F6F6;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #E2E2E2;
}

.hover\:to-grey-1:hover{
  --tw-gradient-to: #717171;
}

.hover\:to-grey-2:hover{
  --tw-gradient-to: #EAEAEA;
}

.hover\:to-grey-3:hover{
  --tw-gradient-to: #F4F4F4;
}

.hover\:to-grey-4:hover{
  --tw-gradient-to: #999999;
}

.hover\:to-grey-300:hover{
  --tw-gradient-to: #CBCBCB;
}

.hover\:to-grey-600:hover{
  --tw-gradient-to: #545454;
}

.hover\:to-grey--1:hover{
  --tw-gradient-to: #A3A5AF;
}

.hover\:to-grey--2:hover{
  --tw-gradient-to: #EAEAEA;
}

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

.focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-blue-1:focus{
  --tw-gradient-from: #151C34;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.focus\:from-blue-2:focus{
  --tw-gradient-from: #D3F1F8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.focus\:from-blue--1:focus{
  --tw-gradient-from: #3D8ABC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.focus\:from-blue:focus{
  --tw-gradient-from: #015480;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.focus\:from-blue-gray:focus{
  --tw-gradient-from: #244D66;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.focus\:from-orange-2:focus{
  --tw-gradient-from: #FDD894;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.focus\:from-orange:focus{
  --tw-gradient-from: #FAAB19;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.focus\:from-white-10:focus{
  --tw-gradient-from: rgba(255, 255, 255, .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-white-30:focus{
  --tw-gradient-from: rgba(255, 255, 255, .3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-white-70:focus{
  --tw-gradient-from: rgba(255, 255, 255, .7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.focus\:from-gray-50:focus{
  --tw-gradient-from: #F6F6F6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #E2E2E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.focus\:from-grey-1:focus{
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.focus\:from-grey-2:focus{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:from-grey-3:focus{
  --tw-gradient-from: #F4F4F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.focus\:from-grey-4:focus{
  --tw-gradient-from: #999999;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.focus\:from-grey-300:focus{
  --tw-gradient-from: #CBCBCB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.focus\:from-grey-600:focus{
  --tw-gradient-from: #545454;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.focus\:from-grey--1:focus{
  --tw-gradient-from: #A3A5AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.focus\:from-grey--2:focus{
  --tw-gradient-from: #EAEAEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-blue-1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
}

.focus\:via-blue-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
}

.focus\:via-blue--1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
}

.focus\:via-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
}

.focus\:via-blue-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
}

.focus\:via-orange-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
}

.focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
}

.focus\:via-white-10:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-30:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-70:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

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

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

.focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
}

.focus\:via-grey-1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.focus\:via-grey-2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:via-grey-3:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.focus\:via-grey-4:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
}

.focus\:via-grey-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
}

.focus\:via-grey-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
}

.focus\:via-grey--1:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
}

.focus\:via-grey--2:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

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

.focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

.focus\:to-blue-1:focus{
  --tw-gradient-to: #151C34;
}

.focus\:to-blue-2:focus{
  --tw-gradient-to: #D3F1F8;
}

.focus\:to-blue--1:focus{
  --tw-gradient-to: #3D8ABC;
}

.focus\:to-blue:focus{
  --tw-gradient-to: #015480;
}

.focus\:to-blue-gray:focus{
  --tw-gradient-to: #244D66;
}

.focus\:to-orange-2:focus{
  --tw-gradient-to: #FDD894;
}

.focus\:to-orange:focus{
  --tw-gradient-to: #FAAB19;
}

.focus\:to-white-10:focus{
  --tw-gradient-to: rgba(255, 255, 255, .1);
}

.focus\:to-white-30:focus{
  --tw-gradient-to: rgba(255, 255, 255, .3);
}

.focus\:to-white-70:focus{
  --tw-gradient-to: rgba(255, 255, 255, .7);
}

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

.focus\:to-black:focus{
  --tw-gradient-to: #000000;
}

.focus\:to-gray-50:focus{
  --tw-gradient-to: #F6F6F6;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #E2E2E2;
}

.focus\:to-grey-1:focus{
  --tw-gradient-to: #717171;
}

.focus\:to-grey-2:focus{
  --tw-gradient-to: #EAEAEA;
}

.focus\:to-grey-3:focus{
  --tw-gradient-to: #F4F4F4;
}

.focus\:to-grey-4:focus{
  --tw-gradient-to: #999999;
}

.focus\:to-grey-300:focus{
  --tw-gradient-to: #CBCBCB;
}

.focus\:to-grey-600:focus{
  --tw-gradient-to: #545454;
}

.focus\:to-grey--1:focus{
  --tw-gradient-to: #A3A5AF;
}

.focus\:to-grey--2:focus{
  --tw-gradient-to: #EAEAEA;
}

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

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

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

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

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

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

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

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

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

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

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

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

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

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

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus{
  --tw-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-bottom-30{
  background-position: left bottom 30px;
}

.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-right-200-top{
  background-position: right 200px top;
}

.-bg-right-top-200{
  background-position: right top -200px;
}

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

.bg-full{
  background-size: 100% auto;
}

.bg-449x449{
  background-size: 449px 449px;
}

.bg-575x575{
  background-size: 575px 575px;
}

.bg-100x90{
  background-size: 100px 90px;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

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

.border-current{
  border-color: currentColor;
}

.border-blue-1{
  --tw-border-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-border-opacity));
}

.border-blue-2{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
}

.border-blue--1{
  --tw-border-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.border-blue-gray{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
}

.border-orange-2{
  --tw-border-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-border-opacity));
}

.border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

.border-white-10{
  border-color: rgba(255, 255, 255, .1);
}

.border-white-30{
  border-color: rgba(255, 255, 255, .3);
}

.border-white-70{
  border-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.border-grey-1{
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.border-grey-2{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.border-grey-3{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.border-grey-4{
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

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

.border-grey-600{
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-border-opacity));
}

.border-grey--1{
  --tw-border-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-border-opacity));
}

.border-grey--2{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.group:hover .group-hover\:border-current{
  border-color: currentColor;
}

.group:hover .group-hover\:border-blue-1{
  --tw-border-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-2{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue--1{
  --tw-border-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-gray{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-2{
  --tw-border-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-10{
  border-color: rgba(255, 255, 255, .1);
}

.group:hover .group-hover\:border-white-30{
  border-color: rgba(255, 255, 255, .3);
}

.group:hover .group-hover\:border-white-70{
  border-color: rgba(255, 255, 255, .7);
}

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

.group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-1{
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-2{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-3{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-4{
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-300{
  --tw-border-opacity: 1;
  border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-600{
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey--1{
  --tw-border-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey--2{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within{
  border-color: transparent;
}

.focus-within\:border-current:focus-within{
  border-color: currentColor;
}

.focus-within\:border-blue-1:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-border-opacity));
}

.focus-within\:border-blue-2:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
}

.focus-within\:border-blue--1:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-border-opacity));
}

.focus-within\:border-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.focus-within\:border-blue-gray:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
}

.focus-within\:border-orange-2:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-border-opacity));
}

.focus-within\:border-orange:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

.focus-within\:border-white-10:focus-within{
  border-color: rgba(255, 255, 255, .1);
}

.focus-within\:border-white-30:focus-within{
  border-color: rgba(255, 255, 255, .3);
}

.focus-within\:border-white-70:focus-within{
  border-color: rgba(255, 255, 255, .7);
}

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

.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-grey-1:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-grey-2:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.focus-within\:border-grey-3:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.focus-within\:border-grey-4:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.focus-within\:border-grey-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}

.focus-within\:border-grey-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-border-opacity));
}

.focus-within\:border-grey--1:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-border-opacity));
}

.focus-within\:border-grey--2:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

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

.hover\:border-current:hover{
  border-color: currentColor;
}

.hover\:border-blue-1:hover{
  --tw-border-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-border-opacity));
}

.hover\:border-blue-2:hover{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
}

.hover\:border-blue--1:hover{
  --tw-border-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-border-opacity));
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.hover\:border-blue-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
}

.hover\:border-orange-2:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-border-opacity));
}

.hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

.hover\:border-white-10:hover{
  border-color: rgba(255, 255, 255, .1);
}

.hover\:border-white-30:hover{
  border-color: rgba(255, 255, 255, .3);
}

.hover\:border-white-70:hover{
  border-color: rgba(255, 255, 255, .7);
}

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

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

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

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

.hover\:border-grey-1:hover{
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.hover\:border-grey-2:hover{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.hover\:border-grey-3:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.hover\:border-grey-4:hover{
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

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

.hover\:border-grey-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-border-opacity));
}

.hover\:border-grey--1:hover{
  --tw-border-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-border-opacity));
}

.hover\:border-grey--2:hover{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

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

.focus\:border-current:focus{
  border-color: currentColor;
}

.focus\:border-blue-1:focus{
  --tw-border-opacity: 1;
  border-color: rgba(21, 28, 52, var(--tw-border-opacity));
}

.focus\:border-blue-2:focus{
  --tw-border-opacity: 1;
  border-color: rgba(211, 241, 248, var(--tw-border-opacity));
}

.focus\:border-blue--1:focus{
  --tw-border-opacity: 1;
  border-color: rgba(61, 138, 188, var(--tw-border-opacity));
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(1, 84, 128, var(--tw-border-opacity));
}

.focus\:border-blue-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgba(36, 77, 102, var(--tw-border-opacity));
}

.focus\:border-orange-2:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 216, 148, var(--tw-border-opacity));
}

.focus\:border-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(250, 171, 25, var(--tw-border-opacity));
}

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

.focus\:border-white-30:focus{
  border-color: rgba(255, 255, 255, .3);
}

.focus\:border-white-70:focus{
  border-color: rgba(255, 255, 255, .7);
}

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

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

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

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

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

.focus\:border-grey-2:focus{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.focus\:border-grey-3:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.focus\:border-grey-4:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.focus\:border-grey-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}

.focus\:border-grey-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 84, var(--tw-border-opacity));
}

.focus\:border-grey--1:focus{
  --tw-border-opacity: 1;
  border-color: rgba(163, 165, 175, var(--tw-border-opacity));
}

.focus\:border-grey--2:focus{
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

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

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

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

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

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

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.border-opacity-90{
  --tw-border-opacity: 0.9;
}

.border-opacity-95{
  --tw-border-opacity: 0.95;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

.rounded-3{
  border-radius: 3px;
}

.rounded-8{
  border-radius: 8px;
}

.rounded-none{
  border-radius: 0px;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

.rounded-t-3{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

.rounded-b-3{
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

.rounded-t-8{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

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

.rounded-b-8{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

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

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

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

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

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

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

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

.rounded-tl-3{
  border-top-left-radius: 3px;
}

.rounded-tr-3{
  border-top-right-radius: 3px;
}

.rounded-br-3{
  border-bottom-right-radius: 3px;
}

.rounded-bl-3{
  border-bottom-left-radius: 3px;
}

.rounded-tl-8{
  border-top-left-radius: 8px;
}

.rounded-tr-8{
  border-top-right-radius: 8px;
}

.rounded-br-8{
  border-bottom-right-radius: 8px;
}

.rounded-bl-8{
  border-bottom-left-radius: 8px;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tr-none{
  border-top-right-radius: 0px;
}

.rounded-br-none{
  border-bottom-right-radius: 0px;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px;
}

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

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

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

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

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

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

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.hover\:border-solid:hover{
  border-style: solid;
}

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

.hover\:border-dotted:hover{
  border-style: dotted;
}

.hover\:border-double:hover{
  border-style: double;
}

.hover\:border-none:hover{
  border-style: none;
}

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

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

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

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

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

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

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

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.flex-nowrap{
  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;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.font-heading{
  font-family: 'SVN-Vesterbro';
}

.font-body{
  font-family: 'SVN-Avenir Next';
}

.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-saira{
  font-family: Saira, serif;
}

.font-inter{
  font-family: Inter, serif;
}

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

.font-extralight{
  font-weight: 200;
}

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

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

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

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

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

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

.font-black{
  font-weight: 900;
}

.h-0{
  height: 0px;
}

.h-2{
  height: 2px;
}

.h-4{
  height: 4px;
}

.h-5{
  height: 5px;
}

.h-7{
  height: 7px;
}

.h-8{
  height: 8px;
}

.h-10{
  height: 10px;
}

.h-11{
  height: 11px;
}

.h-12{
  height: 12px;
}

.h-13{
  height: 13px;
}

.h-15{
  height: 15px;
}

.h-16{
  height: 16px;
}

.h-18{
  height: 18px;
}

.h-20{
  height: 20px;
}

.h-24{
  height: 24px;
}

.h-28{
  height: 28px;
}

.h-29{
  height: 29px;
}

.h-30{
  height: 30px;
}

.h-32{
  height: 32px;
}

.h-34{
  height: 34px;
}

.h-36{
  height: 36px;
}

.h-40{
  height: 40px;
}

.h-48{
  height: 48px;
}

.h-50{
  height: 50px;
}

.h-56{
  height: 56px;
}

.h-60{
  height: 60px;
}

.h-64{
  height: 64px;
}

.h-70{
  height: 70px;
}

.h-72{
  height: 72px;
}

.h-80{
  height: 80px;
}

.h-88{
  height: 88px;
}

.h-90{
  height: 90px;
}

.h-96{
  height: 96px;
}

.h-100{
  height: 100px;
}

.h-112{
  height: 112px;
}

.h-128{
  height: 128px;
}

.h-135{
  height: 135px;
}

.h-145{
  height: 145px;
}

.h-155{
  height: 155px;
}

.h-160{
  height: 160px;
}

.h-192{
  height: 192px;
}

.h-200{
  height: 200px;
}

.h-224{
  height: 224px;
}

.h-227{
  height: 227px;
}

.h-250{
  height: 250px;
}

.h-256{
  height: 256px;
}

.h-270{
  height: 270px;
}

.h-288{
  height: 288px;
}

.h-304{
  height: 304px;
}

.h-314{
  height: 314px;
}

.h-320{
  height: 320px;
}

.h-352{
  height: 352px;
}

.h-384{
  height: 384px;
}

.h-416{
  height: 416px;
}

.h-448{
  height: 448px;
}

.h-480{
  height: 480px;
}

.h-512{
  height: 512px;
}

.h-576{
  height: 576px;
}

.h-612{
  height: 612px;
}

.h-640{
  height: 640px;
}

.h-768{
  height: 768px;
}

.h-auto{
  height: auto;
}

.-h-200{
  height: -200px;
}

.-h-170{
  height: -170px;
}

.-h-120{
  height: -120px;
}

.-h-100{
  height: -100px;
}

.-h-50{
  height: -50px;
}

.-h-45{
  height: -45px;
}

.-h-3{
  height: -3px;
}

.h-px{
  height: 1px;
}

.h-20p{
  height: 20%;
}

.h-40p{
  height: 40%;
}

.h-49p{
  height: 49%;
}

.h-52p{
  height: 52%;
}

.h-53\.5p{
  height: 53.5%;
}

.h-60p{
  height: 60%;
}

.h-71\.5p{
  height: 71.5%;
}

.h-80p{
  height: 80%;
}

.h-90p{
  height: 90%;
}

.h-95p{
  height: 95%;
}

.h-100p{
  height: 100%;
}

.h-110p{
  height: 110%;
}

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

.h-1\/3{
  height: 33.333333%;
}

.h-2\/3{
  height: 66.666667%;
}

.h-1\/4{
  height: 25%;
}

.h-2\/4{
  height: 50%;
}

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

.h-1\/5{
  height: 20%;
}

.h-2\/5{
  height: 40%;
}

.h-3\/5{
  height: 60%;
}

.h-4\/5{
  height: 80%;
}

.h-1\/6{
  height: 16.666667%;
}

.h-2\/6{
  height: 33.333333%;
}

.h-3\/6{
  height: 50%;
}

.h-4\/6{
  height: 66.666667%;
}

.h-5\/6{
  height: 83.333333%;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-10{
  font-size: 10px;
  line-height: 24px;
}

.text-12{
  font-size: 12px;
  line-height: 1.225;
}

.text-14{
  font-size: 14px;
  line-height: 1.35;
}

.text-15{
  font-size: 15px;
  line-height: 1.35;
}

.text-16{
  font-size: 16px;
  line-height: 1.5;
}

.text-18{
  font-size: 18px;
  line-height: 1.5;
}

.text-20{
  font-size: 20px;
  line-height: 1.4;
}

.text-22{
  font-size: 22px;
  line-height: 1.4;
}

.text-24{
  font-size: 24px;
  line-height: 1.3;
}

.text-25{
  font-size: 25px;
  line-height: 1.3;
}

.text-30{
  font-size: 30px;
  line-height: 38px;
}

.text-32{
  font-size: 32px;
  line-height: 41px;
}

.text-34{
  font-size: 34px;
  line-height: 38px;
}

.text-45{
  font-size: 45px;
  line-height: 51px;
}

.text-48{
  font-size: 48px;
  line-height: 1.4;
}

.text-50{
  font-size: 50px;
  line-height: 65px;
}

.text-56{
  font-size: 56px;
  line-height: 130%;
}

.text-60{
  font-size: 60px;
  line-height: 71px;
}

.text-72{
  font-size: 72px;
  line-height: 84px;
}

.text-96{
  font-size: 96px;
  line-height: 118%;
}

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

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

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

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

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

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

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

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.leading-3{
  line-height: .75rem;
}

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

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

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

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

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

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 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: 0px;
}

.m-2{
  margin: 2px;
}

.m-4{
  margin: 4px;
}

.m-5{
  margin: 5px;
}

.m-7{
  margin: 7px;
}

.m-8{
  margin: 8px;
}

.m-10{
  margin: 10px;
}

.m-11{
  margin: 11px;
}

.m-12{
  margin: 12px;
}

.m-13{
  margin: 13px;
}

.m-15{
  margin: 15px;
}

.m-16{
  margin: 16px;
}

.m-18{
  margin: 18px;
}

.m-20{
  margin: 20px;
}

.m-24{
  margin: 24px;
}

.m-28{
  margin: 28px;
}

.m-29{
  margin: 29px;
}

.m-30{
  margin: 30px;
}

.m-32{
  margin: 32px;
}

.m-34{
  margin: 34px;
}

.m-36{
  margin: 36px;
}

.m-40{
  margin: 40px;
}

.m-48{
  margin: 48px;
}

.m-50{
  margin: 50px;
}

.m-56{
  margin: 56px;
}

.m-60{
  margin: 60px;
}

.m-64{
  margin: 64px;
}

.m-70{
  margin: 70px;
}

.m-72{
  margin: 72px;
}

.m-80{
  margin: 80px;
}

.m-88{
  margin: 88px;
}

.m-90{
  margin: 90px;
}

.m-96{
  margin: 96px;
}

.m-100{
  margin: 100px;
}

.m-112{
  margin: 112px;
}

.m-128{
  margin: 128px;
}

.m-135{
  margin: 135px;
}

.m-145{
  margin: 145px;
}

.m-155{
  margin: 155px;
}

.m-160{
  margin: 160px;
}

.m-192{
  margin: 192px;
}

.m-200{
  margin: 200px;
}

.m-224{
  margin: 224px;
}

.m-227{
  margin: 227px;
}

.m-250{
  margin: 250px;
}

.m-256{
  margin: 256px;
}

.m-270{
  margin: 270px;
}

.m-288{
  margin: 288px;
}

.m-304{
  margin: 304px;
}

.m-314{
  margin: 314px;
}

.m-320{
  margin: 320px;
}

.m-352{
  margin: 352px;
}

.m-384{
  margin: 384px;
}

.m-416{
  margin: 416px;
}

.m-448{
  margin: 448px;
}

.m-480{
  margin: 480px;
}

.m-512{
  margin: 512px;
}

.m-576{
  margin: 576px;
}

.m-612{
  margin: 612px;
}

.m-640{
  margin: 640px;
}

.m-768{
  margin: 768px;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

.m-px{
  margin: 1px;
}

.m-20p{
  margin: 20%;
}

.m-40p{
  margin: 40%;
}

.m-49p{
  margin: 49%;
}

.m-52p{
  margin: 52%;
}

.m-53\.5p{
  margin: 53.5%;
}

.m-60p{
  margin: 60%;
}

.m-71\.5p{
  margin: 71.5%;
}

.m-80p{
  margin: 80%;
}

.m-90p{
  margin: 90%;
}

.m-95p{
  margin: 95%;
}

.m-100p{
  margin: 100%;
}

.m-110p{
  margin: 110%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-20p{
  margin: -20%;
}

.-m-40p{
  margin: -40%;
}

.-m-49p{
  margin: -49%;
}

.-m-52p{
  margin: -52%;
}

.-m-53\.5p{
  margin: -53.5%;
}

.-m-60p{
  margin: -60%;
}

.-m-71\.5p{
  margin: -71.5%;
}

.-m-80p{
  margin: -80%;
}

.-m-90p{
  margin: -90%;
}

.-m-95p{
  margin: -95%;
}

.-m-100p{
  margin: -100%;
}

.-m-110p{
  margin: -110%;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-2{
  margin-top: 2px;
  margin-bottom: 2px;
}

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

.my-4{
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.my-5{
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.my-7{
  margin-top: 7px;
  margin-bottom: 7px;
}

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

.my-8{
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.my-11{
  margin-top: 11px;
  margin-bottom: 11px;
}

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

.my-12{
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.my-13{
  margin-top: 13px;
  margin-bottom: 13px;
}

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

.my-15{
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.my-16{
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.my-18{
  margin-top: 18px;
  margin-bottom: 18px;
}

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

.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.my-24{
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.my-28{
  margin-top: 28px;
  margin-bottom: 28px;
}

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

.my-29{
  margin-top: 29px;
  margin-bottom: 29px;
}

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

.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.my-32{
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.my-34{
  margin-top: 34px;
  margin-bottom: 34px;
}

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

.my-36{
  margin-top: 36px;
  margin-bottom: 36px;
}

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

.my-40{
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.my-48{
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.my-50{
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.my-56{
  margin-top: 56px;
  margin-bottom: 56px;
}

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

.my-60{
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.my-64{
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.my-70{
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.my-72{
  margin-top: 72px;
  margin-bottom: 72px;
}

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

.my-80{
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.my-88{
  margin-top: 88px;
  margin-bottom: 88px;
}

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

.my-90{
  margin-top: 90px;
  margin-bottom: 90px;
}

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

.my-96{
  margin-top: 96px;
  margin-bottom: 96px;
}

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

.my-100{
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.my-112{
  margin-top: 112px;
  margin-bottom: 112px;
}

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

.my-128{
  margin-top: 128px;
  margin-bottom: 128px;
}

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

.my-135{
  margin-top: 135px;
  margin-bottom: 135px;
}

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

.my-145{
  margin-top: 145px;
  margin-bottom: 145px;
}

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

.my-155{
  margin-top: 155px;
  margin-bottom: 155px;
}

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

.my-160{
  margin-top: 160px;
  margin-bottom: 160px;
}

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

.my-192{
  margin-top: 192px;
  margin-bottom: 192px;
}

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

.my-200{
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.my-224{
  margin-top: 224px;
  margin-bottom: 224px;
}

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

.my-227{
  margin-top: 227px;
  margin-bottom: 227px;
}

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

.my-250{
  margin-top: 250px;
  margin-bottom: 250px;
}

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

.my-256{
  margin-top: 256px;
  margin-bottom: 256px;
}

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

.my-270{
  margin-top: 270px;
  margin-bottom: 270px;
}

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

.my-288{
  margin-top: 288px;
  margin-bottom: 288px;
}

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

.my-304{
  margin-top: 304px;
  margin-bottom: 304px;
}

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

.my-314{
  margin-top: 314px;
  margin-bottom: 314px;
}

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

.my-320{
  margin-top: 320px;
  margin-bottom: 320px;
}

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

.my-352{
  margin-top: 352px;
  margin-bottom: 352px;
}

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

.my-384{
  margin-top: 384px;
  margin-bottom: 384px;
}

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

.my-416{
  margin-top: 416px;
  margin-bottom: 416px;
}

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

.my-448{
  margin-top: 448px;
  margin-bottom: 448px;
}

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

.my-480{
  margin-top: 480px;
  margin-bottom: 480px;
}

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

.my-512{
  margin-top: 512px;
  margin-bottom: 512px;
}

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

.my-576{
  margin-top: 576px;
  margin-bottom: 576px;
}

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

.my-612{
  margin-top: 612px;
  margin-bottom: 612px;
}

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

.my-640{
  margin-top: 640px;
  margin-bottom: 640px;
}

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

.my-768{
  margin-top: 768px;
  margin-bottom: 768px;
}

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.-my-200{
  margin-top: -200px;
  margin-bottom: -200px;
}

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

.-my-170{
  margin-top: -170px;
  margin-bottom: -170px;
}

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

.-my-120{
  margin-top: -120px;
  margin-bottom: -120px;
}

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

.-my-100{
  margin-top: -100px;
  margin-bottom: -100px;
}

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

.-my-50{
  margin-top: -50px;
  margin-bottom: -50px;
}

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

.-my-45{
  margin-top: -45px;
  margin-bottom: -45px;
}

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

.-my-3{
  margin-top: -3px;
  margin-bottom: -3px;
}

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

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

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

.my-20p{
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-20p{
  margin-left: 20%;
  margin-right: 20%;
}

.my-40p{
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-40p{
  margin-left: 40%;
  margin-right: 40%;
}

.my-49p{
  margin-top: 49%;
  margin-bottom: 49%;
}

.mx-49p{
  margin-left: 49%;
  margin-right: 49%;
}

.my-52p{
  margin-top: 52%;
  margin-bottom: 52%;
}

.mx-52p{
  margin-left: 52%;
  margin-right: 52%;
}

.my-53\.5p{
  margin-top: 53.5%;
  margin-bottom: 53.5%;
}

.mx-53\.5p{
  margin-left: 53.5%;
  margin-right: 53.5%;
}

.my-60p{
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-60p{
  margin-left: 60%;
  margin-right: 60%;
}

.my-71\.5p{
  margin-top: 71.5%;
  margin-bottom: 71.5%;
}

.mx-71\.5p{
  margin-left: 71.5%;
  margin-right: 71.5%;
}

.my-80p{
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-80p{
  margin-left: 80%;
  margin-right: 80%;
}

.my-90p{
  margin-top: 90%;
  margin-bottom: 90%;
}

.mx-90p{
  margin-left: 90%;
  margin-right: 90%;
}

.my-95p{
  margin-top: 95%;
  margin-bottom: 95%;
}

.mx-95p{
  margin-left: 95%;
  margin-right: 95%;
}

.my-100p{
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-100p{
  margin-left: 100%;
  margin-right: 100%;
}

.my-110p{
  margin-top: 110%;
  margin-bottom: 110%;
}

.mx-110p{
  margin-left: 110%;
  margin-right: 110%;
}

.-my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.-my-2{
  margin-top: -2px;
  margin-bottom: -2px;
}

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

.-my-4{
  margin-top: -4px;
  margin-bottom: -4px;
}

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

.-my-5{
  margin-top: -5px;
  margin-bottom: -5px;
}

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

.-my-7{
  margin-top: -7px;
  margin-bottom: -7px;
}

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

.-my-8{
  margin-top: -8px;
  margin-bottom: -8px;
}

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

.-my-10{
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.-my-11{
  margin-top: -11px;
  margin-bottom: -11px;
}

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

.-my-12{
  margin-top: -12px;
  margin-bottom: -12px;
}

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

.-my-13{
  margin-top: -13px;
  margin-bottom: -13px;
}

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

.-my-15{
  margin-top: -15px;
  margin-bottom: -15px;
}

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

.-my-16{
  margin-top: -16px;
  margin-bottom: -16px;
}

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

.-my-18{
  margin-top: -18px;
  margin-bottom: -18px;
}

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

.-my-20{
  margin-top: -20px;
  margin-bottom: -20px;
}

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

.-my-24{
  margin-top: -24px;
  margin-bottom: -24px;
}

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

.-my-28{
  margin-top: -28px;
  margin-bottom: -28px;
}

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

.-my-29{
  margin-top: -29px;
  margin-bottom: -29px;
}

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

.-my-30{
  margin-top: -30px;
  margin-bottom: -30px;
}

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

.-my-32{
  margin-top: -32px;
  margin-bottom: -32px;
}

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

.-my-34{
  margin-top: -34px;
  margin-bottom: -34px;
}

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

.-my-36{
  margin-top: -36px;
  margin-bottom: -36px;
}

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

.-my-40{
  margin-top: -40px;
  margin-bottom: -40px;
}

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

.-my-48{
  margin-top: -48px;
  margin-bottom: -48px;
}

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

.-my-56{
  margin-top: -56px;
  margin-bottom: -56px;
}

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

.-my-60{
  margin-top: -60px;
  margin-bottom: -60px;
}

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

.-my-64{
  margin-top: -64px;
  margin-bottom: -64px;
}

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

.-my-70{
  margin-top: -70px;
  margin-bottom: -70px;
}

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

.-my-72{
  margin-top: -72px;
  margin-bottom: -72px;
}

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

.-my-80{
  margin-top: -80px;
  margin-bottom: -80px;
}

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

.-my-88{
  margin-top: -88px;
  margin-bottom: -88px;
}

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

.-my-90{
  margin-top: -90px;
  margin-bottom: -90px;
}

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

.-my-96{
  margin-top: -96px;
  margin-bottom: -96px;
}

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

.-my-112{
  margin-top: -112px;
  margin-bottom: -112px;
}

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

.-my-128{
  margin-top: -128px;
  margin-bottom: -128px;
}

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

.-my-135{
  margin-top: -135px;
  margin-bottom: -135px;
}

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

.-my-145{
  margin-top: -145px;
  margin-bottom: -145px;
}

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

.-my-155{
  margin-top: -155px;
  margin-bottom: -155px;
}

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

.-my-160{
  margin-top: -160px;
  margin-bottom: -160px;
}

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

.-my-192{
  margin-top: -192px;
  margin-bottom: -192px;
}

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

.-my-224{
  margin-top: -224px;
  margin-bottom: -224px;
}

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

.-my-227{
  margin-top: -227px;
  margin-bottom: -227px;
}

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

.-my-250{
  margin-top: -250px;
  margin-bottom: -250px;
}

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

.-my-256{
  margin-top: -256px;
  margin-bottom: -256px;
}

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

.-my-270{
  margin-top: -270px;
  margin-bottom: -270px;
}

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

.-my-288{
  margin-top: -288px;
  margin-bottom: -288px;
}

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

.-my-304{
  margin-top: -304px;
  margin-bottom: -304px;
}

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

.-my-314{
  margin-top: -314px;
  margin-bottom: -314px;
}

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

.-my-320{
  margin-top: -320px;
  margin-bottom: -320px;
}

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

.-my-352{
  margin-top: -352px;
  margin-bottom: -352px;
}

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

.-my-384{
  margin-top: -384px;
  margin-bottom: -384px;
}

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

.-my-416{
  margin-top: -416px;
  margin-bottom: -416px;
}

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

.-my-448{
  margin-top: -448px;
  margin-bottom: -448px;
}

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

.-my-480{
  margin-top: -480px;
  margin-bottom: -480px;
}

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

.-my-512{
  margin-top: -512px;
  margin-bottom: -512px;
}

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

.-my-576{
  margin-top: -576px;
  margin-bottom: -576px;
}

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

.-my-612{
  margin-top: -612px;
  margin-bottom: -612px;
}

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

.-my-640{
  margin-top: -640px;
  margin-bottom: -640px;
}

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

.-my-768{
  margin-top: -768px;
  margin-bottom: -768px;
}

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

.-my--200{
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.-my--170{
  margin-top: 170px;
  margin-bottom: 170px;
}

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

.-my--120{
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.-my--100{
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.-my--50{
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.-my--45{
  margin-top: 45px;
  margin-bottom: 45px;
}

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

.-my--3{
  margin-top: 3px;
  margin-bottom: 3px;
}

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

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.-my-20p{
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-20p{
  margin-left: -20%;
  margin-right: -20%;
}

.-my-40p{
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-40p{
  margin-left: -40%;
  margin-right: -40%;
}

.-my-49p{
  margin-top: -49%;
  margin-bottom: -49%;
}

.-mx-49p{
  margin-left: -49%;
  margin-right: -49%;
}

.-my-52p{
  margin-top: -52%;
  margin-bottom: -52%;
}

.-mx-52p{
  margin-left: -52%;
  margin-right: -52%;
}

.-my-53\.5p{
  margin-top: -53.5%;
  margin-bottom: -53.5%;
}

.-mx-53\.5p{
  margin-left: -53.5%;
  margin-right: -53.5%;
}

.-my-60p{
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-60p{
  margin-left: -60%;
  margin-right: -60%;
}

.-my-71\.5p{
  margin-top: -71.5%;
  margin-bottom: -71.5%;
}

.-mx-71\.5p{
  margin-left: -71.5%;
  margin-right: -71.5%;
}

.-my-80p{
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-80p{
  margin-left: -80%;
  margin-right: -80%;
}

.-my-90p{
  margin-top: -90%;
  margin-bottom: -90%;
}

.-mx-90p{
  margin-left: -90%;
  margin-right: -90%;
}

.-my-95p{
  margin-top: -95%;
  margin-bottom: -95%;
}

.-mx-95p{
  margin-left: -95%;
  margin-right: -95%;
}

.-my-100p{
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-100p{
  margin-left: -100%;
  margin-right: -100%;
}

.-my-110p{
  margin-top: -110%;
  margin-bottom: -110%;
}

.-mx-110p{
  margin-left: -110%;
  margin-right: -110%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-155{
  margin-top: 155px;
}

.mr-155{
  margin-right: 155px;
}

.mb-155{
  margin-bottom: 155px;
}

.ml-155{
  margin-left: 155px;
}

.mt-160{
  margin-top: 160px;
}

.mr-160{
  margin-right: 160px;
}

.mb-160{
  margin-bottom: 160px;
}

.ml-160{
  margin-left: 160px;
}

.mt-192{
  margin-top: 192px;
}

.mr-192{
  margin-right: 192px;
}

.mb-192{
  margin-bottom: 192px;
}

.ml-192{
  margin-left: 192px;
}

.mt-200{
  margin-top: 200px;
}

.mr-200{
  margin-right: 200px;
}

.mb-200{
  margin-bottom: 200px;
}

.ml-200{
  margin-left: 200px;
}

.mt-224{
  margin-top: 224px;
}

.mr-224{
  margin-right: 224px;
}

.mb-224{
  margin-bottom: 224px;
}

.ml-224{
  margin-left: 224px;
}

.mt-227{
  margin-top: 227px;
}

.mr-227{
  margin-right: 227px;
}

.mb-227{
  margin-bottom: 227px;
}

.ml-227{
  margin-left: 227px;
}

.mt-250{
  margin-top: 250px;
}

.mr-250{
  margin-right: 250px;
}

.mb-250{
  margin-bottom: 250px;
}

.ml-250{
  margin-left: 250px;
}

.mt-256{
  margin-top: 256px;
}

.mr-256{
  margin-right: 256px;
}

.mb-256{
  margin-bottom: 256px;
}

.ml-256{
  margin-left: 256px;
}

.mt-270{
  margin-top: 270px;
}

.mr-270{
  margin-right: 270px;
}

.mb-270{
  margin-bottom: 270px;
}

.ml-270{
  margin-left: 270px;
}

.mt-288{
  margin-top: 288px;
}

.mr-288{
  margin-right: 288px;
}

.mb-288{
  margin-bottom: 288px;
}

.ml-288{
  margin-left: 288px;
}

.mt-304{
  margin-top: 304px;
}

.mr-304{
  margin-right: 304px;
}

.mb-304{
  margin-bottom: 304px;
}

.ml-304{
  margin-left: 304px;
}

.mt-314{
  margin-top: 314px;
}

.mr-314{
  margin-right: 314px;
}

.mb-314{
  margin-bottom: 314px;
}

.ml-314{
  margin-left: 314px;
}

.mt-320{
  margin-top: 320px;
}

.mr-320{
  margin-right: 320px;
}

.mb-320{
  margin-bottom: 320px;
}

.ml-320{
  margin-left: 320px;
}

.mt-352{
  margin-top: 352px;
}

.mr-352{
  margin-right: 352px;
}

.mb-352{
  margin-bottom: 352px;
}

.ml-352{
  margin-left: 352px;
}

.mt-384{
  margin-top: 384px;
}

.mr-384{
  margin-right: 384px;
}

.mb-384{
  margin-bottom: 384px;
}

.ml-384{
  margin-left: 384px;
}

.mt-416{
  margin-top: 416px;
}

.mr-416{
  margin-right: 416px;
}

.mb-416{
  margin-bottom: 416px;
}

.ml-416{
  margin-left: 416px;
}

.mt-448{
  margin-top: 448px;
}

.mr-448{
  margin-right: 448px;
}

.mb-448{
  margin-bottom: 448px;
}

.ml-448{
  margin-left: 448px;
}

.mt-480{
  margin-top: 480px;
}

.mr-480{
  margin-right: 480px;
}

.mb-480{
  margin-bottom: 480px;
}

.ml-480{
  margin-left: 480px;
}

.mt-512{
  margin-top: 512px;
}

.mr-512{
  margin-right: 512px;
}

.mb-512{
  margin-bottom: 512px;
}

.ml-512{
  margin-left: 512px;
}

.mt-576{
  margin-top: 576px;
}

.mr-576{
  margin-right: 576px;
}

.mb-576{
  margin-bottom: 576px;
}

.ml-576{
  margin-left: 576px;
}

.mt-612{
  margin-top: 612px;
}

.mr-612{
  margin-right: 612px;
}

.mb-612{
  margin-bottom: 612px;
}

.ml-612{
  margin-left: 612px;
}

.mt-640{
  margin-top: 640px;
}

.mr-640{
  margin-right: 640px;
}

.mb-640{
  margin-bottom: 640px;
}

.ml-640{
  margin-left: 640px;
}

.mt-768{
  margin-top: 768px;
}

.mr-768{
  margin-right: 768px;
}

.mb-768{
  margin-bottom: 768px;
}

.ml-768{
  margin-left: 768px;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-auto{
  margin-left: auto;
}

.-mt-200{
  margin-top: -200px;
}

.-mr-200{
  margin-right: -200px;
}

.-mb-200{
  margin-bottom: -200px;
}

.-ml-200{
  margin-left: -200px;
}

.-mt-170{
  margin-top: -170px;
}

.-mr-170{
  margin-right: -170px;
}

.-mb-170{
  margin-bottom: -170px;
}

.-ml-170{
  margin-left: -170px;
}

.-mt-120{
  margin-top: -120px;
}

.-mr-120{
  margin-right: -120px;
}

.-mb-120{
  margin-bottom: -120px;
}

.-ml-120{
  margin-left: -120px;
}

.-mt-100{
  margin-top: -100px;
}

.-mr-100{
  margin-right: -100px;
}

.-mb-100{
  margin-bottom: -100px;
}

.-ml-100{
  margin-left: -100px;
}

.-mt-50{
  margin-top: -50px;
}

.-mr-50{
  margin-right: -50px;
}

.-mb-50{
  margin-bottom: -50px;
}

.-ml-50{
  margin-left: -50px;
}

.-mt-45{
  margin-top: -45px;
}

.-mr-45{
  margin-right: -45px;
}

.-mb-45{
  margin-bottom: -45px;
}

.-ml-45{
  margin-left: -45px;
}

.-mt-3{
  margin-top: -3px;
}

.-mr-3{
  margin-right: -3px;
}

.-mb-3{
  margin-bottom: -3px;
}

.-ml-3{
  margin-left: -3px;
}

.mt-px{
  margin-top: 1px;
}

.mr-px{
  margin-right: 1px;
}

.mb-px{
  margin-bottom: 1px;
}

.ml-px{
  margin-left: 1px;
}

.mt-20p{
  margin-top: 20%;
}

.mr-20p{
  margin-right: 20%;
}

.mb-20p{
  margin-bottom: 20%;
}

.ml-20p{
  margin-left: 20%;
}

.mt-40p{
  margin-top: 40%;
}

.mr-40p{
  margin-right: 40%;
}

.mb-40p{
  margin-bottom: 40%;
}

.ml-40p{
  margin-left: 40%;
}

.mt-49p{
  margin-top: 49%;
}

.mr-49p{
  margin-right: 49%;
}

.mb-49p{
  margin-bottom: 49%;
}

.ml-49p{
  margin-left: 49%;
}

.mt-52p{
  margin-top: 52%;
}

.mr-52p{
  margin-right: 52%;
}

.mb-52p{
  margin-bottom: 52%;
}

.ml-52p{
  margin-left: 52%;
}

.mt-53\.5p{
  margin-top: 53.5%;
}

.mr-53\.5p{
  margin-right: 53.5%;
}

.mb-53\.5p{
  margin-bottom: 53.5%;
}

.ml-53\.5p{
  margin-left: 53.5%;
}

.mt-60p{
  margin-top: 60%;
}

.mr-60p{
  margin-right: 60%;
}

.mb-60p{
  margin-bottom: 60%;
}

.ml-60p{
  margin-left: 60%;
}

.mt-71\.5p{
  margin-top: 71.5%;
}

.mr-71\.5p{
  margin-right: 71.5%;
}

.mb-71\.5p{
  margin-bottom: 71.5%;
}

.ml-71\.5p{
  margin-left: 71.5%;
}

.mt-80p{
  margin-top: 80%;
}

.mr-80p{
  margin-right: 80%;
}

.mb-80p{
  margin-bottom: 80%;
}

.ml-80p{
  margin-left: 80%;
}

.mt-90p{
  margin-top: 90%;
}

.mr-90p{
  margin-right: 90%;
}

.mb-90p{
  margin-bottom: 90%;
}

.ml-90p{
  margin-left: 90%;
}

.mt-95p{
  margin-top: 95%;
}

.mr-95p{
  margin-right: 95%;
}

.mb-95p{
  margin-bottom: 95%;
}

.ml-95p{
  margin-left: 95%;
}

.mt-100p{
  margin-top: 100%;
}

.mr-100p{
  margin-right: 100%;
}

.mb-100p{
  margin-bottom: 100%;
}

.ml-100p{
  margin-left: 100%;
}

.mt-110p{
  margin-top: 110%;
}

.mr-110p{
  margin-right: 110%;
}

.mb-110p{
  margin-bottom: 110%;
}

.ml-110p{
  margin-left: 110%;
}

.-mt-0{
  margin-top: 0px;
}

.-mr-0{
  margin-right: 0px;
}

.-mb-0{
  margin-bottom: 0px;
}

.-ml-0{
  margin-left: 0px;
}

.-mt-2{
  margin-top: -2px;
}

.-mr-2{
  margin-right: -2px;
}

.-mb-2{
  margin-bottom: -2px;
}

.-ml-2{
  margin-left: -2px;
}

.-mt-4{
  margin-top: -4px;
}

.-mr-4{
  margin-right: -4px;
}

.-mb-4{
  margin-bottom: -4px;
}

.-ml-4{
  margin-left: -4px;
}

.-mt-5{
  margin-top: -5px;
}

.-mr-5{
  margin-right: -5px;
}

.-mb-5{
  margin-bottom: -5px;
}

.-ml-5{
  margin-left: -5px;
}

.-mt-7{
  margin-top: -7px;
}

.-mr-7{
  margin-right: -7px;
}

.-mb-7{
  margin-bottom: -7px;
}

.-ml-7{
  margin-left: -7px;
}

.-mt-8{
  margin-top: -8px;
}

.-mr-8{
  margin-right: -8px;
}

.-mb-8{
  margin-bottom: -8px;
}

.-ml-8{
  margin-left: -8px;
}

.-mt-10{
  margin-top: -10px;
}

.-mr-10{
  margin-right: -10px;
}

.-mb-10{
  margin-bottom: -10px;
}

.-ml-10{
  margin-left: -10px;
}

.-mt-11{
  margin-top: -11px;
}

.-mr-11{
  margin-right: -11px;
}

.-mb-11{
  margin-bottom: -11px;
}

.-ml-11{
  margin-left: -11px;
}

.-mt-12{
  margin-top: -12px;
}

.-mr-12{
  margin-right: -12px;
}

.-mb-12{
  margin-bottom: -12px;
}

.-ml-12{
  margin-left: -12px;
}

.-mt-13{
  margin-top: -13px;
}

.-mr-13{
  margin-right: -13px;
}

.-mb-13{
  margin-bottom: -13px;
}

.-ml-13{
  margin-left: -13px;
}

.-mt-15{
  margin-top: -15px;
}

.-mr-15{
  margin-right: -15px;
}

.-mb-15{
  margin-bottom: -15px;
}

.-ml-15{
  margin-left: -15px;
}

.-mt-16{
  margin-top: -16px;
}

.-mr-16{
  margin-right: -16px;
}

.-mb-16{
  margin-bottom: -16px;
}

.-ml-16{
  margin-left: -16px;
}

.-mt-18{
  margin-top: -18px;
}

.-mr-18{
  margin-right: -18px;
}

.-mb-18{
  margin-bottom: -18px;
}

.-ml-18{
  margin-left: -18px;
}

.-mt-20{
  margin-top: -20px;
}

.-mr-20{
  margin-right: -20px;
}

.-mb-20{
  margin-bottom: -20px;
}

.-ml-20{
  margin-left: -20px;
}

.-mt-24{
  margin-top: -24px;
}

.-mr-24{
  margin-right: -24px;
}

.-mb-24{
  margin-bottom: -24px;
}

.-ml-24{
  margin-left: -24px;
}

.-mt-28{
  margin-top: -28px;
}

.-mr-28{
  margin-right: -28px;
}

.-mb-28{
  margin-bottom: -28px;
}

.-ml-28{
  margin-left: -28px;
}

.-mt-29{
  margin-top: -29px;
}

.-mr-29{
  margin-right: -29px;
}

.-mb-29{
  margin-bottom: -29px;
}

.-ml-29{
  margin-left: -29px;
}

.-mt-30{
  margin-top: -30px;
}

.-mr-30{
  margin-right: -30px;
}

.-mb-30{
  margin-bottom: -30px;
}

.-ml-30{
  margin-left: -30px;
}

.-mt-32{
  margin-top: -32px;
}

.-mr-32{
  margin-right: -32px;
}

.-mb-32{
  margin-bottom: -32px;
}

.-ml-32{
  margin-left: -32px;
}

.-mt-34{
  margin-top: -34px;
}

.-mr-34{
  margin-right: -34px;
}

.-mb-34{
  margin-bottom: -34px;
}

.-ml-34{
  margin-left: -34px;
}

.-mt-36{
  margin-top: -36px;
}

.-mr-36{
  margin-right: -36px;
}

.-mb-36{
  margin-bottom: -36px;
}

.-ml-36{
  margin-left: -36px;
}

.-mt-40{
  margin-top: -40px;
}

.-mr-40{
  margin-right: -40px;
}

.-mb-40{
  margin-bottom: -40px;
}

.-ml-40{
  margin-left: -40px;
}

.-mt-48{
  margin-top: -48px;
}

.-mr-48{
  margin-right: -48px;
}

.-mb-48{
  margin-bottom: -48px;
}

.-ml-48{
  margin-left: -48px;
}

.-mt-56{
  margin-top: -56px;
}

.-mr-56{
  margin-right: -56px;
}

.-mb-56{
  margin-bottom: -56px;
}

.-ml-56{
  margin-left: -56px;
}

.-mt-60{
  margin-top: -60px;
}

.-mr-60{
  margin-right: -60px;
}

.-mb-60{
  margin-bottom: -60px;
}

.-ml-60{
  margin-left: -60px;
}

.-mt-64{
  margin-top: -64px;
}

.-mr-64{
  margin-right: -64px;
}

.-mb-64{
  margin-bottom: -64px;
}

.-ml-64{
  margin-left: -64px;
}

.-mt-70{
  margin-top: -70px;
}

.-mr-70{
  margin-right: -70px;
}

.-mb-70{
  margin-bottom: -70px;
}

.-ml-70{
  margin-left: -70px;
}

.-mt-72{
  margin-top: -72px;
}

.-mr-72{
  margin-right: -72px;
}

.-mb-72{
  margin-bottom: -72px;
}

.-ml-72{
  margin-left: -72px;
}

.-mt-80{
  margin-top: -80px;
}

.-mr-80{
  margin-right: -80px;
}

.-mb-80{
  margin-bottom: -80px;
}

.-ml-80{
  margin-left: -80px;
}

.-mt-88{
  margin-top: -88px;
}

.-mr-88{
  margin-right: -88px;
}

.-mb-88{
  margin-bottom: -88px;
}

.-ml-88{
  margin-left: -88px;
}

.-mt-90{
  margin-top: -90px;
}

.-mr-90{
  margin-right: -90px;
}

.-mb-90{
  margin-bottom: -90px;
}

.-ml-90{
  margin-left: -90px;
}

.-mt-96{
  margin-top: -96px;
}

.-mr-96{
  margin-right: -96px;
}

.-mb-96{
  margin-bottom: -96px;
}

.-ml-96{
  margin-left: -96px;
}

.-mt-112{
  margin-top: -112px;
}

.-mr-112{
  margin-right: -112px;
}

.-mb-112{
  margin-bottom: -112px;
}

.-ml-112{
  margin-left: -112px;
}

.-mt-128{
  margin-top: -128px;
}

.-mr-128{
  margin-right: -128px;
}

.-mb-128{
  margin-bottom: -128px;
}

.-ml-128{
  margin-left: -128px;
}

.-mt-135{
  margin-top: -135px;
}

.-mr-135{
  margin-right: -135px;
}

.-mb-135{
  margin-bottom: -135px;
}

.-ml-135{
  margin-left: -135px;
}

.-mt-145{
  margin-top: -145px;
}

.-mr-145{
  margin-right: -145px;
}

.-mb-145{
  margin-bottom: -145px;
}

.-ml-145{
  margin-left: -145px;
}

.-mt-155{
  margin-top: -155px;
}

.-mr-155{
  margin-right: -155px;
}

.-mb-155{
  margin-bottom: -155px;
}

.-ml-155{
  margin-left: -155px;
}

.-mt-160{
  margin-top: -160px;
}

.-mr-160{
  margin-right: -160px;
}

.-mb-160{
  margin-bottom: -160px;
}

.-ml-160{
  margin-left: -160px;
}

.-mt-192{
  margin-top: -192px;
}

.-mr-192{
  margin-right: -192px;
}

.-mb-192{
  margin-bottom: -192px;
}

.-ml-192{
  margin-left: -192px;
}

.-mt-224{
  margin-top: -224px;
}

.-mr-224{
  margin-right: -224px;
}

.-mb-224{
  margin-bottom: -224px;
}

.-ml-224{
  margin-left: -224px;
}

.-mt-227{
  margin-top: -227px;
}

.-mr-227{
  margin-right: -227px;
}

.-mb-227{
  margin-bottom: -227px;
}

.-ml-227{
  margin-left: -227px;
}

.-mt-250{
  margin-top: -250px;
}

.-mr-250{
  margin-right: -250px;
}

.-mb-250{
  margin-bottom: -250px;
}

.-ml-250{
  margin-left: -250px;
}

.-mt-256{
  margin-top: -256px;
}

.-mr-256{
  margin-right: -256px;
}

.-mb-256{
  margin-bottom: -256px;
}

.-ml-256{
  margin-left: -256px;
}

.-mt-270{
  margin-top: -270px;
}

.-mr-270{
  margin-right: -270px;
}

.-mb-270{
  margin-bottom: -270px;
}

.-ml-270{
  margin-left: -270px;
}

.-mt-288{
  margin-top: -288px;
}

.-mr-288{
  margin-right: -288px;
}

.-mb-288{
  margin-bottom: -288px;
}

.-ml-288{
  margin-left: -288px;
}

.-mt-304{
  margin-top: -304px;
}

.-mr-304{
  margin-right: -304px;
}

.-mb-304{
  margin-bottom: -304px;
}

.-ml-304{
  margin-left: -304px;
}

.-mt-314{
  margin-top: -314px;
}

.-mr-314{
  margin-right: -314px;
}

.-mb-314{
  margin-bottom: -314px;
}

.-ml-314{
  margin-left: -314px;
}

.-mt-320{
  margin-top: -320px;
}

.-mr-320{
  margin-right: -320px;
}

.-mb-320{
  margin-bottom: -320px;
}

.-ml-320{
  margin-left: -320px;
}

.-mt-352{
  margin-top: -352px;
}

.-mr-352{
  margin-right: -352px;
}

.-mb-352{
  margin-bottom: -352px;
}

.-ml-352{
  margin-left: -352px;
}

.-mt-384{
  margin-top: -384px;
}

.-mr-384{
  margin-right: -384px;
}

.-mb-384{
  margin-bottom: -384px;
}

.-ml-384{
  margin-left: -384px;
}

.-mt-416{
  margin-top: -416px;
}

.-mr-416{
  margin-right: -416px;
}

.-mb-416{
  margin-bottom: -416px;
}

.-ml-416{
  margin-left: -416px;
}

.-mt-448{
  margin-top: -448px;
}

.-mr-448{
  margin-right: -448px;
}

.-mb-448{
  margin-bottom: -448px;
}

.-ml-448{
  margin-left: -448px;
}

.-mt-480{
  margin-top: -480px;
}

.-mr-480{
  margin-right: -480px;
}

.-mb-480{
  margin-bottom: -480px;
}

.-ml-480{
  margin-left: -480px;
}

.-mt-512{
  margin-top: -512px;
}

.-mr-512{
  margin-right: -512px;
}

.-mb-512{
  margin-bottom: -512px;
}

.-ml-512{
  margin-left: -512px;
}

.-mt-576{
  margin-top: -576px;
}

.-mr-576{
  margin-right: -576px;
}

.-mb-576{
  margin-bottom: -576px;
}

.-ml-576{
  margin-left: -576px;
}

.-mt-612{
  margin-top: -612px;
}

.-mr-612{
  margin-right: -612px;
}

.-mb-612{
  margin-bottom: -612px;
}

.-ml-612{
  margin-left: -612px;
}

.-mt-640{
  margin-top: -640px;
}

.-mr-640{
  margin-right: -640px;
}

.-mb-640{
  margin-bottom: -640px;
}

.-ml-640{
  margin-left: -640px;
}

.-mt-768{
  margin-top: -768px;
}

.-mr-768{
  margin-right: -768px;
}

.-mb-768{
  margin-bottom: -768px;
}

.-ml-768{
  margin-left: -768px;
}

.-mt--200{
  margin-top: 200px;
}

.-mr--200{
  margin-right: 200px;
}

.-mb--200{
  margin-bottom: 200px;
}

.-ml--200{
  margin-left: 200px;
}

.-mt--170{
  margin-top: 170px;
}

.-mr--170{
  margin-right: 170px;
}

.-mb--170{
  margin-bottom: 170px;
}

.-ml--170{
  margin-left: 170px;
}

.-mt--120{
  margin-top: 120px;
}

.-mr--120{
  margin-right: 120px;
}

.-mb--120{
  margin-bottom: 120px;
}

.-ml--120{
  margin-left: 120px;
}

.-mt--100{
  margin-top: 100px;
}

.-mr--100{
  margin-right: 100px;
}

.-mb--100{
  margin-bottom: 100px;
}

.-ml--100{
  margin-left: 100px;
}

.-mt--50{
  margin-top: 50px;
}

.-mr--50{
  margin-right: 50px;
}

.-mb--50{
  margin-bottom: 50px;
}

.-ml--50{
  margin-left: 50px;
}

.-mt--45{
  margin-top: 45px;
}

.-mr--45{
  margin-right: 45px;
}

.-mb--45{
  margin-bottom: 45px;
}

.-ml--45{
  margin-left: 45px;
}

.-mt--3{
  margin-top: 3px;
}

.-mr--3{
  margin-right: 3px;
}

.-mb--3{
  margin-bottom: 3px;
}

.-ml--3{
  margin-left: 3px;
}

.-mt-px{
  margin-top: -1px;
}

.-mr-px{
  margin-right: -1px;
}

.-mb-px{
  margin-bottom: -1px;
}

.-ml-px{
  margin-left: -1px;
}

.-mt-20p{
  margin-top: -20%;
}

.-mr-20p{
  margin-right: -20%;
}

.-mb-20p{
  margin-bottom: -20%;
}

.-ml-20p{
  margin-left: -20%;
}

.-mt-40p{
  margin-top: -40%;
}

.-mr-40p{
  margin-right: -40%;
}

.-mb-40p{
  margin-bottom: -40%;
}

.-ml-40p{
  margin-left: -40%;
}

.-mt-49p{
  margin-top: -49%;
}

.-mr-49p{
  margin-right: -49%;
}

.-mb-49p{
  margin-bottom: -49%;
}

.-ml-49p{
  margin-left: -49%;
}

.-mt-52p{
  margin-top: -52%;
}

.-mr-52p{
  margin-right: -52%;
}

.-mb-52p{
  margin-bottom: -52%;
}

.-ml-52p{
  margin-left: -52%;
}

.-mt-53\.5p{
  margin-top: -53.5%;
}

.-mr-53\.5p{
  margin-right: -53.5%;
}

.-mb-53\.5p{
  margin-bottom: -53.5%;
}

.-ml-53\.5p{
  margin-left: -53.5%;
}

.-mt-60p{
  margin-top: -60%;
}

.-mr-60p{
  margin-right: -60%;
}

.-mb-60p{
  margin-bottom: -60%;
}

.-ml-60p{
  margin-left: -60%;
}

.-mt-71\.5p{
  margin-top: -71.5%;
}

.-mr-71\.5p{
  margin-right: -71.5%;
}

.-mb-71\.5p{
  margin-bottom: -71.5%;
}

.-ml-71\.5p{
  margin-left: -71.5%;
}

.-mt-80p{
  margin-top: -80%;
}

.-mr-80p{
  margin-right: -80%;
}

.-mb-80p{
  margin-bottom: -80%;
}

.-ml-80p{
  margin-left: -80%;
}

.-mt-90p{
  margin-top: -90%;
}

.-mr-90p{
  margin-right: -90%;
}

.-mb-90p{
  margin-bottom: -90%;
}

.-ml-90p{
  margin-left: -90%;
}

.-mt-95p{
  margin-top: -95%;
}

.-mr-95p{
  margin-right: -95%;
}

.-mb-95p{
  margin-bottom: -95%;
}

.-ml-95p{
  margin-left: -95%;
}

.-mt-100p{
  margin-top: -100%;
}

.-mr-100p{
  margin-right: -100%;
}

.-mb-100p{
  margin-bottom: -100%;
}

.-ml-100p{
  margin-left: -100%;
}

.-mt-110p{
  margin-top: -110%;
}

.-mr-110p{
  margin-right: -110%;
}

.-mb-110p{
  margin-bottom: -110%;
}

.-ml-110p{
  margin-left: -110%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-2{
  max-height: 2px;
}

.max-h-4{
  max-height: 4px;
}

.max-h-5{
  max-height: 5px;
}

.max-h-7{
  max-height: 7px;
}

.max-h-8{
  max-height: 8px;
}

.max-h-10{
  max-height: 10px;
}

.max-h-11{
  max-height: 11px;
}

.max-h-12{
  max-height: 12px;
}

.max-h-13{
  max-height: 13px;
}

.max-h-15{
  max-height: 15px;
}

.max-h-16{
  max-height: 16px;
}

.max-h-18{
  max-height: 18px;
}

.max-h-20{
  max-height: 20px;
}

.max-h-24{
  max-height: 24px;
}

.max-h-28{
  max-height: 28px;
}

.max-h-29{
  max-height: 29px;
}

.max-h-30{
  max-height: 30px;
}

.max-h-32{
  max-height: 32px;
}

.max-h-34{
  max-height: 34px;
}

.max-h-36{
  max-height: 36px;
}

.max-h-40{
  max-height: 40px;
}

.max-h-48{
  max-height: 48px;
}

.max-h-50{
  max-height: 50px;
}

.max-h-56{
  max-height: 56px;
}

.max-h-60{
  max-height: 60px;
}

.max-h-64{
  max-height: 64px;
}

.max-h-70{
  max-height: 70px;
}

.max-h-72{
  max-height: 72px;
}

.max-h-80{
  max-height: 80px;
}

.max-h-88{
  max-height: 88px;
}

.max-h-90{
  max-height: 90px;
}

.max-h-96{
  max-height: 96px;
}

.max-h-100{
  max-height: 100px;
}

.max-h-112{
  max-height: 112px;
}

.max-h-128{
  max-height: 128px;
}

.max-h-135{
  max-height: 135px;
}

.max-h-145{
  max-height: 145px;
}

.max-h-155{
  max-height: 155px;
}

.max-h-160{
  max-height: 160px;
}

.max-h-192{
  max-height: 192px;
}

.max-h-200{
  max-height: 200px;
}

.max-h-224{
  max-height: 224px;
}

.max-h-227{
  max-height: 227px;
}

.max-h-250{
  max-height: 250px;
}

.max-h-256{
  max-height: 256px;
}

.max-h-270{
  max-height: 270px;
}

.max-h-288{
  max-height: 288px;
}

.max-h-304{
  max-height: 304px;
}

.max-h-314{
  max-height: 314px;
}

.max-h-320{
  max-height: 320px;
}

.max-h-352{
  max-height: 352px;
}

.max-h-384{
  max-height: 384px;
}

.max-h-416{
  max-height: 416px;
}

.max-h-448{
  max-height: 448px;
}

.max-h-480{
  max-height: 480px;
}

.max-h-512{
  max-height: 512px;
}

.max-h-576{
  max-height: 576px;
}

.max-h-612{
  max-height: 612px;
}

.max-h-640{
  max-height: 640px;
}

.max-h-768{
  max-height: 768px;
}

.-max-h-200{
  max-height: -200px;
}

.-max-h-170{
  max-height: -170px;
}

.-max-h-120{
  max-height: -120px;
}

.-max-h-100{
  max-height: -100px;
}

.-max-h-50{
  max-height: -50px;
}

.-max-h-45{
  max-height: -45px;
}

.-max-h-3{
  max-height: -3px;
}

.max-h-px{
  max-height: 1px;
}

.max-h-20p{
  max-height: 20%;
}

.max-h-40p{
  max-height: 40%;
}

.max-h-49p{
  max-height: 49%;
}

.max-h-52p{
  max-height: 52%;
}

.max-h-53\.5p{
  max-height: 53.5%;
}

.max-h-60p{
  max-height: 60%;
}

.max-h-71\.5p{
  max-height: 71.5%;
}

.max-h-80p{
  max-height: 80%;
}

.max-h-90p{
  max-height: 90%;
}

.max-h-95p{
  max-height: 95%;
}

.max-h-100p{
  max-height: 100%;
}

.max-h-110p{
  max-height: 110%;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-h-min{
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-max{
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.hover\:max-h-0:hover{
  max-height: 0px;
}

.hover\:max-h-2:hover{
  max-height: 2px;
}

.hover\:max-h-4:hover{
  max-height: 4px;
}

.hover\:max-h-5:hover{
  max-height: 5px;
}

.hover\:max-h-7:hover{
  max-height: 7px;
}

.hover\:max-h-8:hover{
  max-height: 8px;
}

.hover\:max-h-10:hover{
  max-height: 10px;
}

.hover\:max-h-11:hover{
  max-height: 11px;
}

.hover\:max-h-12:hover{
  max-height: 12px;
}

.hover\:max-h-13:hover{
  max-height: 13px;
}

.hover\:max-h-15:hover{
  max-height: 15px;
}

.hover\:max-h-16:hover{
  max-height: 16px;
}

.hover\:max-h-18:hover{
  max-height: 18px;
}

.hover\:max-h-20:hover{
  max-height: 20px;
}

.hover\:max-h-24:hover{
  max-height: 24px;
}

.hover\:max-h-28:hover{
  max-height: 28px;
}

.hover\:max-h-29:hover{
  max-height: 29px;
}

.hover\:max-h-30:hover{
  max-height: 30px;
}

.hover\:max-h-32:hover{
  max-height: 32px;
}

.hover\:max-h-34:hover{
  max-height: 34px;
}

.hover\:max-h-36:hover{
  max-height: 36px;
}

.hover\:max-h-40:hover{
  max-height: 40px;
}

.hover\:max-h-48:hover{
  max-height: 48px;
}

.hover\:max-h-50:hover{
  max-height: 50px;
}

.hover\:max-h-56:hover{
  max-height: 56px;
}

.hover\:max-h-60:hover{
  max-height: 60px;
}

.hover\:max-h-64:hover{
  max-height: 64px;
}

.hover\:max-h-70:hover{
  max-height: 70px;
}

.hover\:max-h-72:hover{
  max-height: 72px;
}

.hover\:max-h-80:hover{
  max-height: 80px;
}

.hover\:max-h-88:hover{
  max-height: 88px;
}

.hover\:max-h-90:hover{
  max-height: 90px;
}

.hover\:max-h-96:hover{
  max-height: 96px;
}

.hover\:max-h-100:hover{
  max-height: 100px;
}

.hover\:max-h-112:hover{
  max-height: 112px;
}

.hover\:max-h-128:hover{
  max-height: 128px;
}

.hover\:max-h-135:hover{
  max-height: 135px;
}

.hover\:max-h-145:hover{
  max-height: 145px;
}

.hover\:max-h-155:hover{
  max-height: 155px;
}

.hover\:max-h-160:hover{
  max-height: 160px;
}

.hover\:max-h-192:hover{
  max-height: 192px;
}

.hover\:max-h-200:hover{
  max-height: 200px;
}

.hover\:max-h-224:hover{
  max-height: 224px;
}

.hover\:max-h-227:hover{
  max-height: 227px;
}

.hover\:max-h-250:hover{
  max-height: 250px;
}

.hover\:max-h-256:hover{
  max-height: 256px;
}

.hover\:max-h-270:hover{
  max-height: 270px;
}

.hover\:max-h-288:hover{
  max-height: 288px;
}

.hover\:max-h-304:hover{
  max-height: 304px;
}

.hover\:max-h-314:hover{
  max-height: 314px;
}

.hover\:max-h-320:hover{
  max-height: 320px;
}

.hover\:max-h-352:hover{
  max-height: 352px;
}

.hover\:max-h-384:hover{
  max-height: 384px;
}

.hover\:max-h-416:hover{
  max-height: 416px;
}

.hover\:max-h-448:hover{
  max-height: 448px;
}

.hover\:max-h-480:hover{
  max-height: 480px;
}

.hover\:max-h-512:hover{
  max-height: 512px;
}

.hover\:max-h-576:hover{
  max-height: 576px;
}

.hover\:max-h-612:hover{
  max-height: 612px;
}

.hover\:max-h-640:hover{
  max-height: 640px;
}

.hover\:max-h-768:hover{
  max-height: 768px;
}

.hover\:-max-h-200:hover{
  max-height: -200px;
}

.hover\:-max-h-170:hover{
  max-height: -170px;
}

.hover\:-max-h-120:hover{
  max-height: -120px;
}

.hover\:-max-h-100:hover{
  max-height: -100px;
}

.hover\:-max-h-50:hover{
  max-height: -50px;
}

.hover\:-max-h-45:hover{
  max-height: -45px;
}

.hover\:-max-h-3:hover{
  max-height: -3px;
}

.hover\:max-h-px:hover{
  max-height: 1px;
}

.hover\:max-h-20p:hover{
  max-height: 20%;
}

.hover\:max-h-40p:hover{
  max-height: 40%;
}

.hover\:max-h-49p:hover{
  max-height: 49%;
}

.hover\:max-h-52p:hover{
  max-height: 52%;
}

.hover\:max-h-53\.5p:hover{
  max-height: 53.5%;
}

.hover\:max-h-60p:hover{
  max-height: 60%;
}

.hover\:max-h-71\.5p:hover{
  max-height: 71.5%;
}

.hover\:max-h-80p:hover{
  max-height: 80%;
}

.hover\:max-h-90p:hover{
  max-height: 90%;
}

.hover\:max-h-95p:hover{
  max-height: 95%;
}

.hover\:max-h-100p:hover{
  max-height: 100%;
}

.hover\:max-h-110p:hover{
  max-height: 110%;
}

.hover\:max-h-full:hover{
  max-height: 100%;
}

.hover\:max-h-screen:hover{
  max-height: 100vh;
}

.hover\:max-h-min:hover{
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}

.hover\:max-h-max:hover{
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-w-0{
  max-width: 0rem;
}

.max-w-30{
  max-width: 30px;
}

.max-w-40{
  max-width: 40px;
}

.max-w-45{
  max-width: 45px;
}

.max-w-50{
  max-width: 50px;
}

.max-w-60{
  max-width: 60px;
}

.max-w-80{
  max-width: 80px;
}

.max-w-92{
  max-width: 92px;
}

.max-w-100{
  max-width: 100px;
}

.max-w-132{
  max-width: 132px;
}

.max-w-172{
  max-width: 172px;
}

.max-w-200{
  max-width: 200px;
}

.max-w-235{
  max-width: 235px;
}

.max-w-250{
  max-width: 250px;
}

.max-w-270{
  max-width: 270px;
}

.max-w-300{
  max-width: 300px;
}

.max-w-380{
  max-width: 380px;
}

.max-w-480{
  max-width: 480px;
}

.max-w-540{
  max-width: 540px;
}

.max-w-570{
  max-width: 570px;
}

.max-w-600{
  max-width: 600px;
}

.max-w-740{
  max-width: 740px;
}

.max-w-770{
  max-width: 770px;
}

.max-w-900{
  max-width: 900px;
}

.max-w-970{
  max-width: 970px;
}

.max-w-none{
  max-width: none;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-min{
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1260px;
}

.max-w-screen-xl2{
  max-width: 1430px;
}

.min-h-0{
  min-height: 0px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-0{
  min-width: 0px;
}

.min-w-220{
  min-width: 220px;
}

.min-w-300{
  min-width: 300px;
}

.min-w-430{
  min-width: 430px;
}

.min-w-500{
  min-width: 500px;
}

.min-w-1024{
  min-width: 1024px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.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;
}

.group:hover .group-hover\:object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.group:hover .group-hover\:object-center{
  -o-object-position: center;
     object-position: center;
}

.group:hover .group-hover\:object-left{
  -o-object-position: left;
     object-position: left;
}

.group:hover .group-hover\:object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.group:hover .group-hover\:object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.group:hover .group-hover\:object-right{
  -o-object-position: right;
     object-position: right;
}

.group:hover .group-hover\:object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.group:hover .group-hover\:object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.group:hover .group-hover\:object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-5:hover{
  opacity: 0.05;
}

.hover\:opacity-10:hover{
  opacity: 0.1;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-5:focus{
  opacity: 0.05;
}

.focus\:opacity-10:focus{
  opacity: 0.1;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.focus\:opacity-70:focus{
  opacity: 0.7;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.8;
}

.focus\:opacity-90:focus{
  opacity: 0.9;
}

.focus\:opacity-95:focus{
  opacity: 0.95;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.overscroll-auto{
  -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: 0px;
}

.p-2{
  padding: 2px;
}

.p-4{
  padding: 4px;
}

.p-5{
  padding: 5px;
}

.p-7{
  padding: 7px;
}

.p-8{
  padding: 8px;
}

.p-10{
  padding: 10px;
}

.p-11{
  padding: 11px;
}

.p-12{
  padding: 12px;
}

.p-13{
  padding: 13px;
}

.p-15{
  padding: 15px;
}

.p-16{
  padding: 16px;
}

.p-18{
  padding: 18px;
}

.p-20{
  padding: 20px;
}

.p-24{
  padding: 24px;
}

.p-28{
  padding: 28px;
}

.p-29{
  padding: 29px;
}

.p-30{
  padding: 30px;
}

.p-32{
  padding: 32px;
}

.p-34{
  padding: 34px;
}

.p-36{
  padding: 36px;
}

.p-40{
  padding: 40px;
}

.p-48{
  padding: 48px;
}

.p-50{
  padding: 50px;
}

.p-56{
  padding: 56px;
}

.p-60{
  padding: 60px;
}

.p-64{
  padding: 64px;
}

.p-70{
  padding: 70px;
}

.p-72{
  padding: 72px;
}

.p-80{
  padding: 80px;
}

.p-88{
  padding: 88px;
}

.p-90{
  padding: 90px;
}

.p-96{
  padding: 96px;
}

.p-100{
  padding: 100px;
}

.p-112{
  padding: 112px;
}

.p-128{
  padding: 128px;
}

.p-135{
  padding: 135px;
}

.p-145{
  padding: 145px;
}

.p-155{
  padding: 155px;
}

.p-160{
  padding: 160px;
}

.p-192{
  padding: 192px;
}

.p-200{
  padding: 200px;
}

.p-224{
  padding: 224px;
}

.p-227{
  padding: 227px;
}

.p-250{
  padding: 250px;
}

.p-256{
  padding: 256px;
}

.p-270{
  padding: 270px;
}

.p-288{
  padding: 288px;
}

.p-304{
  padding: 304px;
}

.p-314{
  padding: 314px;
}

.p-320{
  padding: 320px;
}

.p-352{
  padding: 352px;
}

.p-384{
  padding: 384px;
}

.p-416{
  padding: 416px;
}

.p-448{
  padding: 448px;
}

.p-480{
  padding: 480px;
}

.p-512{
  padding: 512px;
}

.p-576{
  padding: 576px;
}

.p-612{
  padding: 612px;
}

.p-640{
  padding: 640px;
}

.p-768{
  padding: 768px;
}

.-p-200{
  padding: -200px;
}

.-p-170{
  padding: -170px;
}

.-p-120{
  padding: -120px;
}

.-p-100{
  padding: -100px;
}

.-p-50{
  padding: -50px;
}

.-p-45{
  padding: -45px;
}

.-p-3{
  padding: -3px;
}

.p-px{
  padding: 1px;
}

.p-20p{
  padding: 20%;
}

.p-40p{
  padding: 40%;
}

.p-49p{
  padding: 49%;
}

.p-52p{
  padding: 52%;
}

.p-53\.5p{
  padding: 53.5%;
}

.p-60p{
  padding: 60%;
}

.p-71\.5p{
  padding: 71.5%;
}

.p-80p{
  padding: 80%;
}

.p-90p{
  padding: 90%;
}

.p-95p{
  padding: 95%;
}

.p-100p{
  padding: 100%;
}

.p-110p{
  padding: 110%;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2{
  padding-left: 2px;
  padding-right: 2px;
}

.py-4{
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4{
  padding-left: 4px;
  padding-right: 4px;
}

.py-5{
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5{
  padding-left: 5px;
  padding-right: 5px;
}

.py-7{
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-7{
  padding-left: 7px;
  padding-right: 7px;
}

.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8{
  padding-left: 8px;
  padding-right: 8px;
}

.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

.py-11{
  padding-top: 11px;
  padding-bottom: 11px;
}

.px-11{
  padding-left: 11px;
  padding-right: 11px;
}

.py-12{
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12{
  padding-left: 12px;
  padding-right: 12px;
}

.py-13{
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-13{
  padding-left: 13px;
  padding-right: 13px;
}

.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15{
  padding-left: 15px;
  padding-right: 15px;
}

.py-16{
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16{
  padding-left: 16px;
  padding-right: 16px;
}

.py-18{
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18{
  padding-left: 18px;
  padding-right: 18px;
}

.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20{
  padding-left: 20px;
  padding-right: 20px;
}

.py-24{
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24{
  padding-left: 24px;
  padding-right: 24px;
}

.py-28{
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28{
  padding-left: 28px;
  padding-right: 28px;
}

.py-29{
  padding-top: 29px;
  padding-bottom: 29px;
}

.px-29{
  padding-left: 29px;
  padding-right: 29px;
}

.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30{
  padding-left: 30px;
  padding-right: 30px;
}

.py-32{
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32{
  padding-left: 32px;
  padding-right: 32px;
}

.py-34{
  padding-top: 34px;
  padding-bottom: 34px;
}

.px-34{
  padding-left: 34px;
  padding-right: 34px;
}

.py-36{
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36{
  padding-left: 36px;
  padding-right: 36px;
}

.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40{
  padding-left: 40px;
  padding-right: 40px;
}

.py-48{
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48{
  padding-left: 48px;
  padding-right: 48px;
}

.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50{
  padding-left: 50px;
  padding-right: 50px;
}

.py-56{
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56{
  padding-left: 56px;
  padding-right: 56px;
}

.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60{
  padding-left: 60px;
  padding-right: 60px;
}

.py-64{
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64{
  padding-left: 64px;
  padding-right: 64px;
}

.py-70{
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70{
  padding-left: 70px;
  padding-right: 70px;
}

.py-72{
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-72{
  padding-left: 72px;
  padding-right: 72px;
}

.py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80{
  padding-left: 80px;
  padding-right: 80px;
}

.py-88{
  padding-top: 88px;
  padding-bottom: 88px;
}

.px-88{
  padding-left: 88px;
  padding-right: 88px;
}

.py-90{
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90{
  padding-left: 90px;
  padding-right: 90px;
}

.py-96{
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-96{
  padding-left: 96px;
  padding-right: 96px;
}

.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100{
  padding-left: 100px;
  padding-right: 100px;
}

.py-112{
  padding-top: 112px;
  padding-bottom: 112px;
}

.px-112{
  padding-left: 112px;
  padding-right: 112px;
}

.py-128{
  padding-top: 128px;
  padding-bottom: 128px;
}

.px-128{
  padding-left: 128px;
  padding-right: 128px;
}

.py-135{
  padding-top: 135px;
  padding-bottom: 135px;
}

.px-135{
  padding-left: 135px;
  padding-right: 135px;
}

.py-145{
  padding-top: 145px;
  padding-bottom: 145px;
}

.px-145{
  padding-left: 145px;
  padding-right: 145px;
}

.py-155{
  padding-top: 155px;
  padding-bottom: 155px;
}

.px-155{
  padding-left: 155px;
  padding-right: 155px;
}

.py-160{
  padding-top: 160px;
  padding-bottom: 160px;
}

.px-160{
  padding-left: 160px;
  padding-right: 160px;
}

.py-192{
  padding-top: 192px;
  padding-bottom: 192px;
}

.px-192{
  padding-left: 192px;
  padding-right: 192px;
}

.py-200{
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200{
  padding-left: 200px;
  padding-right: 200px;
}

.py-224{
  padding-top: 224px;
  padding-bottom: 224px;
}

.px-224{
  padding-left: 224px;
  padding-right: 224px;
}

.py-227{
  padding-top: 227px;
  padding-bottom: 227px;
}

.px-227{
  padding-left: 227px;
  padding-right: 227px;
}

.py-250{
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250{
  padding-left: 250px;
  padding-right: 250px;
}

.py-256{
  padding-top: 256px;
  padding-bottom: 256px;
}

.px-256{
  padding-left: 256px;
  padding-right: 256px;
}

.py-270{
  padding-top: 270px;
  padding-bottom: 270px;
}

.px-270{
  padding-left: 270px;
  padding-right: 270px;
}

.py-288{
  padding-top: 288px;
  padding-bottom: 288px;
}

.px-288{
  padding-left: 288px;
  padding-right: 288px;
}

.py-304{
  padding-top: 304px;
  padding-bottom: 304px;
}

.px-304{
  padding-left: 304px;
  padding-right: 304px;
}

.py-314{
  padding-top: 314px;
  padding-bottom: 314px;
}

.px-314{
  padding-left: 314px;
  padding-right: 314px;
}

.py-320{
  padding-top: 320px;
  padding-bottom: 320px;
}

.px-320{
  padding-left: 320px;
  padding-right: 320px;
}

.py-352{
  padding-top: 352px;
  padding-bottom: 352px;
}

.px-352{
  padding-left: 352px;
  padding-right: 352px;
}

.py-384{
  padding-top: 384px;
  padding-bottom: 384px;
}

.px-384{
  padding-left: 384px;
  padding-right: 384px;
}

.py-416{
  padding-top: 416px;
  padding-bottom: 416px;
}

.px-416{
  padding-left: 416px;
  padding-right: 416px;
}

.py-448{
  padding-top: 448px;
  padding-bottom: 448px;
}

.px-448{
  padding-left: 448px;
  padding-right: 448px;
}

.py-480{
  padding-top: 480px;
  padding-bottom: 480px;
}

.px-480{
  padding-left: 480px;
  padding-right: 480px;
}

.py-512{
  padding-top: 512px;
  padding-bottom: 512px;
}

.px-512{
  padding-left: 512px;
  padding-right: 512px;
}

.py-576{
  padding-top: 576px;
  padding-bottom: 576px;
}

.px-576{
  padding-left: 576px;
  padding-right: 576px;
}

.py-612{
  padding-top: 612px;
  padding-bottom: 612px;
}

.px-612{
  padding-left: 612px;
  padding-right: 612px;
}

.py-640{
  padding-top: 640px;
  padding-bottom: 640px;
}

.px-640{
  padding-left: 640px;
  padding-right: 640px;
}

.py-768{
  padding-top: 768px;
  padding-bottom: 768px;
}

.px-768{
  padding-left: 768px;
  padding-right: 768px;
}

.-py-200{
  padding-top: -200px;
  padding-bottom: -200px;
}

.-px-200{
  padding-left: -200px;
  padding-right: -200px;
}

.-py-170{
  padding-top: -170px;
  padding-bottom: -170px;
}

.-px-170{
  padding-left: -170px;
  padding-right: -170px;
}

.-py-120{
  padding-top: -120px;
  padding-bottom: -120px;
}

.-px-120{
  padding-left: -120px;
  padding-right: -120px;
}

.-py-100{
  padding-top: -100px;
  padding-bottom: -100px;
}

.-px-100{
  padding-left: -100px;
  padding-right: -100px;
}

.-py-50{
  padding-top: -50px;
  padding-bottom: -50px;
}

.-px-50{
  padding-left: -50px;
  padding-right: -50px;
}

.-py-45{
  padding-top: -45px;
  padding-bottom: -45px;
}

.-px-45{
  padding-left: -45px;
  padding-right: -45px;
}

.-py-3{
  padding-top: -3px;
  padding-bottom: -3px;
}

.-px-3{
  padding-left: -3px;
  padding-right: -3px;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-20p{
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-20p{
  padding-left: 20%;
  padding-right: 20%;
}

.py-40p{
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-40p{
  padding-left: 40%;
  padding-right: 40%;
}

.py-49p{
  padding-top: 49%;
  padding-bottom: 49%;
}

.px-49p{
  padding-left: 49%;
  padding-right: 49%;
}

.py-52p{
  padding-top: 52%;
  padding-bottom: 52%;
}

.px-52p{
  padding-left: 52%;
  padding-right: 52%;
}

.py-53\.5p{
  padding-top: 53.5%;
  padding-bottom: 53.5%;
}

.px-53\.5p{
  padding-left: 53.5%;
  padding-right: 53.5%;
}

.py-60p{
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-60p{
  padding-left: 60%;
  padding-right: 60%;
}

.py-71\.5p{
  padding-top: 71.5%;
  padding-bottom: 71.5%;
}

.px-71\.5p{
  padding-left: 71.5%;
  padding-right: 71.5%;
}

.py-80p{
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-80p{
  padding-left: 80%;
  padding-right: 80%;
}

.py-90p{
  padding-top: 90%;
  padding-bottom: 90%;
}

.px-90p{
  padding-left: 90%;
  padding-right: 90%;
}

.py-95p{
  padding-top: 95%;
  padding-bottom: 95%;
}

.px-95p{
  padding-left: 95%;
  padding-right: 95%;
}

.py-100p{
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-100p{
  padding-left: 100%;
  padding-right: 100%;
}

.py-110p{
  padding-top: 110%;
  padding-bottom: 110%;
}

.px-110p{
  padding-left: 110%;
  padding-right: 110%;
}

.pt-0{
  padding-top: 0px;
}

.pr-0{
  padding-right: 0px;
}

.pb-0{
  padding-bottom: 0px;
}

.pl-0{
  padding-left: 0px;
}

.pt-2{
  padding-top: 2px;
}

.pr-2{
  padding-right: 2px;
}

.pb-2{
  padding-bottom: 2px;
}

.pl-2{
  padding-left: 2px;
}

.pt-4{
  padding-top: 4px;
}

.pr-4{
  padding-right: 4px;
}

.pb-4{
  padding-bottom: 4px;
}

.pl-4{
  padding-left: 4px;
}

.pt-5{
  padding-top: 5px;
}

.pr-5{
  padding-right: 5px;
}

.pb-5{
  padding-bottom: 5px;
}

.pl-5{
  padding-left: 5px;
}

.pt-7{
  padding-top: 7px;
}

.pr-7{
  padding-right: 7px;
}

.pb-7{
  padding-bottom: 7px;
}

.pl-7{
  padding-left: 7px;
}

.pt-8{
  padding-top: 8px;
}

.pr-8{
  padding-right: 8px;
}

.pb-8{
  padding-bottom: 8px;
}

.pl-8{
  padding-left: 8px;
}

.pt-10{
  padding-top: 10px;
}

.pr-10{
  padding-right: 10px;
}

.pb-10{
  padding-bottom: 10px;
}

.pl-10{
  padding-left: 10px;
}

.pt-11{
  padding-top: 11px;
}

.pr-11{
  padding-right: 11px;
}

.pb-11{
  padding-bottom: 11px;
}

.pl-11{
  padding-left: 11px;
}

.pt-12{
  padding-top: 12px;
}

.pr-12{
  padding-right: 12px;
}

.pb-12{
  padding-bottom: 12px;
}

.pl-12{
  padding-left: 12px;
}

.pt-13{
  padding-top: 13px;
}

.pr-13{
  padding-right: 13px;
}

.pb-13{
  padding-bottom: 13px;
}

.pl-13{
  padding-left: 13px;
}

.pt-15{
  padding-top: 15px;
}

.pr-15{
  padding-right: 15px;
}

.pb-15{
  padding-bottom: 15px;
}

.pl-15{
  padding-left: 15px;
}

.pt-16{
  padding-top: 16px;
}

.pr-16{
  padding-right: 16px;
}

.pb-16{
  padding-bottom: 16px;
}

.pl-16{
  padding-left: 16px;
}

.pt-18{
  padding-top: 18px;
}

.pr-18{
  padding-right: 18px;
}

.pb-18{
  padding-bottom: 18px;
}

.pl-18{
  padding-left: 18px;
}

.pt-20{
  padding-top: 20px;
}

.pr-20{
  padding-right: 20px;
}

.pb-20{
  padding-bottom: 20px;
}

.pl-20{
  padding-left: 20px;
}

.pt-24{
  padding-top: 24px;
}

.pr-24{
  padding-right: 24px;
}

.pb-24{
  padding-bottom: 24px;
}

.pl-24{
  padding-left: 24px;
}

.pt-28{
  padding-top: 28px;
}

.pr-28{
  padding-right: 28px;
}

.pb-28{
  padding-bottom: 28px;
}

.pl-28{
  padding-left: 28px;
}

.pt-29{
  padding-top: 29px;
}

.pr-29{
  padding-right: 29px;
}

.pb-29{
  padding-bottom: 29px;
}

.pl-29{
  padding-left: 29px;
}

.pt-30{
  padding-top: 30px;
}

.pr-30{
  padding-right: 30px;
}

.pb-30{
  padding-bottom: 30px;
}

.pl-30{
  padding-left: 30px;
}

.pt-32{
  padding-top: 32px;
}

.pr-32{
  padding-right: 32px;
}

.pb-32{
  padding-bottom: 32px;
}

.pl-32{
  padding-left: 32px;
}

.pt-34{
  padding-top: 34px;
}

.pr-34{
  padding-right: 34px;
}

.pb-34{
  padding-bottom: 34px;
}

.pl-34{
  padding-left: 34px;
}

.pt-36{
  padding-top: 36px;
}

.pr-36{
  padding-right: 36px;
}

.pb-36{
  padding-bottom: 36px;
}

.pl-36{
  padding-left: 36px;
}

.pt-40{
  padding-top: 40px;
}

.pr-40{
  padding-right: 40px;
}

.pb-40{
  padding-bottom: 40px;
}

.pl-40{
  padding-left: 40px;
}

.pt-48{
  padding-top: 48px;
}

.pr-48{
  padding-right: 48px;
}

.pb-48{
  padding-bottom: 48px;
}

.pl-48{
  padding-left: 48px;
}

.pt-50{
  padding-top: 50px;
}

.pr-50{
  padding-right: 50px;
}

.pb-50{
  padding-bottom: 50px;
}

.pl-50{
  padding-left: 50px;
}

.pt-56{
  padding-top: 56px;
}

.pr-56{
  padding-right: 56px;
}

.pb-56{
  padding-bottom: 56px;
}

.pl-56{
  padding-left: 56px;
}

.pt-60{
  padding-top: 60px;
}

.pr-60{
  padding-right: 60px;
}

.pb-60{
  padding-bottom: 60px;
}

.pl-60{
  padding-left: 60px;
}

.pt-64{
  padding-top: 64px;
}

.pr-64{
  padding-right: 64px;
}

.pb-64{
  padding-bottom: 64px;
}

.pl-64{
  padding-left: 64px;
}

.pt-70{
  padding-top: 70px;
}

.pr-70{
  padding-right: 70px;
}

.pb-70{
  padding-bottom: 70px;
}

.pl-70{
  padding-left: 70px;
}

.pt-72{
  padding-top: 72px;
}

.pr-72{
  padding-right: 72px;
}

.pb-72{
  padding-bottom: 72px;
}

.pl-72{
  padding-left: 72px;
}

.pt-80{
  padding-top: 80px;
}

.pr-80{
  padding-right: 80px;
}

.pb-80{
  padding-bottom: 80px;
}

.pl-80{
  padding-left: 80px;
}

.pt-88{
  padding-top: 88px;
}

.pr-88{
  padding-right: 88px;
}

.pb-88{
  padding-bottom: 88px;
}

.pl-88{
  padding-left: 88px;
}

.pt-90{
  padding-top: 90px;
}

.pr-90{
  padding-right: 90px;
}

.pb-90{
  padding-bottom: 90px;
}

.pl-90{
  padding-left: 90px;
}

.pt-96{
  padding-top: 96px;
}

.pr-96{
  padding-right: 96px;
}

.pb-96{
  padding-bottom: 96px;
}

.pl-96{
  padding-left: 96px;
}

.pt-100{
  padding-top: 100px;
}

.pr-100{
  padding-right: 100px;
}

.pb-100{
  padding-bottom: 100px;
}

.pl-100{
  padding-left: 100px;
}

.pt-112{
  padding-top: 112px;
}

.pr-112{
  padding-right: 112px;
}

.pb-112{
  padding-bottom: 112px;
}

.pl-112{
  padding-left: 112px;
}

.pt-128{
  padding-top: 128px;
}

.pr-128{
  padding-right: 128px;
}

.pb-128{
  padding-bottom: 128px;
}

.pl-128{
  padding-left: 128px;
}

.pt-135{
  padding-top: 135px;
}

.pr-135{
  padding-right: 135px;
}

.pb-135{
  padding-bottom: 135px;
}

.pl-135{
  padding-left: 135px;
}

.pt-145{
  padding-top: 145px;
}

.pr-145{
  padding-right: 145px;
}

.pb-145{
  padding-bottom: 145px;
}

.pl-145{
  padding-left: 145px;
}

.pt-155{
  padding-top: 155px;
}

.pr-155{
  padding-right: 155px;
}

.pb-155{
  padding-bottom: 155px;
}

.pl-155{
  padding-left: 155px;
}

.pt-160{
  padding-top: 160px;
}

.pr-160{
  padding-right: 160px;
}

.pb-160{
  padding-bottom: 160px;
}

.pl-160{
  padding-left: 160px;
}

.pt-192{
  padding-top: 192px;
}

.pr-192{
  padding-right: 192px;
}

.pb-192{
  padding-bottom: 192px;
}

.pl-192{
  padding-left: 192px;
}

.pt-200{
  padding-top: 200px;
}

.pr-200{
  padding-right: 200px;
}

.pb-200{
  padding-bottom: 200px;
}

.pl-200{
  padding-left: 200px;
}

.pt-224{
  padding-top: 224px;
}

.pr-224{
  padding-right: 224px;
}

.pb-224{
  padding-bottom: 224px;
}

.pl-224{
  padding-left: 224px;
}

.pt-227{
  padding-top: 227px;
}

.pr-227{
  padding-right: 227px;
}

.pb-227{
  padding-bottom: 227px;
}

.pl-227{
  padding-left: 227px;
}

.pt-250{
  padding-top: 250px;
}

.pr-250{
  padding-right: 250px;
}

.pb-250{
  padding-bottom: 250px;
}

.pl-250{
  padding-left: 250px;
}

.pt-256{
  padding-top: 256px;
}

.pr-256{
  padding-right: 256px;
}

.pb-256{
  padding-bottom: 256px;
}

.pl-256{
  padding-left: 256px;
}

.pt-270{
  padding-top: 270px;
}

.pr-270{
  padding-right: 270px;
}

.pb-270{
  padding-bottom: 270px;
}

.pl-270{
  padding-left: 270px;
}

.pt-288{
  padding-top: 288px;
}

.pr-288{
  padding-right: 288px;
}

.pb-288{
  padding-bottom: 288px;
}

.pl-288{
  padding-left: 288px;
}

.pt-304{
  padding-top: 304px;
}

.pr-304{
  padding-right: 304px;
}

.pb-304{
  padding-bottom: 304px;
}

.pl-304{
  padding-left: 304px;
}

.pt-314{
  padding-top: 314px;
}

.pr-314{
  padding-right: 314px;
}

.pb-314{
  padding-bottom: 314px;
}

.pl-314{
  padding-left: 314px;
}

.pt-320{
  padding-top: 320px;
}

.pr-320{
  padding-right: 320px;
}

.pb-320{
  padding-bottom: 320px;
}

.pl-320{
  padding-left: 320px;
}

.pt-352{
  padding-top: 352px;
}

.pr-352{
  padding-right: 352px;
}

.pb-352{
  padding-bottom: 352px;
}

.pl-352{
  padding-left: 352px;
}

.pt-384{
  padding-top: 384px;
}

.pr-384{
  padding-right: 384px;
}

.pb-384{
  padding-bottom: 384px;
}

.pl-384{
  padding-left: 384px;
}

.pt-416{
  padding-top: 416px;
}

.pr-416{
  padding-right: 416px;
}

.pb-416{
  padding-bottom: 416px;
}

.pl-416{
  padding-left: 416px;
}

.pt-448{
  padding-top: 448px;
}

.pr-448{
  padding-right: 448px;
}

.pb-448{
  padding-bottom: 448px;
}

.pl-448{
  padding-left: 448px;
}

.pt-480{
  padding-top: 480px;
}

.pr-480{
  padding-right: 480px;
}

.pb-480{
  padding-bottom: 480px;
}

.pl-480{
  padding-left: 480px;
}

.pt-512{
  padding-top: 512px;
}

.pr-512{
  padding-right: 512px;
}

.pb-512{
  padding-bottom: 512px;
}

.pl-512{
  padding-left: 512px;
}

.pt-576{
  padding-top: 576px;
}

.pr-576{
  padding-right: 576px;
}

.pb-576{
  padding-bottom: 576px;
}

.pl-576{
  padding-left: 576px;
}

.pt-612{
  padding-top: 612px;
}

.pr-612{
  padding-right: 612px;
}

.pb-612{
  padding-bottom: 612px;
}

.pl-612{
  padding-left: 612px;
}

.pt-640{
  padding-top: 640px;
}

.pr-640{
  padding-right: 640px;
}

.pb-640{
  padding-bottom: 640px;
}

.pl-640{
  padding-left: 640px;
}

.pt-768{
  padding-top: 768px;
}

.pr-768{
  padding-right: 768px;
}

.pb-768{
  padding-bottom: 768px;
}

.pl-768{
  padding-left: 768px;
}

.-pt-200{
  padding-top: -200px;
}

.-pr-200{
  padding-right: -200px;
}

.-pb-200{
  padding-bottom: -200px;
}

.-pl-200{
  padding-left: -200px;
}

.-pt-170{
  padding-top: -170px;
}

.-pr-170{
  padding-right: -170px;
}

.-pb-170{
  padding-bottom: -170px;
}

.-pl-170{
  padding-left: -170px;
}

.-pt-120{
  padding-top: -120px;
}

.-pr-120{
  padding-right: -120px;
}

.-pb-120{
  padding-bottom: -120px;
}

.-pl-120{
  padding-left: -120px;
}

.-pt-100{
  padding-top: -100px;
}

.-pr-100{
  padding-right: -100px;
}

.-pb-100{
  padding-bottom: -100px;
}

.-pl-100{
  padding-left: -100px;
}

.-pt-50{
  padding-top: -50px;
}

.-pr-50{
  padding-right: -50px;
}

.-pb-50{
  padding-bottom: -50px;
}

.-pl-50{
  padding-left: -50px;
}

.-pt-45{
  padding-top: -45px;
}

.-pr-45{
  padding-right: -45px;
}

.-pb-45{
  padding-bottom: -45px;
}

.-pl-45{
  padding-left: -45px;
}

.-pt-3{
  padding-top: -3px;
}

.-pr-3{
  padding-right: -3px;
}

.-pb-3{
  padding-bottom: -3px;
}

.-pl-3{
  padding-left: -3px;
}

.pt-px{
  padding-top: 1px;
}

.pr-px{
  padding-right: 1px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-px{
  padding-left: 1px;
}

.pt-20p{
  padding-top: 20%;
}

.pr-20p{
  padding-right: 20%;
}

.pb-20p{
  padding-bottom: 20%;
}

.pl-20p{
  padding-left: 20%;
}

.pt-40p{
  padding-top: 40%;
}

.pr-40p{
  padding-right: 40%;
}

.pb-40p{
  padding-bottom: 40%;
}

.pl-40p{
  padding-left: 40%;
}

.pt-49p{
  padding-top: 49%;
}

.pr-49p{
  padding-right: 49%;
}

.pb-49p{
  padding-bottom: 49%;
}

.pl-49p{
  padding-left: 49%;
}

.pt-52p{
  padding-top: 52%;
}

.pr-52p{
  padding-right: 52%;
}

.pb-52p{
  padding-bottom: 52%;
}

.pl-52p{
  padding-left: 52%;
}

.pt-53\.5p{
  padding-top: 53.5%;
}

.pr-53\.5p{
  padding-right: 53.5%;
}

.pb-53\.5p{
  padding-bottom: 53.5%;
}

.pl-53\.5p{
  padding-left: 53.5%;
}

.pt-60p{
  padding-top: 60%;
}

.pr-60p{
  padding-right: 60%;
}

.pb-60p{
  padding-bottom: 60%;
}

.pl-60p{
  padding-left: 60%;
}

.pt-71\.5p{
  padding-top: 71.5%;
}

.pr-71\.5p{
  padding-right: 71.5%;
}

.pb-71\.5p{
  padding-bottom: 71.5%;
}

.pl-71\.5p{
  padding-left: 71.5%;
}

.pt-80p{
  padding-top: 80%;
}

.pr-80p{
  padding-right: 80%;
}

.pb-80p{
  padding-bottom: 80%;
}

.pl-80p{
  padding-left: 80%;
}

.pt-90p{
  padding-top: 90%;
}

.pr-90p{
  padding-right: 90%;
}

.pb-90p{
  padding-bottom: 90%;
}

.pl-90p{
  padding-left: 90%;
}

.pt-95p{
  padding-top: 95%;
}

.pr-95p{
  padding-right: 95%;
}

.pb-95p{
  padding-bottom: 95%;
}

.pl-95p{
  padding-left: 95%;
}

.pt-100p{
  padding-top: 100%;
}

.pr-100p{
  padding-right: 100%;
}

.pb-100p{
  padding-bottom: 100%;
}

.pl-100p{
  padding-left: 100%;
}

.pt-110p{
  padding-top: 110%;
}

.pr-110p{
  padding-right: 110%;
}

.pb-110p{
  padding-bottom: 110%;
}

.pl-110p{
  padding-left: 110%;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-current::-moz-placeholder{
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.placeholder-blue-1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.placeholder-blue-1:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.placeholder-blue-1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.placeholder-blue-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue--1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.placeholder-blue--1:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.placeholder-blue--1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.placeholder-blue::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.placeholder-blue:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.placeholder-blue::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.placeholder-blue-gray::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.placeholder-blue-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.placeholder-blue-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.placeholder-orange-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.placeholder-orange-2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.placeholder-orange-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.placeholder-orange::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.placeholder-orange:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.placeholder-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.placeholder-white-10::-moz-placeholder{
  color: rgba(255, 255, 255, .1);
}

.placeholder-white-10:-ms-input-placeholder{
  color: rgba(255, 255, 255, .1);
}

.placeholder-white-10::placeholder{
  color: rgba(255, 255, 255, .1);
}

.placeholder-white-30::-moz-placeholder{
  color: rgba(255, 255, 255, .3);
}

.placeholder-white-30:-ms-input-placeholder{
  color: rgba(255, 255, 255, .3);
}

.placeholder-white-30::placeholder{
  color: rgba(255, 255, 255, .3);
}

.placeholder-white-70::-moz-placeholder{
  color: rgba(255, 255, 255, .7);
}

.placeholder-white-70:-ms-input-placeholder{
  color: rgba(255, 255, 255, .7);
}

.placeholder-white-70::placeholder{
  color: rgba(255, 255, 255, .7);
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-grey-1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-grey-1:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-grey-1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-grey-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey-2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey-3::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-grey-3:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-grey-3::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-grey-4::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.placeholder-grey-4:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.placeholder-grey-4::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.placeholder-grey-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.placeholder-grey-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.placeholder-grey-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.placeholder-grey-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.placeholder-grey-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.placeholder-grey-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.placeholder-grey--1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.placeholder-grey--1:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.placeholder-grey--1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.placeholder-grey--2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey--2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey--2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.focus\:placeholder-blue-1:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-1:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-1:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-2:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-2:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-2:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue--1:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue--1:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue--1:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-gray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-gray:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-2:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-2:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-2:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-10:focus::-moz-placeholder{
  color: rgba(255, 255, 255, .1);
}

.focus\:placeholder-white-10:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, .1);
}

.focus\:placeholder-white-10:focus::placeholder{
  color: rgba(255, 255, 255, .1);
}

.focus\:placeholder-white-30:focus::-moz-placeholder{
  color: rgba(255, 255, 255, .3);
}

.focus\:placeholder-white-30:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, .3);
}

.focus\:placeholder-white-30:focus::placeholder{
  color: rgba(255, 255, 255, .3);
}

.focus\:placeholder-white-70:focus::-moz-placeholder{
  color: rgba(255, 255, 255, .7);
}

.focus\:placeholder-white-70:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, .7);
}

.focus\:placeholder-white-70:focus::placeholder{
  color: rgba(255, 255, 255, .7);
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-1:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-1:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-1:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-2:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-2:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-2:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-3:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-3:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-3:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-4:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-4:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-4:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--1:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--1:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--1:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--2:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--2:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey--2:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-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: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-2{
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.inset-4{
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.inset-5{
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.inset-7{
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
}

.inset-8{
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.inset-10{
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-11{
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
}

.inset-12{
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}

.inset-13{
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
}

.inset-15{
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-16{
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.inset-18{
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.inset-20{
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.inset-24{
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.inset-28{
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.inset-29{
  top: 29px;
  right: 29px;
  bottom: 29px;
  left: 29px;
}

.inset-30{
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.inset-32{
  top: 32px;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.inset-34{
  top: 34px;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.inset-36{
  top: 36px;
  right: 36px;
  bottom: 36px;
  left: 36px;
}

.inset-40{
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.inset-48{
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 48px;
}

.inset-50{
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.inset-56{
  top: 56px;
  right: 56px;
  bottom: 56px;
  left: 56px;
}

.inset-60{
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}

.inset-64{
  top: 64px;
  right: 64px;
  bottom: 64px;
  left: 64px;
}

.inset-70{
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.inset-72{
  top: 72px;
  right: 72px;
  bottom: 72px;
  left: 72px;
}

.inset-80{
  top: 80px;
  right: 80px;
  bottom: 80px;
  left: 80px;
}

.inset-88{
  top: 88px;
  right: 88px;
  bottom: 88px;
  left: 88px;
}

.inset-90{
  top: 90px;
  right: 90px;
  bottom: 90px;
  left: 90px;
}

.inset-96{
  top: 96px;
  right: 96px;
  bottom: 96px;
  left: 96px;
}

.inset-100{
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.inset-112{
  top: 112px;
  right: 112px;
  bottom: 112px;
  left: 112px;
}

.inset-128{
  top: 128px;
  right: 128px;
  bottom: 128px;
  left: 128px;
}

.inset-135{
  top: 135px;
  right: 135px;
  bottom: 135px;
  left: 135px;
}

.inset-145{
  top: 145px;
  right: 145px;
  bottom: 145px;
  left: 145px;
}

.inset-155{
  top: 155px;
  right: 155px;
  bottom: 155px;
  left: 155px;
}

.inset-160{
  top: 160px;
  right: 160px;
  bottom: 160px;
  left: 160px;
}

.inset-192{
  top: 192px;
  right: 192px;
  bottom: 192px;
  left: 192px;
}

.inset-200{
  top: 200px;
  right: 200px;
  bottom: 200px;
  left: 200px;
}

.inset-224{
  top: 224px;
  right: 224px;
  bottom: 224px;
  left: 224px;
}

.inset-227{
  top: 227px;
  right: 227px;
  bottom: 227px;
  left: 227px;
}

.inset-250{
  top: 250px;
  right: 250px;
  bottom: 250px;
  left: 250px;
}

.inset-256{
  top: 256px;
  right: 256px;
  bottom: 256px;
  left: 256px;
}

.inset-270{
  top: 270px;
  right: 270px;
  bottom: 270px;
  left: 270px;
}

.inset-288{
  top: 288px;
  right: 288px;
  bottom: 288px;
  left: 288px;
}

.inset-304{
  top: 304px;
  right: 304px;
  bottom: 304px;
  left: 304px;
}

.inset-314{
  top: 314px;
  right: 314px;
  bottom: 314px;
  left: 314px;
}

.inset-320{
  top: 320px;
  right: 320px;
  bottom: 320px;
  left: 320px;
}

.inset-352{
  top: 352px;
  right: 352px;
  bottom: 352px;
  left: 352px;
}

.inset-384{
  top: 384px;
  right: 384px;
  bottom: 384px;
  left: 384px;
}

.inset-416{
  top: 416px;
  right: 416px;
  bottom: 416px;
  left: 416px;
}

.inset-448{
  top: 448px;
  right: 448px;
  bottom: 448px;
  left: 448px;
}

.inset-480{
  top: 480px;
  right: 480px;
  bottom: 480px;
  left: 480px;
}

.inset-512{
  top: 512px;
  right: 512px;
  bottom: 512px;
  left: 512px;
}

.inset-576{
  top: 576px;
  right: 576px;
  bottom: 576px;
  left: 576px;
}

.inset-612{
  top: 612px;
  right: 612px;
  bottom: 612px;
  left: 612px;
}

.inset-640{
  top: 640px;
  right: 640px;
  bottom: 640px;
  left: 640px;
}

.inset-768{
  top: 768px;
  right: 768px;
  bottom: 768px;
  left: 768px;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.-inset-200{
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
}

.-inset-170{
  top: -170px;
  right: -170px;
  bottom: -170px;
  left: -170px;
}

.-inset-120{
  top: -120px;
  right: -120px;
  bottom: -120px;
  left: -120px;
}

.-inset-100{
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
}

.-inset-50{
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
}

.-inset-45{
  top: -45px;
  right: -45px;
  bottom: -45px;
  left: -45px;
}

.-inset-3{
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.inset-px{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-20p{
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.inset-40p{
  top: 40%;
  right: 40%;
  bottom: 40%;
  left: 40%;
}

.inset-49p{
  top: 49%;
  right: 49%;
  bottom: 49%;
  left: 49%;
}

.inset-52p{
  top: 52%;
  right: 52%;
  bottom: 52%;
  left: 52%;
}

.inset-53\.5p{
  top: 53.5%;
  right: 53.5%;
  bottom: 53.5%;
  left: 53.5%;
}

.inset-60p{
  top: 60%;
  right: 60%;
  bottom: 60%;
  left: 60%;
}

.inset-71\.5p{
  top: 71.5%;
  right: 71.5%;
  bottom: 71.5%;
  left: 71.5%;
}

.inset-80p{
  top: 80%;
  right: 80%;
  bottom: 80%;
  left: 80%;
}

.inset-90p{
  top: 90%;
  right: 90%;
  bottom: 90%;
  left: 90%;
}

.inset-95p{
  top: 95%;
  right: 95%;
  bottom: 95%;
  left: 95%;
}

.inset-100p{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-110p{
  top: 110%;
  right: 110%;
  bottom: 110%;
  left: 110%;
}

.-inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-2{
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.-inset-4{
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.-inset-5{
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.-inset-7{
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

.-inset-8{
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.-inset-10{
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.-inset-11{
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
}

.-inset-12{
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}

.-inset-13{
  top: -13px;
  right: -13px;
  bottom: -13px;
  left: -13px;
}

.-inset-15{
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.-inset-16{
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

.-inset-18{
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
}

.-inset-20{
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.-inset-24{
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
}

.-inset-28{
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.-inset-29{
  top: -29px;
  right: -29px;
  bottom: -29px;
  left: -29px;
}

.-inset-30{
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.-inset-32{
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
}

.-inset-34{
  top: -34px;
  right: -34px;
  bottom: -34px;
  left: -34px;
}

.-inset-36{
  top: -36px;
  right: -36px;
  bottom: -36px;
  left: -36px;
}

.-inset-40{
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
}

.-inset-48{
  top: -48px;
  right: -48px;
  bottom: -48px;
  left: -48px;
}

.-inset-56{
  top: -56px;
  right: -56px;
  bottom: -56px;
  left: -56px;
}

.-inset-60{
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.-inset-64{
  top: -64px;
  right: -64px;
  bottom: -64px;
  left: -64px;
}

.-inset-70{
  top: -70px;
  right: -70px;
  bottom: -70px;
  left: -70px;
}

.-inset-72{
  top: -72px;
  right: -72px;
  bottom: -72px;
  left: -72px;
}

.-inset-80{
  top: -80px;
  right: -80px;
  bottom: -80px;
  left: -80px;
}

.-inset-88{
  top: -88px;
  right: -88px;
  bottom: -88px;
  left: -88px;
}

.-inset-90{
  top: -90px;
  right: -90px;
  bottom: -90px;
  left: -90px;
}

.-inset-96{
  top: -96px;
  right: -96px;
  bottom: -96px;
  left: -96px;
}

.-inset-112{
  top: -112px;
  right: -112px;
  bottom: -112px;
  left: -112px;
}

.-inset-128{
  top: -128px;
  right: -128px;
  bottom: -128px;
  left: -128px;
}

.-inset-135{
  top: -135px;
  right: -135px;
  bottom: -135px;
  left: -135px;
}

.-inset-145{
  top: -145px;
  right: -145px;
  bottom: -145px;
  left: -145px;
}

.-inset-155{
  top: -155px;
  right: -155px;
  bottom: -155px;
  left: -155px;
}

.-inset-160{
  top: -160px;
  right: -160px;
  bottom: -160px;
  left: -160px;
}

.-inset-192{
  top: -192px;
  right: -192px;
  bottom: -192px;
  left: -192px;
}

.-inset-224{
  top: -224px;
  right: -224px;
  bottom: -224px;
  left: -224px;
}

.-inset-227{
  top: -227px;
  right: -227px;
  bottom: -227px;
  left: -227px;
}

.-inset-250{
  top: -250px;
  right: -250px;
  bottom: -250px;
  left: -250px;
}

.-inset-256{
  top: -256px;
  right: -256px;
  bottom: -256px;
  left: -256px;
}

.-inset-270{
  top: -270px;
  right: -270px;
  bottom: -270px;
  left: -270px;
}

.-inset-288{
  top: -288px;
  right: -288px;
  bottom: -288px;
  left: -288px;
}

.-inset-304{
  top: -304px;
  right: -304px;
  bottom: -304px;
  left: -304px;
}

.-inset-314{
  top: -314px;
  right: -314px;
  bottom: -314px;
  left: -314px;
}

.-inset-320{
  top: -320px;
  right: -320px;
  bottom: -320px;
  left: -320px;
}

.-inset-352{
  top: -352px;
  right: -352px;
  bottom: -352px;
  left: -352px;
}

.-inset-384{
  top: -384px;
  right: -384px;
  bottom: -384px;
  left: -384px;
}

.-inset-416{
  top: -416px;
  right: -416px;
  bottom: -416px;
  left: -416px;
}

.-inset-448{
  top: -448px;
  right: -448px;
  bottom: -448px;
  left: -448px;
}

.-inset-480{
  top: -480px;
  right: -480px;
  bottom: -480px;
  left: -480px;
}

.-inset-512{
  top: -512px;
  right: -512px;
  bottom: -512px;
  left: -512px;
}

.-inset-576{
  top: -576px;
  right: -576px;
  bottom: -576px;
  left: -576px;
}

.-inset-612{
  top: -612px;
  right: -612px;
  bottom: -612px;
  left: -612px;
}

.-inset-640{
  top: -640px;
  right: -640px;
  bottom: -640px;
  left: -640px;
}

.-inset-768{
  top: -768px;
  right: -768px;
  bottom: -768px;
  left: -768px;
}

.-inset--200{
  top: 200px;
  right: 200px;
  bottom: 200px;
  left: 200px;
}

.-inset--170{
  top: 170px;
  right: 170px;
  bottom: 170px;
  left: 170px;
}

.-inset--120{
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.-inset--100{
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.-inset--50{
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.-inset--45{
  top: 45px;
  right: 45px;
  bottom: 45px;
  left: 45px;
}

.-inset--3{
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.-inset-px{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-20p{
  top: -20%;
  right: -20%;
  bottom: -20%;
  left: -20%;
}

.-inset-40p{
  top: -40%;
  right: -40%;
  bottom: -40%;
  left: -40%;
}

.-inset-49p{
  top: -49%;
  right: -49%;
  bottom: -49%;
  left: -49%;
}

.-inset-52p{
  top: -52%;
  right: -52%;
  bottom: -52%;
  left: -52%;
}

.-inset-53\.5p{
  top: -53.5%;
  right: -53.5%;
  bottom: -53.5%;
  left: -53.5%;
}

.-inset-60p{
  top: -60%;
  right: -60%;
  bottom: -60%;
  left: -60%;
}

.-inset-71\.5p{
  top: -71.5%;
  right: -71.5%;
  bottom: -71.5%;
  left: -71.5%;
}

.-inset-80p{
  top: -80%;
  right: -80%;
  bottom: -80%;
  left: -80%;
}

.-inset-90p{
  top: -90%;
  right: -90%;
  bottom: -90%;
  left: -90%;
}

.-inset-95p{
  top: -95%;
  right: -95%;
  bottom: -95%;
  left: -95%;
}

.-inset-100p{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.-inset-110p{
  top: -110%;
  right: -110%;
  bottom: -110%;
  left: -110%;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3{
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3{
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4{
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4{
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3{
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.inset-x-0{
  right: 0px;
  left: 0px;
}

.inset-y-2{
  top: 2px;
  bottom: 2px;
}

.inset-x-2{
  right: 2px;
  left: 2px;
}

.inset-y-4{
  top: 4px;
  bottom: 4px;
}

.inset-x-4{
  right: 4px;
  left: 4px;
}

.inset-y-5{
  top: 5px;
  bottom: 5px;
}

.inset-x-5{
  right: 5px;
  left: 5px;
}

.inset-y-7{
  top: 7px;
  bottom: 7px;
}

.inset-x-7{
  right: 7px;
  left: 7px;
}

.inset-y-8{
  top: 8px;
  bottom: 8px;
}

.inset-x-8{
  right: 8px;
  left: 8px;
}

.inset-y-10{
  top: 10px;
  bottom: 10px;
}

.inset-x-10{
  right: 10px;
  left: 10px;
}

.inset-y-11{
  top: 11px;
  bottom: 11px;
}

.inset-x-11{
  right: 11px;
  left: 11px;
}

.inset-y-12{
  top: 12px;
  bottom: 12px;
}

.inset-x-12{
  right: 12px;
  left: 12px;
}

.inset-y-13{
  top: 13px;
  bottom: 13px;
}

.inset-x-13{
  right: 13px;
  left: 13px;
}

.inset-y-15{
  top: 15px;
  bottom: 15px;
}

.inset-x-15{
  right: 15px;
  left: 15px;
}

.inset-y-16{
  top: 16px;
  bottom: 16px;
}

.inset-x-16{
  right: 16px;
  left: 16px;
}

.inset-y-18{
  top: 18px;
  bottom: 18px;
}

.inset-x-18{
  right: 18px;
  left: 18px;
}

.inset-y-20{
  top: 20px;
  bottom: 20px;
}

.inset-x-20{
  right: 20px;
  left: 20px;
}

.inset-y-24{
  top: 24px;
  bottom: 24px;
}

.inset-x-24{
  right: 24px;
  left: 24px;
}

.inset-y-28{
  top: 28px;
  bottom: 28px;
}

.inset-x-28{
  right: 28px;
  left: 28px;
}

.inset-y-29{
  top: 29px;
  bottom: 29px;
}

.inset-x-29{
  right: 29px;
  left: 29px;
}

.inset-y-30{
  top: 30px;
  bottom: 30px;
}

.inset-x-30{
  right: 30px;
  left: 30px;
}

.inset-y-32{
  top: 32px;
  bottom: 32px;
}

.inset-x-32{
  right: 32px;
  left: 32px;
}

.inset-y-34{
  top: 34px;
  bottom: 34px;
}

.inset-x-34{
  right: 34px;
  left: 34px;
}

.inset-y-36{
  top: 36px;
  bottom: 36px;
}

.inset-x-36{
  right: 36px;
  left: 36px;
}

.inset-y-40{
  top: 40px;
  bottom: 40px;
}

.inset-x-40{
  right: 40px;
  left: 40px;
}

.inset-y-48{
  top: 48px;
  bottom: 48px;
}

.inset-x-48{
  right: 48px;
  left: 48px;
}

.inset-y-50{
  top: 50px;
  bottom: 50px;
}

.inset-x-50{
  right: 50px;
  left: 50px;
}

.inset-y-56{
  top: 56px;
  bottom: 56px;
}

.inset-x-56{
  right: 56px;
  left: 56px;
}

.inset-y-60{
  top: 60px;
  bottom: 60px;
}

.inset-x-60{
  right: 60px;
  left: 60px;
}

.inset-y-64{
  top: 64px;
  bottom: 64px;
}

.inset-x-64{
  right: 64px;
  left: 64px;
}

.inset-y-70{
  top: 70px;
  bottom: 70px;
}

.inset-x-70{
  right: 70px;
  left: 70px;
}

.inset-y-72{
  top: 72px;
  bottom: 72px;
}

.inset-x-72{
  right: 72px;
  left: 72px;
}

.inset-y-80{
  top: 80px;
  bottom: 80px;
}

.inset-x-80{
  right: 80px;
  left: 80px;
}

.inset-y-88{
  top: 88px;
  bottom: 88px;
}

.inset-x-88{
  right: 88px;
  left: 88px;
}

.inset-y-90{
  top: 90px;
  bottom: 90px;
}

.inset-x-90{
  right: 90px;
  left: 90px;
}

.inset-y-96{
  top: 96px;
  bottom: 96px;
}

.inset-x-96{
  right: 96px;
  left: 96px;
}

.inset-y-100{
  top: 100px;
  bottom: 100px;
}

.inset-x-100{
  right: 100px;
  left: 100px;
}

.inset-y-112{
  top: 112px;
  bottom: 112px;
}

.inset-x-112{
  right: 112px;
  left: 112px;
}

.inset-y-128{
  top: 128px;
  bottom: 128px;
}

.inset-x-128{
  right: 128px;
  left: 128px;
}

.inset-y-135{
  top: 135px;
  bottom: 135px;
}

.inset-x-135{
  right: 135px;
  left: 135px;
}

.inset-y-145{
  top: 145px;
  bottom: 145px;
}

.inset-x-145{
  right: 145px;
  left: 145px;
}

.inset-y-155{
  top: 155px;
  bottom: 155px;
}

.inset-x-155{
  right: 155px;
  left: 155px;
}

.inset-y-160{
  top: 160px;
  bottom: 160px;
}

.inset-x-160{
  right: 160px;
  left: 160px;
}

.inset-y-192{
  top: 192px;
  bottom: 192px;
}

.inset-x-192{
  right: 192px;
  left: 192px;
}

.inset-y-200{
  top: 200px;
  bottom: 200px;
}

.inset-x-200{
  right: 200px;
  left: 200px;
}

.inset-y-224{
  top: 224px;
  bottom: 224px;
}

.inset-x-224{
  right: 224px;
  left: 224px;
}

.inset-y-227{
  top: 227px;
  bottom: 227px;
}

.inset-x-227{
  right: 227px;
  left: 227px;
}

.inset-y-250{
  top: 250px;
  bottom: 250px;
}

.inset-x-250{
  right: 250px;
  left: 250px;
}

.inset-y-256{
  top: 256px;
  bottom: 256px;
}

.inset-x-256{
  right: 256px;
  left: 256px;
}

.inset-y-270{
  top: 270px;
  bottom: 270px;
}

.inset-x-270{
  right: 270px;
  left: 270px;
}

.inset-y-288{
  top: 288px;
  bottom: 288px;
}

.inset-x-288{
  right: 288px;
  left: 288px;
}

.inset-y-304{
  top: 304px;
  bottom: 304px;
}

.inset-x-304{
  right: 304px;
  left: 304px;
}

.inset-y-314{
  top: 314px;
  bottom: 314px;
}

.inset-x-314{
  right: 314px;
  left: 314px;
}

.inset-y-320{
  top: 320px;
  bottom: 320px;
}

.inset-x-320{
  right: 320px;
  left: 320px;
}

.inset-y-352{
  top: 352px;
  bottom: 352px;
}

.inset-x-352{
  right: 352px;
  left: 352px;
}

.inset-y-384{
  top: 384px;
  bottom: 384px;
}

.inset-x-384{
  right: 384px;
  left: 384px;
}

.inset-y-416{
  top: 416px;
  bottom: 416px;
}

.inset-x-416{
  right: 416px;
  left: 416px;
}

.inset-y-448{
  top: 448px;
  bottom: 448px;
}

.inset-x-448{
  right: 448px;
  left: 448px;
}

.inset-y-480{
  top: 480px;
  bottom: 480px;
}

.inset-x-480{
  right: 480px;
  left: 480px;
}

.inset-y-512{
  top: 512px;
  bottom: 512px;
}

.inset-x-512{
  right: 512px;
  left: 512px;
}

.inset-y-576{
  top: 576px;
  bottom: 576px;
}

.inset-x-576{
  right: 576px;
  left: 576px;
}

.inset-y-612{
  top: 612px;
  bottom: 612px;
}

.inset-x-612{
  right: 612px;
  left: 612px;
}

.inset-y-640{
  top: 640px;
  bottom: 640px;
}

.inset-x-640{
  right: 640px;
  left: 640px;
}

.inset-y-768{
  top: 768px;
  bottom: 768px;
}

.inset-x-768{
  right: 768px;
  left: 768px;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.-inset-y-200{
  top: -200px;
  bottom: -200px;
}

.-inset-x-200{
  right: -200px;
  left: -200px;
}

.-inset-y-170{
  top: -170px;
  bottom: -170px;
}

.-inset-x-170{
  right: -170px;
  left: -170px;
}

.-inset-y-120{
  top: -120px;
  bottom: -120px;
}

.-inset-x-120{
  right: -120px;
  left: -120px;
}

.-inset-y-100{
  top: -100px;
  bottom: -100px;
}

.-inset-x-100{
  right: -100px;
  left: -100px;
}

.-inset-y-50{
  top: -50px;
  bottom: -50px;
}

.-inset-x-50{
  right: -50px;
  left: -50px;
}

.-inset-y-45{
  top: -45px;
  bottom: -45px;
}

.-inset-x-45{
  right: -45px;
  left: -45px;
}

.-inset-y-3{
  top: -3px;
  bottom: -3px;
}

.-inset-x-3{
  right: -3px;
  left: -3px;
}

.inset-y-px{
  top: 1px;
  bottom: 1px;
}

.inset-x-px{
  right: 1px;
  left: 1px;
}

.inset-y-20p{
  top: 20%;
  bottom: 20%;
}

.inset-x-20p{
  right: 20%;
  left: 20%;
}

.inset-y-40p{
  top: 40%;
  bottom: 40%;
}

.inset-x-40p{
  right: 40%;
  left: 40%;
}

.inset-y-49p{
  top: 49%;
  bottom: 49%;
}

.inset-x-49p{
  right: 49%;
  left: 49%;
}

.inset-y-52p{
  top: 52%;
  bottom: 52%;
}

.inset-x-52p{
  right: 52%;
  left: 52%;
}

.inset-y-53\.5p{
  top: 53.5%;
  bottom: 53.5%;
}

.inset-x-53\.5p{
  right: 53.5%;
  left: 53.5%;
}

.inset-y-60p{
  top: 60%;
  bottom: 60%;
}

.inset-x-60p{
  right: 60%;
  left: 60%;
}

.inset-y-71\.5p{
  top: 71.5%;
  bottom: 71.5%;
}

.inset-x-71\.5p{
  right: 71.5%;
  left: 71.5%;
}

.inset-y-80p{
  top: 80%;
  bottom: 80%;
}

.inset-x-80p{
  right: 80%;
  left: 80%;
}

.inset-y-90p{
  top: 90%;
  bottom: 90%;
}

.inset-x-90p{
  right: 90%;
  left: 90%;
}

.inset-y-95p{
  top: 95%;
  bottom: 95%;
}

.inset-x-95p{
  right: 95%;
  left: 95%;
}

.inset-y-100p{
  top: 100%;
  bottom: 100%;
}

.inset-x-100p{
  right: 100%;
  left: 100%;
}

.inset-y-110p{
  top: 110%;
  bottom: 110%;
}

.inset-x-110p{
  right: 110%;
  left: 110%;
}

.-inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-inset-x-0{
  right: 0px;
  left: 0px;
}

.-inset-y-2{
  top: -2px;
  bottom: -2px;
}

.-inset-x-2{
  right: -2px;
  left: -2px;
}

.-inset-y-4{
  top: -4px;
  bottom: -4px;
}

.-inset-x-4{
  right: -4px;
  left: -4px;
}

.-inset-y-5{
  top: -5px;
  bottom: -5px;
}

.-inset-x-5{
  right: -5px;
  left: -5px;
}

.-inset-y-7{
  top: -7px;
  bottom: -7px;
}

.-inset-x-7{
  right: -7px;
  left: -7px;
}

.-inset-y-8{
  top: -8px;
  bottom: -8px;
}

.-inset-x-8{
  right: -8px;
  left: -8px;
}

.-inset-y-10{
  top: -10px;
  bottom: -10px;
}

.-inset-x-10{
  right: -10px;
  left: -10px;
}

.-inset-y-11{
  top: -11px;
  bottom: -11px;
}

.-inset-x-11{
  right: -11px;
  left: -11px;
}

.-inset-y-12{
  top: -12px;
  bottom: -12px;
}

.-inset-x-12{
  right: -12px;
  left: -12px;
}

.-inset-y-13{
  top: -13px;
  bottom: -13px;
}

.-inset-x-13{
  right: -13px;
  left: -13px;
}

.-inset-y-15{
  top: -15px;
  bottom: -15px;
}

.-inset-x-15{
  right: -15px;
  left: -15px;
}

.-inset-y-16{
  top: -16px;
  bottom: -16px;
}

.-inset-x-16{
  right: -16px;
  left: -16px;
}

.-inset-y-18{
  top: -18px;
  bottom: -18px;
}

.-inset-x-18{
  right: -18px;
  left: -18px;
}

.-inset-y-20{
  top: -20px;
  bottom: -20px;
}

.-inset-x-20{
  right: -20px;
  left: -20px;
}

.-inset-y-24{
  top: -24px;
  bottom: -24px;
}

.-inset-x-24{
  right: -24px;
  left: -24px;
}

.-inset-y-28{
  top: -28px;
  bottom: -28px;
}

.-inset-x-28{
  right: -28px;
  left: -28px;
}

.-inset-y-29{
  top: -29px;
  bottom: -29px;
}

.-inset-x-29{
  right: -29px;
  left: -29px;
}

.-inset-y-30{
  top: -30px;
  bottom: -30px;
}

.-inset-x-30{
  right: -30px;
  left: -30px;
}

.-inset-y-32{
  top: -32px;
  bottom: -32px;
}

.-inset-x-32{
  right: -32px;
  left: -32px;
}

.-inset-y-34{
  top: -34px;
  bottom: -34px;
}

.-inset-x-34{
  right: -34px;
  left: -34px;
}

.-inset-y-36{
  top: -36px;
  bottom: -36px;
}

.-inset-x-36{
  right: -36px;
  left: -36px;
}

.-inset-y-40{
  top: -40px;
  bottom: -40px;
}

.-inset-x-40{
  right: -40px;
  left: -40px;
}

.-inset-y-48{
  top: -48px;
  bottom: -48px;
}

.-inset-x-48{
  right: -48px;
  left: -48px;
}

.-inset-y-56{
  top: -56px;
  bottom: -56px;
}

.-inset-x-56{
  right: -56px;
  left: -56px;
}

.-inset-y-60{
  top: -60px;
  bottom: -60px;
}

.-inset-x-60{
  right: -60px;
  left: -60px;
}

.-inset-y-64{
  top: -64px;
  bottom: -64px;
}

.-inset-x-64{
  right: -64px;
  left: -64px;
}

.-inset-y-70{
  top: -70px;
  bottom: -70px;
}

.-inset-x-70{
  right: -70px;
  left: -70px;
}

.-inset-y-72{
  top: -72px;
  bottom: -72px;
}

.-inset-x-72{
  right: -72px;
  left: -72px;
}

.-inset-y-80{
  top: -80px;
  bottom: -80px;
}

.-inset-x-80{
  right: -80px;
  left: -80px;
}

.-inset-y-88{
  top: -88px;
  bottom: -88px;
}

.-inset-x-88{
  right: -88px;
  left: -88px;
}

.-inset-y-90{
  top: -90px;
  bottom: -90px;
}

.-inset-x-90{
  right: -90px;
  left: -90px;
}

.-inset-y-96{
  top: -96px;
  bottom: -96px;
}

.-inset-x-96{
  right: -96px;
  left: -96px;
}

.-inset-y-112{
  top: -112px;
  bottom: -112px;
}

.-inset-x-112{
  right: -112px;
  left: -112px;
}

.-inset-y-128{
  top: -128px;
  bottom: -128px;
}

.-inset-x-128{
  right: -128px;
  left: -128px;
}

.-inset-y-135{
  top: -135px;
  bottom: -135px;
}

.-inset-x-135{
  right: -135px;
  left: -135px;
}

.-inset-y-145{
  top: -145px;
  bottom: -145px;
}

.-inset-x-145{
  right: -145px;
  left: -145px;
}

.-inset-y-155{
  top: -155px;
  bottom: -155px;
}

.-inset-x-155{
  right: -155px;
  left: -155px;
}

.-inset-y-160{
  top: -160px;
  bottom: -160px;
}

.-inset-x-160{
  right: -160px;
  left: -160px;
}

.-inset-y-192{
  top: -192px;
  bottom: -192px;
}

.-inset-x-192{
  right: -192px;
  left: -192px;
}

.-inset-y-224{
  top: -224px;
  bottom: -224px;
}

.-inset-x-224{
  right: -224px;
  left: -224px;
}

.-inset-y-227{
  top: -227px;
  bottom: -227px;
}

.-inset-x-227{
  right: -227px;
  left: -227px;
}

.-inset-y-250{
  top: -250px;
  bottom: -250px;
}

.-inset-x-250{
  right: -250px;
  left: -250px;
}

.-inset-y-256{
  top: -256px;
  bottom: -256px;
}

.-inset-x-256{
  right: -256px;
  left: -256px;
}

.-inset-y-270{
  top: -270px;
  bottom: -270px;
}

.-inset-x-270{
  right: -270px;
  left: -270px;
}

.-inset-y-288{
  top: -288px;
  bottom: -288px;
}

.-inset-x-288{
  right: -288px;
  left: -288px;
}

.-inset-y-304{
  top: -304px;
  bottom: -304px;
}

.-inset-x-304{
  right: -304px;
  left: -304px;
}

.-inset-y-314{
  top: -314px;
  bottom: -314px;
}

.-inset-x-314{
  right: -314px;
  left: -314px;
}

.-inset-y-320{
  top: -320px;
  bottom: -320px;
}

.-inset-x-320{
  right: -320px;
  left: -320px;
}

.-inset-y-352{
  top: -352px;
  bottom: -352px;
}

.-inset-x-352{
  right: -352px;
  left: -352px;
}

.-inset-y-384{
  top: -384px;
  bottom: -384px;
}

.-inset-x-384{
  right: -384px;
  left: -384px;
}

.-inset-y-416{
  top: -416px;
  bottom: -416px;
}

.-inset-x-416{
  right: -416px;
  left: -416px;
}

.-inset-y-448{
  top: -448px;
  bottom: -448px;
}

.-inset-x-448{
  right: -448px;
  left: -448px;
}

.-inset-y-480{
  top: -480px;
  bottom: -480px;
}

.-inset-x-480{
  right: -480px;
  left: -480px;
}

.-inset-y-512{
  top: -512px;
  bottom: -512px;
}

.-inset-x-512{
  right: -512px;
  left: -512px;
}

.-inset-y-576{
  top: -576px;
  bottom: -576px;
}

.-inset-x-576{
  right: -576px;
  left: -576px;
}

.-inset-y-612{
  top: -612px;
  bottom: -612px;
}

.-inset-x-612{
  right: -612px;
  left: -612px;
}

.-inset-y-640{
  top: -640px;
  bottom: -640px;
}

.-inset-x-640{
  right: -640px;
  left: -640px;
}

.-inset-y-768{
  top: -768px;
  bottom: -768px;
}

.-inset-x-768{
  right: -768px;
  left: -768px;
}

.-inset-y--200{
  top: 200px;
  bottom: 200px;
}

.-inset-x--200{
  right: 200px;
  left: 200px;
}

.-inset-y--170{
  top: 170px;
  bottom: 170px;
}

.-inset-x--170{
  right: 170px;
  left: 170px;
}

.-inset-y--120{
  top: 120px;
  bottom: 120px;
}

.-inset-x--120{
  right: 120px;
  left: 120px;
}

.-inset-y--100{
  top: 100px;
  bottom: 100px;
}

.-inset-x--100{
  right: 100px;
  left: 100px;
}

.-inset-y--50{
  top: 50px;
  bottom: 50px;
}

.-inset-x--50{
  right: 50px;
  left: 50px;
}

.-inset-y--45{
  top: 45px;
  bottom: 45px;
}

.-inset-x--45{
  right: 45px;
  left: 45px;
}

.-inset-y--3{
  top: 3px;
  bottom: 3px;
}

.-inset-x--3{
  right: 3px;
  left: 3px;
}

.-inset-y-px{
  top: -1px;
  bottom: -1px;
}

.-inset-x-px{
  right: -1px;
  left: -1px;
}

.-inset-y-20p{
  top: -20%;
  bottom: -20%;
}

.-inset-x-20p{
  right: -20%;
  left: -20%;
}

.-inset-y-40p{
  top: -40%;
  bottom: -40%;
}

.-inset-x-40p{
  right: -40%;
  left: -40%;
}

.-inset-y-49p{
  top: -49%;
  bottom: -49%;
}

.-inset-x-49p{
  right: -49%;
  left: -49%;
}

.-inset-y-52p{
  top: -52%;
  bottom: -52%;
}

.-inset-x-52p{
  right: -52%;
  left: -52%;
}

.-inset-y-53\.5p{
  top: -53.5%;
  bottom: -53.5%;
}

.-inset-x-53\.5p{
  right: -53.5%;
  left: -53.5%;
}

.-inset-y-60p{
  top: -60%;
  bottom: -60%;
}

.-inset-x-60p{
  right: -60%;
  left: -60%;
}

.-inset-y-71\.5p{
  top: -71.5%;
  bottom: -71.5%;
}

.-inset-x-71\.5p{
  right: -71.5%;
  left: -71.5%;
}

.-inset-y-80p{
  top: -80%;
  bottom: -80%;
}

.-inset-x-80p{
  right: -80%;
  left: -80%;
}

.-inset-y-90p{
  top: -90%;
  bottom: -90%;
}

.-inset-x-90p{
  right: -90%;
  left: -90%;
}

.-inset-y-95p{
  top: -95%;
  bottom: -95%;
}

.-inset-x-95p{
  right: -95%;
  left: -95%;
}

.-inset-y-100p{
  top: -100%;
  bottom: -100%;
}

.-inset-x-100p{
  right: -100%;
  left: -100%;
}

.-inset-y-110p{
  top: -110%;
  bottom: -110%;
}

.-inset-x-110p{
  right: -110%;
  left: -110%;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2{
  right: 50%;
  left: 50%;
}

.inset-y-1\/3{
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-x-1\/3{
  right: 33.333333%;
  left: 33.333333%;
}

.inset-y-2\/3{
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-x-2\/3{
  right: 66.666667%;
  left: 66.666667%;
}

.inset-y-1\/4{
  top: 25%;
  bottom: 25%;
}

.inset-x-1\/4{
  right: 25%;
  left: 25%;
}

.inset-y-2\/4{
  top: 50%;
  bottom: 50%;
}

.inset-x-2\/4{
  right: 50%;
  left: 50%;
}

.inset-y-3\/4{
  top: 75%;
  bottom: 75%;
}

.inset-x-3\/4{
  right: 75%;
  left: 75%;
}

.inset-y-full{
  top: 100%;
  bottom: 100%;
}

.inset-x-full{
  right: 100%;
  left: 100%;
}

.-inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}

.-inset-x-1\/2{
  right: -50%;
  left: -50%;
}

.-inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-x-1\/3{
  right: -33.333333%;
  left: -33.333333%;
}

.-inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-x-2\/3{
  right: -66.666667%;
  left: -66.666667%;
}

.-inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}

.-inset-x-1\/4{
  right: -25%;
  left: -25%;
}

.-inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}

.-inset-x-2\/4{
  right: -50%;
  left: -50%;
}

.-inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}

.-inset-x-3\/4{
  right: -75%;
  left: -75%;
}

.-inset-y-full{
  top: -100%;
  bottom: -100%;
}

.-inset-x-full{
  right: -100%;
  left: -100%;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-2{
  top: 2px;
}

.right-2{
  right: 2px;
}

.bottom-2{
  bottom: 2px;
}

.left-2{
  left: 2px;
}

.top-4{
  top: 4px;
}

.right-4{
  right: 4px;
}

.bottom-4{
  bottom: 4px;
}

.left-4{
  left: 4px;
}

.top-5{
  top: 5px;
}

.right-5{
  right: 5px;
}

.bottom-5{
  bottom: 5px;
}

.left-5{
  left: 5px;
}

.top-7{
  top: 7px;
}

.right-7{
  right: 7px;
}

.bottom-7{
  bottom: 7px;
}

.left-7{
  left: 7px;
}

.top-8{
  top: 8px;
}

.right-8{
  right: 8px;
}

.bottom-8{
  bottom: 8px;
}

.left-8{
  left: 8px;
}

.top-10{
  top: 10px;
}

.right-10{
  right: 10px;
}

.bottom-10{
  bottom: 10px;
}

.left-10{
  left: 10px;
}

.top-11{
  top: 11px;
}

.right-11{
  right: 11px;
}

.bottom-11{
  bottom: 11px;
}

.left-11{
  left: 11px;
}

.top-12{
  top: 12px;
}

.right-12{
  right: 12px;
}

.bottom-12{
  bottom: 12px;
}

.left-12{
  left: 12px;
}

.top-13{
  top: 13px;
}

.right-13{
  right: 13px;
}

.bottom-13{
  bottom: 13px;
}

.left-13{
  left: 13px;
}

.top-15{
  top: 15px;
}

.right-15{
  right: 15px;
}

.bottom-15{
  bottom: 15px;
}

.left-15{
  left: 15px;
}

.top-16{
  top: 16px;
}

.right-16{
  right: 16px;
}

.bottom-16{
  bottom: 16px;
}

.left-16{
  left: 16px;
}

.top-18{
  top: 18px;
}

.right-18{
  right: 18px;
}

.bottom-18{
  bottom: 18px;
}

.left-18{
  left: 18px;
}

.top-20{
  top: 20px;
}

.right-20{
  right: 20px;
}

.bottom-20{
  bottom: 20px;
}

.left-20{
  left: 20px;
}

.top-24{
  top: 24px;
}

.right-24{
  right: 24px;
}

.bottom-24{
  bottom: 24px;
}

.left-24{
  left: 24px;
}

.top-28{
  top: 28px;
}

.right-28{
  right: 28px;
}

.bottom-28{
  bottom: 28px;
}

.left-28{
  left: 28px;
}

.top-29{
  top: 29px;
}

.right-29{
  right: 29px;
}

.bottom-29{
  bottom: 29px;
}

.left-29{
  left: 29px;
}

.top-30{
  top: 30px;
}

.right-30{
  right: 30px;
}

.bottom-30{
  bottom: 30px;
}

.left-30{
  left: 30px;
}

.top-32{
  top: 32px;
}

.right-32{
  right: 32px;
}

.bottom-32{
  bottom: 32px;
}

.left-32{
  left: 32px;
}

.top-34{
  top: 34px;
}

.right-34{
  right: 34px;
}

.bottom-34{
  bottom: 34px;
}

.left-34{
  left: 34px;
}

.top-36{
  top: 36px;
}

.right-36{
  right: 36px;
}

.bottom-36{
  bottom: 36px;
}

.left-36{
  left: 36px;
}

.top-40{
  top: 40px;
}

.right-40{
  right: 40px;
}

.bottom-40{
  bottom: 40px;
}

.left-40{
  left: 40px;
}

.top-48{
  top: 48px;
}

.right-48{
  right: 48px;
}

.bottom-48{
  bottom: 48px;
}

.left-48{
  left: 48px;
}

.top-50{
  top: 50px;
}

.right-50{
  right: 50px;
}

.bottom-50{
  bottom: 50px;
}

.left-50{
  left: 50px;
}

.top-56{
  top: 56px;
}

.right-56{
  right: 56px;
}

.bottom-56{
  bottom: 56px;
}

.left-56{
  left: 56px;
}

.top-60{
  top: 60px;
}

.right-60{
  right: 60px;
}

.bottom-60{
  bottom: 60px;
}

.left-60{
  left: 60px;
}

.top-64{
  top: 64px;
}

.right-64{
  right: 64px;
}

.bottom-64{
  bottom: 64px;
}

.left-64{
  left: 64px;
}

.top-70{
  top: 70px;
}

.right-70{
  right: 70px;
}

.bottom-70{
  bottom: 70px;
}

.left-70{
  left: 70px;
}

.top-72{
  top: 72px;
}

.right-72{
  right: 72px;
}

.bottom-72{
  bottom: 72px;
}

.left-72{
  left: 72px;
}

.top-80{
  top: 80px;
}

.right-80{
  right: 80px;
}

.bottom-80{
  bottom: 80px;
}

.left-80{
  left: 80px;
}

.top-88{
  top: 88px;
}

.right-88{
  right: 88px;
}

.bottom-88{
  bottom: 88px;
}

.left-88{
  left: 88px;
}

.top-90{
  top: 90px;
}

.right-90{
  right: 90px;
}

.bottom-90{
  bottom: 90px;
}

.left-90{
  left: 90px;
}

.top-96{
  top: 96px;
}

.right-96{
  right: 96px;
}

.bottom-96{
  bottom: 96px;
}

.left-96{
  left: 96px;
}

.top-100{
  top: 100px;
}

.right-100{
  right: 100px;
}

.bottom-100{
  bottom: 100px;
}

.left-100{
  left: 100px;
}

.top-112{
  top: 112px;
}

.right-112{
  right: 112px;
}

.bottom-112{
  bottom: 112px;
}

.left-112{
  left: 112px;
}

.top-128{
  top: 128px;
}

.right-128{
  right: 128px;
}

.bottom-128{
  bottom: 128px;
}

.left-128{
  left: 128px;
}

.top-135{
  top: 135px;
}

.right-135{
  right: 135px;
}

.bottom-135{
  bottom: 135px;
}

.left-135{
  left: 135px;
}

.top-145{
  top: 145px;
}

.right-145{
  right: 145px;
}

.bottom-145{
  bottom: 145px;
}

.left-145{
  left: 145px;
}

.top-155{
  top: 155px;
}

.right-155{
  right: 155px;
}

.bottom-155{
  bottom: 155px;
}

.left-155{
  left: 155px;
}

.top-160{
  top: 160px;
}

.right-160{
  right: 160px;
}

.bottom-160{
  bottom: 160px;
}

.left-160{
  left: 160px;
}

.top-192{
  top: 192px;
}

.right-192{
  right: 192px;
}

.bottom-192{
  bottom: 192px;
}

.left-192{
  left: 192px;
}

.top-200{
  top: 200px;
}

.right-200{
  right: 200px;
}

.bottom-200{
  bottom: 200px;
}

.left-200{
  left: 200px;
}

.top-224{
  top: 224px;
}

.right-224{
  right: 224px;
}

.bottom-224{
  bottom: 224px;
}

.left-224{
  left: 224px;
}

.top-227{
  top: 227px;
}

.right-227{
  right: 227px;
}

.bottom-227{
  bottom: 227px;
}

.left-227{
  left: 227px;
}

.top-250{
  top: 250px;
}

.right-250{
  right: 250px;
}

.bottom-250{
  bottom: 250px;
}

.left-250{
  left: 250px;
}

.top-256{
  top: 256px;
}

.right-256{
  right: 256px;
}

.bottom-256{
  bottom: 256px;
}

.left-256{
  left: 256px;
}

.top-270{
  top: 270px;
}

.right-270{
  right: 270px;
}

.bottom-270{
  bottom: 270px;
}

.left-270{
  left: 270px;
}

.top-288{
  top: 288px;
}

.right-288{
  right: 288px;
}

.bottom-288{
  bottom: 288px;
}

.left-288{
  left: 288px;
}

.top-304{
  top: 304px;
}

.right-304{
  right: 304px;
}

.bottom-304{
  bottom: 304px;
}

.left-304{
  left: 304px;
}

.top-314{
  top: 314px;
}

.right-314{
  right: 314px;
}

.bottom-314{
  bottom: 314px;
}

.left-314{
  left: 314px;
}

.top-320{
  top: 320px;
}

.right-320{
  right: 320px;
}

.bottom-320{
  bottom: 320px;
}

.left-320{
  left: 320px;
}

.top-352{
  top: 352px;
}

.right-352{
  right: 352px;
}

.bottom-352{
  bottom: 352px;
}

.left-352{
  left: 352px;
}

.top-384{
  top: 384px;
}

.right-384{
  right: 384px;
}

.bottom-384{
  bottom: 384px;
}

.left-384{
  left: 384px;
}

.top-416{
  top: 416px;
}

.right-416{
  right: 416px;
}

.bottom-416{
  bottom: 416px;
}

.left-416{
  left: 416px;
}

.top-448{
  top: 448px;
}

.right-448{
  right: 448px;
}

.bottom-448{
  bottom: 448px;
}

.left-448{
  left: 448px;
}

.top-480{
  top: 480px;
}

.right-480{
  right: 480px;
}

.bottom-480{
  bottom: 480px;
}

.left-480{
  left: 480px;
}

.top-512{
  top: 512px;
}

.right-512{
  right: 512px;
}

.bottom-512{
  bottom: 512px;
}

.left-512{
  left: 512px;
}

.top-576{
  top: 576px;
}

.right-576{
  right: 576px;
}

.bottom-576{
  bottom: 576px;
}

.left-576{
  left: 576px;
}

.top-612{
  top: 612px;
}

.right-612{
  right: 612px;
}

.bottom-612{
  bottom: 612px;
}

.left-612{
  left: 612px;
}

.top-640{
  top: 640px;
}

.right-640{
  right: 640px;
}

.bottom-640{
  bottom: 640px;
}

.left-640{
  left: 640px;
}

.top-768{
  top: 768px;
}

.right-768{
  right: 768px;
}

.bottom-768{
  bottom: 768px;
}

.left-768{
  left: 768px;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.-top-200{
  top: -200px;
}

.-right-200{
  right: -200px;
}

.-bottom-200{
  bottom: -200px;
}

.-left-200{
  left: -200px;
}

.-top-170{
  top: -170px;
}

.-right-170{
  right: -170px;
}

.-bottom-170{
  bottom: -170px;
}

.-left-170{
  left: -170px;
}

.-top-120{
  top: -120px;
}

.-right-120{
  right: -120px;
}

.-bottom-120{
  bottom: -120px;
}

.-left-120{
  left: -120px;
}

.-top-100{
  top: -100px;
}

.-right-100{
  right: -100px;
}

.-bottom-100{
  bottom: -100px;
}

.-left-100{
  left: -100px;
}

.-top-50{
  top: -50px;
}

.-right-50{
  right: -50px;
}

.-bottom-50{
  bottom: -50px;
}

.-left-50{
  left: -50px;
}

.-top-45{
  top: -45px;
}

.-right-45{
  right: -45px;
}

.-bottom-45{
  bottom: -45px;
}

.-left-45{
  left: -45px;
}

.-top-3{
  top: -3px;
}

.-right-3{
  right: -3px;
}

.-bottom-3{
  bottom: -3px;
}

.-left-3{
  left: -3px;
}

.top-px{
  top: 1px;
}

.right-px{
  right: 1px;
}

.bottom-px{
  bottom: 1px;
}

.left-px{
  left: 1px;
}

.top-20p{
  top: 20%;
}

.right-20p{
  right: 20%;
}

.bottom-20p{
  bottom: 20%;
}

.left-20p{
  left: 20%;
}

.top-40p{
  top: 40%;
}

.right-40p{
  right: 40%;
}

.bottom-40p{
  bottom: 40%;
}

.left-40p{
  left: 40%;
}

.top-49p{
  top: 49%;
}

.right-49p{
  right: 49%;
}

.bottom-49p{
  bottom: 49%;
}

.left-49p{
  left: 49%;
}

.top-52p{
  top: 52%;
}

.right-52p{
  right: 52%;
}

.bottom-52p{
  bottom: 52%;
}

.left-52p{
  left: 52%;
}

.top-53\.5p{
  top: 53.5%;
}

.right-53\.5p{
  right: 53.5%;
}

.bottom-53\.5p{
  bottom: 53.5%;
}

.left-53\.5p{
  left: 53.5%;
}

.top-60p{
  top: 60%;
}

.right-60p{
  right: 60%;
}

.bottom-60p{
  bottom: 60%;
}

.left-60p{
  left: 60%;
}

.top-71\.5p{
  top: 71.5%;
}

.right-71\.5p{
  right: 71.5%;
}

.bottom-71\.5p{
  bottom: 71.5%;
}

.left-71\.5p{
  left: 71.5%;
}

.top-80p{
  top: 80%;
}

.right-80p{
  right: 80%;
}

.bottom-80p{
  bottom: 80%;
}

.left-80p{
  left: 80%;
}

.top-90p{
  top: 90%;
}

.right-90p{
  right: 90%;
}

.bottom-90p{
  bottom: 90%;
}

.left-90p{
  left: 90%;
}

.top-95p{
  top: 95%;
}

.right-95p{
  right: 95%;
}

.bottom-95p{
  bottom: 95%;
}

.left-95p{
  left: 95%;
}

.top-100p{
  top: 100%;
}

.right-100p{
  right: 100%;
}

.bottom-100p{
  bottom: 100%;
}

.left-100p{
  left: 100%;
}

.top-110p{
  top: 110%;
}

.right-110p{
  right: 110%;
}

.bottom-110p{
  bottom: 110%;
}

.left-110p{
  left: 110%;
}

.-top-0{
  top: 0px;
}

.-right-0{
  right: 0px;
}

.-bottom-0{
  bottom: 0px;
}

.-left-0{
  left: 0px;
}

.-top-2{
  top: -2px;
}

.-right-2{
  right: -2px;
}

.-bottom-2{
  bottom: -2px;
}

.-left-2{
  left: -2px;
}

.-top-4{
  top: -4px;
}

.-right-4{
  right: -4px;
}

.-bottom-4{
  bottom: -4px;
}

.-left-4{
  left: -4px;
}

.-top-5{
  top: -5px;
}

.-right-5{
  right: -5px;
}

.-bottom-5{
  bottom: -5px;
}

.-left-5{
  left: -5px;
}

.-top-7{
  top: -7px;
}

.-right-7{
  right: -7px;
}

.-bottom-7{
  bottom: -7px;
}

.-left-7{
  left: -7px;
}

.-top-8{
  top: -8px;
}

.-right-8{
  right: -8px;
}

.-bottom-8{
  bottom: -8px;
}

.-left-8{
  left: -8px;
}

.-top-10{
  top: -10px;
}

.-right-10{
  right: -10px;
}

.-bottom-10{
  bottom: -10px;
}

.-left-10{
  left: -10px;
}

.-top-11{
  top: -11px;
}

.-right-11{
  right: -11px;
}

.-bottom-11{
  bottom: -11px;
}

.-left-11{
  left: -11px;
}

.-top-12{
  top: -12px;
}

.-right-12{
  right: -12px;
}

.-bottom-12{
  bottom: -12px;
}

.-left-12{
  left: -12px;
}

.-top-13{
  top: -13px;
}

.-right-13{
  right: -13px;
}

.-bottom-13{
  bottom: -13px;
}

.-left-13{
  left: -13px;
}

.-top-15{
  top: -15px;
}

.-right-15{
  right: -15px;
}

.-bottom-15{
  bottom: -15px;
}

.-left-15{
  left: -15px;
}

.-top-16{
  top: -16px;
}

.-right-16{
  right: -16px;
}

.-bottom-16{
  bottom: -16px;
}

.-left-16{
  left: -16px;
}

.-top-18{
  top: -18px;
}

.-right-18{
  right: -18px;
}

.-bottom-18{
  bottom: -18px;
}

.-left-18{
  left: -18px;
}

.-top-20{
  top: -20px;
}

.-right-20{
  right: -20px;
}

.-bottom-20{
  bottom: -20px;
}

.-left-20{
  left: -20px;
}

.-top-24{
  top: -24px;
}

.-right-24{
  right: -24px;
}

.-bottom-24{
  bottom: -24px;
}

.-left-24{
  left: -24px;
}

.-top-28{
  top: -28px;
}

.-right-28{
  right: -28px;
}

.-bottom-28{
  bottom: -28px;
}

.-left-28{
  left: -28px;
}

.-top-29{
  top: -29px;
}

.-right-29{
  right: -29px;
}

.-bottom-29{
  bottom: -29px;
}

.-left-29{
  left: -29px;
}

.-top-30{
  top: -30px;
}

.-right-30{
  right: -30px;
}

.-bottom-30{
  bottom: -30px;
}

.-left-30{
  left: -30px;
}

.-top-32{
  top: -32px;
}

.-right-32{
  right: -32px;
}

.-bottom-32{
  bottom: -32px;
}

.-left-32{
  left: -32px;
}

.-top-34{
  top: -34px;
}

.-right-34{
  right: -34px;
}

.-bottom-34{
  bottom: -34px;
}

.-left-34{
  left: -34px;
}

.-top-36{
  top: -36px;
}

.-right-36{
  right: -36px;
}

.-bottom-36{
  bottom: -36px;
}

.-left-36{
  left: -36px;
}

.-top-40{
  top: -40px;
}

.-right-40{
  right: -40px;
}

.-bottom-40{
  bottom: -40px;
}

.-left-40{
  left: -40px;
}

.-top-48{
  top: -48px;
}

.-right-48{
  right: -48px;
}

.-bottom-48{
  bottom: -48px;
}

.-left-48{
  left: -48px;
}

.-top-56{
  top: -56px;
}

.-right-56{
  right: -56px;
}

.-bottom-56{
  bottom: -56px;
}

.-left-56{
  left: -56px;
}

.-top-60{
  top: -60px;
}

.-right-60{
  right: -60px;
}

.-bottom-60{
  bottom: -60px;
}

.-left-60{
  left: -60px;
}

.-top-64{
  top: -64px;
}

.-right-64{
  right: -64px;
}

.-bottom-64{
  bottom: -64px;
}

.-left-64{
  left: -64px;
}

.-top-70{
  top: -70px;
}

.-right-70{
  right: -70px;
}

.-bottom-70{
  bottom: -70px;
}

.-left-70{
  left: -70px;
}

.-top-72{
  top: -72px;
}

.-right-72{
  right: -72px;
}

.-bottom-72{
  bottom: -72px;
}

.-left-72{
  left: -72px;
}

.-top-80{
  top: -80px;
}

.-right-80{
  right: -80px;
}

.-bottom-80{
  bottom: -80px;
}

.-left-80{
  left: -80px;
}

.-top-88{
  top: -88px;
}

.-right-88{
  right: -88px;
}

.-bottom-88{
  bottom: -88px;
}

.-left-88{
  left: -88px;
}

.-top-90{
  top: -90px;
}

.-right-90{
  right: -90px;
}

.-bottom-90{
  bottom: -90px;
}

.-left-90{
  left: -90px;
}

.-top-96{
  top: -96px;
}

.-right-96{
  right: -96px;
}

.-bottom-96{
  bottom: -96px;
}

.-left-96{
  left: -96px;
}

.-top-112{
  top: -112px;
}

.-right-112{
  right: -112px;
}

.-bottom-112{
  bottom: -112px;
}

.-left-112{
  left: -112px;
}

.-top-128{
  top: -128px;
}

.-right-128{
  right: -128px;
}

.-bottom-128{
  bottom: -128px;
}

.-left-128{
  left: -128px;
}

.-top-135{
  top: -135px;
}

.-right-135{
  right: -135px;
}

.-bottom-135{
  bottom: -135px;
}

.-left-135{
  left: -135px;
}

.-top-145{
  top: -145px;
}

.-right-145{
  right: -145px;
}

.-bottom-145{
  bottom: -145px;
}

.-left-145{
  left: -145px;
}

.-top-155{
  top: -155px;
}

.-right-155{
  right: -155px;
}

.-bottom-155{
  bottom: -155px;
}

.-left-155{
  left: -155px;
}

.-top-160{
  top: -160px;
}

.-right-160{
  right: -160px;
}

.-bottom-160{
  bottom: -160px;
}

.-left-160{
  left: -160px;
}

.-top-192{
  top: -192px;
}

.-right-192{
  right: -192px;
}

.-bottom-192{
  bottom: -192px;
}

.-left-192{
  left: -192px;
}

.-top-224{
  top: -224px;
}

.-right-224{
  right: -224px;
}

.-bottom-224{
  bottom: -224px;
}

.-left-224{
  left: -224px;
}

.-top-227{
  top: -227px;
}

.-right-227{
  right: -227px;
}

.-bottom-227{
  bottom: -227px;
}

.-left-227{
  left: -227px;
}

.-top-250{
  top: -250px;
}

.-right-250{
  right: -250px;
}

.-bottom-250{
  bottom: -250px;
}

.-left-250{
  left: -250px;
}

.-top-256{
  top: -256px;
}

.-right-256{
  right: -256px;
}

.-bottom-256{
  bottom: -256px;
}

.-left-256{
  left: -256px;
}

.-top-270{
  top: -270px;
}

.-right-270{
  right: -270px;
}

.-bottom-270{
  bottom: -270px;
}

.-left-270{
  left: -270px;
}

.-top-288{
  top: -288px;
}

.-right-288{
  right: -288px;
}

.-bottom-288{
  bottom: -288px;
}

.-left-288{
  left: -288px;
}

.-top-304{
  top: -304px;
}

.-right-304{
  right: -304px;
}

.-bottom-304{
  bottom: -304px;
}

.-left-304{
  left: -304px;
}

.-top-314{
  top: -314px;
}

.-right-314{
  right: -314px;
}

.-bottom-314{
  bottom: -314px;
}

.-left-314{
  left: -314px;
}

.-top-320{
  top: -320px;
}

.-right-320{
  right: -320px;
}

.-bottom-320{
  bottom: -320px;
}

.-left-320{
  left: -320px;
}

.-top-352{
  top: -352px;
}

.-right-352{
  right: -352px;
}

.-bottom-352{
  bottom: -352px;
}

.-left-352{
  left: -352px;
}

.-top-384{
  top: -384px;
}

.-right-384{
  right: -384px;
}

.-bottom-384{
  bottom: -384px;
}

.-left-384{
  left: -384px;
}

.-top-416{
  top: -416px;
}

.-right-416{
  right: -416px;
}

.-bottom-416{
  bottom: -416px;
}

.-left-416{
  left: -416px;
}

.-top-448{
  top: -448px;
}

.-right-448{
  right: -448px;
}

.-bottom-448{
  bottom: -448px;
}

.-left-448{
  left: -448px;
}

.-top-480{
  top: -480px;
}

.-right-480{
  right: -480px;
}

.-bottom-480{
  bottom: -480px;
}

.-left-480{
  left: -480px;
}

.-top-512{
  top: -512px;
}

.-right-512{
  right: -512px;
}

.-bottom-512{
  bottom: -512px;
}

.-left-512{
  left: -512px;
}

.-top-576{
  top: -576px;
}

.-right-576{
  right: -576px;
}

.-bottom-576{
  bottom: -576px;
}

.-left-576{
  left: -576px;
}

.-top-612{
  top: -612px;
}

.-right-612{
  right: -612px;
}

.-bottom-612{
  bottom: -612px;
}

.-left-612{
  left: -612px;
}

.-top-640{
  top: -640px;
}

.-right-640{
  right: -640px;
}

.-bottom-640{
  bottom: -640px;
}

.-left-640{
  left: -640px;
}

.-top-768{
  top: -768px;
}

.-right-768{
  right: -768px;
}

.-bottom-768{
  bottom: -768px;
}

.-left-768{
  left: -768px;
}

.-top--200{
  top: 200px;
}

.-right--200{
  right: 200px;
}

.-bottom--200{
  bottom: 200px;
}

.-left--200{
  left: 200px;
}

.-top--170{
  top: 170px;
}

.-right--170{
  right: 170px;
}

.-bottom--170{
  bottom: 170px;
}

.-left--170{
  left: 170px;
}

.-top--120{
  top: 120px;
}

.-right--120{
  right: 120px;
}

.-bottom--120{
  bottom: 120px;
}

.-left--120{
  left: 120px;
}

.-top--100{
  top: 100px;
}

.-right--100{
  right: 100px;
}

.-bottom--100{
  bottom: 100px;
}

.-left--100{
  left: 100px;
}

.-top--50{
  top: 50px;
}

.-right--50{
  right: 50px;
}

.-bottom--50{
  bottom: 50px;
}

.-left--50{
  left: 50px;
}

.-top--45{
  top: 45px;
}

.-right--45{
  right: 45px;
}

.-bottom--45{
  bottom: 45px;
}

.-left--45{
  left: 45px;
}

.-top--3{
  top: 3px;
}

.-right--3{
  right: 3px;
}

.-bottom--3{
  bottom: 3px;
}

.-left--3{
  left: 3px;
}

.-top-px{
  top: -1px;
}

.-right-px{
  right: -1px;
}

.-bottom-px{
  bottom: -1px;
}

.-left-px{
  left: -1px;
}

.-top-20p{
  top: -20%;
}

.-right-20p{
  right: -20%;
}

.-bottom-20p{
  bottom: -20%;
}

.-left-20p{
  left: -20%;
}

.-top-40p{
  top: -40%;
}

.-right-40p{
  right: -40%;
}

.-bottom-40p{
  bottom: -40%;
}

.-left-40p{
  left: -40%;
}

.-top-49p{
  top: -49%;
}

.-right-49p{
  right: -49%;
}

.-bottom-49p{
  bottom: -49%;
}

.-left-49p{
  left: -49%;
}

.-top-52p{
  top: -52%;
}

.-right-52p{
  right: -52%;
}

.-bottom-52p{
  bottom: -52%;
}

.-left-52p{
  left: -52%;
}

.-top-53\.5p{
  top: -53.5%;
}

.-right-53\.5p{
  right: -53.5%;
}

.-bottom-53\.5p{
  bottom: -53.5%;
}

.-left-53\.5p{
  left: -53.5%;
}

.-top-60p{
  top: -60%;
}

.-right-60p{
  right: -60%;
}

.-bottom-60p{
  bottom: -60%;
}

.-left-60p{
  left: -60%;
}

.-top-71\.5p{
  top: -71.5%;
}

.-right-71\.5p{
  right: -71.5%;
}

.-bottom-71\.5p{
  bottom: -71.5%;
}

.-left-71\.5p{
  left: -71.5%;
}

.-top-80p{
  top: -80%;
}

.-right-80p{
  right: -80%;
}

.-bottom-80p{
  bottom: -80%;
}

.-left-80p{
  left: -80%;
}

.-top-90p{
  top: -90%;
}

.-right-90p{
  right: -90%;
}

.-bottom-90p{
  bottom: -90%;
}

.-left-90p{
  left: -90%;
}

.-top-95p{
  top: -95%;
}

.-right-95p{
  right: -95%;
}

.-bottom-95p{
  bottom: -95%;
}

.-left-95p{
  left: -95%;
}

.-top-100p{
  top: -100%;
}

.-right-100p{
  right: -100%;
}

.-bottom-100p{
  bottom: -100%;
}

.-left-100p{
  left: -100%;
}

.-top-110p{
  top: -110%;
}

.-right-110p{
  right: -110%;
}

.-bottom-110p{
  bottom: -110%;
}

.-left-110p{
  left: -110%;
}

.top-1\/2{
  top: 50%;
}

.right-1\/2{
  right: 50%;
}

.bottom-1\/2{
  bottom: 50%;
}

.left-1\/2{
  left: 50%;
}

.top-1\/3{
  top: 33.333333%;
}

.right-1\/3{
  right: 33.333333%;
}

.bottom-1\/3{
  bottom: 33.333333%;
}

.left-1\/3{
  left: 33.333333%;
}

.top-2\/3{
  top: 66.666667%;
}

.right-2\/3{
  right: 66.666667%;
}

.bottom-2\/3{
  bottom: 66.666667%;
}

.left-2\/3{
  left: 66.666667%;
}

.top-1\/4{
  top: 25%;
}

.right-1\/4{
  right: 25%;
}

.bottom-1\/4{
  bottom: 25%;
}

.left-1\/4{
  left: 25%;
}

.top-2\/4{
  top: 50%;
}

.right-2\/4{
  right: 50%;
}

.bottom-2\/4{
  bottom: 50%;
}

.left-2\/4{
  left: 50%;
}

.top-3\/4{
  top: 75%;
}

.right-3\/4{
  right: 75%;
}

.bottom-3\/4{
  bottom: 75%;
}

.left-3\/4{
  left: 75%;
}

.top-full{
  top: 100%;
}

.right-full{
  right: 100%;
}

.bottom-full{
  bottom: 100%;
}

.left-full{
  left: 100%;
}

.-top-1\/2{
  top: -50%;
}

.-right-1\/2{
  right: -50%;
}

.-bottom-1\/2{
  bottom: -50%;
}

.-left-1\/2{
  left: -50%;
}

.-top-1\/3{
  top: -33.333333%;
}

.-right-1\/3{
  right: -33.333333%;
}

.-bottom-1\/3{
  bottom: -33.333333%;
}

.-left-1\/3{
  left: -33.333333%;
}

.-top-2\/3{
  top: -66.666667%;
}

.-right-2\/3{
  right: -66.666667%;
}

.-bottom-2\/3{
  bottom: -66.666667%;
}

.-left-2\/3{
  left: -66.666667%;
}

.-top-1\/4{
  top: -25%;
}

.-right-1\/4{
  right: -25%;
}

.-bottom-1\/4{
  bottom: -25%;
}

.-left-1\/4{
  left: -25%;
}

.-top-2\/4{
  top: -50%;
}

.-right-2\/4{
  right: -50%;
}

.-bottom-2\/4{
  bottom: -50%;
}

.-left-2\/4{
  left: -50%;
}

.-top-3\/4{
  top: -75%;
}

.-right-3\/4{
  right: -75%;
}

.-bottom-3\/4{
  bottom: -75%;
}

.-left-3\/4{
  left: -75%;
}

.-top-full{
  top: -100%;
}

.-right-full{
  right: -100%;
}

.-bottom-full{
  bottom: -100%;
}

.-left-full{
  left: -100%;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom{
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-custom{
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-custom:focus-within{
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-custom:hover{
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-custom:focus{
  --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.ring-offset-blue-1{
  --tw-ring-offset-color: #151C34;
}

.ring-offset-blue-2{
  --tw-ring-offset-color: #D3F1F8;
}

.ring-offset-blue--1{
  --tw-ring-offset-color: #3D8ABC;
}

.ring-offset-blue{
  --tw-ring-offset-color: #015480;
}

.ring-offset-blue-gray{
  --tw-ring-offset-color: #244D66;
}

.ring-offset-orange-2{
  --tw-ring-offset-color: #FDD894;
}

.ring-offset-orange{
  --tw-ring-offset-color: #FAAB19;
}

.ring-offset-white-10{
  --tw-ring-offset-color: rgba(255, 255, 255, .1);
}

.ring-offset-white-30{
  --tw-ring-offset-color: rgba(255, 255, 255, .3);
}

.ring-offset-white-70{
  --tw-ring-offset-color: rgba(255, 255, 255, .7);
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-black{
  --tw-ring-offset-color: #000000;
}

.ring-offset-gray-50{
  --tw-ring-offset-color: #F6F6F6;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #E2E2E2;
}

.ring-offset-grey-1{
  --tw-ring-offset-color: #717171;
}

.ring-offset-grey-2{
  --tw-ring-offset-color: #EAEAEA;
}

.ring-offset-grey-3{
  --tw-ring-offset-color: #F4F4F4;
}

.ring-offset-grey-4{
  --tw-ring-offset-color: #999999;
}

.ring-offset-grey-300{
  --tw-ring-offset-color: #CBCBCB;
}

.ring-offset-grey-600{
  --tw-ring-offset-color: #545454;
}

.ring-offset-grey--1{
  --tw-ring-offset-color: #A3A5AF;
}

.ring-offset-grey--2{
  --tw-ring-offset-color: #EAEAEA;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-blue-1:focus-within{
  --tw-ring-offset-color: #151C34;
}

.focus-within\:ring-offset-blue-2:focus-within{
  --tw-ring-offset-color: #D3F1F8;
}

.focus-within\:ring-offset-blue--1:focus-within{
  --tw-ring-offset-color: #3D8ABC;
}

.focus-within\:ring-offset-blue:focus-within{
  --tw-ring-offset-color: #015480;
}

.focus-within\:ring-offset-blue-gray:focus-within{
  --tw-ring-offset-color: #244D66;
}

.focus-within\:ring-offset-orange-2:focus-within{
  --tw-ring-offset-color: #FDD894;
}

.focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: #FAAB19;
}

.focus-within\:ring-offset-white-10:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, .1);
}

.focus-within\:ring-offset-white-30:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, .3);
}

.focus-within\:ring-offset-white-70:focus-within{
  --tw-ring-offset-color: rgba(255, 255, 255, .7);
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000000;
}

.focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #F6F6F6;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #E2E2E2;
}

.focus-within\:ring-offset-grey-1:focus-within{
  --tw-ring-offset-color: #717171;
}

.focus-within\:ring-offset-grey-2:focus-within{
  --tw-ring-offset-color: #EAEAEA;
}

.focus-within\:ring-offset-grey-3:focus-within{
  --tw-ring-offset-color: #F4F4F4;
}

.focus-within\:ring-offset-grey-4:focus-within{
  --tw-ring-offset-color: #999999;
}

.focus-within\:ring-offset-grey-300:focus-within{
  --tw-ring-offset-color: #CBCBCB;
}

.focus-within\:ring-offset-grey-600:focus-within{
  --tw-ring-offset-color: #545454;
}

.focus-within\:ring-offset-grey--1:focus-within{
  --tw-ring-offset-color: #A3A5AF;
}

.focus-within\:ring-offset-grey--2:focus-within{
  --tw-ring-offset-color: #EAEAEA;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-blue-1:focus{
  --tw-ring-offset-color: #151C34;
}

.focus\:ring-offset-blue-2:focus{
  --tw-ring-offset-color: #D3F1F8;
}

.focus\:ring-offset-blue--1:focus{
  --tw-ring-offset-color: #3D8ABC;
}

.focus\:ring-offset-blue:focus{
  --tw-ring-offset-color: #015480;
}

.focus\:ring-offset-blue-gray:focus{
  --tw-ring-offset-color: #244D66;
}

.focus\:ring-offset-orange-2:focus{
  --tw-ring-offset-color: #FDD894;
}

.focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: #FAAB19;
}

.focus\:ring-offset-white-10:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, .1);
}

.focus\:ring-offset-white-30:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, .3);
}

.focus\:ring-offset-white-70:focus{
  --tw-ring-offset-color: rgba(255, 255, 255, .7);
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000000;
}

.focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #F6F6F6;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #E2E2E2;
}

.focus\:ring-offset-grey-1:focus{
  --tw-ring-offset-color: #717171;
}

.focus\:ring-offset-grey-2:focus{
  --tw-ring-offset-color: #EAEAEA;
}

.focus\:ring-offset-grey-3:focus{
  --tw-ring-offset-color: #F4F4F4;
}

.focus\:ring-offset-grey-4:focus{
  --tw-ring-offset-color: #999999;
}

.focus\:ring-offset-grey-300:focus{
  --tw-ring-offset-color: #CBCBCB;
}

.focus\:ring-offset-grey-600:focus{
  --tw-ring-offset-color: #545454;
}

.focus\:ring-offset-grey--1:focus{
  --tw-ring-offset-color: #A3A5AF;
}

.focus\:ring-offset-grey--2:focus{
  --tw-ring-offset-color: #EAEAEA;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-current{
  --tw-ring-color: currentColor;
}

.ring-blue-1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
}

.ring-blue-2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
}

.ring-blue--1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
}

.ring-blue{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
}

.ring-blue-gray{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
}

.ring-orange-2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
}

.ring-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
}

.ring-white-10{
  --tw-ring-color: rgba(255, 255, 255, .1);
}

.ring-white-30{
  --tw-ring-color: rgba(255, 255, 255, .3);
}

.ring-white-70{
  --tw-ring-color: rgba(255, 255, 255, .7);
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.ring-grey-1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.ring-grey-2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.ring-grey-3{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.ring-grey-4{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.ring-grey-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}

.ring-grey-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
}

.ring-grey--1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
}

.ring-grey--2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

.focus-within\:ring-blue-1:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-2:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-blue--1:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
}

.focus-within\:ring-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-gray:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-2:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
}

.focus-within\:ring-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
}

.focus-within\:ring-white-10:focus-within{
  --tw-ring-color: rgba(255, 255, 255, .1);
}

.focus-within\:ring-white-30:focus-within{
  --tw-ring-color: rgba(255, 255, 255, .3);
}

.focus-within\:ring-white-70:focus-within{
  --tw-ring-color: rgba(255, 255, 255, .7);
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-1:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-2:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-3:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-4:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
}

.focus-within\:ring-grey--1:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-grey--2:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.focus\:ring-blue-1:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
}

.focus\:ring-blue-2:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
}

.focus\:ring-blue--1:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
}

.focus\:ring-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
}

.focus\:ring-blue-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
}

.focus\:ring-orange-2:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
}

.focus\:ring-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
}

.focus\:ring-white-10:focus{
  --tw-ring-color: rgba(255, 255, 255, .1);
}

.focus\:ring-white-30:focus{
  --tw-ring-color: rgba(255, 255, 255, .3);
}

.focus\:ring-white-70:focus{
  --tw-ring-color: rgba(255, 255, 255, .7);
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-grey-1:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-grey-2:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus\:ring-grey-3:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.focus\:ring-grey-4:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}

.focus\:ring-grey-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}

.focus\:ring-grey-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
}

.focus\:ring-grey--1:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
}

.focus\:ring-grey--2:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100{
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.fill-current{
  fill: currentColor;
}

.fill-gold{
}

.fill-green{
}

.fill-fb{
  fill: #2c88ff;
}

.fill-twitter{
  fill: #53a7e6;
}

.fill-insta{
  fill: #d6316c;
}

.fill-youtube{
  fill: #ff0200;
}

.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-current{
  color: currentColor;
}

.text-blue-1{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.text-blue-2{
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.text-blue--1{
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.text-blue-gray{
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

.text-orange-2{
  --tw-text-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.text-white-10{
  color: rgba(255, 255, 255, .1);
}

.text-white-30{
  color: rgba(255, 255, 255, .3);
}

.text-white-70{
  color: rgba(255, 255, 255, .7);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.text-grey-1{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.text-grey-2{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.text-grey-3{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.text-grey-4{
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.text-grey-300{
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.text-grey-600{
  --tw-text-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-text-opacity));
}

.text-grey--1{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.text-grey--2{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent{
  color: transparent;
}

.group:hover .group-hover\:text-current{
  color: currentColor;
}

.group:hover .group-hover\:text-blue-1{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-2{
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue--1{
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-gray{
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-2{
  --tw-text-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-10{
  color: rgba(255, 255, 255, .1);
}

.group:hover .group-hover\:text-white-30{
  color: rgba(255, 255, 255, .3);
}

.group:hover .group-hover\:text-white-70{
  color: rgba(255, 255, 255, .7);
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-1{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-2{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-3{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-4{
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-300{
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-600{
  --tw-text-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey--1{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey--2{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within{
  color: transparent;
}

.focus-within\:text-current:focus-within{
  color: currentColor;
}

.focus-within\:text-blue-1:focus-within{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.focus-within\:text-blue-2:focus-within{
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.focus-within\:text-blue--1:focus-within{
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.focus-within\:text-blue:focus-within{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.focus-within\:text-blue-gray:focus-within{
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

.focus-within\:text-orange-2:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-text-opacity));
}

.focus-within\:text-orange:focus-within{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.focus-within\:text-white-10:focus-within{
  color: rgba(255, 255, 255, .1);
}

.focus-within\:text-white-30:focus-within{
  color: rgba(255, 255, 255, .3);
}

.focus-within\:text-white-70:focus-within{
  color: rgba(255, 255, 255, .7);
}

.focus-within\:text-white:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-grey-1:focus-within{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-grey-2:focus-within{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus-within\:text-grey-3:focus-within{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.focus-within\:text-grey-4:focus-within{
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.focus-within\:text-grey-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.focus-within\:text-grey-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-text-opacity));
}

.focus-within\:text-grey--1:focus-within{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.focus-within\:text-grey--2:focus-within{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-blue-1:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.hover\:text-blue-2:hover{
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.hover\:text-blue--1:hover{
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.hover\:text-blue-gray:hover{
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

.hover\:text-orange-2:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-text-opacity));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.hover\:text-white-10:hover{
  color: rgba(255, 255, 255, .1);
}

.hover\:text-white-30:hover{
  color: rgba(255, 255, 255, .3);
}

.hover\:text-white-70:hover{
  color: rgba(255, 255, 255, .7);
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.hover\:text-grey-1:hover{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.hover\:text-grey-2:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.hover\:text-grey-3:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.hover\:text-grey-4:hover{
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.hover\:text-grey-300:hover{
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.hover\:text-grey-600:hover{
  --tw-text-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-text-opacity));
}

.hover\:text-grey--1:hover{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.hover\:text-grey--2:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-blue-1:focus{
  --tw-text-opacity: 1;
  color: rgba(21, 28, 52, var(--tw-text-opacity));
}

.focus\:text-blue-2:focus{
  --tw-text-opacity: 1;
  color: rgba(211, 241, 248, var(--tw-text-opacity));
}

.focus\:text-blue--1:focus{
  --tw-text-opacity: 1;
  color: rgba(61, 138, 188, var(--tw-text-opacity));
}

.focus\:text-blue:focus{
  --tw-text-opacity: 1;
  color: rgba(1, 84, 128, var(--tw-text-opacity));
}

.focus\:text-blue-gray:focus{
  --tw-text-opacity: 1;
  color: rgba(36, 77, 102, var(--tw-text-opacity));
}

.focus\:text-orange-2:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 216, 148, var(--tw-text-opacity));
}

.focus\:text-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}

.focus\:text-white-10:focus{
  color: rgba(255, 255, 255, .1);
}

.focus\:text-white-30:focus{
  color: rgba(255, 255, 255, .3);
}

.focus\:text-white-70:focus{
  color: rgba(255, 255, 255, .7);
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.focus\:text-grey-1:focus{
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.focus\:text-grey-2:focus{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus\:text-grey-3:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.focus\:text-grey-4:focus{
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}

.focus\:text-grey-300:focus{
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.focus\:text-grey-600:focus{
  --tw-text-opacity: 1;
  color: rgba(84, 84, 84, var(--tw-text-opacity));
}

.focus\:text-grey--1:focus{
  --tw-text-opacity: 1;
  color: rgba(163, 165, 175, var(--tw-text-opacity));
}

.focus\:text-grey--2:focus{
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.overflow-clip{
  text-overflow: clip;
}

.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;
}

.group:hover .group-hover\:underline{
  text-decoration: underline;
}

.group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none;
}

.focus-within\:underline:focus-within{
  text-decoration: underline;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within{
  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{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.tracking-tighter{
  letter-spacing: -0.01em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.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;
          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;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.w-0{
  width: 0px;
}

.w-2{
  width: 2px;
}

.w-4{
  width: 4px;
}

.w-5{
  width: 5px;
}

.w-7{
  width: 7px;
}

.w-8{
  width: 8px;
}

.w-10{
  width: 10px;
}

.w-11{
  width: 11px;
}

.w-12{
  width: 12px;
}

.w-13{
  width: 13px;
}

.w-15{
  width: 15px;
}

.w-16{
  width: 16px;
}

.w-18{
  width: 18px;
}

.w-20{
  width: 20px;
}

.w-24{
  width: 24px;
}

.w-28{
  width: 28px;
}

.w-29{
  width: 29px;
}

.w-30{
  width: 30px;
}

.w-32{
  width: 32px;
}

.w-34{
  width: 34px;
}

.w-36{
  width: 36px;
}

.w-40{
  width: 40px;
}

.w-48{
  width: 48px;
}

.w-50{
  width: 50px;
}

.w-56{
  width: 56px;
}

.w-60{
  width: 60px;
}

.w-64{
  width: 64px;
}

.w-70{
  width: 70px;
}

.w-72{
  width: 72px;
}

.w-80{
  width: 80px;
}

.w-88{
  width: 88px;
}

.w-90{
  width: 90px;
}

.w-96{
  width: 96px;
}

.w-100{
  width: 100px;
}

.w-112{
  width: 112px;
}

.w-128{
  width: 128px;
}

.w-135{
  width: 135px;
}

.w-145{
  width: 145px;
}

.w-155{
  width: 155px;
}

.w-160{
  width: 160px;
}

.w-192{
  width: 192px;
}

.w-200{
  width: 200px;
}

.w-224{
  width: 224px;
}

.w-227{
  width: 227px;
}

.w-250{
  width: 250px;
}

.w-256{
  width: 256px;
}

.w-270{
  width: 270px;
}

.w-288{
  width: 288px;
}

.w-304{
  width: 304px;
}

.w-314{
  width: 314px;
}

.w-320{
  width: 320px;
}

.w-352{
  width: 352px;
}

.w-384{
  width: 384px;
}

.w-416{
  width: 416px;
}

.w-448{
  width: 448px;
}

.w-480{
  width: 480px;
}

.w-512{
  width: 512px;
}

.w-576{
  width: 576px;
}

.w-612{
  width: 612px;
}

.w-640{
  width: 640px;
}

.w-768{
  width: 768px;
}

.w-auto{
  width: auto;
}

.-w-200{
  width: -200px;
}

.-w-170{
  width: -170px;
}

.-w-120{
  width: -120px;
}

.-w-100{
  width: -100px;
}

.-w-50{
  width: -50px;
}

.-w-45{
  width: -45px;
}

.-w-3{
  width: -3px;
}

.w-px{
  width: 1px;
}

.w-20p{
  width: 20%;
}

.w-40p{
  width: 40%;
}

.w-49p{
  width: 49%;
}

.w-52p{
  width: 52%;
}

.w-53\.5p{
  width: 53.5%;
}

.w-60p{
  width: 60%;
}

.w-71\.5p{
  width: 71.5%;
}

.w-80p{
  width: 80%;
}

.w-90p{
  width: 90%;
}

.w-95p{
  width: 95%;
}

.w-100p{
  width: 100%;
}

.w-110p{
  width: 110%;
}

.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;
}

.w-min{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.z-0{
  z-index: 0;
}

.z-1{
  z-index: 1;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

.-z-1{
  z-index: -1;
}

.focus-within\:z-0:focus-within{
  z-index: 0;
}

.focus-within\:z-1:focus-within{
  z-index: 1;
}

.focus-within\:z-10:focus-within{
  z-index: 10;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

.focus-within\:z-30:focus-within{
  z-index: 30;
}

.focus-within\:z-40:focus-within{
  z-index: 40;
}

.focus-within\:z-50:focus-within{
  z-index: 50;
}

.focus-within\:z-auto:focus-within{
  z-index: auto;
}

.focus-within\:-z-1:focus-within{
  z-index: -1;
}

.focus\:z-0:focus{
  z-index: 0;
}

.focus\:z-1:focus{
  z-index: 1;
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:z-20:focus{
  z-index: 20;
}

.focus\:z-30:focus{
  z-index: 30;
}

.focus\:z-40:focus{
  z-index: 40;
}

.focus\:z-50:focus{
  z-index: 50;
}

.focus\:z-auto:focus{
  z-index: auto;
}

.focus\:-z-1:focus{
  z-index: -1;
}

.gap-0{
  gap: 0px;
}

.gap-2{
  gap: 2px;
}

.gap-4{
  gap: 4px;
}

.gap-5{
  gap: 5px;
}

.gap-7{
  gap: 7px;
}

.gap-8{
  gap: 8px;
}

.gap-10{
  gap: 10px;
}

.gap-11{
  gap: 11px;
}

.gap-12{
  gap: 12px;
}

.gap-13{
  gap: 13px;
}

.gap-15{
  gap: 15px;
}

.gap-16{
  gap: 16px;
}

.gap-18{
  gap: 18px;
}

.gap-20{
  gap: 20px;
}

.gap-24{
  gap: 24px;
}

.gap-28{
  gap: 28px;
}

.gap-29{
  gap: 29px;
}

.gap-30{
  gap: 30px;
}

.gap-32{
  gap: 32px;
}

.gap-34{
  gap: 34px;
}

.gap-36{
  gap: 36px;
}

.gap-40{
  gap: 40px;
}

.gap-48{
  gap: 48px;
}

.gap-50{
  gap: 50px;
}

.gap-56{
  gap: 56px;
}

.gap-60{
  gap: 60px;
}

.gap-64{
  gap: 64px;
}

.gap-70{
  gap: 70px;
}

.gap-72{
  gap: 72px;
}

.gap-80{
  gap: 80px;
}

.gap-88{
  gap: 88px;
}

.gap-90{
  gap: 90px;
}

.gap-96{
  gap: 96px;
}

.gap-100{
  gap: 100px;
}

.gap-112{
  gap: 112px;
}

.gap-128{
  gap: 128px;
}

.gap-135{
  gap: 135px;
}

.gap-145{
  gap: 145px;
}

.gap-155{
  gap: 155px;
}

.gap-160{
  gap: 160px;
}

.gap-192{
  gap: 192px;
}

.gap-200{
  gap: 200px;
}

.gap-224{
  gap: 224px;
}

.gap-227{
  gap: 227px;
}

.gap-250{
  gap: 250px;
}

.gap-256{
  gap: 256px;
}

.gap-270{
  gap: 270px;
}

.gap-288{
  gap: 288px;
}

.gap-304{
  gap: 304px;
}

.gap-314{
  gap: 314px;
}

.gap-320{
  gap: 320px;
}

.gap-352{
  gap: 352px;
}

.gap-384{
  gap: 384px;
}

.gap-416{
  gap: 416px;
}

.gap-448{
  gap: 448px;
}

.gap-480{
  gap: 480px;
}

.gap-512{
  gap: 512px;
}

.gap-576{
  gap: 576px;
}

.gap-612{
  gap: 612px;
}

.gap-640{
  gap: 640px;
}

.gap-768{
  gap: 768px;
}

.-gap-200{
  gap: -200px;
}

.-gap-170{
  gap: -170px;
}

.-gap-120{
  gap: -120px;
}

.-gap-100{
  gap: -100px;
}

.-gap-50{
  gap: -50px;
}

.-gap-45{
  gap: -45px;
}

.-gap-3{
  gap: -3px;
}

.gap-px{
  gap: 1px;
}

.gap-20p{
  gap: 20%;
}

.gap-40p{
  gap: 40%;
}

.gap-49p{
  gap: 49%;
}

.gap-52p{
  gap: 52%;
}

.gap-53\.5p{
  gap: 53.5%;
}

.gap-60p{
  gap: 60%;
}

.gap-71\.5p{
  gap: 71.5%;
}

.gap-80p{
  gap: 80%;
}

.gap-90p{
  gap: 90%;
}

.gap-95p{
  gap: 95%;
}

.gap-100p{
  gap: 100%;
}

.gap-110p{
  gap: 110%;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-2{
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-4{
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-x-5{
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-7{
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.gap-x-8{
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-10{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-11{
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-x-12{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-13{
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-x-15{
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-16{
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-18{
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-20{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-24{
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-28{
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-x-29{
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-x-30{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-32{
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-34{
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.gap-x-36{
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-x-40{
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-48{
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-50{
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-x-56{
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-x-60{
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-x-64{
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-x-70{
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-x-72{
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.gap-x-80{
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-x-88{
  -moz-column-gap: 88px;
       column-gap: 88px;
}

.gap-x-90{
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-x-96{
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.gap-x-100{
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-112{
  -moz-column-gap: 112px;
       column-gap: 112px;
}

.gap-x-128{
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.gap-x-135{
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.gap-x-145{
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.gap-x-155{
  -moz-column-gap: 155px;
       column-gap: 155px;
}

.gap-x-160{
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.gap-x-192{
  -moz-column-gap: 192px;
       column-gap: 192px;
}

.gap-x-200{
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.gap-x-224{
  -moz-column-gap: 224px;
       column-gap: 224px;
}

.gap-x-227{
  -moz-column-gap: 227px;
       column-gap: 227px;
}

.gap-x-250{
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.gap-x-256{
  -moz-column-gap: 256px;
       column-gap: 256px;
}

.gap-x-270{
  -moz-column-gap: 270px;
       column-gap: 270px;
}

.gap-x-288{
  -moz-column-gap: 288px;
       column-gap: 288px;
}

.gap-x-304{
  -moz-column-gap: 304px;
       column-gap: 304px;
}

.gap-x-314{
  -moz-column-gap: 314px;
       column-gap: 314px;
}

.gap-x-320{
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.gap-x-352{
  -moz-column-gap: 352px;
       column-gap: 352px;
}

.gap-x-384{
  -moz-column-gap: 384px;
       column-gap: 384px;
}

.gap-x-416{
  -moz-column-gap: 416px;
       column-gap: 416px;
}

.gap-x-448{
  -moz-column-gap: 448px;
       column-gap: 448px;
}

.gap-x-480{
  -moz-column-gap: 480px;
       column-gap: 480px;
}

.gap-x-512{
  -moz-column-gap: 512px;
       column-gap: 512px;
}

.gap-x-576{
  -moz-column-gap: 576px;
       column-gap: 576px;
}

.gap-x-612{
  -moz-column-gap: 612px;
       column-gap: 612px;
}

.gap-x-640{
  -moz-column-gap: 640px;
       column-gap: 640px;
}

.gap-x-768{
  -moz-column-gap: 768px;
       column-gap: 768px;
}

.-gap-x-200{
  -moz-column-gap: -200px;
       column-gap: -200px;
}

.-gap-x-170{
  -moz-column-gap: -170px;
       column-gap: -170px;
}

.-gap-x-120{
  -moz-column-gap: -120px;
       column-gap: -120px;
}

.-gap-x-100{
  -moz-column-gap: -100px;
       column-gap: -100px;
}

.-gap-x-50{
  -moz-column-gap: -50px;
       column-gap: -50px;
}

.-gap-x-45{
  -moz-column-gap: -45px;
       column-gap: -45px;
}

.-gap-x-3{
  -moz-column-gap: -3px;
       column-gap: -3px;
}

.gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-20p{
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.gap-x-40p{
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.gap-x-49p{
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.gap-x-52p{
  -moz-column-gap: 52%;
       column-gap: 52%;
}

.gap-x-53\.5p{
  -moz-column-gap: 53.5%;
       column-gap: 53.5%;
}

.gap-x-60p{
  -moz-column-gap: 60%;
       column-gap: 60%;
}

.gap-x-71\.5p{
  -moz-column-gap: 71.5%;
       column-gap: 71.5%;
}

.gap-x-80p{
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.gap-x-90p{
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.gap-x-95p{
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.gap-x-100p{
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.gap-x-110p{
  -moz-column-gap: 110%;
       column-gap: 110%;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 2px;
}

.gap-y-4{
  row-gap: 4px;
}

.gap-y-5{
  row-gap: 5px;
}

.gap-y-7{
  row-gap: 7px;
}

.gap-y-8{
  row-gap: 8px;
}

.gap-y-10{
  row-gap: 10px;
}

.gap-y-11{
  row-gap: 11px;
}

.gap-y-12{
  row-gap: 12px;
}

.gap-y-13{
  row-gap: 13px;
}

.gap-y-15{
  row-gap: 15px;
}

.gap-y-16{
  row-gap: 16px;
}

.gap-y-18{
  row-gap: 18px;
}

.gap-y-20{
  row-gap: 20px;
}

.gap-y-24{
  row-gap: 24px;
}

.gap-y-28{
  row-gap: 28px;
}

.gap-y-29{
  row-gap: 29px;
}

.gap-y-30{
  row-gap: 30px;
}

.gap-y-32{
  row-gap: 32px;
}

.gap-y-34{
  row-gap: 34px;
}

.gap-y-36{
  row-gap: 36px;
}

.gap-y-40{
  row-gap: 40px;
}

.gap-y-48{
  row-gap: 48px;
}

.gap-y-50{
  row-gap: 50px;
}

.gap-y-56{
  row-gap: 56px;
}

.gap-y-60{
  row-gap: 60px;
}

.gap-y-64{
  row-gap: 64px;
}

.gap-y-70{
  row-gap: 70px;
}

.gap-y-72{
  row-gap: 72px;
}

.gap-y-80{
  row-gap: 80px;
}

.gap-y-88{
  row-gap: 88px;
}

.gap-y-90{
  row-gap: 90px;
}

.gap-y-96{
  row-gap: 96px;
}

.gap-y-100{
  row-gap: 100px;
}

.gap-y-112{
  row-gap: 112px;
}

.gap-y-128{
  row-gap: 128px;
}

.gap-y-135{
  row-gap: 135px;
}

.gap-y-145{
  row-gap: 145px;
}

.gap-y-155{
  row-gap: 155px;
}

.gap-y-160{
  row-gap: 160px;
}

.gap-y-192{
  row-gap: 192px;
}

.gap-y-200{
  row-gap: 200px;
}

.gap-y-224{
  row-gap: 224px;
}

.gap-y-227{
  row-gap: 227px;
}

.gap-y-250{
  row-gap: 250px;
}

.gap-y-256{
  row-gap: 256px;
}

.gap-y-270{
  row-gap: 270px;
}

.gap-y-288{
  row-gap: 288px;
}

.gap-y-304{
  row-gap: 304px;
}

.gap-y-314{
  row-gap: 314px;
}

.gap-y-320{
  row-gap: 320px;
}

.gap-y-352{
  row-gap: 352px;
}

.gap-y-384{
  row-gap: 384px;
}

.gap-y-416{
  row-gap: 416px;
}

.gap-y-448{
  row-gap: 448px;
}

.gap-y-480{
  row-gap: 480px;
}

.gap-y-512{
  row-gap: 512px;
}

.gap-y-576{
  row-gap: 576px;
}

.gap-y-612{
  row-gap: 612px;
}

.gap-y-640{
  row-gap: 640px;
}

.gap-y-768{
  row-gap: 768px;
}

.-gap-y-200{
  row-gap: -200px;
}

.-gap-y-170{
  row-gap: -170px;
}

.-gap-y-120{
  row-gap: -120px;
}

.-gap-y-100{
  row-gap: -100px;
}

.-gap-y-50{
  row-gap: -50px;
}

.-gap-y-45{
  row-gap: -45px;
}

.-gap-y-3{
  row-gap: -3px;
}

.gap-y-px{
  row-gap: 1px;
}

.gap-y-20p{
  row-gap: 20%;
}

.gap-y-40p{
  row-gap: 40%;
}

.gap-y-49p{
  row-gap: 49%;
}

.gap-y-52p{
  row-gap: 52%;
}

.gap-y-53\.5p{
  row-gap: 53.5%;
}

.gap-y-60p{
  row-gap: 60%;
}

.gap-y-71\.5p{
  row-gap: 71.5%;
}

.gap-y-80p{
  row-gap: 80%;
}

.gap-y-90p{
  row-gap: 90%;
}

.gap-y-95p{
  row-gap: 95%;
}

.gap-y-100p{
  row-gap: 100%;
}

.gap-y-110p{
  row-gap: 110%;
}

.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;
}

.auto-cols-auto{
  grid-auto-columns: auto;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto{
  grid-column: auto;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-8{
  grid-column-start: 8;
}

.col-start-9{
  grid-column-start: 9;
}

.col-start-10{
  grid-column-start: 10;
}

.col-start-11{
  grid-column-start: 11;
}

.col-start-12{
  grid-column-start: 12;
}

.col-start-13{
  grid-column-start: 13;
}

.col-start-auto{
  grid-column-start: auto;
}

.col-end-1{
  grid-column-end: 1;
}

.col-end-2{
  grid-column-end: 2;
}

.col-end-3{
  grid-column-end: 3;
}

.col-end-4{
  grid-column-end: 4;
}

.col-end-5{
  grid-column-end: 5;
}

.col-end-6{
  grid-column-end: 6;
}

.col-end-7{
  grid-column-end: 7;
}

.col-end-8{
  grid-column-end: 8;
}

.col-end-9{
  grid-column-end: 9;
}

.col-end-10{
  grid-column-end: 10;
}

.col-end-11{
  grid-column-end: 11;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-auto{
  grid-column-end: auto;
}

.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;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto{
  grid-row: auto;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-span-5{
  grid-row: span 5 / span 5;
}

.row-span-6{
  grid-row: span 6 / span 6;
}

.row-span-full{
  grid-row: 1 / -1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.row-start-6{
  grid-row-start: 6;
}

.row-start-7{
  grid-row-start: 7;
}

.row-start-auto{
  grid-row-start: auto;
}

.row-end-1{
  grid-row-end: 1;
}

.row-end-2{
  grid-row-end: 2;
}

.row-end-3{
  grid-row-end: 3;
}

.row-end-4{
  grid-row-end: 4;
}

.row-end-5{
  grid-row-end: 5;
}

.row-end-6{
  grid-row-end: 6;
}

.row-end-7{
  grid-row-end: 7;
}

.row-end-auto{
  grid-row-end: auto;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.hover\:transform:hover{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:transform-gpu:hover{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:transform-none:hover{
  transform: none;
}

.focus\:transform:focus{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:transform-gpu:focus{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:transform-none:focus{
  transform: none;
}

.origin-center{
  transform-origin: center;
}

.origin-top{
  transform-origin: top;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-right{
  transform-origin: right;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-left{
  transform-origin: left;
}

.origin-top-left{
  transform-origin: top left;
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0{
  --tw-scale-x: 0;
}

.scale-x-50{
  --tw-scale-x: .5;
}

.scale-x-75{
  --tw-scale-x: .75;
}

.scale-x-90{
  --tw-scale-x: .9;
}

.scale-x-95{
  --tw-scale-x: .95;
}

.scale-x-100{
  --tw-scale-x: 1;
}

.scale-x-105{
  --tw-scale-x: 1.05;
}

.scale-x-110{
  --tw-scale-x: 1.1;
}

.scale-x-125{
  --tw-scale-x: 1.25;
}

.scale-x-150{
  --tw-scale-x: 1.5;
}

.scale-y-0{
  --tw-scale-y: 0;
}

.scale-y-50{
  --tw-scale-y: .5;
}

.scale-y-75{
  --tw-scale-y: .75;
}

.scale-y-90{
  --tw-scale-y: .9;
}

.scale-y-95{
  --tw-scale-y: .95;
}

.scale-y-100{
  --tw-scale-y: 1;
}

.scale-y-105{
  --tw-scale-y: 1.05;
}

.scale-y-110{
  --tw-scale-y: 1.1;
}

.scale-y-125{
  --tw-scale-y: 1.25;
}

.scale-y-150{
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

.group:hover .group-hover\:scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.group:hover .group-hover\:scale-x-0{
  --tw-scale-x: 0;
}

.group:hover .group-hover\:scale-x-50{
  --tw-scale-x: .5;
}

.group:hover .group-hover\:scale-x-75{
  --tw-scale-x: .75;
}

.group:hover .group-hover\:scale-x-90{
  --tw-scale-x: .9;
}

.group:hover .group-hover\:scale-x-95{
  --tw-scale-x: .95;
}

.group:hover .group-hover\:scale-x-100{
  --tw-scale-x: 1;
}

.group:hover .group-hover\:scale-x-105{
  --tw-scale-x: 1.05;
}

.group:hover .group-hover\:scale-x-110{
  --tw-scale-x: 1.1;
}

.group:hover .group-hover\:scale-x-125{
  --tw-scale-x: 1.25;
}

.group:hover .group-hover\:scale-x-150{
  --tw-scale-x: 1.5;
}

.group:hover .group-hover\:scale-y-0{
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-y-50{
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-y-75{
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-y-90{
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-y-95{
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-y-100{
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-y-105{
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-y-110{
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-y-125{
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-y-150{
  --tw-scale-y: 1.5;
}

.rotate-0{
  --tw-rotate: 0deg;
}

.rotate-1{
  --tw-rotate: 1deg;
}

.rotate-2{
  --tw-rotate: 2deg;
}

.rotate-3{
  --tw-rotate: 3deg;
}

.rotate-6{
  --tw-rotate: 6deg;
}

.rotate-12{
  --tw-rotate: 12deg;
}

.rotate-45{
  --tw-rotate: 45deg;
}

.rotate-90{
  --tw-rotate: 90deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-rotate-180{
  --tw-rotate: -180deg;
}

.-rotate-90{
  --tw-rotate: -90deg;
}

.-rotate-45{
  --tw-rotate: -45deg;
}

.-rotate-12{
  --tw-rotate: -12deg;
}

.-rotate-6{
  --tw-rotate: -6deg;
}

.-rotate-3{
  --tw-rotate: -3deg;
}

.-rotate-2{
  --tw-rotate: -2deg;
}

.-rotate-1{
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

.translate-x-0{
  --tw-translate-x: 0px;
}

.translate-x-2{
  --tw-translate-x: 2px;
}

.translate-x-4{
  --tw-translate-x: 4px;
}

.translate-x-5{
  --tw-translate-x: 5px;
}

.translate-x-7{
  --tw-translate-x: 7px;
}

.translate-x-8{
  --tw-translate-x: 8px;
}

.translate-x-10{
  --tw-translate-x: 10px;
}

.translate-x-11{
  --tw-translate-x: 11px;
}

.translate-x-12{
  --tw-translate-x: 12px;
}

.translate-x-13{
  --tw-translate-x: 13px;
}

.translate-x-15{
  --tw-translate-x: 15px;
}

.translate-x-16{
  --tw-translate-x: 16px;
}

.translate-x-18{
  --tw-translate-x: 18px;
}

.translate-x-20{
  --tw-translate-x: 20px;
}

.translate-x-24{
  --tw-translate-x: 24px;
}

.translate-x-28{
  --tw-translate-x: 28px;
}

.translate-x-29{
  --tw-translate-x: 29px;
}

.translate-x-30{
  --tw-translate-x: 30px;
}

.translate-x-32{
  --tw-translate-x: 32px;
}

.translate-x-34{
  --tw-translate-x: 34px;
}

.translate-x-36{
  --tw-translate-x: 36px;
}

.translate-x-40{
  --tw-translate-x: 40px;
}

.translate-x-48{
  --tw-translate-x: 48px;
}

.translate-x-50{
  --tw-translate-x: 50px;
}

.translate-x-56{
  --tw-translate-x: 56px;
}

.translate-x-60{
  --tw-translate-x: 60px;
}

.translate-x-64{
  --tw-translate-x: 64px;
}

.translate-x-70{
  --tw-translate-x: 70px;
}

.translate-x-72{
  --tw-translate-x: 72px;
}

.translate-x-80{
  --tw-translate-x: 80px;
}

.translate-x-88{
  --tw-translate-x: 88px;
}

.translate-x-90{
  --tw-translate-x: 90px;
}

.translate-x-96{
  --tw-translate-x: 96px;
}

.translate-x-100{
  --tw-translate-x: 100px;
}

.translate-x-112{
  --tw-translate-x: 112px;
}

.translate-x-128{
  --tw-translate-x: 128px;
}

.translate-x-135{
  --tw-translate-x: 135px;
}

.translate-x-145{
  --tw-translate-x: 145px;
}

.translate-x-155{
  --tw-translate-x: 155px;
}

.translate-x-160{
  --tw-translate-x: 160px;
}

.translate-x-192{
  --tw-translate-x: 192px;
}

.translate-x-200{
  --tw-translate-x: 200px;
}

.translate-x-224{
  --tw-translate-x: 224px;
}

.translate-x-227{
  --tw-translate-x: 227px;
}

.translate-x-250{
  --tw-translate-x: 250px;
}

.translate-x-256{
  --tw-translate-x: 256px;
}

.translate-x-270{
  --tw-translate-x: 270px;
}

.translate-x-288{
  --tw-translate-x: 288px;
}

.translate-x-304{
  --tw-translate-x: 304px;
}

.translate-x-314{
  --tw-translate-x: 314px;
}

.translate-x-320{
  --tw-translate-x: 320px;
}

.translate-x-352{
  --tw-translate-x: 352px;
}

.translate-x-384{
  --tw-translate-x: 384px;
}

.translate-x-416{
  --tw-translate-x: 416px;
}

.translate-x-448{
  --tw-translate-x: 448px;
}

.translate-x-480{
  --tw-translate-x: 480px;
}

.translate-x-512{
  --tw-translate-x: 512px;
}

.translate-x-576{
  --tw-translate-x: 576px;
}

.translate-x-612{
  --tw-translate-x: 612px;
}

.translate-x-640{
  --tw-translate-x: 640px;
}

.translate-x-768{
  --tw-translate-x: 768px;
}

.-translate-x-200{
  --tw-translate-x: -200px;
}

.-translate-x-170{
  --tw-translate-x: -170px;
}

.-translate-x-120{
  --tw-translate-x: -120px;
}

.-translate-x-100{
  --tw-translate-x: -100px;
}

.-translate-x-50{
  --tw-translate-x: -50px;
}

.-translate-x-45{
  --tw-translate-x: -45px;
}

.-translate-x-3{
  --tw-translate-x: -3px;
}

.translate-x-px{
  --tw-translate-x: 1px;
}

.translate-x-20p{
  --tw-translate-x: 20%;
}

.translate-x-40p{
  --tw-translate-x: 40%;
}

.translate-x-49p{
  --tw-translate-x: 49%;
}

.translate-x-52p{
  --tw-translate-x: 52%;
}

.translate-x-53\.5p{
  --tw-translate-x: 53.5%;
}

.translate-x-60p{
  --tw-translate-x: 60%;
}

.translate-x-71\.5p{
  --tw-translate-x: 71.5%;
}

.translate-x-80p{
  --tw-translate-x: 80%;
}

.translate-x-90p{
  --tw-translate-x: 90%;
}

.translate-x-95p{
  --tw-translate-x: 95%;
}

.translate-x-100p{
  --tw-translate-x: 100%;
}

.translate-x-110p{
  --tw-translate-x: 110%;
}

.-translate-x-0{
  --tw-translate-x: 0px;
}

.-translate-x-2{
  --tw-translate-x: -2px;
}

.-translate-x-4{
  --tw-translate-x: -4px;
}

.-translate-x-5{
  --tw-translate-x: -5px;
}

.-translate-x-7{
  --tw-translate-x: -7px;
}

.-translate-x-8{
  --tw-translate-x: -8px;
}

.-translate-x-10{
  --tw-translate-x: -10px;
}

.-translate-x-11{
  --tw-translate-x: -11px;
}

.-translate-x-12{
  --tw-translate-x: -12px;
}

.-translate-x-13{
  --tw-translate-x: -13px;
}

.-translate-x-15{
  --tw-translate-x: -15px;
}

.-translate-x-16{
  --tw-translate-x: -16px;
}

.-translate-x-18{
  --tw-translate-x: -18px;
}

.-translate-x-20{
  --tw-translate-x: -20px;
}

.-translate-x-24{
  --tw-translate-x: -24px;
}

.-translate-x-28{
  --tw-translate-x: -28px;
}

.-translate-x-29{
  --tw-translate-x: -29px;
}

.-translate-x-30{
  --tw-translate-x: -30px;
}

.-translate-x-32{
  --tw-translate-x: -32px;
}

.-translate-x-34{
  --tw-translate-x: -34px;
}

.-translate-x-36{
  --tw-translate-x: -36px;
}

.-translate-x-40{
  --tw-translate-x: -40px;
}

.-translate-x-48{
  --tw-translate-x: -48px;
}

.-translate-x-56{
  --tw-translate-x: -56px;
}

.-translate-x-60{
  --tw-translate-x: -60px;
}

.-translate-x-64{
  --tw-translate-x: -64px;
}

.-translate-x-70{
  --tw-translate-x: -70px;
}

.-translate-x-72{
  --tw-translate-x: -72px;
}

.-translate-x-80{
  --tw-translate-x: -80px;
}

.-translate-x-88{
  --tw-translate-x: -88px;
}

.-translate-x-90{
  --tw-translate-x: -90px;
}

.-translate-x-96{
  --tw-translate-x: -96px;
}

.-translate-x-112{
  --tw-translate-x: -112px;
}

.-translate-x-128{
  --tw-translate-x: -128px;
}

.-translate-x-135{
  --tw-translate-x: -135px;
}

.-translate-x-145{
  --tw-translate-x: -145px;
}

.-translate-x-155{
  --tw-translate-x: -155px;
}

.-translate-x-160{
  --tw-translate-x: -160px;
}

.-translate-x-192{
  --tw-translate-x: -192px;
}

.-translate-x-224{
  --tw-translate-x: -224px;
}

.-translate-x-227{
  --tw-translate-x: -227px;
}

.-translate-x-250{
  --tw-translate-x: -250px;
}

.-translate-x-256{
  --tw-translate-x: -256px;
}

.-translate-x-270{
  --tw-translate-x: -270px;
}

.-translate-x-288{
  --tw-translate-x: -288px;
}

.-translate-x-304{
  --tw-translate-x: -304px;
}

.-translate-x-314{
  --tw-translate-x: -314px;
}

.-translate-x-320{
  --tw-translate-x: -320px;
}

.-translate-x-352{
  --tw-translate-x: -352px;
}

.-translate-x-384{
  --tw-translate-x: -384px;
}

.-translate-x-416{
  --tw-translate-x: -416px;
}

.-translate-x-448{
  --tw-translate-x: -448px;
}

.-translate-x-480{
  --tw-translate-x: -480px;
}

.-translate-x-512{
  --tw-translate-x: -512px;
}

.-translate-x-576{
  --tw-translate-x: -576px;
}

.-translate-x-612{
  --tw-translate-x: -612px;
}

.-translate-x-640{
  --tw-translate-x: -640px;
}

.-translate-x-768{
  --tw-translate-x: -768px;
}

.-translate-x--200{
  --tw-translate-x: 200px;
}

.-translate-x--170{
  --tw-translate-x: 170px;
}

.-translate-x--120{
  --tw-translate-x: 120px;
}

.-translate-x--100{
  --tw-translate-x: 100px;
}

.-translate-x--50{
  --tw-translate-x: 50px;
}

.-translate-x--45{
  --tw-translate-x: 45px;
}

.-translate-x--3{
  --tw-translate-x: 3px;
}

.-translate-x-px{
  --tw-translate-x: -1px;
}

.-translate-x-20p{
  --tw-translate-x: -20%;
}

.-translate-x-40p{
  --tw-translate-x: -40%;
}

.-translate-x-49p{
  --tw-translate-x: -49%;
}

.-translate-x-52p{
  --tw-translate-x: -52%;
}

.-translate-x-53\.5p{
  --tw-translate-x: -53.5%;
}

.-translate-x-60p{
  --tw-translate-x: -60%;
}

.-translate-x-71\.5p{
  --tw-translate-x: -71.5%;
}

.-translate-x-80p{
  --tw-translate-x: -80%;
}

.-translate-x-90p{
  --tw-translate-x: -90%;
}

.-translate-x-95p{
  --tw-translate-x: -95%;
}

.-translate-x-100p{
  --tw-translate-x: -100%;
}

.-translate-x-110p{
  --tw-translate-x: -110%;
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4{
  --tw-translate-x: 25%;
}

.translate-x-2\/4{
  --tw-translate-x: 50%;
}

.translate-x-3\/4{
  --tw-translate-x: 75%;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4{
  --tw-translate-x: -25%;
}

.-translate-x-2\/4{
  --tw-translate-x: -50%;
}

.-translate-x-3\/4{
  --tw-translate-x: -75%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.translate-y-0{
  --tw-translate-y: 0px;
}

.translate-y-2{
  --tw-translate-y: 2px;
}

.translate-y-4{
  --tw-translate-y: 4px;
}

.translate-y-5{
  --tw-translate-y: 5px;
}

.translate-y-7{
  --tw-translate-y: 7px;
}

.translate-y-8{
  --tw-translate-y: 8px;
}

.translate-y-10{
  --tw-translate-y: 10px;
}

.translate-y-11{
  --tw-translate-y: 11px;
}

.translate-y-12{
  --tw-translate-y: 12px;
}

.translate-y-13{
  --tw-translate-y: 13px;
}

.translate-y-15{
  --tw-translate-y: 15px;
}

.translate-y-16{
  --tw-translate-y: 16px;
}

.translate-y-18{
  --tw-translate-y: 18px;
}

.translate-y-20{
  --tw-translate-y: 20px;
}

.translate-y-24{
  --tw-translate-y: 24px;
}

.translate-y-28{
  --tw-translate-y: 28px;
}

.translate-y-29{
  --tw-translate-y: 29px;
}

.translate-y-30{
  --tw-translate-y: 30px;
}

.translate-y-32{
  --tw-translate-y: 32px;
}

.translate-y-34{
  --tw-translate-y: 34px;
}

.translate-y-36{
  --tw-translate-y: 36px;
}

.translate-y-40{
  --tw-translate-y: 40px;
}

.translate-y-48{
  --tw-translate-y: 48px;
}

.translate-y-50{
  --tw-translate-y: 50px;
}

.translate-y-56{
  --tw-translate-y: 56px;
}

.translate-y-60{
  --tw-translate-y: 60px;
}

.translate-y-64{
  --tw-translate-y: 64px;
}

.translate-y-70{
  --tw-translate-y: 70px;
}

.translate-y-72{
  --tw-translate-y: 72px;
}

.translate-y-80{
  --tw-translate-y: 80px;
}

.translate-y-88{
  --tw-translate-y: 88px;
}

.translate-y-90{
  --tw-translate-y: 90px;
}

.translate-y-96{
  --tw-translate-y: 96px;
}

.translate-y-100{
  --tw-translate-y: 100px;
}

.translate-y-112{
  --tw-translate-y: 112px;
}

.translate-y-128{
  --tw-translate-y: 128px;
}

.translate-y-135{
  --tw-translate-y: 135px;
}

.translate-y-145{
  --tw-translate-y: 145px;
}

.translate-y-155{
  --tw-translate-y: 155px;
}

.translate-y-160{
  --tw-translate-y: 160px;
}

.translate-y-192{
  --tw-translate-y: 192px;
}

.translate-y-200{
  --tw-translate-y: 200px;
}

.translate-y-224{
  --tw-translate-y: 224px;
}

.translate-y-227{
  --tw-translate-y: 227px;
}

.translate-y-250{
  --tw-translate-y: 250px;
}

.translate-y-256{
  --tw-translate-y: 256px;
}

.translate-y-270{
  --tw-translate-y: 270px;
}

.translate-y-288{
  --tw-translate-y: 288px;
}

.translate-y-304{
  --tw-translate-y: 304px;
}

.translate-y-314{
  --tw-translate-y: 314px;
}

.translate-y-320{
  --tw-translate-y: 320px;
}

.translate-y-352{
  --tw-translate-y: 352px;
}

.translate-y-384{
  --tw-translate-y: 384px;
}

.translate-y-416{
  --tw-translate-y: 416px;
}

.translate-y-448{
  --tw-translate-y: 448px;
}

.translate-y-480{
  --tw-translate-y: 480px;
}

.translate-y-512{
  --tw-translate-y: 512px;
}

.translate-y-576{
  --tw-translate-y: 576px;
}

.translate-y-612{
  --tw-translate-y: 612px;
}

.translate-y-640{
  --tw-translate-y: 640px;
}

.translate-y-768{
  --tw-translate-y: 768px;
}

.-translate-y-200{
  --tw-translate-y: -200px;
}

.-translate-y-170{
  --tw-translate-y: -170px;
}

.-translate-y-120{
  --tw-translate-y: -120px;
}

.-translate-y-100{
  --tw-translate-y: -100px;
}

.-translate-y-50{
  --tw-translate-y: -50px;
}

.-translate-y-45{
  --tw-translate-y: -45px;
}

.-translate-y-3{
  --tw-translate-y: -3px;
}

.translate-y-px{
  --tw-translate-y: 1px;
}

.translate-y-20p{
  --tw-translate-y: 20%;
}

.translate-y-40p{
  --tw-translate-y: 40%;
}

.translate-y-49p{
  --tw-translate-y: 49%;
}

.translate-y-52p{
  --tw-translate-y: 52%;
}

.translate-y-53\.5p{
  --tw-translate-y: 53.5%;
}

.translate-y-60p{
  --tw-translate-y: 60%;
}

.translate-y-71\.5p{
  --tw-translate-y: 71.5%;
}

.translate-y-80p{
  --tw-translate-y: 80%;
}

.translate-y-90p{
  --tw-translate-y: 90%;
}

.translate-y-95p{
  --tw-translate-y: 95%;
}

.translate-y-100p{
  --tw-translate-y: 100%;
}

.translate-y-110p{
  --tw-translate-y: 110%;
}

.-translate-y-0{
  --tw-translate-y: 0px;
}

.-translate-y-2{
  --tw-translate-y: -2px;
}

.-translate-y-4{
  --tw-translate-y: -4px;
}

.-translate-y-5{
  --tw-translate-y: -5px;
}

.-translate-y-7{
  --tw-translate-y: -7px;
}

.-translate-y-8{
  --tw-translate-y: -8px;
}

.-translate-y-10{
  --tw-translate-y: -10px;
}

.-translate-y-11{
  --tw-translate-y: -11px;
}

.-translate-y-12{
  --tw-translate-y: -12px;
}

.-translate-y-13{
  --tw-translate-y: -13px;
}

.-translate-y-15{
  --tw-translate-y: -15px;
}

.-translate-y-16{
  --tw-translate-y: -16px;
}

.-translate-y-18{
  --tw-translate-y: -18px;
}

.-translate-y-20{
  --tw-translate-y: -20px;
}

.-translate-y-24{
  --tw-translate-y: -24px;
}

.-translate-y-28{
  --tw-translate-y: -28px;
}

.-translate-y-29{
  --tw-translate-y: -29px;
}

.-translate-y-30{
  --tw-translate-y: -30px;
}

.-translate-y-32{
  --tw-translate-y: -32px;
}

.-translate-y-34{
  --tw-translate-y: -34px;
}

.-translate-y-36{
  --tw-translate-y: -36px;
}

.-translate-y-40{
  --tw-translate-y: -40px;
}

.-translate-y-48{
  --tw-translate-y: -48px;
}

.-translate-y-56{
  --tw-translate-y: -56px;
}

.-translate-y-60{
  --tw-translate-y: -60px;
}

.-translate-y-64{
  --tw-translate-y: -64px;
}

.-translate-y-70{
  --tw-translate-y: -70px;
}

.-translate-y-72{
  --tw-translate-y: -72px;
}

.-translate-y-80{
  --tw-translate-y: -80px;
}

.-translate-y-88{
  --tw-translate-y: -88px;
}

.-translate-y-90{
  --tw-translate-y: -90px;
}

.-translate-y-96{
  --tw-translate-y: -96px;
}

.-translate-y-112{
  --tw-translate-y: -112px;
}

.-translate-y-128{
  --tw-translate-y: -128px;
}

.-translate-y-135{
  --tw-translate-y: -135px;
}

.-translate-y-145{
  --tw-translate-y: -145px;
}

.-translate-y-155{
  --tw-translate-y: -155px;
}

.-translate-y-160{
  --tw-translate-y: -160px;
}

.-translate-y-192{
  --tw-translate-y: -192px;
}

.-translate-y-224{
  --tw-translate-y: -224px;
}

.-translate-y-227{
  --tw-translate-y: -227px;
}

.-translate-y-250{
  --tw-translate-y: -250px;
}

.-translate-y-256{
  --tw-translate-y: -256px;
}

.-translate-y-270{
  --tw-translate-y: -270px;
}

.-translate-y-288{
  --tw-translate-y: -288px;
}

.-translate-y-304{
  --tw-translate-y: -304px;
}

.-translate-y-314{
  --tw-translate-y: -314px;
}

.-translate-y-320{
  --tw-translate-y: -320px;
}

.-translate-y-352{
  --tw-translate-y: -352px;
}

.-translate-y-384{
  --tw-translate-y: -384px;
}

.-translate-y-416{
  --tw-translate-y: -416px;
}

.-translate-y-448{
  --tw-translate-y: -448px;
}

.-translate-y-480{
  --tw-translate-y: -480px;
}

.-translate-y-512{
  --tw-translate-y: -512px;
}

.-translate-y-576{
  --tw-translate-y: -576px;
}

.-translate-y-612{
  --tw-translate-y: -612px;
}

.-translate-y-640{
  --tw-translate-y: -640px;
}

.-translate-y-768{
  --tw-translate-y: -768px;
}

.-translate-y--200{
  --tw-translate-y: 200px;
}

.-translate-y--170{
  --tw-translate-y: 170px;
}

.-translate-y--120{
  --tw-translate-y: 120px;
}

.-translate-y--100{
  --tw-translate-y: 100px;
}

.-translate-y--50{
  --tw-translate-y: 50px;
}

.-translate-y--45{
  --tw-translate-y: 45px;
}

.-translate-y--3{
  --tw-translate-y: 3px;
}

.-translate-y-px{
  --tw-translate-y: -1px;
}

.-translate-y-20p{
  --tw-translate-y: -20%;
}

.-translate-y-40p{
  --tw-translate-y: -40%;
}

.-translate-y-49p{
  --tw-translate-y: -49%;
}

.-translate-y-52p{
  --tw-translate-y: -52%;
}

.-translate-y-53\.5p{
  --tw-translate-y: -53.5%;
}

.-translate-y-60p{
  --tw-translate-y: -60%;
}

.-translate-y-71\.5p{
  --tw-translate-y: -71.5%;
}

.-translate-y-80p{
  --tw-translate-y: -80%;
}

.-translate-y-90p{
  --tw-translate-y: -90%;
}

.-translate-y-95p{
  --tw-translate-y: -95%;
}

.-translate-y-100p{
  --tw-translate-y: -100%;
}

.-translate-y-110p{
  --tw-translate-y: -110%;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4{
  --tw-translate-y: 25%;
}

.translate-y-2\/4{
  --tw-translate-y: 50%;
}

.translate-y-3\/4{
  --tw-translate-y: 75%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4{
  --tw-translate-y: -25%;
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.-translate-y-3\/4{
  --tw-translate-y: -75%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 2px;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 4px;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 5px;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 7px;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 8px;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 10px;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 11px;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 12px;
}

.hover\:translate-x-13:hover{
  --tw-translate-x: 13px;
}

.hover\:translate-x-15:hover{
  --tw-translate-x: 15px;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 16px;
}

.hover\:translate-x-18:hover{
  --tw-translate-x: 18px;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 20px;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 24px;
}

.hover\:translate-x-28:hover{
  --tw-translate-x: 28px;
}

.hover\:translate-x-29:hover{
  --tw-translate-x: 29px;
}

.hover\:translate-x-30:hover{
  --tw-translate-x: 30px;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 32px;
}

.hover\:translate-x-34:hover{
  --tw-translate-x: 34px;
}

.hover\:translate-x-36:hover{
  --tw-translate-x: 36px;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 40px;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 48px;
}

.hover\:translate-x-50:hover{
  --tw-translate-x: 50px;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 56px;
}

.hover\:translate-x-60:hover{
  --tw-translate-x: 60px;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 64px;
}

.hover\:translate-x-70:hover{
  --tw-translate-x: 70px;
}

.hover\:translate-x-72:hover{
  --tw-translate-x: 72px;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 80px;
}

.hover\:translate-x-88:hover{
  --tw-translate-x: 88px;
}

.hover\:translate-x-90:hover{
  --tw-translate-x: 90px;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 96px;
}

.hover\:translate-x-100:hover{
  --tw-translate-x: 100px;
}

.hover\:translate-x-112:hover{
  --tw-translate-x: 112px;
}

.hover\:translate-x-128:hover{
  --tw-translate-x: 128px;
}

.hover\:translate-x-135:hover{
  --tw-translate-x: 135px;
}

.hover\:translate-x-145:hover{
  --tw-translate-x: 145px;
}

.hover\:translate-x-155:hover{
  --tw-translate-x: 155px;
}

.hover\:translate-x-160:hover{
  --tw-translate-x: 160px;
}

.hover\:translate-x-192:hover{
  --tw-translate-x: 192px;
}

.hover\:translate-x-200:hover{
  --tw-translate-x: 200px;
}

.hover\:translate-x-224:hover{
  --tw-translate-x: 224px;
}

.hover\:translate-x-227:hover{
  --tw-translate-x: 227px;
}

.hover\:translate-x-250:hover{
  --tw-translate-x: 250px;
}

.hover\:translate-x-256:hover{
  --tw-translate-x: 256px;
}

.hover\:translate-x-270:hover{
  --tw-translate-x: 270px;
}

.hover\:translate-x-288:hover{
  --tw-translate-x: 288px;
}

.hover\:translate-x-304:hover{
  --tw-translate-x: 304px;
}

.hover\:translate-x-314:hover{
  --tw-translate-x: 314px;
}

.hover\:translate-x-320:hover{
  --tw-translate-x: 320px;
}

.hover\:translate-x-352:hover{
  --tw-translate-x: 352px;
}

.hover\:translate-x-384:hover{
  --tw-translate-x: 384px;
}

.hover\:translate-x-416:hover{
  --tw-translate-x: 416px;
}

.hover\:translate-x-448:hover{
  --tw-translate-x: 448px;
}

.hover\:translate-x-480:hover{
  --tw-translate-x: 480px;
}

.hover\:translate-x-512:hover{
  --tw-translate-x: 512px;
}

.hover\:translate-x-576:hover{
  --tw-translate-x: 576px;
}

.hover\:translate-x-612:hover{
  --tw-translate-x: 612px;
}

.hover\:translate-x-640:hover{
  --tw-translate-x: 640px;
}

.hover\:translate-x-768:hover{
  --tw-translate-x: 768px;
}

.hover\:-translate-x-200:hover{
  --tw-translate-x: -200px;
}

.hover\:-translate-x-170:hover{
  --tw-translate-x: -170px;
}

.hover\:-translate-x-120:hover{
  --tw-translate-x: -120px;
}

.hover\:-translate-x-100:hover{
  --tw-translate-x: -100px;
}

.hover\:-translate-x-50:hover{
  --tw-translate-x: -50px;
}

.hover\:-translate-x-45:hover{
  --tw-translate-x: -45px;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -3px;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

.hover\:translate-x-20p:hover{
  --tw-translate-x: 20%;
}

.hover\:translate-x-40p:hover{
  --tw-translate-x: 40%;
}

.hover\:translate-x-49p:hover{
  --tw-translate-x: 49%;
}

.hover\:translate-x-52p:hover{
  --tw-translate-x: 52%;
}

.hover\:translate-x-53\.5p:hover{
  --tw-translate-x: 53.5%;
}

.hover\:translate-x-60p:hover{
  --tw-translate-x: 60%;
}

.hover\:translate-x-71\.5p:hover{
  --tw-translate-x: 71.5%;
}

.hover\:translate-x-80p:hover{
  --tw-translate-x: 80%;
}

.hover\:translate-x-90p:hover{
  --tw-translate-x: 90%;
}

.hover\:translate-x-95p:hover{
  --tw-translate-x: 95%;
}

.hover\:translate-x-100p:hover{
  --tw-translate-x: 100%;
}

.hover\:translate-x-110p:hover{
  --tw-translate-x: 110%;
}

.hover\:-translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -2px;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -4px;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -5px;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -7px;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -8px;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -10px;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -11px;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -12px;
}

.hover\:-translate-x-13:hover{
  --tw-translate-x: -13px;
}

.hover\:-translate-x-15:hover{
  --tw-translate-x: -15px;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -16px;
}

.hover\:-translate-x-18:hover{
  --tw-translate-x: -18px;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -20px;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -24px;
}

.hover\:-translate-x-28:hover{
  --tw-translate-x: -28px;
}

.hover\:-translate-x-29:hover{
  --tw-translate-x: -29px;
}

.hover\:-translate-x-30:hover{
  --tw-translate-x: -30px;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -32px;
}

.hover\:-translate-x-34:hover{
  --tw-translate-x: -34px;
}

.hover\:-translate-x-36:hover{
  --tw-translate-x: -36px;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -40px;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -48px;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -56px;
}

.hover\:-translate-x-60:hover{
  --tw-translate-x: -60px;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -64px;
}

.hover\:-translate-x-70:hover{
  --tw-translate-x: -70px;
}

.hover\:-translate-x-72:hover{
  --tw-translate-x: -72px;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -80px;
}

.hover\:-translate-x-88:hover{
  --tw-translate-x: -88px;
}

.hover\:-translate-x-90:hover{
  --tw-translate-x: -90px;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -96px;
}

.hover\:-translate-x-112:hover{
  --tw-translate-x: -112px;
}

.hover\:-translate-x-128:hover{
  --tw-translate-x: -128px;
}

.hover\:-translate-x-135:hover{
  --tw-translate-x: -135px;
}

.hover\:-translate-x-145:hover{
  --tw-translate-x: -145px;
}

.hover\:-translate-x-155:hover{
  --tw-translate-x: -155px;
}

.hover\:-translate-x-160:hover{
  --tw-translate-x: -160px;
}

.hover\:-translate-x-192:hover{
  --tw-translate-x: -192px;
}

.hover\:-translate-x-224:hover{
  --tw-translate-x: -224px;
}

.hover\:-translate-x-227:hover{
  --tw-translate-x: -227px;
}

.hover\:-translate-x-250:hover{
  --tw-translate-x: -250px;
}

.hover\:-translate-x-256:hover{
  --tw-translate-x: -256px;
}

.hover\:-translate-x-270:hover{
  --tw-translate-x: -270px;
}

.hover\:-translate-x-288:hover{
  --tw-translate-x: -288px;
}

.hover\:-translate-x-304:hover{
  --tw-translate-x: -304px;
}

.hover\:-translate-x-314:hover{
  --tw-translate-x: -314px;
}

.hover\:-translate-x-320:hover{
  --tw-translate-x: -320px;
}

.hover\:-translate-x-352:hover{
  --tw-translate-x: -352px;
}

.hover\:-translate-x-384:hover{
  --tw-translate-x: -384px;
}

.hover\:-translate-x-416:hover{
  --tw-translate-x: -416px;
}

.hover\:-translate-x-448:hover{
  --tw-translate-x: -448px;
}

.hover\:-translate-x-480:hover{
  --tw-translate-x: -480px;
}

.hover\:-translate-x-512:hover{
  --tw-translate-x: -512px;
}

.hover\:-translate-x-576:hover{
  --tw-translate-x: -576px;
}

.hover\:-translate-x-612:hover{
  --tw-translate-x: -612px;
}

.hover\:-translate-x-640:hover{
  --tw-translate-x: -640px;
}

.hover\:-translate-x-768:hover{
  --tw-translate-x: -768px;
}

.hover\:-translate-x--200:hover{
  --tw-translate-x: 200px;
}

.hover\:-translate-x--170:hover{
  --tw-translate-x: 170px;
}

.hover\:-translate-x--120:hover{
  --tw-translate-x: 120px;
}

.hover\:-translate-x--100:hover{
  --tw-translate-x: 100px;
}

.hover\:-translate-x--50:hover{
  --tw-translate-x: 50px;
}

.hover\:-translate-x--45:hover{
  --tw-translate-x: 45px;
}

.hover\:-translate-x--3:hover{
  --tw-translate-x: 3px;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

.hover\:-translate-x-20p:hover{
  --tw-translate-x: -20%;
}

.hover\:-translate-x-40p:hover{
  --tw-translate-x: -40%;
}

.hover\:-translate-x-49p:hover{
  --tw-translate-x: -49%;
}

.hover\:-translate-x-52p:hover{
  --tw-translate-x: -52%;
}

.hover\:-translate-x-53\.5p:hover{
  --tw-translate-x: -53.5%;
}

.hover\:-translate-x-60p:hover{
  --tw-translate-x: -60%;
}

.hover\:-translate-x-71\.5p:hover{
  --tw-translate-x: -71.5%;
}

.hover\:-translate-x-80p:hover{
  --tw-translate-x: -80%;
}

.hover\:-translate-x-90p:hover{
  --tw-translate-x: -90%;
}

.hover\:-translate-x-95p:hover{
  --tw-translate-x: -95%;
}

.hover\:-translate-x-100p:hover{
  --tw-translate-x: -100%;
}

.hover\:-translate-x-110p:hover{
  --tw-translate-x: -110%;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 2px;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 4px;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 5px;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 7px;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 8px;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 10px;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 11px;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 12px;
}

.hover\:translate-y-13:hover{
  --tw-translate-y: 13px;
}

.hover\:translate-y-15:hover{
  --tw-translate-y: 15px;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 16px;
}

.hover\:translate-y-18:hover{
  --tw-translate-y: 18px;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 20px;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 24px;
}

.hover\:translate-y-28:hover{
  --tw-translate-y: 28px;
}

.hover\:translate-y-29:hover{
  --tw-translate-y: 29px;
}

.hover\:translate-y-30:hover{
  --tw-translate-y: 30px;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 32px;
}

.hover\:translate-y-34:hover{
  --tw-translate-y: 34px;
}

.hover\:translate-y-36:hover{
  --tw-translate-y: 36px;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 40px;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 48px;
}

.hover\:translate-y-50:hover{
  --tw-translate-y: 50px;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 56px;
}

.hover\:translate-y-60:hover{
  --tw-translate-y: 60px;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 64px;
}

.hover\:translate-y-70:hover{
  --tw-translate-y: 70px;
}

.hover\:translate-y-72:hover{
  --tw-translate-y: 72px;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 80px;
}

.hover\:translate-y-88:hover{
  --tw-translate-y: 88px;
}

.hover\:translate-y-90:hover{
  --tw-translate-y: 90px;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 96px;
}

.hover\:translate-y-100:hover{
  --tw-translate-y: 100px;
}

.hover\:translate-y-112:hover{
  --tw-translate-y: 112px;
}

.hover\:translate-y-128:hover{
  --tw-translate-y: 128px;
}

.hover\:translate-y-135:hover{
  --tw-translate-y: 135px;
}

.hover\:translate-y-145:hover{
  --tw-translate-y: 145px;
}

.hover\:translate-y-155:hover{
  --tw-translate-y: 155px;
}

.hover\:translate-y-160:hover{
  --tw-translate-y: 160px;
}

.hover\:translate-y-192:hover{
  --tw-translate-y: 192px;
}

.hover\:translate-y-200:hover{
  --tw-translate-y: 200px;
}

.hover\:translate-y-224:hover{
  --tw-translate-y: 224px;
}

.hover\:translate-y-227:hover{
  --tw-translate-y: 227px;
}

.hover\:translate-y-250:hover{
  --tw-translate-y: 250px;
}

.hover\:translate-y-256:hover{
  --tw-translate-y: 256px;
}

.hover\:translate-y-270:hover{
  --tw-translate-y: 270px;
}

.hover\:translate-y-288:hover{
  --tw-translate-y: 288px;
}

.hover\:translate-y-304:hover{
  --tw-translate-y: 304px;
}

.hover\:translate-y-314:hover{
  --tw-translate-y: 314px;
}

.hover\:translate-y-320:hover{
  --tw-translate-y: 320px;
}

.hover\:translate-y-352:hover{
  --tw-translate-y: 352px;
}

.hover\:translate-y-384:hover{
  --tw-translate-y: 384px;
}

.hover\:translate-y-416:hover{
  --tw-translate-y: 416px;
}

.hover\:translate-y-448:hover{
  --tw-translate-y: 448px;
}

.hover\:translate-y-480:hover{
  --tw-translate-y: 480px;
}

.hover\:translate-y-512:hover{
  --tw-translate-y: 512px;
}

.hover\:translate-y-576:hover{
  --tw-translate-y: 576px;
}

.hover\:translate-y-612:hover{
  --tw-translate-y: 612px;
}

.hover\:translate-y-640:hover{
  --tw-translate-y: 640px;
}

.hover\:translate-y-768:hover{
  --tw-translate-y: 768px;
}

.hover\:-translate-y-200:hover{
  --tw-translate-y: -200px;
}

.hover\:-translate-y-170:hover{
  --tw-translate-y: -170px;
}

.hover\:-translate-y-120:hover{
  --tw-translate-y: -120px;
}

.hover\:-translate-y-100:hover{
  --tw-translate-y: -100px;
}

.hover\:-translate-y-50:hover{
  --tw-translate-y: -50px;
}

.hover\:-translate-y-45:hover{
  --tw-translate-y: -45px;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -3px;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

.hover\:translate-y-20p:hover{
  --tw-translate-y: 20%;
}

.hover\:translate-y-40p:hover{
  --tw-translate-y: 40%;
}

.hover\:translate-y-49p:hover{
  --tw-translate-y: 49%;
}

.hover\:translate-y-52p:hover{
  --tw-translate-y: 52%;
}

.hover\:translate-y-53\.5p:hover{
  --tw-translate-y: 53.5%;
}

.hover\:translate-y-60p:hover{
  --tw-translate-y: 60%;
}

.hover\:translate-y-71\.5p:hover{
  --tw-translate-y: 71.5%;
}

.hover\:translate-y-80p:hover{
  --tw-translate-y: 80%;
}

.hover\:translate-y-90p:hover{
  --tw-translate-y: 90%;
}

.hover\:translate-y-95p:hover{
  --tw-translate-y: 95%;
}

.hover\:translate-y-100p:hover{
  --tw-translate-y: 100%;
}

.hover\:translate-y-110p:hover{
  --tw-translate-y: 110%;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -2px;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -4px;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -5px;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -7px;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -8px;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -10px;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -11px;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -12px;
}

.hover\:-translate-y-13:hover{
  --tw-translate-y: -13px;
}

.hover\:-translate-y-15:hover{
  --tw-translate-y: -15px;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -16px;
}

.hover\:-translate-y-18:hover{
  --tw-translate-y: -18px;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -20px;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -24px;
}

.hover\:-translate-y-28:hover{
  --tw-translate-y: -28px;
}

.hover\:-translate-y-29:hover{
  --tw-translate-y: -29px;
}

.hover\:-translate-y-30:hover{
  --tw-translate-y: -30px;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -32px;
}

.hover\:-translate-y-34:hover{
  --tw-translate-y: -34px;
}

.hover\:-translate-y-36:hover{
  --tw-translate-y: -36px;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -40px;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -48px;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -56px;
}

.hover\:-translate-y-60:hover{
  --tw-translate-y: -60px;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -64px;
}

.hover\:-translate-y-70:hover{
  --tw-translate-y: -70px;
}

.hover\:-translate-y-72:hover{
  --tw-translate-y: -72px;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -80px;
}

.hover\:-translate-y-88:hover{
  --tw-translate-y: -88px;
}

.hover\:-translate-y-90:hover{
  --tw-translate-y: -90px;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -96px;
}

.hover\:-translate-y-112:hover{
  --tw-translate-y: -112px;
}

.hover\:-translate-y-128:hover{
  --tw-translate-y: -128px;
}

.hover\:-translate-y-135:hover{
  --tw-translate-y: -135px;
}

.hover\:-translate-y-145:hover{
  --tw-translate-y: -145px;
}

.hover\:-translate-y-155:hover{
  --tw-translate-y: -155px;
}

.hover\:-translate-y-160:hover{
  --tw-translate-y: -160px;
}

.hover\:-translate-y-192:hover{
  --tw-translate-y: -192px;
}

.hover\:-translate-y-224:hover{
  --tw-translate-y: -224px;
}

.hover\:-translate-y-227:hover{
  --tw-translate-y: -227px;
}

.hover\:-translate-y-250:hover{
  --tw-translate-y: -250px;
}

.hover\:-translate-y-256:hover{
  --tw-translate-y: -256px;
}

.hover\:-translate-y-270:hover{
  --tw-translate-y: -270px;
}

.hover\:-translate-y-288:hover{
  --tw-translate-y: -288px;
}

.hover\:-translate-y-304:hover{
  --tw-translate-y: -304px;
}

.hover\:-translate-y-314:hover{
  --tw-translate-y: -314px;
}

.hover\:-translate-y-320:hover{
  --tw-translate-y: -320px;
}

.hover\:-translate-y-352:hover{
  --tw-translate-y: -352px;
}

.hover\:-translate-y-384:hover{
  --tw-translate-y: -384px;
}

.hover\:-translate-y-416:hover{
  --tw-translate-y: -416px;
}

.hover\:-translate-y-448:hover{
  --tw-translate-y: -448px;
}

.hover\:-translate-y-480:hover{
  --tw-translate-y: -480px;
}

.hover\:-translate-y-512:hover{
  --tw-translate-y: -512px;
}

.hover\:-translate-y-576:hover{
  --tw-translate-y: -576px;
}

.hover\:-translate-y-612:hover{
  --tw-translate-y: -612px;
}

.hover\:-translate-y-640:hover{
  --tw-translate-y: -640px;
}

.hover\:-translate-y-768:hover{
  --tw-translate-y: -768px;
}

.hover\:-translate-y--200:hover{
  --tw-translate-y: 200px;
}

.hover\:-translate-y--170:hover{
  --tw-translate-y: 170px;
}

.hover\:-translate-y--120:hover{
  --tw-translate-y: 120px;
}

.hover\:-translate-y--100:hover{
  --tw-translate-y: 100px;
}

.hover\:-translate-y--50:hover{
  --tw-translate-y: 50px;
}

.hover\:-translate-y--45:hover{
  --tw-translate-y: 45px;
}

.hover\:-translate-y--3:hover{
  --tw-translate-y: 3px;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

.hover\:-translate-y-20p:hover{
  --tw-translate-y: -20%;
}

.hover\:-translate-y-40p:hover{
  --tw-translate-y: -40%;
}

.hover\:-translate-y-49p:hover{
  --tw-translate-y: -49%;
}

.hover\:-translate-y-52p:hover{
  --tw-translate-y: -52%;
}

.hover\:-translate-y-53\.5p:hover{
  --tw-translate-y: -53.5%;
}

.hover\:-translate-y-60p:hover{
  --tw-translate-y: -60%;
}

.hover\:-translate-y-71\.5p:hover{
  --tw-translate-y: -71.5%;
}

.hover\:-translate-y-80p:hover{
  --tw-translate-y: -80%;
}

.hover\:-translate-y-90p:hover{
  --tw-translate-y: -90%;
}

.hover\:-translate-y-95p:hover{
  --tw-translate-y: -95%;
}

.hover\:-translate-y-100p:hover{
  --tw-translate-y: -100%;
}

.hover\:-translate-y-110p:hover{
  --tw-translate-y: -110%;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 2px;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 4px;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 5px;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 7px;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 8px;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 10px;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 11px;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 12px;
}

.focus\:translate-x-13:focus{
  --tw-translate-x: 13px;
}

.focus\:translate-x-15:focus{
  --tw-translate-x: 15px;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 16px;
}

.focus\:translate-x-18:focus{
  --tw-translate-x: 18px;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 20px;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 24px;
}

.focus\:translate-x-28:focus{
  --tw-translate-x: 28px;
}

.focus\:translate-x-29:focus{
  --tw-translate-x: 29px;
}

.focus\:translate-x-30:focus{
  --tw-translate-x: 30px;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 32px;
}

.focus\:translate-x-34:focus{
  --tw-translate-x: 34px;
}

.focus\:translate-x-36:focus{
  --tw-translate-x: 36px;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 40px;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 48px;
}

.focus\:translate-x-50:focus{
  --tw-translate-x: 50px;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 56px;
}

.focus\:translate-x-60:focus{
  --tw-translate-x: 60px;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 64px;
}

.focus\:translate-x-70:focus{
  --tw-translate-x: 70px;
}

.focus\:translate-x-72:focus{
  --tw-translate-x: 72px;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 80px;
}

.focus\:translate-x-88:focus{
  --tw-translate-x: 88px;
}

.focus\:translate-x-90:focus{
  --tw-translate-x: 90px;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 96px;
}

.focus\:translate-x-100:focus{
  --tw-translate-x: 100px;
}

.focus\:translate-x-112:focus{
  --tw-translate-x: 112px;
}

.focus\:translate-x-128:focus{
  --tw-translate-x: 128px;
}

.focus\:translate-x-135:focus{
  --tw-translate-x: 135px;
}

.focus\:translate-x-145:focus{
  --tw-translate-x: 145px;
}

.focus\:translate-x-155:focus{
  --tw-translate-x: 155px;
}

.focus\:translate-x-160:focus{
  --tw-translate-x: 160px;
}

.focus\:translate-x-192:focus{
  --tw-translate-x: 192px;
}

.focus\:translate-x-200:focus{
  --tw-translate-x: 200px;
}

.focus\:translate-x-224:focus{
  --tw-translate-x: 224px;
}

.focus\:translate-x-227:focus{
  --tw-translate-x: 227px;
}

.focus\:translate-x-250:focus{
  --tw-translate-x: 250px;
}

.focus\:translate-x-256:focus{
  --tw-translate-x: 256px;
}

.focus\:translate-x-270:focus{
  --tw-translate-x: 270px;
}

.focus\:translate-x-288:focus{
  --tw-translate-x: 288px;
}

.focus\:translate-x-304:focus{
  --tw-translate-x: 304px;
}

.focus\:translate-x-314:focus{
  --tw-translate-x: 314px;
}

.focus\:translate-x-320:focus{
  --tw-translate-x: 320px;
}

.focus\:translate-x-352:focus{
  --tw-translate-x: 352px;
}

.focus\:translate-x-384:focus{
  --tw-translate-x: 384px;
}

.focus\:translate-x-416:focus{
  --tw-translate-x: 416px;
}

.focus\:translate-x-448:focus{
  --tw-translate-x: 448px;
}

.focus\:translate-x-480:focus{
  --tw-translate-x: 480px;
}

.focus\:translate-x-512:focus{
  --tw-translate-x: 512px;
}

.focus\:translate-x-576:focus{
  --tw-translate-x: 576px;
}

.focus\:translate-x-612:focus{
  --tw-translate-x: 612px;
}

.focus\:translate-x-640:focus{
  --tw-translate-x: 640px;
}

.focus\:translate-x-768:focus{
  --tw-translate-x: 768px;
}

.focus\:-translate-x-200:focus{
  --tw-translate-x: -200px;
}

.focus\:-translate-x-170:focus{
  --tw-translate-x: -170px;
}

.focus\:-translate-x-120:focus{
  --tw-translate-x: -120px;
}

.focus\:-translate-x-100:focus{
  --tw-translate-x: -100px;
}

.focus\:-translate-x-50:focus{
  --tw-translate-x: -50px;
}

.focus\:-translate-x-45:focus{
  --tw-translate-x: -45px;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -3px;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

.focus\:translate-x-20p:focus{
  --tw-translate-x: 20%;
}

.focus\:translate-x-40p:focus{
  --tw-translate-x: 40%;
}

.focus\:translate-x-49p:focus{
  --tw-translate-x: 49%;
}

.focus\:translate-x-52p:focus{
  --tw-translate-x: 52%;
}

.focus\:translate-x-53\.5p:focus{
  --tw-translate-x: 53.5%;
}

.focus\:translate-x-60p:focus{
  --tw-translate-x: 60%;
}

.focus\:translate-x-71\.5p:focus{
  --tw-translate-x: 71.5%;
}

.focus\:translate-x-80p:focus{
  --tw-translate-x: 80%;
}

.focus\:translate-x-90p:focus{
  --tw-translate-x: 90%;
}

.focus\:translate-x-95p:focus{
  --tw-translate-x: 95%;
}

.focus\:translate-x-100p:focus{
  --tw-translate-x: 100%;
}

.focus\:translate-x-110p:focus{
  --tw-translate-x: 110%;
}

.focus\:-translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -2px;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -4px;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -5px;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -7px;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -8px;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -10px;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -11px;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -12px;
}

.focus\:-translate-x-13:focus{
  --tw-translate-x: -13px;
}

.focus\:-translate-x-15:focus{
  --tw-translate-x: -15px;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -16px;
}

.focus\:-translate-x-18:focus{
  --tw-translate-x: -18px;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -20px;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -24px;
}

.focus\:-translate-x-28:focus{
  --tw-translate-x: -28px;
}

.focus\:-translate-x-29:focus{
  --tw-translate-x: -29px;
}

.focus\:-translate-x-30:focus{
  --tw-translate-x: -30px;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -32px;
}

.focus\:-translate-x-34:focus{
  --tw-translate-x: -34px;
}

.focus\:-translate-x-36:focus{
  --tw-translate-x: -36px;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -40px;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -48px;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -56px;
}

.focus\:-translate-x-60:focus{
  --tw-translate-x: -60px;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -64px;
}

.focus\:-translate-x-70:focus{
  --tw-translate-x: -70px;
}

.focus\:-translate-x-72:focus{
  --tw-translate-x: -72px;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -80px;
}

.focus\:-translate-x-88:focus{
  --tw-translate-x: -88px;
}

.focus\:-translate-x-90:focus{
  --tw-translate-x: -90px;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -96px;
}

.focus\:-translate-x-112:focus{
  --tw-translate-x: -112px;
}

.focus\:-translate-x-128:focus{
  --tw-translate-x: -128px;
}

.focus\:-translate-x-135:focus{
  --tw-translate-x: -135px;
}

.focus\:-translate-x-145:focus{
  --tw-translate-x: -145px;
}

.focus\:-translate-x-155:focus{
  --tw-translate-x: -155px;
}

.focus\:-translate-x-160:focus{
  --tw-translate-x: -160px;
}

.focus\:-translate-x-192:focus{
  --tw-translate-x: -192px;
}

.focus\:-translate-x-224:focus{
  --tw-translate-x: -224px;
}

.focus\:-translate-x-227:focus{
  --tw-translate-x: -227px;
}

.focus\:-translate-x-250:focus{
  --tw-translate-x: -250px;
}

.focus\:-translate-x-256:focus{
  --tw-translate-x: -256px;
}

.focus\:-translate-x-270:focus{
  --tw-translate-x: -270px;
}

.focus\:-translate-x-288:focus{
  --tw-translate-x: -288px;
}

.focus\:-translate-x-304:focus{
  --tw-translate-x: -304px;
}

.focus\:-translate-x-314:focus{
  --tw-translate-x: -314px;
}

.focus\:-translate-x-320:focus{
  --tw-translate-x: -320px;
}

.focus\:-translate-x-352:focus{
  --tw-translate-x: -352px;
}

.focus\:-translate-x-384:focus{
  --tw-translate-x: -384px;
}

.focus\:-translate-x-416:focus{
  --tw-translate-x: -416px;
}

.focus\:-translate-x-448:focus{
  --tw-translate-x: -448px;
}

.focus\:-translate-x-480:focus{
  --tw-translate-x: -480px;
}

.focus\:-translate-x-512:focus{
  --tw-translate-x: -512px;
}

.focus\:-translate-x-576:focus{
  --tw-translate-x: -576px;
}

.focus\:-translate-x-612:focus{
  --tw-translate-x: -612px;
}

.focus\:-translate-x-640:focus{
  --tw-translate-x: -640px;
}

.focus\:-translate-x-768:focus{
  --tw-translate-x: -768px;
}

.focus\:-translate-x--200:focus{
  --tw-translate-x: 200px;
}

.focus\:-translate-x--170:focus{
  --tw-translate-x: 170px;
}

.focus\:-translate-x--120:focus{
  --tw-translate-x: 120px;
}

.focus\:-translate-x--100:focus{
  --tw-translate-x: 100px;
}

.focus\:-translate-x--50:focus{
  --tw-translate-x: 50px;
}

.focus\:-translate-x--45:focus{
  --tw-translate-x: 45px;
}

.focus\:-translate-x--3:focus{
  --tw-translate-x: 3px;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

.focus\:-translate-x-20p:focus{
  --tw-translate-x: -20%;
}

.focus\:-translate-x-40p:focus{
  --tw-translate-x: -40%;
}

.focus\:-translate-x-49p:focus{
  --tw-translate-x: -49%;
}

.focus\:-translate-x-52p:focus{
  --tw-translate-x: -52%;
}

.focus\:-translate-x-53\.5p:focus{
  --tw-translate-x: -53.5%;
}

.focus\:-translate-x-60p:focus{
  --tw-translate-x: -60%;
}

.focus\:-translate-x-71\.5p:focus{
  --tw-translate-x: -71.5%;
}

.focus\:-translate-x-80p:focus{
  --tw-translate-x: -80%;
}

.focus\:-translate-x-90p:focus{
  --tw-translate-x: -90%;
}

.focus\:-translate-x-95p:focus{
  --tw-translate-x: -95%;
}

.focus\:-translate-x-100p:focus{
  --tw-translate-x: -100%;
}

.focus\:-translate-x-110p:focus{
  --tw-translate-x: -110%;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 2px;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 4px;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 5px;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 7px;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 8px;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 10px;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 11px;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 12px;
}

.focus\:translate-y-13:focus{
  --tw-translate-y: 13px;
}

.focus\:translate-y-15:focus{
  --tw-translate-y: 15px;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 16px;
}

.focus\:translate-y-18:focus{
  --tw-translate-y: 18px;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 20px;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 24px;
}

.focus\:translate-y-28:focus{
  --tw-translate-y: 28px;
}

.focus\:translate-y-29:focus{
  --tw-translate-y: 29px;
}

.focus\:translate-y-30:focus{
  --tw-translate-y: 30px;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 32px;
}

.focus\:translate-y-34:focus{
  --tw-translate-y: 34px;
}

.focus\:translate-y-36:focus{
  --tw-translate-y: 36px;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 40px;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 48px;
}

.focus\:translate-y-50:focus{
  --tw-translate-y: 50px;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 56px;
}

.focus\:translate-y-60:focus{
  --tw-translate-y: 60px;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 64px;
}

.focus\:translate-y-70:focus{
  --tw-translate-y: 70px;
}

.focus\:translate-y-72:focus{
  --tw-translate-y: 72px;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 80px;
}

.focus\:translate-y-88:focus{
  --tw-translate-y: 88px;
}

.focus\:translate-y-90:focus{
  --tw-translate-y: 90px;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 96px;
}

.focus\:translate-y-100:focus{
  --tw-translate-y: 100px;
}

.focus\:translate-y-112:focus{
  --tw-translate-y: 112px;
}

.focus\:translate-y-128:focus{
  --tw-translate-y: 128px;
}

.focus\:translate-y-135:focus{
  --tw-translate-y: 135px;
}

.focus\:translate-y-145:focus{
  --tw-translate-y: 145px;
}

.focus\:translate-y-155:focus{
  --tw-translate-y: 155px;
}

.focus\:translate-y-160:focus{
  --tw-translate-y: 160px;
}

.focus\:translate-y-192:focus{
  --tw-translate-y: 192px;
}

.focus\:translate-y-200:focus{
  --tw-translate-y: 200px;
}

.focus\:translate-y-224:focus{
  --tw-translate-y: 224px;
}

.focus\:translate-y-227:focus{
  --tw-translate-y: 227px;
}

.focus\:translate-y-250:focus{
  --tw-translate-y: 250px;
}

.focus\:translate-y-256:focus{
  --tw-translate-y: 256px;
}

.focus\:translate-y-270:focus{
  --tw-translate-y: 270px;
}

.focus\:translate-y-288:focus{
  --tw-translate-y: 288px;
}

.focus\:translate-y-304:focus{
  --tw-translate-y: 304px;
}

.focus\:translate-y-314:focus{
  --tw-translate-y: 314px;
}

.focus\:translate-y-320:focus{
  --tw-translate-y: 320px;
}

.focus\:translate-y-352:focus{
  --tw-translate-y: 352px;
}

.focus\:translate-y-384:focus{
  --tw-translate-y: 384px;
}

.focus\:translate-y-416:focus{
  --tw-translate-y: 416px;
}

.focus\:translate-y-448:focus{
  --tw-translate-y: 448px;
}

.focus\:translate-y-480:focus{
  --tw-translate-y: 480px;
}

.focus\:translate-y-512:focus{
  --tw-translate-y: 512px;
}

.focus\:translate-y-576:focus{
  --tw-translate-y: 576px;
}

.focus\:translate-y-612:focus{
  --tw-translate-y: 612px;
}

.focus\:translate-y-640:focus{
  --tw-translate-y: 640px;
}

.focus\:translate-y-768:focus{
  --tw-translate-y: 768px;
}

.focus\:-translate-y-200:focus{
  --tw-translate-y: -200px;
}

.focus\:-translate-y-170:focus{
  --tw-translate-y: -170px;
}

.focus\:-translate-y-120:focus{
  --tw-translate-y: -120px;
}

.focus\:-translate-y-100:focus{
  --tw-translate-y: -100px;
}

.focus\:-translate-y-50:focus{
  --tw-translate-y: -50px;
}

.focus\:-translate-y-45:focus{
  --tw-translate-y: -45px;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -3px;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

.focus\:translate-y-20p:focus{
  --tw-translate-y: 20%;
}

.focus\:translate-y-40p:focus{
  --tw-translate-y: 40%;
}

.focus\:translate-y-49p:focus{
  --tw-translate-y: 49%;
}

.focus\:translate-y-52p:focus{
  --tw-translate-y: 52%;
}

.focus\:translate-y-53\.5p:focus{
  --tw-translate-y: 53.5%;
}

.focus\:translate-y-60p:focus{
  --tw-translate-y: 60%;
}

.focus\:translate-y-71\.5p:focus{
  --tw-translate-y: 71.5%;
}

.focus\:translate-y-80p:focus{
  --tw-translate-y: 80%;
}

.focus\:translate-y-90p:focus{
  --tw-translate-y: 90%;
}

.focus\:translate-y-95p:focus{
  --tw-translate-y: 95%;
}

.focus\:translate-y-100p:focus{
  --tw-translate-y: 100%;
}

.focus\:translate-y-110p:focus{
  --tw-translate-y: 110%;
}

.focus\:-translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -2px;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -4px;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -5px;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -7px;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -8px;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -10px;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -11px;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -12px;
}

.focus\:-translate-y-13:focus{
  --tw-translate-y: -13px;
}

.focus\:-translate-y-15:focus{
  --tw-translate-y: -15px;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -16px;
}

.focus\:-translate-y-18:focus{
  --tw-translate-y: -18px;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -20px;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -24px;
}

.focus\:-translate-y-28:focus{
  --tw-translate-y: -28px;
}

.focus\:-translate-y-29:focus{
  --tw-translate-y: -29px;
}

.focus\:-translate-y-30:focus{
  --tw-translate-y: -30px;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -32px;
}

.focus\:-translate-y-34:focus{
  --tw-translate-y: -34px;
}

.focus\:-translate-y-36:focus{
  --tw-translate-y: -36px;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -40px;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -48px;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -56px;
}

.focus\:-translate-y-60:focus{
  --tw-translate-y: -60px;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -64px;
}

.focus\:-translate-y-70:focus{
  --tw-translate-y: -70px;
}

.focus\:-translate-y-72:focus{
  --tw-translate-y: -72px;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -80px;
}

.focus\:-translate-y-88:focus{
  --tw-translate-y: -88px;
}

.focus\:-translate-y-90:focus{
  --tw-translate-y: -90px;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -96px;
}

.focus\:-translate-y-112:focus{
  --tw-translate-y: -112px;
}

.focus\:-translate-y-128:focus{
  --tw-translate-y: -128px;
}

.focus\:-translate-y-135:focus{
  --tw-translate-y: -135px;
}

.focus\:-translate-y-145:focus{
  --tw-translate-y: -145px;
}

.focus\:-translate-y-155:focus{
  --tw-translate-y: -155px;
}

.focus\:-translate-y-160:focus{
  --tw-translate-y: -160px;
}

.focus\:-translate-y-192:focus{
  --tw-translate-y: -192px;
}

.focus\:-translate-y-224:focus{
  --tw-translate-y: -224px;
}

.focus\:-translate-y-227:focus{
  --tw-translate-y: -227px;
}

.focus\:-translate-y-250:focus{
  --tw-translate-y: -250px;
}

.focus\:-translate-y-256:focus{
  --tw-translate-y: -256px;
}

.focus\:-translate-y-270:focus{
  --tw-translate-y: -270px;
}

.focus\:-translate-y-288:focus{
  --tw-translate-y: -288px;
}

.focus\:-translate-y-304:focus{
  --tw-translate-y: -304px;
}

.focus\:-translate-y-314:focus{
  --tw-translate-y: -314px;
}

.focus\:-translate-y-320:focus{
  --tw-translate-y: -320px;
}

.focus\:-translate-y-352:focus{
  --tw-translate-y: -352px;
}

.focus\:-translate-y-384:focus{
  --tw-translate-y: -384px;
}

.focus\:-translate-y-416:focus{
  --tw-translate-y: -416px;
}

.focus\:-translate-y-448:focus{
  --tw-translate-y: -448px;
}

.focus\:-translate-y-480:focus{
  --tw-translate-y: -480px;
}

.focus\:-translate-y-512:focus{
  --tw-translate-y: -512px;
}

.focus\:-translate-y-576:focus{
  --tw-translate-y: -576px;
}

.focus\:-translate-y-612:focus{
  --tw-translate-y: -612px;
}

.focus\:-translate-y-640:focus{
  --tw-translate-y: -640px;
}

.focus\:-translate-y-768:focus{
  --tw-translate-y: -768px;
}

.focus\:-translate-y--200:focus{
  --tw-translate-y: 200px;
}

.focus\:-translate-y--170:focus{
  --tw-translate-y: 170px;
}

.focus\:-translate-y--120:focus{
  --tw-translate-y: 120px;
}

.focus\:-translate-y--100:focus{
  --tw-translate-y: 100px;
}

.focus\:-translate-y--50:focus{
  --tw-translate-y: 50px;
}

.focus\:-translate-y--45:focus{
  --tw-translate-y: 45px;
}

.focus\:-translate-y--3:focus{
  --tw-translate-y: 3px;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

.focus\:-translate-y-20p:focus{
  --tw-translate-y: -20%;
}

.focus\:-translate-y-40p:focus{
  --tw-translate-y: -40%;
}

.focus\:-translate-y-49p:focus{
  --tw-translate-y: -49%;
}

.focus\:-translate-y-52p:focus{
  --tw-translate-y: -52%;
}

.focus\:-translate-y-53\.5p:focus{
  --tw-translate-y: -53.5%;
}

.focus\:-translate-y-60p:focus{
  --tw-translate-y: -60%;
}

.focus\:-translate-y-71\.5p:focus{
  --tw-translate-y: -71.5%;
}

.focus\:-translate-y-80p:focus{
  --tw-translate-y: -80%;
}

.focus\:-translate-y-90p:focus{
  --tw-translate-y: -90%;
}

.focus\:-translate-y-95p:focus{
  --tw-translate-y: -95%;
}

.focus\:-translate-y-100p:focus{
  --tw-translate-y: -100%;
}

.focus\:-translate-y-110p:focus{
  --tw-translate-y: -110%;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.skew-x-0{
  --tw-skew-x: 0deg;
}

.skew-x-1{
  --tw-skew-x: 1deg;
}

.skew-x-2{
  --tw-skew-x: 2deg;
}

.skew-x-3{
  --tw-skew-x: 3deg;
}

.skew-x-6{
  --tw-skew-x: 6deg;
}

.skew-x-12{
  --tw-skew-x: 12deg;
}

.-skew-x-12{
  --tw-skew-x: -12deg;
}

.-skew-x-6{
  --tw-skew-x: -6deg;
}

.-skew-x-3{
  --tw-skew-x: -3deg;
}

.-skew-x-2{
  --tw-skew-x: -2deg;
}

.-skew-x-1{
  --tw-skew-x: -1deg;
}

.skew-y-0{
  --tw-skew-y: 0deg;
}

.skew-y-1{
  --tw-skew-y: 1deg;
}

.skew-y-2{
  --tw-skew-y: 2deg;
}

.skew-y-3{
  --tw-skew-y: 3deg;
}

.skew-y-6{
  --tw-skew-y: 6deg;
}

.skew-y-12{
  --tw-skew-y: 12deg;
}

.-skew-y-12{
  --tw-skew-y: -12deg;
}

.-skew-y-6{
  --tw-skew-y: -6deg;
}

.-skew-y-3{
  --tw-skew-y: -3deg;
}

.-skew-y-2{
  --tw-skew-y: -2deg;
}

.-skew-y-1{
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none;
          animation: none;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @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: 1260px){
    .sm\:container{
      max-width: 1260px;
    }
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .sm\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .sm\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .sm\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .sm\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .sm\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .sm\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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-current{
    background-color: currentColor;
  }

  .sm\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .sm\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .sm\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .sm\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .sm\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .sm\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .sm\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .sm\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .sm\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .sm\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .sm\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .sm\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .sm\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .sm\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .sm\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  .sm\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .sm\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .sm\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .sm\:to-blue{
    --tw-gradient-to: #015480;
  }

  .sm\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .sm\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .sm\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .sm\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .sm\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .sm\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .sm\:to-white{
    --tw-gradient-to: #fff;
  }

  .sm\:to-black{
    --tw-gradient-to: #000000;
  }

  .sm\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .sm\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .sm\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .sm\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .sm\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .sm\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .sm\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .sm\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .sm\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .sm\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .sm\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .sm\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .sm\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .sm\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .sm\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .sm\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .sm\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .sm\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .sm\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .sm\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .sm\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .sm\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .sm\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .sm\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .sm\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .sm\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .sm\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .sm\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .sm\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .sm\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .sm\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .sm\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .sm\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .sm\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .sm\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .sm\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .sm\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .sm\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .sm\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .sm\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .sm\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .sm\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .sm\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .sm\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .sm\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .sm\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .sm\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .sm\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .sm\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-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-bottom-30{
    background-position: left bottom 30px;
  }

  .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-right-200-top{
    background-position: right 200px top;
  }

  .sm\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .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\:bg-full{
    background-size: 100% auto;
  }

  .sm\:bg-449x449{
    background-size: 449px 449px;
  }

  .sm\:bg-575x575{
    background-size: 575px 575px;
  }

  .sm\:bg-100x90{
    background-size: 100px 90px;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .sm\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .sm\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .sm\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .sm\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .sm\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .sm\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .sm\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .sm\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .sm\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .sm\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .sm\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .sm\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .sm\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .sm\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .sm\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .sm\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .sm\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .sm\:rounded-3{
    border-radius: 3px;
  }

  .sm\:rounded-8{
    border-radius: 8px;
  }

  .sm\:rounded-none{
    border-radius: 0px;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .sm\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .sm\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .sm\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .sm\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .sm\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .sm\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .sm\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:hover\:border-solid:hover{
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .sm\:hover\:border-double:hover{
    border-style: double;
  }

  .sm\:hover\:border-none:hover{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-3{
    border-width: 3px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-r-0{
    border-right-width: 0px;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:border-l-0{
    border-left-width: 0px;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-3{
    border-top-width: 3px;
  }

  .sm\:border-r-3{
    border-right-width: 3px;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm\:border-l-3{
    border-left-width: 3px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:box-content{
    box-sizing: content-box;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:flow-root{
    display: flow-root;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap{
    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\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .sm\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .sm\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-saira{
    font-family: Saira, serif;
  }

  .sm\:font-inter{
    font-family: Inter, serif;
  }

  .sm\:font-thin{
    font-weight: 100;
  }

  .sm\:font-extralight{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0px;
  }

  .sm\:h-2{
    height: 2px;
  }

  .sm\:h-4{
    height: 4px;
  }

  .sm\:h-5{
    height: 5px;
  }

  .sm\:h-7{
    height: 7px;
  }

  .sm\:h-8{
    height: 8px;
  }

  .sm\:h-10{
    height: 10px;
  }

  .sm\:h-11{
    height: 11px;
  }

  .sm\:h-12{
    height: 12px;
  }

  .sm\:h-13{
    height: 13px;
  }

  .sm\:h-15{
    height: 15px;
  }

  .sm\:h-16{
    height: 16px;
  }

  .sm\:h-18{
    height: 18px;
  }

  .sm\:h-20{
    height: 20px;
  }

  .sm\:h-24{
    height: 24px;
  }

  .sm\:h-28{
    height: 28px;
  }

  .sm\:h-29{
    height: 29px;
  }

  .sm\:h-30{
    height: 30px;
  }

  .sm\:h-32{
    height: 32px;
  }

  .sm\:h-34{
    height: 34px;
  }

  .sm\:h-36{
    height: 36px;
  }

  .sm\:h-40{
    height: 40px;
  }

  .sm\:h-48{
    height: 48px;
  }

  .sm\:h-50{
    height: 50px;
  }

  .sm\:h-56{
    height: 56px;
  }

  .sm\:h-60{
    height: 60px;
  }

  .sm\:h-64{
    height: 64px;
  }

  .sm\:h-70{
    height: 70px;
  }

  .sm\:h-72{
    height: 72px;
  }

  .sm\:h-80{
    height: 80px;
  }

  .sm\:h-88{
    height: 88px;
  }

  .sm\:h-90{
    height: 90px;
  }

  .sm\:h-96{
    height: 96px;
  }

  .sm\:h-100{
    height: 100px;
  }

  .sm\:h-112{
    height: 112px;
  }

  .sm\:h-128{
    height: 128px;
  }

  .sm\:h-135{
    height: 135px;
  }

  .sm\:h-145{
    height: 145px;
  }

  .sm\:h-155{
    height: 155px;
  }

  .sm\:h-160{
    height: 160px;
  }

  .sm\:h-192{
    height: 192px;
  }

  .sm\:h-200{
    height: 200px;
  }

  .sm\:h-224{
    height: 224px;
  }

  .sm\:h-227{
    height: 227px;
  }

  .sm\:h-250{
    height: 250px;
  }

  .sm\:h-256{
    height: 256px;
  }

  .sm\:h-270{
    height: 270px;
  }

  .sm\:h-288{
    height: 288px;
  }

  .sm\:h-304{
    height: 304px;
  }

  .sm\:h-314{
    height: 314px;
  }

  .sm\:h-320{
    height: 320px;
  }

  .sm\:h-352{
    height: 352px;
  }

  .sm\:h-384{
    height: 384px;
  }

  .sm\:h-416{
    height: 416px;
  }

  .sm\:h-448{
    height: 448px;
  }

  .sm\:h-480{
    height: 480px;
  }

  .sm\:h-512{
    height: 512px;
  }

  .sm\:h-576{
    height: 576px;
  }

  .sm\:h-612{
    height: 612px;
  }

  .sm\:h-640{
    height: 640px;
  }

  .sm\:h-768{
    height: 768px;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:-h-200{
    height: -200px;
  }

  .sm\:-h-170{
    height: -170px;
  }

  .sm\:-h-120{
    height: -120px;
  }

  .sm\:-h-100{
    height: -100px;
  }

  .sm\:-h-50{
    height: -50px;
  }

  .sm\:-h-45{
    height: -45px;
  }

  .sm\:-h-3{
    height: -3px;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-20p{
    height: 20%;
  }

  .sm\:h-40p{
    height: 40%;
  }

  .sm\:h-49p{
    height: 49%;
  }

  .sm\:h-52p{
    height: 52%;
  }

  .sm\:h-53\.5p{
    height: 53.5%;
  }

  .sm\:h-60p{
    height: 60%;
  }

  .sm\:h-71\.5p{
    height: 71.5%;
  }

  .sm\:h-80p{
    height: 80%;
  }

  .sm\:h-90p{
    height: 90%;
  }

  .sm\:h-95p{
    height: 95%;
  }

  .sm\:h-100p{
    height: 100%;
  }

  .sm\:h-110p{
    height: 110%;
  }

  .sm\:h-1\/2{
    height: 50%;
  }

  .sm\:h-1\/3{
    height: 33.333333%;
  }

  .sm\:h-2\/3{
    height: 66.666667%;
  }

  .sm\:h-1\/4{
    height: 25%;
  }

  .sm\:h-2\/4{
    height: 50%;
  }

  .sm\:h-3\/4{
    height: 75%;
  }

  .sm\:h-1\/5{
    height: 20%;
  }

  .sm\:h-2\/5{
    height: 40%;
  }

  .sm\:h-3\/5{
    height: 60%;
  }

  .sm\:h-4\/5{
    height: 80%;
  }

  .sm\:h-1\/6{
    height: 16.666667%;
  }

  .sm\:h-2\/6{
    height: 33.333333%;
  }

  .sm\:h-3\/6{
    height: 50%;
  }

  .sm\:h-4\/6{
    height: 66.666667%;
  }

  .sm\:h-5\/6{
    height: 83.333333%;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .sm\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .sm\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .sm\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .sm\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .sm\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .sm\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .sm\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .sm\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .sm\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .sm\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .sm\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .sm\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .sm\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .sm\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .sm\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .sm\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .sm\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .sm\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .sm\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:leading-3{
    line-height: .75rem;
  }

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .sm\:m-2{
    margin: 2px;
  }

  .sm\:m-4{
    margin: 4px;
  }

  .sm\:m-5{
    margin: 5px;
  }

  .sm\:m-7{
    margin: 7px;
  }

  .sm\:m-8{
    margin: 8px;
  }

  .sm\:m-10{
    margin: 10px;
  }

  .sm\:m-11{
    margin: 11px;
  }

  .sm\:m-12{
    margin: 12px;
  }

  .sm\:m-13{
    margin: 13px;
  }

  .sm\:m-15{
    margin: 15px;
  }

  .sm\:m-16{
    margin: 16px;
  }

  .sm\:m-18{
    margin: 18px;
  }

  .sm\:m-20{
    margin: 20px;
  }

  .sm\:m-24{
    margin: 24px;
  }

  .sm\:m-28{
    margin: 28px;
  }

  .sm\:m-29{
    margin: 29px;
  }

  .sm\:m-30{
    margin: 30px;
  }

  .sm\:m-32{
    margin: 32px;
  }

  .sm\:m-34{
    margin: 34px;
  }

  .sm\:m-36{
    margin: 36px;
  }

  .sm\:m-40{
    margin: 40px;
  }

  .sm\:m-48{
    margin: 48px;
  }

  .sm\:m-50{
    margin: 50px;
  }

  .sm\:m-56{
    margin: 56px;
  }

  .sm\:m-60{
    margin: 60px;
  }

  .sm\:m-64{
    margin: 64px;
  }

  .sm\:m-70{
    margin: 70px;
  }

  .sm\:m-72{
    margin: 72px;
  }

  .sm\:m-80{
    margin: 80px;
  }

  .sm\:m-88{
    margin: 88px;
  }

  .sm\:m-90{
    margin: 90px;
  }

  .sm\:m-96{
    margin: 96px;
  }

  .sm\:m-100{
    margin: 100px;
  }

  .sm\:m-112{
    margin: 112px;
  }

  .sm\:m-128{
    margin: 128px;
  }

  .sm\:m-135{
    margin: 135px;
  }

  .sm\:m-145{
    margin: 145px;
  }

  .sm\:m-155{
    margin: 155px;
  }

  .sm\:m-160{
    margin: 160px;
  }

  .sm\:m-192{
    margin: 192px;
  }

  .sm\:m-200{
    margin: 200px;
  }

  .sm\:m-224{
    margin: 224px;
  }

  .sm\:m-227{
    margin: 227px;
  }

  .sm\:m-250{
    margin: 250px;
  }

  .sm\:m-256{
    margin: 256px;
  }

  .sm\:m-270{
    margin: 270px;
  }

  .sm\:m-288{
    margin: 288px;
  }

  .sm\:m-304{
    margin: 304px;
  }

  .sm\:m-314{
    margin: 314px;
  }

  .sm\:m-320{
    margin: 320px;
  }

  .sm\:m-352{
    margin: 352px;
  }

  .sm\:m-384{
    margin: 384px;
  }

  .sm\:m-416{
    margin: 416px;
  }

  .sm\:m-448{
    margin: 448px;
  }

  .sm\:m-480{
    margin: 480px;
  }

  .sm\:m-512{
    margin: 512px;
  }

  .sm\:m-576{
    margin: 576px;
  }

  .sm\:m-612{
    margin: 612px;
  }

  .sm\:m-640{
    margin: 640px;
  }

  .sm\:m-768{
    margin: 768px;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:-m-200{
    margin: -200px;
  }

  .sm\:-m-170{
    margin: -170px;
  }

  .sm\:-m-120{
    margin: -120px;
  }

  .sm\:-m-100{
    margin: -100px;
  }

  .sm\:-m-50{
    margin: -50px;
  }

  .sm\:-m-45{
    margin: -45px;
  }

  .sm\:-m-3{
    margin: -3px;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-20p{
    margin: 20%;
  }

  .sm\:m-40p{
    margin: 40%;
  }

  .sm\:m-49p{
    margin: 49%;
  }

  .sm\:m-52p{
    margin: 52%;
  }

  .sm\:m-53\.5p{
    margin: 53.5%;
  }

  .sm\:m-60p{
    margin: 60%;
  }

  .sm\:m-71\.5p{
    margin: 71.5%;
  }

  .sm\:m-80p{
    margin: 80%;
  }

  .sm\:m-90p{
    margin: 90%;
  }

  .sm\:m-95p{
    margin: 95%;
  }

  .sm\:m-100p{
    margin: 100%;
  }

  .sm\:m-110p{
    margin: 110%;
  }

  .sm\:-m-0{
    margin: 0px;
  }

  .sm\:-m-2{
    margin: -2px;
  }

  .sm\:-m-4{
    margin: -4px;
  }

  .sm\:-m-5{
    margin: -5px;
  }

  .sm\:-m-7{
    margin: -7px;
  }

  .sm\:-m-8{
    margin: -8px;
  }

  .sm\:-m-10{
    margin: -10px;
  }

  .sm\:-m-11{
    margin: -11px;
  }

  .sm\:-m-12{
    margin: -12px;
  }

  .sm\:-m-13{
    margin: -13px;
  }

  .sm\:-m-15{
    margin: -15px;
  }

  .sm\:-m-16{
    margin: -16px;
  }

  .sm\:-m-18{
    margin: -18px;
  }

  .sm\:-m-20{
    margin: -20px;
  }

  .sm\:-m-24{
    margin: -24px;
  }

  .sm\:-m-28{
    margin: -28px;
  }

  .sm\:-m-29{
    margin: -29px;
  }

  .sm\:-m-30{
    margin: -30px;
  }

  .sm\:-m-32{
    margin: -32px;
  }

  .sm\:-m-34{
    margin: -34px;
  }

  .sm\:-m-36{
    margin: -36px;
  }

  .sm\:-m-40{
    margin: -40px;
  }

  .sm\:-m-48{
    margin: -48px;
  }

  .sm\:-m-56{
    margin: -56px;
  }

  .sm\:-m-60{
    margin: -60px;
  }

  .sm\:-m-64{
    margin: -64px;
  }

  .sm\:-m-70{
    margin: -70px;
  }

  .sm\:-m-72{
    margin: -72px;
  }

  .sm\:-m-80{
    margin: -80px;
  }

  .sm\:-m-88{
    margin: -88px;
  }

  .sm\:-m-90{
    margin: -90px;
  }

  .sm\:-m-96{
    margin: -96px;
  }

  .sm\:-m-112{
    margin: -112px;
  }

  .sm\:-m-128{
    margin: -128px;
  }

  .sm\:-m-135{
    margin: -135px;
  }

  .sm\:-m-145{
    margin: -145px;
  }

  .sm\:-m-155{
    margin: -155px;
  }

  .sm\:-m-160{
    margin: -160px;
  }

  .sm\:-m-192{
    margin: -192px;
  }

  .sm\:-m-224{
    margin: -224px;
  }

  .sm\:-m-227{
    margin: -227px;
  }

  .sm\:-m-250{
    margin: -250px;
  }

  .sm\:-m-256{
    margin: -256px;
  }

  .sm\:-m-270{
    margin: -270px;
  }

  .sm\:-m-288{
    margin: -288px;
  }

  .sm\:-m-304{
    margin: -304px;
  }

  .sm\:-m-314{
    margin: -314px;
  }

  .sm\:-m-320{
    margin: -320px;
  }

  .sm\:-m-352{
    margin: -352px;
  }

  .sm\:-m-384{
    margin: -384px;
  }

  .sm\:-m-416{
    margin: -416px;
  }

  .sm\:-m-448{
    margin: -448px;
  }

  .sm\:-m-480{
    margin: -480px;
  }

  .sm\:-m-512{
    margin: -512px;
  }

  .sm\:-m-576{
    margin: -576px;
  }

  .sm\:-m-612{
    margin: -612px;
  }

  .sm\:-m-640{
    margin: -640px;
  }

  .sm\:-m-768{
    margin: -768px;
  }

  .sm\:-m--200{
    margin: 200px;
  }

  .sm\:-m--170{
    margin: 170px;
  }

  .sm\:-m--120{
    margin: 120px;
  }

  .sm\:-m--100{
    margin: 100px;
  }

  .sm\:-m--50{
    margin: 50px;
  }

  .sm\:-m--45{
    margin: 45px;
  }

  .sm\:-m--3{
    margin: 3px;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-20p{
    margin: -20%;
  }

  .sm\:-m-40p{
    margin: -40%;
  }

  .sm\:-m-49p{
    margin: -49%;
  }

  .sm\:-m-52p{
    margin: -52%;
  }

  .sm\:-m-53\.5p{
    margin: -53.5%;
  }

  .sm\:-m-60p{
    margin: -60%;
  }

  .sm\:-m-71\.5p{
    margin: -71.5%;
  }

  .sm\:-m-80p{
    margin: -80%;
  }

  .sm\:-m-90p{
    margin: -90%;
  }

  .sm\:-m-95p{
    margin: -95%;
  }

  .sm\:-m-100p{
    margin: -100%;
  }

  .sm\:-m-110p{
    margin: -110%;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .sm\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .sm\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .sm\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .sm\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .sm\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .sm\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .sm\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .sm\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .sm\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .sm\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .sm\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .sm\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .sm\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .sm\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .sm\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .sm\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .sm\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .sm\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .sm\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .sm\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .sm\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .sm\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .sm\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .sm\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .sm\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .sm\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .sm\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .sm\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .sm\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .sm\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .sm\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .sm\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .sm\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .sm\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .sm\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .sm\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .sm\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .sm\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .sm\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .sm\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .sm\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .sm\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .sm\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .sm\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .sm\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .sm\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .sm\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .sm\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .sm\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .sm\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .sm\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .sm\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .sm\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .sm\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .sm\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .sm\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .sm\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .sm\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .sm\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .sm\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .sm\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .sm\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .sm\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .sm\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .sm\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .sm\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .sm\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .sm\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .sm\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .sm\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .sm\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .sm\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .sm\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .sm\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .sm\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .sm\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .sm\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .sm\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .sm\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .sm\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .sm\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .sm\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .sm\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .sm\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .sm\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .sm\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .sm\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .sm\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .sm\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .sm\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .sm\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .sm\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .sm\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .sm\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .sm\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .sm\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .sm\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .sm\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .sm\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .sm\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .sm\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .sm\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .sm\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .sm\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .sm\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .sm\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .sm\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .sm\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .sm\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .sm\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .sm\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:mt-2{
    margin-top: 2px;
  }

  .sm\:mr-2{
    margin-right: 2px;
  }

  .sm\:mb-2{
    margin-bottom: 2px;
  }

  .sm\:ml-2{
    margin-left: 2px;
  }

  .sm\:mt-4{
    margin-top: 4px;
  }

  .sm\:mr-4{
    margin-right: 4px;
  }

  .sm\:mb-4{
    margin-bottom: 4px;
  }

  .sm\:ml-4{
    margin-left: 4px;
  }

  .sm\:mt-5{
    margin-top: 5px;
  }

  .sm\:mr-5{
    margin-right: 5px;
  }

  .sm\:mb-5{
    margin-bottom: 5px;
  }

  .sm\:ml-5{
    margin-left: 5px;
  }

  .sm\:mt-7{
    margin-top: 7px;
  }

  .sm\:mr-7{
    margin-right: 7px;
  }

  .sm\:mb-7{
    margin-bottom: 7px;
  }

  .sm\:ml-7{
    margin-left: 7px;
  }

  .sm\:mt-8{
    margin-top: 8px;
  }

  .sm\:mr-8{
    margin-right: 8px;
  }

  .sm\:mb-8{
    margin-bottom: 8px;
  }

  .sm\:ml-8{
    margin-left: 8px;
  }

  .sm\:mt-10{
    margin-top: 10px;
  }

  .sm\:mr-10{
    margin-right: 10px;
  }

  .sm\:mb-10{
    margin-bottom: 10px;
  }

  .sm\:ml-10{
    margin-left: 10px;
  }

  .sm\:mt-11{
    margin-top: 11px;
  }

  .sm\:mr-11{
    margin-right: 11px;
  }

  .sm\:mb-11{
    margin-bottom: 11px;
  }

  .sm\:ml-11{
    margin-left: 11px;
  }

  .sm\:mt-12{
    margin-top: 12px;
  }

  .sm\:mr-12{
    margin-right: 12px;
  }

  .sm\:mb-12{
    margin-bottom: 12px;
  }

  .sm\:ml-12{
    margin-left: 12px;
  }

  .sm\:mt-13{
    margin-top: 13px;
  }

  .sm\:mr-13{
    margin-right: 13px;
  }

  .sm\:mb-13{
    margin-bottom: 13px;
  }

  .sm\:ml-13{
    margin-left: 13px;
  }

  .sm\:mt-15{
    margin-top: 15px;
  }

  .sm\:mr-15{
    margin-right: 15px;
  }

  .sm\:mb-15{
    margin-bottom: 15px;
  }

  .sm\:ml-15{
    margin-left: 15px;
  }

  .sm\:mt-16{
    margin-top: 16px;
  }

  .sm\:mr-16{
    margin-right: 16px;
  }

  .sm\:mb-16{
    margin-bottom: 16px;
  }

  .sm\:ml-16{
    margin-left: 16px;
  }

  .sm\:mt-18{
    margin-top: 18px;
  }

  .sm\:mr-18{
    margin-right: 18px;
  }

  .sm\:mb-18{
    margin-bottom: 18px;
  }

  .sm\:ml-18{
    margin-left: 18px;
  }

  .sm\:mt-20{
    margin-top: 20px;
  }

  .sm\:mr-20{
    margin-right: 20px;
  }

  .sm\:mb-20{
    margin-bottom: 20px;
  }

  .sm\:ml-20{
    margin-left: 20px;
  }

  .sm\:mt-24{
    margin-top: 24px;
  }

  .sm\:mr-24{
    margin-right: 24px;
  }

  .sm\:mb-24{
    margin-bottom: 24px;
  }

  .sm\:ml-24{
    margin-left: 24px;
  }

  .sm\:mt-28{
    margin-top: 28px;
  }

  .sm\:mr-28{
    margin-right: 28px;
  }

  .sm\:mb-28{
    margin-bottom: 28px;
  }

  .sm\:ml-28{
    margin-left: 28px;
  }

  .sm\:mt-29{
    margin-top: 29px;
  }

  .sm\:mr-29{
    margin-right: 29px;
  }

  .sm\:mb-29{
    margin-bottom: 29px;
  }

  .sm\:ml-29{
    margin-left: 29px;
  }

  .sm\:mt-30{
    margin-top: 30px;
  }

  .sm\:mr-30{
    margin-right: 30px;
  }

  .sm\:mb-30{
    margin-bottom: 30px;
  }

  .sm\:ml-30{
    margin-left: 30px;
  }

  .sm\:mt-32{
    margin-top: 32px;
  }

  .sm\:mr-32{
    margin-right: 32px;
  }

  .sm\:mb-32{
    margin-bottom: 32px;
  }

  .sm\:ml-32{
    margin-left: 32px;
  }

  .sm\:mt-34{
    margin-top: 34px;
  }

  .sm\:mr-34{
    margin-right: 34px;
  }

  .sm\:mb-34{
    margin-bottom: 34px;
  }

  .sm\:ml-34{
    margin-left: 34px;
  }

  .sm\:mt-36{
    margin-top: 36px;
  }

  .sm\:mr-36{
    margin-right: 36px;
  }

  .sm\:mb-36{
    margin-bottom: 36px;
  }

  .sm\:ml-36{
    margin-left: 36px;
  }

  .sm\:mt-40{
    margin-top: 40px;
  }

  .sm\:mr-40{
    margin-right: 40px;
  }

  .sm\:mb-40{
    margin-bottom: 40px;
  }

  .sm\:ml-40{
    margin-left: 40px;
  }

  .sm\:mt-48{
    margin-top: 48px;
  }

  .sm\:mr-48{
    margin-right: 48px;
  }

  .sm\:mb-48{
    margin-bottom: 48px;
  }

  .sm\:ml-48{
    margin-left: 48px;
  }

  .sm\:mt-50{
    margin-top: 50px;
  }

  .sm\:mr-50{
    margin-right: 50px;
  }

  .sm\:mb-50{
    margin-bottom: 50px;
  }

  .sm\:ml-50{
    margin-left: 50px;
  }

  .sm\:mt-56{
    margin-top: 56px;
  }

  .sm\:mr-56{
    margin-right: 56px;
  }

  .sm\:mb-56{
    margin-bottom: 56px;
  }

  .sm\:ml-56{
    margin-left: 56px;
  }

  .sm\:mt-60{
    margin-top: 60px;
  }

  .sm\:mr-60{
    margin-right: 60px;
  }

  .sm\:mb-60{
    margin-bottom: 60px;
  }

  .sm\:ml-60{
    margin-left: 60px;
  }

  .sm\:mt-64{
    margin-top: 64px;
  }

  .sm\:mr-64{
    margin-right: 64px;
  }

  .sm\:mb-64{
    margin-bottom: 64px;
  }

  .sm\:ml-64{
    margin-left: 64px;
  }

  .sm\:mt-70{
    margin-top: 70px;
  }

  .sm\:mr-70{
    margin-right: 70px;
  }

  .sm\:mb-70{
    margin-bottom: 70px;
  }

  .sm\:ml-70{
    margin-left: 70px;
  }

  .sm\:mt-72{
    margin-top: 72px;
  }

  .sm\:mr-72{
    margin-right: 72px;
  }

  .sm\:mb-72{
    margin-bottom: 72px;
  }

  .sm\:ml-72{
    margin-left: 72px;
  }

  .sm\:mt-80{
    margin-top: 80px;
  }

  .sm\:mr-80{
    margin-right: 80px;
  }

  .sm\:mb-80{
    margin-bottom: 80px;
  }

  .sm\:ml-80{
    margin-left: 80px;
  }

  .sm\:mt-88{
    margin-top: 88px;
  }

  .sm\:mr-88{
    margin-right: 88px;
  }

  .sm\:mb-88{
    margin-bottom: 88px;
  }

  .sm\:ml-88{
    margin-left: 88px;
  }

  .sm\:mt-90{
    margin-top: 90px;
  }

  .sm\:mr-90{
    margin-right: 90px;
  }

  .sm\:mb-90{
    margin-bottom: 90px;
  }

  .sm\:ml-90{
    margin-left: 90px;
  }

  .sm\:mt-96{
    margin-top: 96px;
  }

  .sm\:mr-96{
    margin-right: 96px;
  }

  .sm\:mb-96{
    margin-bottom: 96px;
  }

  .sm\:ml-96{
    margin-left: 96px;
  }

  .sm\:mt-100{
    margin-top: 100px;
  }

  .sm\:mr-100{
    margin-right: 100px;
  }

  .sm\:mb-100{
    margin-bottom: 100px;
  }

  .sm\:ml-100{
    margin-left: 100px;
  }

  .sm\:mt-112{
    margin-top: 112px;
  }

  .sm\:mr-112{
    margin-right: 112px;
  }

  .sm\:mb-112{
    margin-bottom: 112px;
  }

  .sm\:ml-112{
    margin-left: 112px;
  }

  .sm\:mt-128{
    margin-top: 128px;
  }

  .sm\:mr-128{
    margin-right: 128px;
  }

  .sm\:mb-128{
    margin-bottom: 128px;
  }

  .sm\:ml-128{
    margin-left: 128px;
  }

  .sm\:mt-135{
    margin-top: 135px;
  }

  .sm\:mr-135{
    margin-right: 135px;
  }

  .sm\:mb-135{
    margin-bottom: 135px;
  }

  .sm\:ml-135{
    margin-left: 135px;
  }

  .sm\:mt-145{
    margin-top: 145px;
  }

  .sm\:mr-145{
    margin-right: 145px;
  }

  .sm\:mb-145{
    margin-bottom: 145px;
  }

  .sm\:ml-145{
    margin-left: 145px;
  }

  .sm\:mt-155{
    margin-top: 155px;
  }

  .sm\:mr-155{
    margin-right: 155px;
  }

  .sm\:mb-155{
    margin-bottom: 155px;
  }

  .sm\:ml-155{
    margin-left: 155px;
  }

  .sm\:mt-160{
    margin-top: 160px;
  }

  .sm\:mr-160{
    margin-right: 160px;
  }

  .sm\:mb-160{
    margin-bottom: 160px;
  }

  .sm\:ml-160{
    margin-left: 160px;
  }

  .sm\:mt-192{
    margin-top: 192px;
  }

  .sm\:mr-192{
    margin-right: 192px;
  }

  .sm\:mb-192{
    margin-bottom: 192px;
  }

  .sm\:ml-192{
    margin-left: 192px;
  }

  .sm\:mt-200{
    margin-top: 200px;
  }

  .sm\:mr-200{
    margin-right: 200px;
  }

  .sm\:mb-200{
    margin-bottom: 200px;
  }

  .sm\:ml-200{
    margin-left: 200px;
  }

  .sm\:mt-224{
    margin-top: 224px;
  }

  .sm\:mr-224{
    margin-right: 224px;
  }

  .sm\:mb-224{
    margin-bottom: 224px;
  }

  .sm\:ml-224{
    margin-left: 224px;
  }

  .sm\:mt-227{
    margin-top: 227px;
  }

  .sm\:mr-227{
    margin-right: 227px;
  }

  .sm\:mb-227{
    margin-bottom: 227px;
  }

  .sm\:ml-227{
    margin-left: 227px;
  }

  .sm\:mt-250{
    margin-top: 250px;
  }

  .sm\:mr-250{
    margin-right: 250px;
  }

  .sm\:mb-250{
    margin-bottom: 250px;
  }

  .sm\:ml-250{
    margin-left: 250px;
  }

  .sm\:mt-256{
    margin-top: 256px;
  }

  .sm\:mr-256{
    margin-right: 256px;
  }

  .sm\:mb-256{
    margin-bottom: 256px;
  }

  .sm\:ml-256{
    margin-left: 256px;
  }

  .sm\:mt-270{
    margin-top: 270px;
  }

  .sm\:mr-270{
    margin-right: 270px;
  }

  .sm\:mb-270{
    margin-bottom: 270px;
  }

  .sm\:ml-270{
    margin-left: 270px;
  }

  .sm\:mt-288{
    margin-top: 288px;
  }

  .sm\:mr-288{
    margin-right: 288px;
  }

  .sm\:mb-288{
    margin-bottom: 288px;
  }

  .sm\:ml-288{
    margin-left: 288px;
  }

  .sm\:mt-304{
    margin-top: 304px;
  }

  .sm\:mr-304{
    margin-right: 304px;
  }

  .sm\:mb-304{
    margin-bottom: 304px;
  }

  .sm\:ml-304{
    margin-left: 304px;
  }

  .sm\:mt-314{
    margin-top: 314px;
  }

  .sm\:mr-314{
    margin-right: 314px;
  }

  .sm\:mb-314{
    margin-bottom: 314px;
  }

  .sm\:ml-314{
    margin-left: 314px;
  }

  .sm\:mt-320{
    margin-top: 320px;
  }

  .sm\:mr-320{
    margin-right: 320px;
  }

  .sm\:mb-320{
    margin-bottom: 320px;
  }

  .sm\:ml-320{
    margin-left: 320px;
  }

  .sm\:mt-352{
    margin-top: 352px;
  }

  .sm\:mr-352{
    margin-right: 352px;
  }

  .sm\:mb-352{
    margin-bottom: 352px;
  }

  .sm\:ml-352{
    margin-left: 352px;
  }

  .sm\:mt-384{
    margin-top: 384px;
  }

  .sm\:mr-384{
    margin-right: 384px;
  }

  .sm\:mb-384{
    margin-bottom: 384px;
  }

  .sm\:ml-384{
    margin-left: 384px;
  }

  .sm\:mt-416{
    margin-top: 416px;
  }

  .sm\:mr-416{
    margin-right: 416px;
  }

  .sm\:mb-416{
    margin-bottom: 416px;
  }

  .sm\:ml-416{
    margin-left: 416px;
  }

  .sm\:mt-448{
    margin-top: 448px;
  }

  .sm\:mr-448{
    margin-right: 448px;
  }

  .sm\:mb-448{
    margin-bottom: 448px;
  }

  .sm\:ml-448{
    margin-left: 448px;
  }

  .sm\:mt-480{
    margin-top: 480px;
  }

  .sm\:mr-480{
    margin-right: 480px;
  }

  .sm\:mb-480{
    margin-bottom: 480px;
  }

  .sm\:ml-480{
    margin-left: 480px;
  }

  .sm\:mt-512{
    margin-top: 512px;
  }

  .sm\:mr-512{
    margin-right: 512px;
  }

  .sm\:mb-512{
    margin-bottom: 512px;
  }

  .sm\:ml-512{
    margin-left: 512px;
  }

  .sm\:mt-576{
    margin-top: 576px;
  }

  .sm\:mr-576{
    margin-right: 576px;
  }

  .sm\:mb-576{
    margin-bottom: 576px;
  }

  .sm\:ml-576{
    margin-left: 576px;
  }

  .sm\:mt-612{
    margin-top: 612px;
  }

  .sm\:mr-612{
    margin-right: 612px;
  }

  .sm\:mb-612{
    margin-bottom: 612px;
  }

  .sm\:ml-612{
    margin-left: 612px;
  }

  .sm\:mt-640{
    margin-top: 640px;
  }

  .sm\:mr-640{
    margin-right: 640px;
  }

  .sm\:mb-640{
    margin-bottom: 640px;
  }

  .sm\:ml-640{
    margin-left: 640px;
  }

  .sm\:mt-768{
    margin-top: 768px;
  }

  .sm\:mr-768{
    margin-right: 768px;
  }

  .sm\:mb-768{
    margin-bottom: 768px;
  }

  .sm\:ml-768{
    margin-left: 768px;
  }

  .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-200{
    margin-top: -200px;
  }

  .sm\:-mr-200{
    margin-right: -200px;
  }

  .sm\:-mb-200{
    margin-bottom: -200px;
  }

  .sm\:-ml-200{
    margin-left: -200px;
  }

  .sm\:-mt-170{
    margin-top: -170px;
  }

  .sm\:-mr-170{
    margin-right: -170px;
  }

  .sm\:-mb-170{
    margin-bottom: -170px;
  }

  .sm\:-ml-170{
    margin-left: -170px;
  }

  .sm\:-mt-120{
    margin-top: -120px;
  }

  .sm\:-mr-120{
    margin-right: -120px;
  }

  .sm\:-mb-120{
    margin-bottom: -120px;
  }

  .sm\:-ml-120{
    margin-left: -120px;
  }

  .sm\:-mt-100{
    margin-top: -100px;
  }

  .sm\:-mr-100{
    margin-right: -100px;
  }

  .sm\:-mb-100{
    margin-bottom: -100px;
  }

  .sm\:-ml-100{
    margin-left: -100px;
  }

  .sm\:-mt-50{
    margin-top: -50px;
  }

  .sm\:-mr-50{
    margin-right: -50px;
  }

  .sm\:-mb-50{
    margin-bottom: -50px;
  }

  .sm\:-ml-50{
    margin-left: -50px;
  }

  .sm\:-mt-45{
    margin-top: -45px;
  }

  .sm\:-mr-45{
    margin-right: -45px;
  }

  .sm\:-mb-45{
    margin-bottom: -45px;
  }

  .sm\:-ml-45{
    margin-left: -45px;
  }

  .sm\:-mt-3{
    margin-top: -3px;
  }

  .sm\:-mr-3{
    margin-right: -3px;
  }

  .sm\:-mb-3{
    margin-bottom: -3px;
  }

  .sm\:-ml-3{
    margin-left: -3px;
  }

  .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-20p{
    margin-top: 20%;
  }

  .sm\:mr-20p{
    margin-right: 20%;
  }

  .sm\:mb-20p{
    margin-bottom: 20%;
  }

  .sm\:ml-20p{
    margin-left: 20%;
  }

  .sm\:mt-40p{
    margin-top: 40%;
  }

  .sm\:mr-40p{
    margin-right: 40%;
  }

  .sm\:mb-40p{
    margin-bottom: 40%;
  }

  .sm\:ml-40p{
    margin-left: 40%;
  }

  .sm\:mt-49p{
    margin-top: 49%;
  }

  .sm\:mr-49p{
    margin-right: 49%;
  }

  .sm\:mb-49p{
    margin-bottom: 49%;
  }

  .sm\:ml-49p{
    margin-left: 49%;
  }

  .sm\:mt-52p{
    margin-top: 52%;
  }

  .sm\:mr-52p{
    margin-right: 52%;
  }

  .sm\:mb-52p{
    margin-bottom: 52%;
  }

  .sm\:ml-52p{
    margin-left: 52%;
  }

  .sm\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .sm\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .sm\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .sm\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .sm\:mt-60p{
    margin-top: 60%;
  }

  .sm\:mr-60p{
    margin-right: 60%;
  }

  .sm\:mb-60p{
    margin-bottom: 60%;
  }

  .sm\:ml-60p{
    margin-left: 60%;
  }

  .sm\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .sm\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .sm\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .sm\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .sm\:mt-80p{
    margin-top: 80%;
  }

  .sm\:mr-80p{
    margin-right: 80%;
  }

  .sm\:mb-80p{
    margin-bottom: 80%;
  }

  .sm\:ml-80p{
    margin-left: 80%;
  }

  .sm\:mt-90p{
    margin-top: 90%;
  }

  .sm\:mr-90p{
    margin-right: 90%;
  }

  .sm\:mb-90p{
    margin-bottom: 90%;
  }

  .sm\:ml-90p{
    margin-left: 90%;
  }

  .sm\:mt-95p{
    margin-top: 95%;
  }

  .sm\:mr-95p{
    margin-right: 95%;
  }

  .sm\:mb-95p{
    margin-bottom: 95%;
  }

  .sm\:ml-95p{
    margin-left: 95%;
  }

  .sm\:mt-100p{
    margin-top: 100%;
  }

  .sm\:mr-100p{
    margin-right: 100%;
  }

  .sm\:mb-100p{
    margin-bottom: 100%;
  }

  .sm\:ml-100p{
    margin-left: 100%;
  }

  .sm\:mt-110p{
    margin-top: 110%;
  }

  .sm\:mr-110p{
    margin-right: 110%;
  }

  .sm\:mb-110p{
    margin-bottom: 110%;
  }

  .sm\:ml-110p{
    margin-left: 110%;
  }

  .sm\:-mt-0{
    margin-top: 0px;
  }

  .sm\:-mr-0{
    margin-right: 0px;
  }

  .sm\:-mb-0{
    margin-bottom: 0px;
  }

  .sm\:-ml-0{
    margin-left: 0px;
  }

  .sm\:-mt-2{
    margin-top: -2px;
  }

  .sm\:-mr-2{
    margin-right: -2px;
  }

  .sm\:-mb-2{
    margin-bottom: -2px;
  }

  .sm\:-ml-2{
    margin-left: -2px;
  }

  .sm\:-mt-4{
    margin-top: -4px;
  }

  .sm\:-mr-4{
    margin-right: -4px;
  }

  .sm\:-mb-4{
    margin-bottom: -4px;
  }

  .sm\:-ml-4{
    margin-left: -4px;
  }

  .sm\:-mt-5{
    margin-top: -5px;
  }

  .sm\:-mr-5{
    margin-right: -5px;
  }

  .sm\:-mb-5{
    margin-bottom: -5px;
  }

  .sm\:-ml-5{
    margin-left: -5px;
  }

  .sm\:-mt-7{
    margin-top: -7px;
  }

  .sm\:-mr-7{
    margin-right: -7px;
  }

  .sm\:-mb-7{
    margin-bottom: -7px;
  }

  .sm\:-ml-7{
    margin-left: -7px;
  }

  .sm\:-mt-8{
    margin-top: -8px;
  }

  .sm\:-mr-8{
    margin-right: -8px;
  }

  .sm\:-mb-8{
    margin-bottom: -8px;
  }

  .sm\:-ml-8{
    margin-left: -8px;
  }

  .sm\:-mt-10{
    margin-top: -10px;
  }

  .sm\:-mr-10{
    margin-right: -10px;
  }

  .sm\:-mb-10{
    margin-bottom: -10px;
  }

  .sm\:-ml-10{
    margin-left: -10px;
  }

  .sm\:-mt-11{
    margin-top: -11px;
  }

  .sm\:-mr-11{
    margin-right: -11px;
  }

  .sm\:-mb-11{
    margin-bottom: -11px;
  }

  .sm\:-ml-11{
    margin-left: -11px;
  }

  .sm\:-mt-12{
    margin-top: -12px;
  }

  .sm\:-mr-12{
    margin-right: -12px;
  }

  .sm\:-mb-12{
    margin-bottom: -12px;
  }

  .sm\:-ml-12{
    margin-left: -12px;
  }

  .sm\:-mt-13{
    margin-top: -13px;
  }

  .sm\:-mr-13{
    margin-right: -13px;
  }

  .sm\:-mb-13{
    margin-bottom: -13px;
  }

  .sm\:-ml-13{
    margin-left: -13px;
  }

  .sm\:-mt-15{
    margin-top: -15px;
  }

  .sm\:-mr-15{
    margin-right: -15px;
  }

  .sm\:-mb-15{
    margin-bottom: -15px;
  }

  .sm\:-ml-15{
    margin-left: -15px;
  }

  .sm\:-mt-16{
    margin-top: -16px;
  }

  .sm\:-mr-16{
    margin-right: -16px;
  }

  .sm\:-mb-16{
    margin-bottom: -16px;
  }

  .sm\:-ml-16{
    margin-left: -16px;
  }

  .sm\:-mt-18{
    margin-top: -18px;
  }

  .sm\:-mr-18{
    margin-right: -18px;
  }

  .sm\:-mb-18{
    margin-bottom: -18px;
  }

  .sm\:-ml-18{
    margin-left: -18px;
  }

  .sm\:-mt-20{
    margin-top: -20px;
  }

  .sm\:-mr-20{
    margin-right: -20px;
  }

  .sm\:-mb-20{
    margin-bottom: -20px;
  }

  .sm\:-ml-20{
    margin-left: -20px;
  }

  .sm\:-mt-24{
    margin-top: -24px;
  }

  .sm\:-mr-24{
    margin-right: -24px;
  }

  .sm\:-mb-24{
    margin-bottom: -24px;
  }

  .sm\:-ml-24{
    margin-left: -24px;
  }

  .sm\:-mt-28{
    margin-top: -28px;
  }

  .sm\:-mr-28{
    margin-right: -28px;
  }

  .sm\:-mb-28{
    margin-bottom: -28px;
  }

  .sm\:-ml-28{
    margin-left: -28px;
  }

  .sm\:-mt-29{
    margin-top: -29px;
  }

  .sm\:-mr-29{
    margin-right: -29px;
  }

  .sm\:-mb-29{
    margin-bottom: -29px;
  }

  .sm\:-ml-29{
    margin-left: -29px;
  }

  .sm\:-mt-30{
    margin-top: -30px;
  }

  .sm\:-mr-30{
    margin-right: -30px;
  }

  .sm\:-mb-30{
    margin-bottom: -30px;
  }

  .sm\:-ml-30{
    margin-left: -30px;
  }

  .sm\:-mt-32{
    margin-top: -32px;
  }

  .sm\:-mr-32{
    margin-right: -32px;
  }

  .sm\:-mb-32{
    margin-bottom: -32px;
  }

  .sm\:-ml-32{
    margin-left: -32px;
  }

  .sm\:-mt-34{
    margin-top: -34px;
  }

  .sm\:-mr-34{
    margin-right: -34px;
  }

  .sm\:-mb-34{
    margin-bottom: -34px;
  }

  .sm\:-ml-34{
    margin-left: -34px;
  }

  .sm\:-mt-36{
    margin-top: -36px;
  }

  .sm\:-mr-36{
    margin-right: -36px;
  }

  .sm\:-mb-36{
    margin-bottom: -36px;
  }

  .sm\:-ml-36{
    margin-left: -36px;
  }

  .sm\:-mt-40{
    margin-top: -40px;
  }

  .sm\:-mr-40{
    margin-right: -40px;
  }

  .sm\:-mb-40{
    margin-bottom: -40px;
  }

  .sm\:-ml-40{
    margin-left: -40px;
  }

  .sm\:-mt-48{
    margin-top: -48px;
  }

  .sm\:-mr-48{
    margin-right: -48px;
  }

  .sm\:-mb-48{
    margin-bottom: -48px;
  }

  .sm\:-ml-48{
    margin-left: -48px;
  }

  .sm\:-mt-56{
    margin-top: -56px;
  }

  .sm\:-mr-56{
    margin-right: -56px;
  }

  .sm\:-mb-56{
    margin-bottom: -56px;
  }

  .sm\:-ml-56{
    margin-left: -56px;
  }

  .sm\:-mt-60{
    margin-top: -60px;
  }

  .sm\:-mr-60{
    margin-right: -60px;
  }

  .sm\:-mb-60{
    margin-bottom: -60px;
  }

  .sm\:-ml-60{
    margin-left: -60px;
  }

  .sm\:-mt-64{
    margin-top: -64px;
  }

  .sm\:-mr-64{
    margin-right: -64px;
  }

  .sm\:-mb-64{
    margin-bottom: -64px;
  }

  .sm\:-ml-64{
    margin-left: -64px;
  }

  .sm\:-mt-70{
    margin-top: -70px;
  }

  .sm\:-mr-70{
    margin-right: -70px;
  }

  .sm\:-mb-70{
    margin-bottom: -70px;
  }

  .sm\:-ml-70{
    margin-left: -70px;
  }

  .sm\:-mt-72{
    margin-top: -72px;
  }

  .sm\:-mr-72{
    margin-right: -72px;
  }

  .sm\:-mb-72{
    margin-bottom: -72px;
  }

  .sm\:-ml-72{
    margin-left: -72px;
  }

  .sm\:-mt-80{
    margin-top: -80px;
  }

  .sm\:-mr-80{
    margin-right: -80px;
  }

  .sm\:-mb-80{
    margin-bottom: -80px;
  }

  .sm\:-ml-80{
    margin-left: -80px;
  }

  .sm\:-mt-88{
    margin-top: -88px;
  }

  .sm\:-mr-88{
    margin-right: -88px;
  }

  .sm\:-mb-88{
    margin-bottom: -88px;
  }

  .sm\:-ml-88{
    margin-left: -88px;
  }

  .sm\:-mt-90{
    margin-top: -90px;
  }

  .sm\:-mr-90{
    margin-right: -90px;
  }

  .sm\:-mb-90{
    margin-bottom: -90px;
  }

  .sm\:-ml-90{
    margin-left: -90px;
  }

  .sm\:-mt-96{
    margin-top: -96px;
  }

  .sm\:-mr-96{
    margin-right: -96px;
  }

  .sm\:-mb-96{
    margin-bottom: -96px;
  }

  .sm\:-ml-96{
    margin-left: -96px;
  }

  .sm\:-mt-112{
    margin-top: -112px;
  }

  .sm\:-mr-112{
    margin-right: -112px;
  }

  .sm\:-mb-112{
    margin-bottom: -112px;
  }

  .sm\:-ml-112{
    margin-left: -112px;
  }

  .sm\:-mt-128{
    margin-top: -128px;
  }

  .sm\:-mr-128{
    margin-right: -128px;
  }

  .sm\:-mb-128{
    margin-bottom: -128px;
  }

  .sm\:-ml-128{
    margin-left: -128px;
  }

  .sm\:-mt-135{
    margin-top: -135px;
  }

  .sm\:-mr-135{
    margin-right: -135px;
  }

  .sm\:-mb-135{
    margin-bottom: -135px;
  }

  .sm\:-ml-135{
    margin-left: -135px;
  }

  .sm\:-mt-145{
    margin-top: -145px;
  }

  .sm\:-mr-145{
    margin-right: -145px;
  }

  .sm\:-mb-145{
    margin-bottom: -145px;
  }

  .sm\:-ml-145{
    margin-left: -145px;
  }

  .sm\:-mt-155{
    margin-top: -155px;
  }

  .sm\:-mr-155{
    margin-right: -155px;
  }

  .sm\:-mb-155{
    margin-bottom: -155px;
  }

  .sm\:-ml-155{
    margin-left: -155px;
  }

  .sm\:-mt-160{
    margin-top: -160px;
  }

  .sm\:-mr-160{
    margin-right: -160px;
  }

  .sm\:-mb-160{
    margin-bottom: -160px;
  }

  .sm\:-ml-160{
    margin-left: -160px;
  }

  .sm\:-mt-192{
    margin-top: -192px;
  }

  .sm\:-mr-192{
    margin-right: -192px;
  }

  .sm\:-mb-192{
    margin-bottom: -192px;
  }

  .sm\:-ml-192{
    margin-left: -192px;
  }

  .sm\:-mt-224{
    margin-top: -224px;
  }

  .sm\:-mr-224{
    margin-right: -224px;
  }

  .sm\:-mb-224{
    margin-bottom: -224px;
  }

  .sm\:-ml-224{
    margin-left: -224px;
  }

  .sm\:-mt-227{
    margin-top: -227px;
  }

  .sm\:-mr-227{
    margin-right: -227px;
  }

  .sm\:-mb-227{
    margin-bottom: -227px;
  }

  .sm\:-ml-227{
    margin-left: -227px;
  }

  .sm\:-mt-250{
    margin-top: -250px;
  }

  .sm\:-mr-250{
    margin-right: -250px;
  }

  .sm\:-mb-250{
    margin-bottom: -250px;
  }

  .sm\:-ml-250{
    margin-left: -250px;
  }

  .sm\:-mt-256{
    margin-top: -256px;
  }

  .sm\:-mr-256{
    margin-right: -256px;
  }

  .sm\:-mb-256{
    margin-bottom: -256px;
  }

  .sm\:-ml-256{
    margin-left: -256px;
  }

  .sm\:-mt-270{
    margin-top: -270px;
  }

  .sm\:-mr-270{
    margin-right: -270px;
  }

  .sm\:-mb-270{
    margin-bottom: -270px;
  }

  .sm\:-ml-270{
    margin-left: -270px;
  }

  .sm\:-mt-288{
    margin-top: -288px;
  }

  .sm\:-mr-288{
    margin-right: -288px;
  }

  .sm\:-mb-288{
    margin-bottom: -288px;
  }

  .sm\:-ml-288{
    margin-left: -288px;
  }

  .sm\:-mt-304{
    margin-top: -304px;
  }

  .sm\:-mr-304{
    margin-right: -304px;
  }

  .sm\:-mb-304{
    margin-bottom: -304px;
  }

  .sm\:-ml-304{
    margin-left: -304px;
  }

  .sm\:-mt-314{
    margin-top: -314px;
  }

  .sm\:-mr-314{
    margin-right: -314px;
  }

  .sm\:-mb-314{
    margin-bottom: -314px;
  }

  .sm\:-ml-314{
    margin-left: -314px;
  }

  .sm\:-mt-320{
    margin-top: -320px;
  }

  .sm\:-mr-320{
    margin-right: -320px;
  }

  .sm\:-mb-320{
    margin-bottom: -320px;
  }

  .sm\:-ml-320{
    margin-left: -320px;
  }

  .sm\:-mt-352{
    margin-top: -352px;
  }

  .sm\:-mr-352{
    margin-right: -352px;
  }

  .sm\:-mb-352{
    margin-bottom: -352px;
  }

  .sm\:-ml-352{
    margin-left: -352px;
  }

  .sm\:-mt-384{
    margin-top: -384px;
  }

  .sm\:-mr-384{
    margin-right: -384px;
  }

  .sm\:-mb-384{
    margin-bottom: -384px;
  }

  .sm\:-ml-384{
    margin-left: -384px;
  }

  .sm\:-mt-416{
    margin-top: -416px;
  }

  .sm\:-mr-416{
    margin-right: -416px;
  }

  .sm\:-mb-416{
    margin-bottom: -416px;
  }

  .sm\:-ml-416{
    margin-left: -416px;
  }

  .sm\:-mt-448{
    margin-top: -448px;
  }

  .sm\:-mr-448{
    margin-right: -448px;
  }

  .sm\:-mb-448{
    margin-bottom: -448px;
  }

  .sm\:-ml-448{
    margin-left: -448px;
  }

  .sm\:-mt-480{
    margin-top: -480px;
  }

  .sm\:-mr-480{
    margin-right: -480px;
  }

  .sm\:-mb-480{
    margin-bottom: -480px;
  }

  .sm\:-ml-480{
    margin-left: -480px;
  }

  .sm\:-mt-512{
    margin-top: -512px;
  }

  .sm\:-mr-512{
    margin-right: -512px;
  }

  .sm\:-mb-512{
    margin-bottom: -512px;
  }

  .sm\:-ml-512{
    margin-left: -512px;
  }

  .sm\:-mt-576{
    margin-top: -576px;
  }

  .sm\:-mr-576{
    margin-right: -576px;
  }

  .sm\:-mb-576{
    margin-bottom: -576px;
  }

  .sm\:-ml-576{
    margin-left: -576px;
  }

  .sm\:-mt-612{
    margin-top: -612px;
  }

  .sm\:-mr-612{
    margin-right: -612px;
  }

  .sm\:-mb-612{
    margin-bottom: -612px;
  }

  .sm\:-ml-612{
    margin-left: -612px;
  }

  .sm\:-mt-640{
    margin-top: -640px;
  }

  .sm\:-mr-640{
    margin-right: -640px;
  }

  .sm\:-mb-640{
    margin-bottom: -640px;
  }

  .sm\:-ml-640{
    margin-left: -640px;
  }

  .sm\:-mt-768{
    margin-top: -768px;
  }

  .sm\:-mr-768{
    margin-right: -768px;
  }

  .sm\:-mb-768{
    margin-bottom: -768px;
  }

  .sm\:-ml-768{
    margin-left: -768px;
  }

  .sm\:-mt--200{
    margin-top: 200px;
  }

  .sm\:-mr--200{
    margin-right: 200px;
  }

  .sm\:-mb--200{
    margin-bottom: 200px;
  }

  .sm\:-ml--200{
    margin-left: 200px;
  }

  .sm\:-mt--170{
    margin-top: 170px;
  }

  .sm\:-mr--170{
    margin-right: 170px;
  }

  .sm\:-mb--170{
    margin-bottom: 170px;
  }

  .sm\:-ml--170{
    margin-left: 170px;
  }

  .sm\:-mt--120{
    margin-top: 120px;
  }

  .sm\:-mr--120{
    margin-right: 120px;
  }

  .sm\:-mb--120{
    margin-bottom: 120px;
  }

  .sm\:-ml--120{
    margin-left: 120px;
  }

  .sm\:-mt--100{
    margin-top: 100px;
  }

  .sm\:-mr--100{
    margin-right: 100px;
  }

  .sm\:-mb--100{
    margin-bottom: 100px;
  }

  .sm\:-ml--100{
    margin-left: 100px;
  }

  .sm\:-mt--50{
    margin-top: 50px;
  }

  .sm\:-mr--50{
    margin-right: 50px;
  }

  .sm\:-mb--50{
    margin-bottom: 50px;
  }

  .sm\:-ml--50{
    margin-left: 50px;
  }

  .sm\:-mt--45{
    margin-top: 45px;
  }

  .sm\:-mr--45{
    margin-right: 45px;
  }

  .sm\:-mb--45{
    margin-bottom: 45px;
  }

  .sm\:-ml--45{
    margin-left: 45px;
  }

  .sm\:-mt--3{
    margin-top: 3px;
  }

  .sm\:-mr--3{
    margin-right: 3px;
  }

  .sm\:-mb--3{
    margin-bottom: 3px;
  }

  .sm\:-ml--3{
    margin-left: 3px;
  }

  .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-20p{
    margin-top: -20%;
  }

  .sm\:-mr-20p{
    margin-right: -20%;
  }

  .sm\:-mb-20p{
    margin-bottom: -20%;
  }

  .sm\:-ml-20p{
    margin-left: -20%;
  }

  .sm\:-mt-40p{
    margin-top: -40%;
  }

  .sm\:-mr-40p{
    margin-right: -40%;
  }

  .sm\:-mb-40p{
    margin-bottom: -40%;
  }

  .sm\:-ml-40p{
    margin-left: -40%;
  }

  .sm\:-mt-49p{
    margin-top: -49%;
  }

  .sm\:-mr-49p{
    margin-right: -49%;
  }

  .sm\:-mb-49p{
    margin-bottom: -49%;
  }

  .sm\:-ml-49p{
    margin-left: -49%;
  }

  .sm\:-mt-52p{
    margin-top: -52%;
  }

  .sm\:-mr-52p{
    margin-right: -52%;
  }

  .sm\:-mb-52p{
    margin-bottom: -52%;
  }

  .sm\:-ml-52p{
    margin-left: -52%;
  }

  .sm\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .sm\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .sm\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .sm\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .sm\:-mt-60p{
    margin-top: -60%;
  }

  .sm\:-mr-60p{
    margin-right: -60%;
  }

  .sm\:-mb-60p{
    margin-bottom: -60%;
  }

  .sm\:-ml-60p{
    margin-left: -60%;
  }

  .sm\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .sm\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .sm\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .sm\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .sm\:-mt-80p{
    margin-top: -80%;
  }

  .sm\:-mr-80p{
    margin-right: -80%;
  }

  .sm\:-mb-80p{
    margin-bottom: -80%;
  }

  .sm\:-ml-80p{
    margin-left: -80%;
  }

  .sm\:-mt-90p{
    margin-top: -90%;
  }

  .sm\:-mr-90p{
    margin-right: -90%;
  }

  .sm\:-mb-90p{
    margin-bottom: -90%;
  }

  .sm\:-ml-90p{
    margin-left: -90%;
  }

  .sm\:-mt-95p{
    margin-top: -95%;
  }

  .sm\:-mr-95p{
    margin-right: -95%;
  }

  .sm\:-mb-95p{
    margin-bottom: -95%;
  }

  .sm\:-ml-95p{
    margin-left: -95%;
  }

  .sm\:-mt-100p{
    margin-top: -100%;
  }

  .sm\:-mr-100p{
    margin-right: -100%;
  }

  .sm\:-mb-100p{
    margin-bottom: -100%;
  }

  .sm\:-ml-100p{
    margin-left: -100%;
  }

  .sm\:-mt-110p{
    margin-top: -110%;
  }

  .sm\:-mr-110p{
    margin-right: -110%;
  }

  .sm\:-mb-110p{
    margin-bottom: -110%;
  }

  .sm\:-ml-110p{
    margin-left: -110%;
  }

  .sm\:max-h-0{
    max-height: 0px;
  }

  .sm\:max-h-2{
    max-height: 2px;
  }

  .sm\:max-h-4{
    max-height: 4px;
  }

  .sm\:max-h-5{
    max-height: 5px;
  }

  .sm\:max-h-7{
    max-height: 7px;
  }

  .sm\:max-h-8{
    max-height: 8px;
  }

  .sm\:max-h-10{
    max-height: 10px;
  }

  .sm\:max-h-11{
    max-height: 11px;
  }

  .sm\:max-h-12{
    max-height: 12px;
  }

  .sm\:max-h-13{
    max-height: 13px;
  }

  .sm\:max-h-15{
    max-height: 15px;
  }

  .sm\:max-h-16{
    max-height: 16px;
  }

  .sm\:max-h-18{
    max-height: 18px;
  }

  .sm\:max-h-20{
    max-height: 20px;
  }

  .sm\:max-h-24{
    max-height: 24px;
  }

  .sm\:max-h-28{
    max-height: 28px;
  }

  .sm\:max-h-29{
    max-height: 29px;
  }

  .sm\:max-h-30{
    max-height: 30px;
  }

  .sm\:max-h-32{
    max-height: 32px;
  }

  .sm\:max-h-34{
    max-height: 34px;
  }

  .sm\:max-h-36{
    max-height: 36px;
  }

  .sm\:max-h-40{
    max-height: 40px;
  }

  .sm\:max-h-48{
    max-height: 48px;
  }

  .sm\:max-h-50{
    max-height: 50px;
  }

  .sm\:max-h-56{
    max-height: 56px;
  }

  .sm\:max-h-60{
    max-height: 60px;
  }

  .sm\:max-h-64{
    max-height: 64px;
  }

  .sm\:max-h-70{
    max-height: 70px;
  }

  .sm\:max-h-72{
    max-height: 72px;
  }

  .sm\:max-h-80{
    max-height: 80px;
  }

  .sm\:max-h-88{
    max-height: 88px;
  }

  .sm\:max-h-90{
    max-height: 90px;
  }

  .sm\:max-h-96{
    max-height: 96px;
  }

  .sm\:max-h-100{
    max-height: 100px;
  }

  .sm\:max-h-112{
    max-height: 112px;
  }

  .sm\:max-h-128{
    max-height: 128px;
  }

  .sm\:max-h-135{
    max-height: 135px;
  }

  .sm\:max-h-145{
    max-height: 145px;
  }

  .sm\:max-h-155{
    max-height: 155px;
  }

  .sm\:max-h-160{
    max-height: 160px;
  }

  .sm\:max-h-192{
    max-height: 192px;
  }

  .sm\:max-h-200{
    max-height: 200px;
  }

  .sm\:max-h-224{
    max-height: 224px;
  }

  .sm\:max-h-227{
    max-height: 227px;
  }

  .sm\:max-h-250{
    max-height: 250px;
  }

  .sm\:max-h-256{
    max-height: 256px;
  }

  .sm\:max-h-270{
    max-height: 270px;
  }

  .sm\:max-h-288{
    max-height: 288px;
  }

  .sm\:max-h-304{
    max-height: 304px;
  }

  .sm\:max-h-314{
    max-height: 314px;
  }

  .sm\:max-h-320{
    max-height: 320px;
  }

  .sm\:max-h-352{
    max-height: 352px;
  }

  .sm\:max-h-384{
    max-height: 384px;
  }

  .sm\:max-h-416{
    max-height: 416px;
  }

  .sm\:max-h-448{
    max-height: 448px;
  }

  .sm\:max-h-480{
    max-height: 480px;
  }

  .sm\:max-h-512{
    max-height: 512px;
  }

  .sm\:max-h-576{
    max-height: 576px;
  }

  .sm\:max-h-612{
    max-height: 612px;
  }

  .sm\:max-h-640{
    max-height: 640px;
  }

  .sm\:max-h-768{
    max-height: 768px;
  }

  .sm\:-max-h-200{
    max-height: -200px;
  }

  .sm\:-max-h-170{
    max-height: -170px;
  }

  .sm\:-max-h-120{
    max-height: -120px;
  }

  .sm\:-max-h-100{
    max-height: -100px;
  }

  .sm\:-max-h-50{
    max-height: -50px;
  }

  .sm\:-max-h-45{
    max-height: -45px;
  }

  .sm\:-max-h-3{
    max-height: -3px;
  }

  .sm\:max-h-px{
    max-height: 1px;
  }

  .sm\:max-h-20p{
    max-height: 20%;
  }

  .sm\:max-h-40p{
    max-height: 40%;
  }

  .sm\:max-h-49p{
    max-height: 49%;
  }

  .sm\:max-h-52p{
    max-height: 52%;
  }

  .sm\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .sm\:max-h-60p{
    max-height: 60%;
  }

  .sm\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .sm\:max-h-80p{
    max-height: 80%;
  }

  .sm\:max-h-90p{
    max-height: 90%;
  }

  .sm\:max-h-95p{
    max-height: 95%;
  }

  .sm\:max-h-100p{
    max-height: 100%;
  }

  .sm\:max-h-110p{
    max-height: 110%;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .sm\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .sm\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .sm\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .sm\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .sm\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .sm\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .sm\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .sm\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .sm\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .sm\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .sm\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .sm\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .sm\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .sm\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .sm\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .sm\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .sm\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .sm\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .sm\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .sm\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .sm\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .sm\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .sm\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .sm\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .sm\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .sm\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .sm\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .sm\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .sm\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .sm\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .sm\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .sm\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .sm\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .sm\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .sm\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .sm\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .sm\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .sm\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .sm\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .sm\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .sm\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .sm\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .sm\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .sm\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .sm\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .sm\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .sm\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .sm\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .sm\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .sm\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .sm\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .sm\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .sm\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .sm\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .sm\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .sm\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .sm\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .sm\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .sm\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .sm\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .sm\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .sm\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .sm\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .sm\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .sm\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .sm\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .sm\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .sm\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .sm\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .sm\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .sm\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .sm\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .sm\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .sm\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .sm\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .sm\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .sm\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .sm\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .sm\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .sm\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .sm\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .sm\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .sm\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .sm\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .sm\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .sm\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .sm\:max-w-0{
    max-width: 0rem;
  }

  .sm\:max-w-30{
    max-width: 30px;
  }

  .sm\:max-w-40{
    max-width: 40px;
  }

  .sm\:max-w-45{
    max-width: 45px;
  }

  .sm\:max-w-50{
    max-width: 50px;
  }

  .sm\:max-w-60{
    max-width: 60px;
  }

  .sm\:max-w-80{
    max-width: 80px;
  }

  .sm\:max-w-92{
    max-width: 92px;
  }

  .sm\:max-w-100{
    max-width: 100px;
  }

  .sm\:max-w-132{
    max-width: 132px;
  }

  .sm\:max-w-172{
    max-width: 172px;
  }

  .sm\:max-w-200{
    max-width: 200px;
  }

  .sm\:max-w-235{
    max-width: 235px;
  }

  .sm\:max-w-250{
    max-width: 250px;
  }

  .sm\:max-w-270{
    max-width: 270px;
  }

  .sm\:max-w-300{
    max-width: 300px;
  }

  .sm\:max-w-380{
    max-width: 380px;
  }

  .sm\:max-w-480{
    max-width: 480px;
  }

  .sm\:max-w-540{
    max-width: 540px;
  }

  .sm\:max-w-570{
    max-width: 570px;
  }

  .sm\:max-w-600{
    max-width: 600px;
  }

  .sm\:max-w-740{
    max-width: 740px;
  }

  .sm\:max-w-770{
    max-width: 770px;
  }

  .sm\:max-w-900{
    max-width: 900px;
  }

  .sm\:max-w-970{
    max-width: 970px;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose{
    max-width: 65ch;
  }

  .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: 1260px;
  }

  .sm\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0px;
  }

  .sm\:min-w-220{
    min-width: 220px;
  }

  .sm\:min-w-300{
    min-width: 300px;
  }

  .sm\:min-w-430{
    min-width: 430px;
  }

  .sm\:min-w-500{
    min-width: 500px;
  }

  .sm\:min-w-1024{
    min-width: 1024px;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .sm\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .sm\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .sm\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .sm\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .sm\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .sm\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .sm\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .sm\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-5{
    opacity: 0.05;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-60{
    opacity: 0.6;
  }

  .sm\:opacity-70{
    opacity: 0.7;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.8;
  }

  .sm\:opacity-90{
    opacity: 0.9;
  }

  .sm\:opacity-95{
    opacity: 0.95;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\: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: 0px;
  }

  .sm\:p-2{
    padding: 2px;
  }

  .sm\:p-4{
    padding: 4px;
  }

  .sm\:p-5{
    padding: 5px;
  }

  .sm\:p-7{
    padding: 7px;
  }

  .sm\:p-8{
    padding: 8px;
  }

  .sm\:p-10{
    padding: 10px;
  }

  .sm\:p-11{
    padding: 11px;
  }

  .sm\:p-12{
    padding: 12px;
  }

  .sm\:p-13{
    padding: 13px;
  }

  .sm\:p-15{
    padding: 15px;
  }

  .sm\:p-16{
    padding: 16px;
  }

  .sm\:p-18{
    padding: 18px;
  }

  .sm\:p-20{
    padding: 20px;
  }

  .sm\:p-24{
    padding: 24px;
  }

  .sm\:p-28{
    padding: 28px;
  }

  .sm\:p-29{
    padding: 29px;
  }

  .sm\:p-30{
    padding: 30px;
  }

  .sm\:p-32{
    padding: 32px;
  }

  .sm\:p-34{
    padding: 34px;
  }

  .sm\:p-36{
    padding: 36px;
  }

  .sm\:p-40{
    padding: 40px;
  }

  .sm\:p-48{
    padding: 48px;
  }

  .sm\:p-50{
    padding: 50px;
  }

  .sm\:p-56{
    padding: 56px;
  }

  .sm\:p-60{
    padding: 60px;
  }

  .sm\:p-64{
    padding: 64px;
  }

  .sm\:p-70{
    padding: 70px;
  }

  .sm\:p-72{
    padding: 72px;
  }

  .sm\:p-80{
    padding: 80px;
  }

  .sm\:p-88{
    padding: 88px;
  }

  .sm\:p-90{
    padding: 90px;
  }

  .sm\:p-96{
    padding: 96px;
  }

  .sm\:p-100{
    padding: 100px;
  }

  .sm\:p-112{
    padding: 112px;
  }

  .sm\:p-128{
    padding: 128px;
  }

  .sm\:p-135{
    padding: 135px;
  }

  .sm\:p-145{
    padding: 145px;
  }

  .sm\:p-155{
    padding: 155px;
  }

  .sm\:p-160{
    padding: 160px;
  }

  .sm\:p-192{
    padding: 192px;
  }

  .sm\:p-200{
    padding: 200px;
  }

  .sm\:p-224{
    padding: 224px;
  }

  .sm\:p-227{
    padding: 227px;
  }

  .sm\:p-250{
    padding: 250px;
  }

  .sm\:p-256{
    padding: 256px;
  }

  .sm\:p-270{
    padding: 270px;
  }

  .sm\:p-288{
    padding: 288px;
  }

  .sm\:p-304{
    padding: 304px;
  }

  .sm\:p-314{
    padding: 314px;
  }

  .sm\:p-320{
    padding: 320px;
  }

  .sm\:p-352{
    padding: 352px;
  }

  .sm\:p-384{
    padding: 384px;
  }

  .sm\:p-416{
    padding: 416px;
  }

  .sm\:p-448{
    padding: 448px;
  }

  .sm\:p-480{
    padding: 480px;
  }

  .sm\:p-512{
    padding: 512px;
  }

  .sm\:p-576{
    padding: 576px;
  }

  .sm\:p-612{
    padding: 612px;
  }

  .sm\:p-640{
    padding: 640px;
  }

  .sm\:p-768{
    padding: 768px;
  }

  .sm\:-p-200{
    padding: -200px;
  }

  .sm\:-p-170{
    padding: -170px;
  }

  .sm\:-p-120{
    padding: -120px;
  }

  .sm\:-p-100{
    padding: -100px;
  }

  .sm\:-p-50{
    padding: -50px;
  }

  .sm\:-p-45{
    padding: -45px;
  }

  .sm\:-p-3{
    padding: -3px;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-20p{
    padding: 20%;
  }

  .sm\:p-40p{
    padding: 40%;
  }

  .sm\:p-49p{
    padding: 49%;
  }

  .sm\:p-52p{
    padding: 52%;
  }

  .sm\:p-53\.5p{
    padding: 53.5%;
  }

  .sm\:p-60p{
    padding: 60%;
  }

  .sm\:p-71\.5p{
    padding: 71.5%;
  }

  .sm\:p-80p{
    padding: 80%;
  }

  .sm\:p-90p{
    padding: 90%;
  }

  .sm\:p-95p{
    padding: 95%;
  }

  .sm\:p-100p{
    padding: 100%;
  }

  .sm\:p-110p{
    padding: 110%;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .sm\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .sm\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sm\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .sm\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .sm\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .sm\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .sm\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .sm\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .sm\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .sm\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .sm\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .sm\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .sm\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .sm\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .sm\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .sm\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .sm\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .sm\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .sm\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .sm\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .sm\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .sm\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .sm\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .sm\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .sm\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .sm\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .sm\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .sm\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .sm\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .sm\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .sm\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .sm\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .sm\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .sm\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .sm\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .sm\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .sm\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .sm\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .sm\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .sm\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .sm\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .sm\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .sm\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .sm\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .sm\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .sm\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .sm\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .sm\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .sm\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .sm\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .sm\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .sm\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .sm\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .sm\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .sm\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .sm\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .sm\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .sm\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .sm\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .sm\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .sm\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .sm\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .sm\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .sm\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .sm\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pt-2{
    padding-top: 2px;
  }

  .sm\:pr-2{
    padding-right: 2px;
  }

  .sm\:pb-2{
    padding-bottom: 2px;
  }

  .sm\:pl-2{
    padding-left: 2px;
  }

  .sm\:pt-4{
    padding-top: 4px;
  }

  .sm\:pr-4{
    padding-right: 4px;
  }

  .sm\:pb-4{
    padding-bottom: 4px;
  }

  .sm\:pl-4{
    padding-left: 4px;
  }

  .sm\:pt-5{
    padding-top: 5px;
  }

  .sm\:pr-5{
    padding-right: 5px;
  }

  .sm\:pb-5{
    padding-bottom: 5px;
  }

  .sm\:pl-5{
    padding-left: 5px;
  }

  .sm\:pt-7{
    padding-top: 7px;
  }

  .sm\:pr-7{
    padding-right: 7px;
  }

  .sm\:pb-7{
    padding-bottom: 7px;
  }

  .sm\:pl-7{
    padding-left: 7px;
  }

  .sm\:pt-8{
    padding-top: 8px;
  }

  .sm\:pr-8{
    padding-right: 8px;
  }

  .sm\:pb-8{
    padding-bottom: 8px;
  }

  .sm\:pl-8{
    padding-left: 8px;
  }

  .sm\:pt-10{
    padding-top: 10px;
  }

  .sm\:pr-10{
    padding-right: 10px;
  }

  .sm\:pb-10{
    padding-bottom: 10px;
  }

  .sm\:pl-10{
    padding-left: 10px;
  }

  .sm\:pt-11{
    padding-top: 11px;
  }

  .sm\:pr-11{
    padding-right: 11px;
  }

  .sm\:pb-11{
    padding-bottom: 11px;
  }

  .sm\:pl-11{
    padding-left: 11px;
  }

  .sm\:pt-12{
    padding-top: 12px;
  }

  .sm\:pr-12{
    padding-right: 12px;
  }

  .sm\:pb-12{
    padding-bottom: 12px;
  }

  .sm\:pl-12{
    padding-left: 12px;
  }

  .sm\:pt-13{
    padding-top: 13px;
  }

  .sm\:pr-13{
    padding-right: 13px;
  }

  .sm\:pb-13{
    padding-bottom: 13px;
  }

  .sm\:pl-13{
    padding-left: 13px;
  }

  .sm\:pt-15{
    padding-top: 15px;
  }

  .sm\:pr-15{
    padding-right: 15px;
  }

  .sm\:pb-15{
    padding-bottom: 15px;
  }

  .sm\:pl-15{
    padding-left: 15px;
  }

  .sm\:pt-16{
    padding-top: 16px;
  }

  .sm\:pr-16{
    padding-right: 16px;
  }

  .sm\:pb-16{
    padding-bottom: 16px;
  }

  .sm\:pl-16{
    padding-left: 16px;
  }

  .sm\:pt-18{
    padding-top: 18px;
  }

  .sm\:pr-18{
    padding-right: 18px;
  }

  .sm\:pb-18{
    padding-bottom: 18px;
  }

  .sm\:pl-18{
    padding-left: 18px;
  }

  .sm\:pt-20{
    padding-top: 20px;
  }

  .sm\:pr-20{
    padding-right: 20px;
  }

  .sm\:pb-20{
    padding-bottom: 20px;
  }

  .sm\:pl-20{
    padding-left: 20px;
  }

  .sm\:pt-24{
    padding-top: 24px;
  }

  .sm\:pr-24{
    padding-right: 24px;
  }

  .sm\:pb-24{
    padding-bottom: 24px;
  }

  .sm\:pl-24{
    padding-left: 24px;
  }

  .sm\:pt-28{
    padding-top: 28px;
  }

  .sm\:pr-28{
    padding-right: 28px;
  }

  .sm\:pb-28{
    padding-bottom: 28px;
  }

  .sm\:pl-28{
    padding-left: 28px;
  }

  .sm\:pt-29{
    padding-top: 29px;
  }

  .sm\:pr-29{
    padding-right: 29px;
  }

  .sm\:pb-29{
    padding-bottom: 29px;
  }

  .sm\:pl-29{
    padding-left: 29px;
  }

  .sm\:pt-30{
    padding-top: 30px;
  }

  .sm\:pr-30{
    padding-right: 30px;
  }

  .sm\:pb-30{
    padding-bottom: 30px;
  }

  .sm\:pl-30{
    padding-left: 30px;
  }

  .sm\:pt-32{
    padding-top: 32px;
  }

  .sm\:pr-32{
    padding-right: 32px;
  }

  .sm\:pb-32{
    padding-bottom: 32px;
  }

  .sm\:pl-32{
    padding-left: 32px;
  }

  .sm\:pt-34{
    padding-top: 34px;
  }

  .sm\:pr-34{
    padding-right: 34px;
  }

  .sm\:pb-34{
    padding-bottom: 34px;
  }

  .sm\:pl-34{
    padding-left: 34px;
  }

  .sm\:pt-36{
    padding-top: 36px;
  }

  .sm\:pr-36{
    padding-right: 36px;
  }

  .sm\:pb-36{
    padding-bottom: 36px;
  }

  .sm\:pl-36{
    padding-left: 36px;
  }

  .sm\:pt-40{
    padding-top: 40px;
  }

  .sm\:pr-40{
    padding-right: 40px;
  }

  .sm\:pb-40{
    padding-bottom: 40px;
  }

  .sm\:pl-40{
    padding-left: 40px;
  }

  .sm\:pt-48{
    padding-top: 48px;
  }

  .sm\:pr-48{
    padding-right: 48px;
  }

  .sm\:pb-48{
    padding-bottom: 48px;
  }

  .sm\:pl-48{
    padding-left: 48px;
  }

  .sm\:pt-50{
    padding-top: 50px;
  }

  .sm\:pr-50{
    padding-right: 50px;
  }

  .sm\:pb-50{
    padding-bottom: 50px;
  }

  .sm\:pl-50{
    padding-left: 50px;
  }

  .sm\:pt-56{
    padding-top: 56px;
  }

  .sm\:pr-56{
    padding-right: 56px;
  }

  .sm\:pb-56{
    padding-bottom: 56px;
  }

  .sm\:pl-56{
    padding-left: 56px;
  }

  .sm\:pt-60{
    padding-top: 60px;
  }

  .sm\:pr-60{
    padding-right: 60px;
  }

  .sm\:pb-60{
    padding-bottom: 60px;
  }

  .sm\:pl-60{
    padding-left: 60px;
  }

  .sm\:pt-64{
    padding-top: 64px;
  }

  .sm\:pr-64{
    padding-right: 64px;
  }

  .sm\:pb-64{
    padding-bottom: 64px;
  }

  .sm\:pl-64{
    padding-left: 64px;
  }

  .sm\:pt-70{
    padding-top: 70px;
  }

  .sm\:pr-70{
    padding-right: 70px;
  }

  .sm\:pb-70{
    padding-bottom: 70px;
  }

  .sm\:pl-70{
    padding-left: 70px;
  }

  .sm\:pt-72{
    padding-top: 72px;
  }

  .sm\:pr-72{
    padding-right: 72px;
  }

  .sm\:pb-72{
    padding-bottom: 72px;
  }

  .sm\:pl-72{
    padding-left: 72px;
  }

  .sm\:pt-80{
    padding-top: 80px;
  }

  .sm\:pr-80{
    padding-right: 80px;
  }

  .sm\:pb-80{
    padding-bottom: 80px;
  }

  .sm\:pl-80{
    padding-left: 80px;
  }

  .sm\:pt-88{
    padding-top: 88px;
  }

  .sm\:pr-88{
    padding-right: 88px;
  }

  .sm\:pb-88{
    padding-bottom: 88px;
  }

  .sm\:pl-88{
    padding-left: 88px;
  }

  .sm\:pt-90{
    padding-top: 90px;
  }

  .sm\:pr-90{
    padding-right: 90px;
  }

  .sm\:pb-90{
    padding-bottom: 90px;
  }

  .sm\:pl-90{
    padding-left: 90px;
  }

  .sm\:pt-96{
    padding-top: 96px;
  }

  .sm\:pr-96{
    padding-right: 96px;
  }

  .sm\:pb-96{
    padding-bottom: 96px;
  }

  .sm\:pl-96{
    padding-left: 96px;
  }

  .sm\:pt-100{
    padding-top: 100px;
  }

  .sm\:pr-100{
    padding-right: 100px;
  }

  .sm\:pb-100{
    padding-bottom: 100px;
  }

  .sm\:pl-100{
    padding-left: 100px;
  }

  .sm\:pt-112{
    padding-top: 112px;
  }

  .sm\:pr-112{
    padding-right: 112px;
  }

  .sm\:pb-112{
    padding-bottom: 112px;
  }

  .sm\:pl-112{
    padding-left: 112px;
  }

  .sm\:pt-128{
    padding-top: 128px;
  }

  .sm\:pr-128{
    padding-right: 128px;
  }

  .sm\:pb-128{
    padding-bottom: 128px;
  }

  .sm\:pl-128{
    padding-left: 128px;
  }

  .sm\:pt-135{
    padding-top: 135px;
  }

  .sm\:pr-135{
    padding-right: 135px;
  }

  .sm\:pb-135{
    padding-bottom: 135px;
  }

  .sm\:pl-135{
    padding-left: 135px;
  }

  .sm\:pt-145{
    padding-top: 145px;
  }

  .sm\:pr-145{
    padding-right: 145px;
  }

  .sm\:pb-145{
    padding-bottom: 145px;
  }

  .sm\:pl-145{
    padding-left: 145px;
  }

  .sm\:pt-155{
    padding-top: 155px;
  }

  .sm\:pr-155{
    padding-right: 155px;
  }

  .sm\:pb-155{
    padding-bottom: 155px;
  }

  .sm\:pl-155{
    padding-left: 155px;
  }

  .sm\:pt-160{
    padding-top: 160px;
  }

  .sm\:pr-160{
    padding-right: 160px;
  }

  .sm\:pb-160{
    padding-bottom: 160px;
  }

  .sm\:pl-160{
    padding-left: 160px;
  }

  .sm\:pt-192{
    padding-top: 192px;
  }

  .sm\:pr-192{
    padding-right: 192px;
  }

  .sm\:pb-192{
    padding-bottom: 192px;
  }

  .sm\:pl-192{
    padding-left: 192px;
  }

  .sm\:pt-200{
    padding-top: 200px;
  }

  .sm\:pr-200{
    padding-right: 200px;
  }

  .sm\:pb-200{
    padding-bottom: 200px;
  }

  .sm\:pl-200{
    padding-left: 200px;
  }

  .sm\:pt-224{
    padding-top: 224px;
  }

  .sm\:pr-224{
    padding-right: 224px;
  }

  .sm\:pb-224{
    padding-bottom: 224px;
  }

  .sm\:pl-224{
    padding-left: 224px;
  }

  .sm\:pt-227{
    padding-top: 227px;
  }

  .sm\:pr-227{
    padding-right: 227px;
  }

  .sm\:pb-227{
    padding-bottom: 227px;
  }

  .sm\:pl-227{
    padding-left: 227px;
  }

  .sm\:pt-250{
    padding-top: 250px;
  }

  .sm\:pr-250{
    padding-right: 250px;
  }

  .sm\:pb-250{
    padding-bottom: 250px;
  }

  .sm\:pl-250{
    padding-left: 250px;
  }

  .sm\:pt-256{
    padding-top: 256px;
  }

  .sm\:pr-256{
    padding-right: 256px;
  }

  .sm\:pb-256{
    padding-bottom: 256px;
  }

  .sm\:pl-256{
    padding-left: 256px;
  }

  .sm\:pt-270{
    padding-top: 270px;
  }

  .sm\:pr-270{
    padding-right: 270px;
  }

  .sm\:pb-270{
    padding-bottom: 270px;
  }

  .sm\:pl-270{
    padding-left: 270px;
  }

  .sm\:pt-288{
    padding-top: 288px;
  }

  .sm\:pr-288{
    padding-right: 288px;
  }

  .sm\:pb-288{
    padding-bottom: 288px;
  }

  .sm\:pl-288{
    padding-left: 288px;
  }

  .sm\:pt-304{
    padding-top: 304px;
  }

  .sm\:pr-304{
    padding-right: 304px;
  }

  .sm\:pb-304{
    padding-bottom: 304px;
  }

  .sm\:pl-304{
    padding-left: 304px;
  }

  .sm\:pt-314{
    padding-top: 314px;
  }

  .sm\:pr-314{
    padding-right: 314px;
  }

  .sm\:pb-314{
    padding-bottom: 314px;
  }

  .sm\:pl-314{
    padding-left: 314px;
  }

  .sm\:pt-320{
    padding-top: 320px;
  }

  .sm\:pr-320{
    padding-right: 320px;
  }

  .sm\:pb-320{
    padding-bottom: 320px;
  }

  .sm\:pl-320{
    padding-left: 320px;
  }

  .sm\:pt-352{
    padding-top: 352px;
  }

  .sm\:pr-352{
    padding-right: 352px;
  }

  .sm\:pb-352{
    padding-bottom: 352px;
  }

  .sm\:pl-352{
    padding-left: 352px;
  }

  .sm\:pt-384{
    padding-top: 384px;
  }

  .sm\:pr-384{
    padding-right: 384px;
  }

  .sm\:pb-384{
    padding-bottom: 384px;
  }

  .sm\:pl-384{
    padding-left: 384px;
  }

  .sm\:pt-416{
    padding-top: 416px;
  }

  .sm\:pr-416{
    padding-right: 416px;
  }

  .sm\:pb-416{
    padding-bottom: 416px;
  }

  .sm\:pl-416{
    padding-left: 416px;
  }

  .sm\:pt-448{
    padding-top: 448px;
  }

  .sm\:pr-448{
    padding-right: 448px;
  }

  .sm\:pb-448{
    padding-bottom: 448px;
  }

  .sm\:pl-448{
    padding-left: 448px;
  }

  .sm\:pt-480{
    padding-top: 480px;
  }

  .sm\:pr-480{
    padding-right: 480px;
  }

  .sm\:pb-480{
    padding-bottom: 480px;
  }

  .sm\:pl-480{
    padding-left: 480px;
  }

  .sm\:pt-512{
    padding-top: 512px;
  }

  .sm\:pr-512{
    padding-right: 512px;
  }

  .sm\:pb-512{
    padding-bottom: 512px;
  }

  .sm\:pl-512{
    padding-left: 512px;
  }

  .sm\:pt-576{
    padding-top: 576px;
  }

  .sm\:pr-576{
    padding-right: 576px;
  }

  .sm\:pb-576{
    padding-bottom: 576px;
  }

  .sm\:pl-576{
    padding-left: 576px;
  }

  .sm\:pt-612{
    padding-top: 612px;
  }

  .sm\:pr-612{
    padding-right: 612px;
  }

  .sm\:pb-612{
    padding-bottom: 612px;
  }

  .sm\:pl-612{
    padding-left: 612px;
  }

  .sm\:pt-640{
    padding-top: 640px;
  }

  .sm\:pr-640{
    padding-right: 640px;
  }

  .sm\:pb-640{
    padding-bottom: 640px;
  }

  .sm\:pl-640{
    padding-left: 640px;
  }

  .sm\:pt-768{
    padding-top: 768px;
  }

  .sm\:pr-768{
    padding-right: 768px;
  }

  .sm\:pb-768{
    padding-bottom: 768px;
  }

  .sm\:pl-768{
    padding-left: 768px;
  }

  .sm\:-pt-200{
    padding-top: -200px;
  }

  .sm\:-pr-200{
    padding-right: -200px;
  }

  .sm\:-pb-200{
    padding-bottom: -200px;
  }

  .sm\:-pl-200{
    padding-left: -200px;
  }

  .sm\:-pt-170{
    padding-top: -170px;
  }

  .sm\:-pr-170{
    padding-right: -170px;
  }

  .sm\:-pb-170{
    padding-bottom: -170px;
  }

  .sm\:-pl-170{
    padding-left: -170px;
  }

  .sm\:-pt-120{
    padding-top: -120px;
  }

  .sm\:-pr-120{
    padding-right: -120px;
  }

  .sm\:-pb-120{
    padding-bottom: -120px;
  }

  .sm\:-pl-120{
    padding-left: -120px;
  }

  .sm\:-pt-100{
    padding-top: -100px;
  }

  .sm\:-pr-100{
    padding-right: -100px;
  }

  .sm\:-pb-100{
    padding-bottom: -100px;
  }

  .sm\:-pl-100{
    padding-left: -100px;
  }

  .sm\:-pt-50{
    padding-top: -50px;
  }

  .sm\:-pr-50{
    padding-right: -50px;
  }

  .sm\:-pb-50{
    padding-bottom: -50px;
  }

  .sm\:-pl-50{
    padding-left: -50px;
  }

  .sm\:-pt-45{
    padding-top: -45px;
  }

  .sm\:-pr-45{
    padding-right: -45px;
  }

  .sm\:-pb-45{
    padding-bottom: -45px;
  }

  .sm\:-pl-45{
    padding-left: -45px;
  }

  .sm\:-pt-3{
    padding-top: -3px;
  }

  .sm\:-pr-3{
    padding-right: -3px;
  }

  .sm\:-pb-3{
    padding-bottom: -3px;
  }

  .sm\:-pl-3{
    padding-left: -3px;
  }

  .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-20p{
    padding-top: 20%;
  }

  .sm\:pr-20p{
    padding-right: 20%;
  }

  .sm\:pb-20p{
    padding-bottom: 20%;
  }

  .sm\:pl-20p{
    padding-left: 20%;
  }

  .sm\:pt-40p{
    padding-top: 40%;
  }

  .sm\:pr-40p{
    padding-right: 40%;
  }

  .sm\:pb-40p{
    padding-bottom: 40%;
  }

  .sm\:pl-40p{
    padding-left: 40%;
  }

  .sm\:pt-49p{
    padding-top: 49%;
  }

  .sm\:pr-49p{
    padding-right: 49%;
  }

  .sm\:pb-49p{
    padding-bottom: 49%;
  }

  .sm\:pl-49p{
    padding-left: 49%;
  }

  .sm\:pt-52p{
    padding-top: 52%;
  }

  .sm\:pr-52p{
    padding-right: 52%;
  }

  .sm\:pb-52p{
    padding-bottom: 52%;
  }

  .sm\:pl-52p{
    padding-left: 52%;
  }

  .sm\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .sm\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .sm\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .sm\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .sm\:pt-60p{
    padding-top: 60%;
  }

  .sm\:pr-60p{
    padding-right: 60%;
  }

  .sm\:pb-60p{
    padding-bottom: 60%;
  }

  .sm\:pl-60p{
    padding-left: 60%;
  }

  .sm\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .sm\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .sm\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .sm\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .sm\:pt-80p{
    padding-top: 80%;
  }

  .sm\:pr-80p{
    padding-right: 80%;
  }

  .sm\:pb-80p{
    padding-bottom: 80%;
  }

  .sm\:pl-80p{
    padding-left: 80%;
  }

  .sm\:pt-90p{
    padding-top: 90%;
  }

  .sm\:pr-90p{
    padding-right: 90%;
  }

  .sm\:pb-90p{
    padding-bottom: 90%;
  }

  .sm\:pl-90p{
    padding-left: 90%;
  }

  .sm\:pt-95p{
    padding-top: 95%;
  }

  .sm\:pr-95p{
    padding-right: 95%;
  }

  .sm\:pb-95p{
    padding-bottom: 95%;
  }

  .sm\:pl-95p{
    padding-left: 95%;
  }

  .sm\:pt-100p{
    padding-top: 100%;
  }

  .sm\:pr-100p{
    padding-right: 100%;
  }

  .sm\:pb-100p{
    padding-bottom: 100%;
  }

  .sm\:pl-100p{
    padding-left: 100%;
  }

  .sm\:pt-110p{
    padding-top: 110%;
  }

  .sm\:pr-110p{
    padding-right: 110%;
  }

  .sm\:pb-110p{
    padding-bottom: 110%;
  }

  .sm\:pl-110p{
    padding-left: 110%;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .sm\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .sm\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .sm\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .sm\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .sm\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .sm\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .sm\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .sm\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sm\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .sm\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .sm\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .sm\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .sm\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .sm\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .sm\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .sm\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .sm\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .sm\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .sm\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .sm\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .sm\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .sm\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .sm\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .sm\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .sm\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .sm\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .sm\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .sm\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .sm\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .sm\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .sm\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .sm\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .sm\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .sm\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .sm\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .sm\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .sm\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .sm\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .sm\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .sm\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .sm\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .sm\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .sm\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .sm\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .sm\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .sm\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .sm\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .sm\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .sm\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .sm\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .sm\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .sm\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .sm\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .sm\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .sm\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .sm\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .sm\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .sm\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .sm\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .sm\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .sm\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .sm\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .sm\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .sm\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .sm\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .sm\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .sm\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .sm\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .sm\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .sm\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .sm\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .sm\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .sm\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .sm\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .sm\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .sm\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .sm\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .sm\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .sm\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .sm\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .sm\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .sm\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .sm\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .sm\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .sm\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .sm\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .sm\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .sm\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .sm\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .sm\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .sm\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .sm\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .sm\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .sm\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .sm\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .sm\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .sm\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .sm\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .sm\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .sm\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .sm\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .sm\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .sm\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .sm\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .sm\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .sm\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .sm\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .sm\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .sm\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .sm\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .sm\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .sm\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .sm\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .sm\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .sm\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .sm\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .sm\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .sm\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .sm\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .sm\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .sm\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .sm\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .sm\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .sm\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .sm\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .sm\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .sm\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .sm\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .sm\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .sm\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .sm\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .sm\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .sm\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .sm\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .sm\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .sm\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .sm\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .sm\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .sm\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .sm\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .sm\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .sm\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .sm\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .sm\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .sm\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .sm\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .sm\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .sm\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .sm\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .sm\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .sm\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .sm\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .sm\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .sm\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .sm\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .sm\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .sm\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .sm\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .sm\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .sm\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .sm\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .sm\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .sm\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .sm\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .sm\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .sm\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .sm\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .sm\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .sm\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .sm\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .sm\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .sm\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .sm\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .sm\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .sm\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .sm\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .sm\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .sm\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .sm\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .sm\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .sm\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .sm\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .sm\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .sm\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .sm\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .sm\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .sm\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .sm\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .sm\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .sm\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .sm\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .sm\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .sm\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .sm\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .sm\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .sm\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .sm\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .sm\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .sm\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .sm\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .sm\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .sm\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .sm\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .sm\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .sm\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .sm\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .sm\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .sm\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .sm\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .sm\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .sm\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .sm\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .sm\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .sm\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .sm\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .sm\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .sm\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .sm\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .sm\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .sm\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .sm\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .sm\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .sm\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .sm\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .sm\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .sm\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .sm\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .sm\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .sm\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .sm\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .sm\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .sm\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .sm\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .sm\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .sm\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .sm\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .sm\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .sm\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .sm\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .sm\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .sm\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .sm\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .sm\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .sm\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .sm\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .sm\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .sm\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .sm\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .sm\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .sm\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .sm\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .sm\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .sm\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .sm\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .sm\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .sm\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .sm\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .sm\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .sm\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .sm\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .sm\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .sm\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .sm\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .sm\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .sm\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .sm\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .sm\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .sm\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .sm\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .sm\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .sm\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .sm\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .sm\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .sm\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .sm\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .sm\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .sm\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .sm\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .sm\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .sm\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .sm\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .sm\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .sm\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .sm\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .sm\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .sm\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .sm\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .sm\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .sm\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .sm\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .sm\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .sm\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .sm\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .sm\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .sm\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .sm\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .sm\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .sm\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .sm\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .sm\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .sm\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .sm\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .sm\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .sm\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .sm\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .sm\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .sm\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .sm\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .sm\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .sm\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .sm\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .sm\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .sm\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .sm\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .sm\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .sm\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .sm\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .sm\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .sm\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .sm\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .sm\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .sm\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .sm\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .sm\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .sm\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .sm\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .sm\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .sm\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .sm\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .sm\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .sm\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .sm\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .sm\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .sm\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .sm\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .sm\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .sm\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .sm\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .sm\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .sm\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .sm\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .sm\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .sm\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .sm\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .sm\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .sm\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .sm\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .sm\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .sm\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .sm\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .sm\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .sm\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .sm\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .sm\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .sm\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .sm\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .sm\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .sm\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .sm\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .sm\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .sm\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .sm\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .sm\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .sm\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .sm\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .sm\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .sm\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .sm\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .sm\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .sm\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .sm\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .sm\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .sm\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .sm\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .sm\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .sm\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .sm\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .sm\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .sm\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .sm\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .sm\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .sm\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .sm\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .sm\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .sm\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .sm\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .sm\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .sm\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .sm\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .sm\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .sm\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .sm\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .sm\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .sm\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .sm\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .sm\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .sm\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .sm\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .sm\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .sm\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .sm\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .sm\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .sm\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .sm\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .sm\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .sm\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .sm\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .sm\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .sm\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .sm\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .sm\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .sm\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .sm\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .sm\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .sm\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .sm\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .sm\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .sm\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .sm\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .sm\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .sm\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .sm\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .sm\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .sm\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .sm\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .sm\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .sm\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .sm\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .sm\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .sm\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .sm\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .sm\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .sm\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .sm\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .sm\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .sm\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .sm\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .sm\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .sm\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .sm\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .sm\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:top-2{
    top: 2px;
  }

  .sm\:right-2{
    right: 2px;
  }

  .sm\:bottom-2{
    bottom: 2px;
  }

  .sm\:left-2{
    left: 2px;
  }

  .sm\:top-4{
    top: 4px;
  }

  .sm\:right-4{
    right: 4px;
  }

  .sm\:bottom-4{
    bottom: 4px;
  }

  .sm\:left-4{
    left: 4px;
  }

  .sm\:top-5{
    top: 5px;
  }

  .sm\:right-5{
    right: 5px;
  }

  .sm\:bottom-5{
    bottom: 5px;
  }

  .sm\:left-5{
    left: 5px;
  }

  .sm\:top-7{
    top: 7px;
  }

  .sm\:right-7{
    right: 7px;
  }

  .sm\:bottom-7{
    bottom: 7px;
  }

  .sm\:left-7{
    left: 7px;
  }

  .sm\:top-8{
    top: 8px;
  }

  .sm\:right-8{
    right: 8px;
  }

  .sm\:bottom-8{
    bottom: 8px;
  }

  .sm\:left-8{
    left: 8px;
  }

  .sm\:top-10{
    top: 10px;
  }

  .sm\:right-10{
    right: 10px;
  }

  .sm\:bottom-10{
    bottom: 10px;
  }

  .sm\:left-10{
    left: 10px;
  }

  .sm\:top-11{
    top: 11px;
  }

  .sm\:right-11{
    right: 11px;
  }

  .sm\:bottom-11{
    bottom: 11px;
  }

  .sm\:left-11{
    left: 11px;
  }

  .sm\:top-12{
    top: 12px;
  }

  .sm\:right-12{
    right: 12px;
  }

  .sm\:bottom-12{
    bottom: 12px;
  }

  .sm\:left-12{
    left: 12px;
  }

  .sm\:top-13{
    top: 13px;
  }

  .sm\:right-13{
    right: 13px;
  }

  .sm\:bottom-13{
    bottom: 13px;
  }

  .sm\:left-13{
    left: 13px;
  }

  .sm\:top-15{
    top: 15px;
  }

  .sm\:right-15{
    right: 15px;
  }

  .sm\:bottom-15{
    bottom: 15px;
  }

  .sm\:left-15{
    left: 15px;
  }

  .sm\:top-16{
    top: 16px;
  }

  .sm\:right-16{
    right: 16px;
  }

  .sm\:bottom-16{
    bottom: 16px;
  }

  .sm\:left-16{
    left: 16px;
  }

  .sm\:top-18{
    top: 18px;
  }

  .sm\:right-18{
    right: 18px;
  }

  .sm\:bottom-18{
    bottom: 18px;
  }

  .sm\:left-18{
    left: 18px;
  }

  .sm\:top-20{
    top: 20px;
  }

  .sm\:right-20{
    right: 20px;
  }

  .sm\:bottom-20{
    bottom: 20px;
  }

  .sm\:left-20{
    left: 20px;
  }

  .sm\:top-24{
    top: 24px;
  }

  .sm\:right-24{
    right: 24px;
  }

  .sm\:bottom-24{
    bottom: 24px;
  }

  .sm\:left-24{
    left: 24px;
  }

  .sm\:top-28{
    top: 28px;
  }

  .sm\:right-28{
    right: 28px;
  }

  .sm\:bottom-28{
    bottom: 28px;
  }

  .sm\:left-28{
    left: 28px;
  }

  .sm\:top-29{
    top: 29px;
  }

  .sm\:right-29{
    right: 29px;
  }

  .sm\:bottom-29{
    bottom: 29px;
  }

  .sm\:left-29{
    left: 29px;
  }

  .sm\:top-30{
    top: 30px;
  }

  .sm\:right-30{
    right: 30px;
  }

  .sm\:bottom-30{
    bottom: 30px;
  }

  .sm\:left-30{
    left: 30px;
  }

  .sm\:top-32{
    top: 32px;
  }

  .sm\:right-32{
    right: 32px;
  }

  .sm\:bottom-32{
    bottom: 32px;
  }

  .sm\:left-32{
    left: 32px;
  }

  .sm\:top-34{
    top: 34px;
  }

  .sm\:right-34{
    right: 34px;
  }

  .sm\:bottom-34{
    bottom: 34px;
  }

  .sm\:left-34{
    left: 34px;
  }

  .sm\:top-36{
    top: 36px;
  }

  .sm\:right-36{
    right: 36px;
  }

  .sm\:bottom-36{
    bottom: 36px;
  }

  .sm\:left-36{
    left: 36px;
  }

  .sm\:top-40{
    top: 40px;
  }

  .sm\:right-40{
    right: 40px;
  }

  .sm\:bottom-40{
    bottom: 40px;
  }

  .sm\:left-40{
    left: 40px;
  }

  .sm\:top-48{
    top: 48px;
  }

  .sm\:right-48{
    right: 48px;
  }

  .sm\:bottom-48{
    bottom: 48px;
  }

  .sm\:left-48{
    left: 48px;
  }

  .sm\:top-50{
    top: 50px;
  }

  .sm\:right-50{
    right: 50px;
  }

  .sm\:bottom-50{
    bottom: 50px;
  }

  .sm\:left-50{
    left: 50px;
  }

  .sm\:top-56{
    top: 56px;
  }

  .sm\:right-56{
    right: 56px;
  }

  .sm\:bottom-56{
    bottom: 56px;
  }

  .sm\:left-56{
    left: 56px;
  }

  .sm\:top-60{
    top: 60px;
  }

  .sm\:right-60{
    right: 60px;
  }

  .sm\:bottom-60{
    bottom: 60px;
  }

  .sm\:left-60{
    left: 60px;
  }

  .sm\:top-64{
    top: 64px;
  }

  .sm\:right-64{
    right: 64px;
  }

  .sm\:bottom-64{
    bottom: 64px;
  }

  .sm\:left-64{
    left: 64px;
  }

  .sm\:top-70{
    top: 70px;
  }

  .sm\:right-70{
    right: 70px;
  }

  .sm\:bottom-70{
    bottom: 70px;
  }

  .sm\:left-70{
    left: 70px;
  }

  .sm\:top-72{
    top: 72px;
  }

  .sm\:right-72{
    right: 72px;
  }

  .sm\:bottom-72{
    bottom: 72px;
  }

  .sm\:left-72{
    left: 72px;
  }

  .sm\:top-80{
    top: 80px;
  }

  .sm\:right-80{
    right: 80px;
  }

  .sm\:bottom-80{
    bottom: 80px;
  }

  .sm\:left-80{
    left: 80px;
  }

  .sm\:top-88{
    top: 88px;
  }

  .sm\:right-88{
    right: 88px;
  }

  .sm\:bottom-88{
    bottom: 88px;
  }

  .sm\:left-88{
    left: 88px;
  }

  .sm\:top-90{
    top: 90px;
  }

  .sm\:right-90{
    right: 90px;
  }

  .sm\:bottom-90{
    bottom: 90px;
  }

  .sm\:left-90{
    left: 90px;
  }

  .sm\:top-96{
    top: 96px;
  }

  .sm\:right-96{
    right: 96px;
  }

  .sm\:bottom-96{
    bottom: 96px;
  }

  .sm\:left-96{
    left: 96px;
  }

  .sm\:top-100{
    top: 100px;
  }

  .sm\:right-100{
    right: 100px;
  }

  .sm\:bottom-100{
    bottom: 100px;
  }

  .sm\:left-100{
    left: 100px;
  }

  .sm\:top-112{
    top: 112px;
  }

  .sm\:right-112{
    right: 112px;
  }

  .sm\:bottom-112{
    bottom: 112px;
  }

  .sm\:left-112{
    left: 112px;
  }

  .sm\:top-128{
    top: 128px;
  }

  .sm\:right-128{
    right: 128px;
  }

  .sm\:bottom-128{
    bottom: 128px;
  }

  .sm\:left-128{
    left: 128px;
  }

  .sm\:top-135{
    top: 135px;
  }

  .sm\:right-135{
    right: 135px;
  }

  .sm\:bottom-135{
    bottom: 135px;
  }

  .sm\:left-135{
    left: 135px;
  }

  .sm\:top-145{
    top: 145px;
  }

  .sm\:right-145{
    right: 145px;
  }

  .sm\:bottom-145{
    bottom: 145px;
  }

  .sm\:left-145{
    left: 145px;
  }

  .sm\:top-155{
    top: 155px;
  }

  .sm\:right-155{
    right: 155px;
  }

  .sm\:bottom-155{
    bottom: 155px;
  }

  .sm\:left-155{
    left: 155px;
  }

  .sm\:top-160{
    top: 160px;
  }

  .sm\:right-160{
    right: 160px;
  }

  .sm\:bottom-160{
    bottom: 160px;
  }

  .sm\:left-160{
    left: 160px;
  }

  .sm\:top-192{
    top: 192px;
  }

  .sm\:right-192{
    right: 192px;
  }

  .sm\:bottom-192{
    bottom: 192px;
  }

  .sm\:left-192{
    left: 192px;
  }

  .sm\:top-200{
    top: 200px;
  }

  .sm\:right-200{
    right: 200px;
  }

  .sm\:bottom-200{
    bottom: 200px;
  }

  .sm\:left-200{
    left: 200px;
  }

  .sm\:top-224{
    top: 224px;
  }

  .sm\:right-224{
    right: 224px;
  }

  .sm\:bottom-224{
    bottom: 224px;
  }

  .sm\:left-224{
    left: 224px;
  }

  .sm\:top-227{
    top: 227px;
  }

  .sm\:right-227{
    right: 227px;
  }

  .sm\:bottom-227{
    bottom: 227px;
  }

  .sm\:left-227{
    left: 227px;
  }

  .sm\:top-250{
    top: 250px;
  }

  .sm\:right-250{
    right: 250px;
  }

  .sm\:bottom-250{
    bottom: 250px;
  }

  .sm\:left-250{
    left: 250px;
  }

  .sm\:top-256{
    top: 256px;
  }

  .sm\:right-256{
    right: 256px;
  }

  .sm\:bottom-256{
    bottom: 256px;
  }

  .sm\:left-256{
    left: 256px;
  }

  .sm\:top-270{
    top: 270px;
  }

  .sm\:right-270{
    right: 270px;
  }

  .sm\:bottom-270{
    bottom: 270px;
  }

  .sm\:left-270{
    left: 270px;
  }

  .sm\:top-288{
    top: 288px;
  }

  .sm\:right-288{
    right: 288px;
  }

  .sm\:bottom-288{
    bottom: 288px;
  }

  .sm\:left-288{
    left: 288px;
  }

  .sm\:top-304{
    top: 304px;
  }

  .sm\:right-304{
    right: 304px;
  }

  .sm\:bottom-304{
    bottom: 304px;
  }

  .sm\:left-304{
    left: 304px;
  }

  .sm\:top-314{
    top: 314px;
  }

  .sm\:right-314{
    right: 314px;
  }

  .sm\:bottom-314{
    bottom: 314px;
  }

  .sm\:left-314{
    left: 314px;
  }

  .sm\:top-320{
    top: 320px;
  }

  .sm\:right-320{
    right: 320px;
  }

  .sm\:bottom-320{
    bottom: 320px;
  }

  .sm\:left-320{
    left: 320px;
  }

  .sm\:top-352{
    top: 352px;
  }

  .sm\:right-352{
    right: 352px;
  }

  .sm\:bottom-352{
    bottom: 352px;
  }

  .sm\:left-352{
    left: 352px;
  }

  .sm\:top-384{
    top: 384px;
  }

  .sm\:right-384{
    right: 384px;
  }

  .sm\:bottom-384{
    bottom: 384px;
  }

  .sm\:left-384{
    left: 384px;
  }

  .sm\:top-416{
    top: 416px;
  }

  .sm\:right-416{
    right: 416px;
  }

  .sm\:bottom-416{
    bottom: 416px;
  }

  .sm\:left-416{
    left: 416px;
  }

  .sm\:top-448{
    top: 448px;
  }

  .sm\:right-448{
    right: 448px;
  }

  .sm\:bottom-448{
    bottom: 448px;
  }

  .sm\:left-448{
    left: 448px;
  }

  .sm\:top-480{
    top: 480px;
  }

  .sm\:right-480{
    right: 480px;
  }

  .sm\:bottom-480{
    bottom: 480px;
  }

  .sm\:left-480{
    left: 480px;
  }

  .sm\:top-512{
    top: 512px;
  }

  .sm\:right-512{
    right: 512px;
  }

  .sm\:bottom-512{
    bottom: 512px;
  }

  .sm\:left-512{
    left: 512px;
  }

  .sm\:top-576{
    top: 576px;
  }

  .sm\:right-576{
    right: 576px;
  }

  .sm\:bottom-576{
    bottom: 576px;
  }

  .sm\:left-576{
    left: 576px;
  }

  .sm\:top-612{
    top: 612px;
  }

  .sm\:right-612{
    right: 612px;
  }

  .sm\:bottom-612{
    bottom: 612px;
  }

  .sm\:left-612{
    left: 612px;
  }

  .sm\:top-640{
    top: 640px;
  }

  .sm\:right-640{
    right: 640px;
  }

  .sm\:bottom-640{
    bottom: 640px;
  }

  .sm\:left-640{
    left: 640px;
  }

  .sm\:top-768{
    top: 768px;
  }

  .sm\:right-768{
    right: 768px;
  }

  .sm\:bottom-768{
    bottom: 768px;
  }

  .sm\:left-768{
    left: 768px;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:-top-200{
    top: -200px;
  }

  .sm\:-right-200{
    right: -200px;
  }

  .sm\:-bottom-200{
    bottom: -200px;
  }

  .sm\:-left-200{
    left: -200px;
  }

  .sm\:-top-170{
    top: -170px;
  }

  .sm\:-right-170{
    right: -170px;
  }

  .sm\:-bottom-170{
    bottom: -170px;
  }

  .sm\:-left-170{
    left: -170px;
  }

  .sm\:-top-120{
    top: -120px;
  }

  .sm\:-right-120{
    right: -120px;
  }

  .sm\:-bottom-120{
    bottom: -120px;
  }

  .sm\:-left-120{
    left: -120px;
  }

  .sm\:-top-100{
    top: -100px;
  }

  .sm\:-right-100{
    right: -100px;
  }

  .sm\:-bottom-100{
    bottom: -100px;
  }

  .sm\:-left-100{
    left: -100px;
  }

  .sm\:-top-50{
    top: -50px;
  }

  .sm\:-right-50{
    right: -50px;
  }

  .sm\:-bottom-50{
    bottom: -50px;
  }

  .sm\:-left-50{
    left: -50px;
  }

  .sm\:-top-45{
    top: -45px;
  }

  .sm\:-right-45{
    right: -45px;
  }

  .sm\:-bottom-45{
    bottom: -45px;
  }

  .sm\:-left-45{
    left: -45px;
  }

  .sm\:-top-3{
    top: -3px;
  }

  .sm\:-right-3{
    right: -3px;
  }

  .sm\:-bottom-3{
    bottom: -3px;
  }

  .sm\:-left-3{
    left: -3px;
  }

  .sm\:top-px{
    top: 1px;
  }

  .sm\:right-px{
    right: 1px;
  }

  .sm\:bottom-px{
    bottom: 1px;
  }

  .sm\:left-px{
    left: 1px;
  }

  .sm\:top-20p{
    top: 20%;
  }

  .sm\:right-20p{
    right: 20%;
  }

  .sm\:bottom-20p{
    bottom: 20%;
  }

  .sm\:left-20p{
    left: 20%;
  }

  .sm\:top-40p{
    top: 40%;
  }

  .sm\:right-40p{
    right: 40%;
  }

  .sm\:bottom-40p{
    bottom: 40%;
  }

  .sm\:left-40p{
    left: 40%;
  }

  .sm\:top-49p{
    top: 49%;
  }

  .sm\:right-49p{
    right: 49%;
  }

  .sm\:bottom-49p{
    bottom: 49%;
  }

  .sm\:left-49p{
    left: 49%;
  }

  .sm\:top-52p{
    top: 52%;
  }

  .sm\:right-52p{
    right: 52%;
  }

  .sm\:bottom-52p{
    bottom: 52%;
  }

  .sm\:left-52p{
    left: 52%;
  }

  .sm\:top-53\.5p{
    top: 53.5%;
  }

  .sm\:right-53\.5p{
    right: 53.5%;
  }

  .sm\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .sm\:left-53\.5p{
    left: 53.5%;
  }

  .sm\:top-60p{
    top: 60%;
  }

  .sm\:right-60p{
    right: 60%;
  }

  .sm\:bottom-60p{
    bottom: 60%;
  }

  .sm\:left-60p{
    left: 60%;
  }

  .sm\:top-71\.5p{
    top: 71.5%;
  }

  .sm\:right-71\.5p{
    right: 71.5%;
  }

  .sm\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .sm\:left-71\.5p{
    left: 71.5%;
  }

  .sm\:top-80p{
    top: 80%;
  }

  .sm\:right-80p{
    right: 80%;
  }

  .sm\:bottom-80p{
    bottom: 80%;
  }

  .sm\:left-80p{
    left: 80%;
  }

  .sm\:top-90p{
    top: 90%;
  }

  .sm\:right-90p{
    right: 90%;
  }

  .sm\:bottom-90p{
    bottom: 90%;
  }

  .sm\:left-90p{
    left: 90%;
  }

  .sm\:top-95p{
    top: 95%;
  }

  .sm\:right-95p{
    right: 95%;
  }

  .sm\:bottom-95p{
    bottom: 95%;
  }

  .sm\:left-95p{
    left: 95%;
  }

  .sm\:top-100p{
    top: 100%;
  }

  .sm\:right-100p{
    right: 100%;
  }

  .sm\:bottom-100p{
    bottom: 100%;
  }

  .sm\:left-100p{
    left: 100%;
  }

  .sm\:top-110p{
    top: 110%;
  }

  .sm\:right-110p{
    right: 110%;
  }

  .sm\:bottom-110p{
    bottom: 110%;
  }

  .sm\:left-110p{
    left: 110%;
  }

  .sm\:-top-0{
    top: 0px;
  }

  .sm\:-right-0{
    right: 0px;
  }

  .sm\:-bottom-0{
    bottom: 0px;
  }

  .sm\:-left-0{
    left: 0px;
  }

  .sm\:-top-2{
    top: -2px;
  }

  .sm\:-right-2{
    right: -2px;
  }

  .sm\:-bottom-2{
    bottom: -2px;
  }

  .sm\:-left-2{
    left: -2px;
  }

  .sm\:-top-4{
    top: -4px;
  }

  .sm\:-right-4{
    right: -4px;
  }

  .sm\:-bottom-4{
    bottom: -4px;
  }

  .sm\:-left-4{
    left: -4px;
  }

  .sm\:-top-5{
    top: -5px;
  }

  .sm\:-right-5{
    right: -5px;
  }

  .sm\:-bottom-5{
    bottom: -5px;
  }

  .sm\:-left-5{
    left: -5px;
  }

  .sm\:-top-7{
    top: -7px;
  }

  .sm\:-right-7{
    right: -7px;
  }

  .sm\:-bottom-7{
    bottom: -7px;
  }

  .sm\:-left-7{
    left: -7px;
  }

  .sm\:-top-8{
    top: -8px;
  }

  .sm\:-right-8{
    right: -8px;
  }

  .sm\:-bottom-8{
    bottom: -8px;
  }

  .sm\:-left-8{
    left: -8px;
  }

  .sm\:-top-10{
    top: -10px;
  }

  .sm\:-right-10{
    right: -10px;
  }

  .sm\:-bottom-10{
    bottom: -10px;
  }

  .sm\:-left-10{
    left: -10px;
  }

  .sm\:-top-11{
    top: -11px;
  }

  .sm\:-right-11{
    right: -11px;
  }

  .sm\:-bottom-11{
    bottom: -11px;
  }

  .sm\:-left-11{
    left: -11px;
  }

  .sm\:-top-12{
    top: -12px;
  }

  .sm\:-right-12{
    right: -12px;
  }

  .sm\:-bottom-12{
    bottom: -12px;
  }

  .sm\:-left-12{
    left: -12px;
  }

  .sm\:-top-13{
    top: -13px;
  }

  .sm\:-right-13{
    right: -13px;
  }

  .sm\:-bottom-13{
    bottom: -13px;
  }

  .sm\:-left-13{
    left: -13px;
  }

  .sm\:-top-15{
    top: -15px;
  }

  .sm\:-right-15{
    right: -15px;
  }

  .sm\:-bottom-15{
    bottom: -15px;
  }

  .sm\:-left-15{
    left: -15px;
  }

  .sm\:-top-16{
    top: -16px;
  }

  .sm\:-right-16{
    right: -16px;
  }

  .sm\:-bottom-16{
    bottom: -16px;
  }

  .sm\:-left-16{
    left: -16px;
  }

  .sm\:-top-18{
    top: -18px;
  }

  .sm\:-right-18{
    right: -18px;
  }

  .sm\:-bottom-18{
    bottom: -18px;
  }

  .sm\:-left-18{
    left: -18px;
  }

  .sm\:-top-20{
    top: -20px;
  }

  .sm\:-right-20{
    right: -20px;
  }

  .sm\:-bottom-20{
    bottom: -20px;
  }

  .sm\:-left-20{
    left: -20px;
  }

  .sm\:-top-24{
    top: -24px;
  }

  .sm\:-right-24{
    right: -24px;
  }

  .sm\:-bottom-24{
    bottom: -24px;
  }

  .sm\:-left-24{
    left: -24px;
  }

  .sm\:-top-28{
    top: -28px;
  }

  .sm\:-right-28{
    right: -28px;
  }

  .sm\:-bottom-28{
    bottom: -28px;
  }

  .sm\:-left-28{
    left: -28px;
  }

  .sm\:-top-29{
    top: -29px;
  }

  .sm\:-right-29{
    right: -29px;
  }

  .sm\:-bottom-29{
    bottom: -29px;
  }

  .sm\:-left-29{
    left: -29px;
  }

  .sm\:-top-30{
    top: -30px;
  }

  .sm\:-right-30{
    right: -30px;
  }

  .sm\:-bottom-30{
    bottom: -30px;
  }

  .sm\:-left-30{
    left: -30px;
  }

  .sm\:-top-32{
    top: -32px;
  }

  .sm\:-right-32{
    right: -32px;
  }

  .sm\:-bottom-32{
    bottom: -32px;
  }

  .sm\:-left-32{
    left: -32px;
  }

  .sm\:-top-34{
    top: -34px;
  }

  .sm\:-right-34{
    right: -34px;
  }

  .sm\:-bottom-34{
    bottom: -34px;
  }

  .sm\:-left-34{
    left: -34px;
  }

  .sm\:-top-36{
    top: -36px;
  }

  .sm\:-right-36{
    right: -36px;
  }

  .sm\:-bottom-36{
    bottom: -36px;
  }

  .sm\:-left-36{
    left: -36px;
  }

  .sm\:-top-40{
    top: -40px;
  }

  .sm\:-right-40{
    right: -40px;
  }

  .sm\:-bottom-40{
    bottom: -40px;
  }

  .sm\:-left-40{
    left: -40px;
  }

  .sm\:-top-48{
    top: -48px;
  }

  .sm\:-right-48{
    right: -48px;
  }

  .sm\:-bottom-48{
    bottom: -48px;
  }

  .sm\:-left-48{
    left: -48px;
  }

  .sm\:-top-56{
    top: -56px;
  }

  .sm\:-right-56{
    right: -56px;
  }

  .sm\:-bottom-56{
    bottom: -56px;
  }

  .sm\:-left-56{
    left: -56px;
  }

  .sm\:-top-60{
    top: -60px;
  }

  .sm\:-right-60{
    right: -60px;
  }

  .sm\:-bottom-60{
    bottom: -60px;
  }

  .sm\:-left-60{
    left: -60px;
  }

  .sm\:-top-64{
    top: -64px;
  }

  .sm\:-right-64{
    right: -64px;
  }

  .sm\:-bottom-64{
    bottom: -64px;
  }

  .sm\:-left-64{
    left: -64px;
  }

  .sm\:-top-70{
    top: -70px;
  }

  .sm\:-right-70{
    right: -70px;
  }

  .sm\:-bottom-70{
    bottom: -70px;
  }

  .sm\:-left-70{
    left: -70px;
  }

  .sm\:-top-72{
    top: -72px;
  }

  .sm\:-right-72{
    right: -72px;
  }

  .sm\:-bottom-72{
    bottom: -72px;
  }

  .sm\:-left-72{
    left: -72px;
  }

  .sm\:-top-80{
    top: -80px;
  }

  .sm\:-right-80{
    right: -80px;
  }

  .sm\:-bottom-80{
    bottom: -80px;
  }

  .sm\:-left-80{
    left: -80px;
  }

  .sm\:-top-88{
    top: -88px;
  }

  .sm\:-right-88{
    right: -88px;
  }

  .sm\:-bottom-88{
    bottom: -88px;
  }

  .sm\:-left-88{
    left: -88px;
  }

  .sm\:-top-90{
    top: -90px;
  }

  .sm\:-right-90{
    right: -90px;
  }

  .sm\:-bottom-90{
    bottom: -90px;
  }

  .sm\:-left-90{
    left: -90px;
  }

  .sm\:-top-96{
    top: -96px;
  }

  .sm\:-right-96{
    right: -96px;
  }

  .sm\:-bottom-96{
    bottom: -96px;
  }

  .sm\:-left-96{
    left: -96px;
  }

  .sm\:-top-112{
    top: -112px;
  }

  .sm\:-right-112{
    right: -112px;
  }

  .sm\:-bottom-112{
    bottom: -112px;
  }

  .sm\:-left-112{
    left: -112px;
  }

  .sm\:-top-128{
    top: -128px;
  }

  .sm\:-right-128{
    right: -128px;
  }

  .sm\:-bottom-128{
    bottom: -128px;
  }

  .sm\:-left-128{
    left: -128px;
  }

  .sm\:-top-135{
    top: -135px;
  }

  .sm\:-right-135{
    right: -135px;
  }

  .sm\:-bottom-135{
    bottom: -135px;
  }

  .sm\:-left-135{
    left: -135px;
  }

  .sm\:-top-145{
    top: -145px;
  }

  .sm\:-right-145{
    right: -145px;
  }

  .sm\:-bottom-145{
    bottom: -145px;
  }

  .sm\:-left-145{
    left: -145px;
  }

  .sm\:-top-155{
    top: -155px;
  }

  .sm\:-right-155{
    right: -155px;
  }

  .sm\:-bottom-155{
    bottom: -155px;
  }

  .sm\:-left-155{
    left: -155px;
  }

  .sm\:-top-160{
    top: -160px;
  }

  .sm\:-right-160{
    right: -160px;
  }

  .sm\:-bottom-160{
    bottom: -160px;
  }

  .sm\:-left-160{
    left: -160px;
  }

  .sm\:-top-192{
    top: -192px;
  }

  .sm\:-right-192{
    right: -192px;
  }

  .sm\:-bottom-192{
    bottom: -192px;
  }

  .sm\:-left-192{
    left: -192px;
  }

  .sm\:-top-224{
    top: -224px;
  }

  .sm\:-right-224{
    right: -224px;
  }

  .sm\:-bottom-224{
    bottom: -224px;
  }

  .sm\:-left-224{
    left: -224px;
  }

  .sm\:-top-227{
    top: -227px;
  }

  .sm\:-right-227{
    right: -227px;
  }

  .sm\:-bottom-227{
    bottom: -227px;
  }

  .sm\:-left-227{
    left: -227px;
  }

  .sm\:-top-250{
    top: -250px;
  }

  .sm\:-right-250{
    right: -250px;
  }

  .sm\:-bottom-250{
    bottom: -250px;
  }

  .sm\:-left-250{
    left: -250px;
  }

  .sm\:-top-256{
    top: -256px;
  }

  .sm\:-right-256{
    right: -256px;
  }

  .sm\:-bottom-256{
    bottom: -256px;
  }

  .sm\:-left-256{
    left: -256px;
  }

  .sm\:-top-270{
    top: -270px;
  }

  .sm\:-right-270{
    right: -270px;
  }

  .sm\:-bottom-270{
    bottom: -270px;
  }

  .sm\:-left-270{
    left: -270px;
  }

  .sm\:-top-288{
    top: -288px;
  }

  .sm\:-right-288{
    right: -288px;
  }

  .sm\:-bottom-288{
    bottom: -288px;
  }

  .sm\:-left-288{
    left: -288px;
  }

  .sm\:-top-304{
    top: -304px;
  }

  .sm\:-right-304{
    right: -304px;
  }

  .sm\:-bottom-304{
    bottom: -304px;
  }

  .sm\:-left-304{
    left: -304px;
  }

  .sm\:-top-314{
    top: -314px;
  }

  .sm\:-right-314{
    right: -314px;
  }

  .sm\:-bottom-314{
    bottom: -314px;
  }

  .sm\:-left-314{
    left: -314px;
  }

  .sm\:-top-320{
    top: -320px;
  }

  .sm\:-right-320{
    right: -320px;
  }

  .sm\:-bottom-320{
    bottom: -320px;
  }

  .sm\:-left-320{
    left: -320px;
  }

  .sm\:-top-352{
    top: -352px;
  }

  .sm\:-right-352{
    right: -352px;
  }

  .sm\:-bottom-352{
    bottom: -352px;
  }

  .sm\:-left-352{
    left: -352px;
  }

  .sm\:-top-384{
    top: -384px;
  }

  .sm\:-right-384{
    right: -384px;
  }

  .sm\:-bottom-384{
    bottom: -384px;
  }

  .sm\:-left-384{
    left: -384px;
  }

  .sm\:-top-416{
    top: -416px;
  }

  .sm\:-right-416{
    right: -416px;
  }

  .sm\:-bottom-416{
    bottom: -416px;
  }

  .sm\:-left-416{
    left: -416px;
  }

  .sm\:-top-448{
    top: -448px;
  }

  .sm\:-right-448{
    right: -448px;
  }

  .sm\:-bottom-448{
    bottom: -448px;
  }

  .sm\:-left-448{
    left: -448px;
  }

  .sm\:-top-480{
    top: -480px;
  }

  .sm\:-right-480{
    right: -480px;
  }

  .sm\:-bottom-480{
    bottom: -480px;
  }

  .sm\:-left-480{
    left: -480px;
  }

  .sm\:-top-512{
    top: -512px;
  }

  .sm\:-right-512{
    right: -512px;
  }

  .sm\:-bottom-512{
    bottom: -512px;
  }

  .sm\:-left-512{
    left: -512px;
  }

  .sm\:-top-576{
    top: -576px;
  }

  .sm\:-right-576{
    right: -576px;
  }

  .sm\:-bottom-576{
    bottom: -576px;
  }

  .sm\:-left-576{
    left: -576px;
  }

  .sm\:-top-612{
    top: -612px;
  }

  .sm\:-right-612{
    right: -612px;
  }

  .sm\:-bottom-612{
    bottom: -612px;
  }

  .sm\:-left-612{
    left: -612px;
  }

  .sm\:-top-640{
    top: -640px;
  }

  .sm\:-right-640{
    right: -640px;
  }

  .sm\:-bottom-640{
    bottom: -640px;
  }

  .sm\:-left-640{
    left: -640px;
  }

  .sm\:-top-768{
    top: -768px;
  }

  .sm\:-right-768{
    right: -768px;
  }

  .sm\:-bottom-768{
    bottom: -768px;
  }

  .sm\:-left-768{
    left: -768px;
  }

  .sm\:-top--200{
    top: 200px;
  }

  .sm\:-right--200{
    right: 200px;
  }

  .sm\:-bottom--200{
    bottom: 200px;
  }

  .sm\:-left--200{
    left: 200px;
  }

  .sm\:-top--170{
    top: 170px;
  }

  .sm\:-right--170{
    right: 170px;
  }

  .sm\:-bottom--170{
    bottom: 170px;
  }

  .sm\:-left--170{
    left: 170px;
  }

  .sm\:-top--120{
    top: 120px;
  }

  .sm\:-right--120{
    right: 120px;
  }

  .sm\:-bottom--120{
    bottom: 120px;
  }

  .sm\:-left--120{
    left: 120px;
  }

  .sm\:-top--100{
    top: 100px;
  }

  .sm\:-right--100{
    right: 100px;
  }

  .sm\:-bottom--100{
    bottom: 100px;
  }

  .sm\:-left--100{
    left: 100px;
  }

  .sm\:-top--50{
    top: 50px;
  }

  .sm\:-right--50{
    right: 50px;
  }

  .sm\:-bottom--50{
    bottom: 50px;
  }

  .sm\:-left--50{
    left: 50px;
  }

  .sm\:-top--45{
    top: 45px;
  }

  .sm\:-right--45{
    right: 45px;
  }

  .sm\:-bottom--45{
    bottom: 45px;
  }

  .sm\:-left--45{
    left: 45px;
  }

  .sm\:-top--3{
    top: 3px;
  }

  .sm\:-right--3{
    right: 3px;
  }

  .sm\:-bottom--3{
    bottom: 3px;
  }

  .sm\:-left--3{
    left: 3px;
  }

  .sm\:-top-px{
    top: -1px;
  }

  .sm\:-right-px{
    right: -1px;
  }

  .sm\:-bottom-px{
    bottom: -1px;
  }

  .sm\:-left-px{
    left: -1px;
  }

  .sm\:-top-20p{
    top: -20%;
  }

  .sm\:-right-20p{
    right: -20%;
  }

  .sm\:-bottom-20p{
    bottom: -20%;
  }

  .sm\:-left-20p{
    left: -20%;
  }

  .sm\:-top-40p{
    top: -40%;
  }

  .sm\:-right-40p{
    right: -40%;
  }

  .sm\:-bottom-40p{
    bottom: -40%;
  }

  .sm\:-left-40p{
    left: -40%;
  }

  .sm\:-top-49p{
    top: -49%;
  }

  .sm\:-right-49p{
    right: -49%;
  }

  .sm\:-bottom-49p{
    bottom: -49%;
  }

  .sm\:-left-49p{
    left: -49%;
  }

  .sm\:-top-52p{
    top: -52%;
  }

  .sm\:-right-52p{
    right: -52%;
  }

  .sm\:-bottom-52p{
    bottom: -52%;
  }

  .sm\:-left-52p{
    left: -52%;
  }

  .sm\:-top-53\.5p{
    top: -53.5%;
  }

  .sm\:-right-53\.5p{
    right: -53.5%;
  }

  .sm\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .sm\:-left-53\.5p{
    left: -53.5%;
  }

  .sm\:-top-60p{
    top: -60%;
  }

  .sm\:-right-60p{
    right: -60%;
  }

  .sm\:-bottom-60p{
    bottom: -60%;
  }

  .sm\:-left-60p{
    left: -60%;
  }

  .sm\:-top-71\.5p{
    top: -71.5%;
  }

  .sm\:-right-71\.5p{
    right: -71.5%;
  }

  .sm\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .sm\:-left-71\.5p{
    left: -71.5%;
  }

  .sm\:-top-80p{
    top: -80%;
  }

  .sm\:-right-80p{
    right: -80%;
  }

  .sm\:-bottom-80p{
    bottom: -80%;
  }

  .sm\:-left-80p{
    left: -80%;
  }

  .sm\:-top-90p{
    top: -90%;
  }

  .sm\:-right-90p{
    right: -90%;
  }

  .sm\:-bottom-90p{
    bottom: -90%;
  }

  .sm\:-left-90p{
    left: -90%;
  }

  .sm\:-top-95p{
    top: -95%;
  }

  .sm\:-right-95p{
    right: -95%;
  }

  .sm\:-bottom-95p{
    bottom: -95%;
  }

  .sm\:-left-95p{
    left: -95%;
  }

  .sm\:-top-100p{
    top: -100%;
  }

  .sm\:-right-100p{
    right: -100%;
  }

  .sm\:-bottom-100p{
    bottom: -100%;
  }

  .sm\:-left-100p{
    left: -100%;
  }

  .sm\:-top-110p{
    top: -110%;
  }

  .sm\:-right-110p{
    right: -110%;
  }

  .sm\:-bottom-110p{
    bottom: -110%;
  }

  .sm\:-left-110p{
    left: -110%;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:top-1\/3{
    top: 33.333333%;
  }

  .sm\:right-1\/3{
    right: 33.333333%;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:left-1\/3{
    left: 33.333333%;
  }

  .sm\:top-2\/3{
    top: 66.666667%;
  }

  .sm\:right-2\/3{
    right: 66.666667%;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:left-2\/3{
    left: 66.666667%;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:right-1\/4{
    right: 25%;
  }

  .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .sm\:left-1\/4{
    left: 25%;
  }

  .sm\:top-2\/4{
    top: 50%;
  }

  .sm\:right-2\/4{
    right: 50%;
  }

  .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:top-3\/4{
    top: 75%;
  }

  .sm\:right-3\/4{
    right: 75%;
  }

  .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:-top-1\/2{
    top: -50%;
  }

  .sm\:-right-1\/2{
    right: -50%;
  }

  .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .sm\:-left-1\/2{
    left: -50%;
  }

  .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .sm\:-top-1\/4{
    top: -25%;
  }

  .sm\:-right-1\/4{
    right: -25%;
  }

  .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-top-2\/4{
    top: -50%;
  }

  .sm\:-right-2\/4{
    right: -50%;
  }

  .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .sm\:-left-2\/4{
    left: -50%;
  }

  .sm\:-top-3\/4{
    top: -75%;
  }

  .sm\:-right-3\/4{
    right: -75%;
  }

  .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .sm\:-left-3\/4{
    left: -75%;
  }

  .sm\:-top-full{
    top: -100%;
  }

  .sm\:-right-full{
    right: -100%;
  }

  .sm\:-bottom-full{
    bottom: -100%;
  }

  .sm\:-left-full{
    left: -100%;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .sm\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .sm\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .sm\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .sm\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .sm\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .sm\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .sm\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .sm\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .sm\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .sm\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .sm\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .sm\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .sm\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .sm\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .sm\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .sm\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .sm\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .sm\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .sm\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .sm\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .sm\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .sm\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .sm\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .sm\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .sm\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .sm\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .sm\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .sm\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .sm\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .sm\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .sm\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .sm\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .sm\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .sm\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .sm\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .sm\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .sm\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .sm\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .sm\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .sm\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .sm\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .sm\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  .sm\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .sm\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .sm\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .sm\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .sm\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .sm\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .sm\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:fill-gold{
  }

  .sm\:fill-green{
  }

  .sm\:fill-fb{
    fill: #2c88ff;
  }

  .sm\:fill-twitter{
    fill: #53a7e6;
  }

  .sm\:fill-insta{
    fill: #d6316c;
  }

  .sm\:fill-youtube{
    fill: #ff0200;
  }

  .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-current{
    color: currentColor;
  }

  .sm\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .sm\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .sm\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .sm\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .sm\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .sm\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .sm\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .sm\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .sm\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .sm\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .sm\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .sm\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .sm\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .sm\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .sm\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .sm\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .sm\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within{
    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{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            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;
  }

  .group:hover .sm\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .sm\:group-hover\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-nowrap{
    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\:w-0{
    width: 0px;
  }

  .sm\:w-2{
    width: 2px;
  }

  .sm\:w-4{
    width: 4px;
  }

  .sm\:w-5{
    width: 5px;
  }

  .sm\:w-7{
    width: 7px;
  }

  .sm\:w-8{
    width: 8px;
  }

  .sm\:w-10{
    width: 10px;
  }

  .sm\:w-11{
    width: 11px;
  }

  .sm\:w-12{
    width: 12px;
  }

  .sm\:w-13{
    width: 13px;
  }

  .sm\:w-15{
    width: 15px;
  }

  .sm\:w-16{
    width: 16px;
  }

  .sm\:w-18{
    width: 18px;
  }

  .sm\:w-20{
    width: 20px;
  }

  .sm\:w-24{
    width: 24px;
  }

  .sm\:w-28{
    width: 28px;
  }

  .sm\:w-29{
    width: 29px;
  }

  .sm\:w-30{
    width: 30px;
  }

  .sm\:w-32{
    width: 32px;
  }

  .sm\:w-34{
    width: 34px;
  }

  .sm\:w-36{
    width: 36px;
  }

  .sm\:w-40{
    width: 40px;
  }

  .sm\:w-48{
    width: 48px;
  }

  .sm\:w-50{
    width: 50px;
  }

  .sm\:w-56{
    width: 56px;
  }

  .sm\:w-60{
    width: 60px;
  }

  .sm\:w-64{
    width: 64px;
  }

  .sm\:w-70{
    width: 70px;
  }

  .sm\:w-72{
    width: 72px;
  }

  .sm\:w-80{
    width: 80px;
  }

  .sm\:w-88{
    width: 88px;
  }

  .sm\:w-90{
    width: 90px;
  }

  .sm\:w-96{
    width: 96px;
  }

  .sm\:w-100{
    width: 100px;
  }

  .sm\:w-112{
    width: 112px;
  }

  .sm\:w-128{
    width: 128px;
  }

  .sm\:w-135{
    width: 135px;
  }

  .sm\:w-145{
    width: 145px;
  }

  .sm\:w-155{
    width: 155px;
  }

  .sm\:w-160{
    width: 160px;
  }

  .sm\:w-192{
    width: 192px;
  }

  .sm\:w-200{
    width: 200px;
  }

  .sm\:w-224{
    width: 224px;
  }

  .sm\:w-227{
    width: 227px;
  }

  .sm\:w-250{
    width: 250px;
  }

  .sm\:w-256{
    width: 256px;
  }

  .sm\:w-270{
    width: 270px;
  }

  .sm\:w-288{
    width: 288px;
  }

  .sm\:w-304{
    width: 304px;
  }

  .sm\:w-314{
    width: 314px;
  }

  .sm\:w-320{
    width: 320px;
  }

  .sm\:w-352{
    width: 352px;
  }

  .sm\:w-384{
    width: 384px;
  }

  .sm\:w-416{
    width: 416px;
  }

  .sm\:w-448{
    width: 448px;
  }

  .sm\:w-480{
    width: 480px;
  }

  .sm\:w-512{
    width: 512px;
  }

  .sm\:w-576{
    width: 576px;
  }

  .sm\:w-612{
    width: 612px;
  }

  .sm\:w-640{
    width: 640px;
  }

  .sm\:w-768{
    width: 768px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:-w-200{
    width: -200px;
  }

  .sm\:-w-170{
    width: -170px;
  }

  .sm\:-w-120{
    width: -120px;
  }

  .sm\:-w-100{
    width: -100px;
  }

  .sm\:-w-50{
    width: -50px;
  }

  .sm\:-w-45{
    width: -45px;
  }

  .sm\:-w-3{
    width: -3px;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-20p{
    width: 20%;
  }

  .sm\:w-40p{
    width: 40%;
  }

  .sm\:w-49p{
    width: 49%;
  }

  .sm\:w-52p{
    width: 52%;
  }

  .sm\:w-53\.5p{
    width: 53.5%;
  }

  .sm\:w-60p{
    width: 60%;
  }

  .sm\:w-71\.5p{
    width: 71.5%;
  }

  .sm\:w-80p{
    width: 80%;
  }

  .sm\:w-90p{
    width: 90%;
  }

  .sm\:w-95p{
    width: 95%;
  }

  .sm\:w-100p{
    width: 100%;
  }

  .sm\:w-110p{
    width: 110%;
  }

  .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\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-1{
    z-index: 1;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:-z-1{
    z-index: -1;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .sm\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .sm\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0;
  }

  .sm\:focus\:z-1:focus{
    z-index: 1;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto;
  }

  .sm\:focus\:-z-1:focus{
    z-index: -1;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-2{
    gap: 2px;
  }

  .sm\:gap-4{
    gap: 4px;
  }

  .sm\:gap-5{
    gap: 5px;
  }

  .sm\:gap-7{
    gap: 7px;
  }

  .sm\:gap-8{
    gap: 8px;
  }

  .sm\:gap-10{
    gap: 10px;
  }

  .sm\:gap-11{
    gap: 11px;
  }

  .sm\:gap-12{
    gap: 12px;
  }

  .sm\:gap-13{
    gap: 13px;
  }

  .sm\:gap-15{
    gap: 15px;
  }

  .sm\:gap-16{
    gap: 16px;
  }

  .sm\:gap-18{
    gap: 18px;
  }

  .sm\:gap-20{
    gap: 20px;
  }

  .sm\:gap-24{
    gap: 24px;
  }

  .sm\:gap-28{
    gap: 28px;
  }

  .sm\:gap-29{
    gap: 29px;
  }

  .sm\:gap-30{
    gap: 30px;
  }

  .sm\:gap-32{
    gap: 32px;
  }

  .sm\:gap-34{
    gap: 34px;
  }

  .sm\:gap-36{
    gap: 36px;
  }

  .sm\:gap-40{
    gap: 40px;
  }

  .sm\:gap-48{
    gap: 48px;
  }

  .sm\:gap-50{
    gap: 50px;
  }

  .sm\:gap-56{
    gap: 56px;
  }

  .sm\:gap-60{
    gap: 60px;
  }

  .sm\:gap-64{
    gap: 64px;
  }

  .sm\:gap-70{
    gap: 70px;
  }

  .sm\:gap-72{
    gap: 72px;
  }

  .sm\:gap-80{
    gap: 80px;
  }

  .sm\:gap-88{
    gap: 88px;
  }

  .sm\:gap-90{
    gap: 90px;
  }

  .sm\:gap-96{
    gap: 96px;
  }

  .sm\:gap-100{
    gap: 100px;
  }

  .sm\:gap-112{
    gap: 112px;
  }

  .sm\:gap-128{
    gap: 128px;
  }

  .sm\:gap-135{
    gap: 135px;
  }

  .sm\:gap-145{
    gap: 145px;
  }

  .sm\:gap-155{
    gap: 155px;
  }

  .sm\:gap-160{
    gap: 160px;
  }

  .sm\:gap-192{
    gap: 192px;
  }

  .sm\:gap-200{
    gap: 200px;
  }

  .sm\:gap-224{
    gap: 224px;
  }

  .sm\:gap-227{
    gap: 227px;
  }

  .sm\:gap-250{
    gap: 250px;
  }

  .sm\:gap-256{
    gap: 256px;
  }

  .sm\:gap-270{
    gap: 270px;
  }

  .sm\:gap-288{
    gap: 288px;
  }

  .sm\:gap-304{
    gap: 304px;
  }

  .sm\:gap-314{
    gap: 314px;
  }

  .sm\:gap-320{
    gap: 320px;
  }

  .sm\:gap-352{
    gap: 352px;
  }

  .sm\:gap-384{
    gap: 384px;
  }

  .sm\:gap-416{
    gap: 416px;
  }

  .sm\:gap-448{
    gap: 448px;
  }

  .sm\:gap-480{
    gap: 480px;
  }

  .sm\:gap-512{
    gap: 512px;
  }

  .sm\:gap-576{
    gap: 576px;
  }

  .sm\:gap-612{
    gap: 612px;
  }

  .sm\:gap-640{
    gap: 640px;
  }

  .sm\:gap-768{
    gap: 768px;
  }

  .sm\:-gap-200{
    gap: -200px;
  }

  .sm\:-gap-170{
    gap: -170px;
  }

  .sm\:-gap-120{
    gap: -120px;
  }

  .sm\:-gap-100{
    gap: -100px;
  }

  .sm\:-gap-50{
    gap: -50px;
  }

  .sm\:-gap-45{
    gap: -45px;
  }

  .sm\:-gap-3{
    gap: -3px;
  }

  .sm\:gap-px{
    gap: 1px;
  }

  .sm\:gap-20p{
    gap: 20%;
  }

  .sm\:gap-40p{
    gap: 40%;
  }

  .sm\:gap-49p{
    gap: 49%;
  }

  .sm\:gap-52p{
    gap: 52%;
  }

  .sm\:gap-53\.5p{
    gap: 53.5%;
  }

  .sm\:gap-60p{
    gap: 60%;
  }

  .sm\:gap-71\.5p{
    gap: 71.5%;
  }

  .sm\:gap-80p{
    gap: 80%;
  }

  .sm\:gap-90p{
    gap: 90%;
  }

  .sm\:gap-95p{
    gap: 95%;
  }

  .sm\:gap-100p{
    gap: 100%;
  }

  .sm\:gap-110p{
    gap: 110%;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .sm\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .sm\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .sm\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .sm\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .sm\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .sm\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .sm\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .sm\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .sm\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .sm\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .sm\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .sm\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .sm\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .sm\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .sm\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .sm\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .sm\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .sm\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .sm\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .sm\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .sm\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .sm\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .sm\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .sm\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .sm\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .sm\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .sm\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .sm\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .sm\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .sm\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .sm\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .sm\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .sm\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .sm\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .sm\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .sm\:gap-y-0{
    row-gap: 0px;
  }

  .sm\:gap-y-2{
    row-gap: 2px;
  }

  .sm\:gap-y-4{
    row-gap: 4px;
  }

  .sm\:gap-y-5{
    row-gap: 5px;
  }

  .sm\:gap-y-7{
    row-gap: 7px;
  }

  .sm\:gap-y-8{
    row-gap: 8px;
  }

  .sm\:gap-y-10{
    row-gap: 10px;
  }

  .sm\:gap-y-11{
    row-gap: 11px;
  }

  .sm\:gap-y-12{
    row-gap: 12px;
  }

  .sm\:gap-y-13{
    row-gap: 13px;
  }

  .sm\:gap-y-15{
    row-gap: 15px;
  }

  .sm\:gap-y-16{
    row-gap: 16px;
  }

  .sm\:gap-y-18{
    row-gap: 18px;
  }

  .sm\:gap-y-20{
    row-gap: 20px;
  }

  .sm\:gap-y-24{
    row-gap: 24px;
  }

  .sm\:gap-y-28{
    row-gap: 28px;
  }

  .sm\:gap-y-29{
    row-gap: 29px;
  }

  .sm\:gap-y-30{
    row-gap: 30px;
  }

  .sm\:gap-y-32{
    row-gap: 32px;
  }

  .sm\:gap-y-34{
    row-gap: 34px;
  }

  .sm\:gap-y-36{
    row-gap: 36px;
  }

  .sm\:gap-y-40{
    row-gap: 40px;
  }

  .sm\:gap-y-48{
    row-gap: 48px;
  }

  .sm\:gap-y-50{
    row-gap: 50px;
  }

  .sm\:gap-y-56{
    row-gap: 56px;
  }

  .sm\:gap-y-60{
    row-gap: 60px;
  }

  .sm\:gap-y-64{
    row-gap: 64px;
  }

  .sm\:gap-y-70{
    row-gap: 70px;
  }

  .sm\:gap-y-72{
    row-gap: 72px;
  }

  .sm\:gap-y-80{
    row-gap: 80px;
  }

  .sm\:gap-y-88{
    row-gap: 88px;
  }

  .sm\:gap-y-90{
    row-gap: 90px;
  }

  .sm\:gap-y-96{
    row-gap: 96px;
  }

  .sm\:gap-y-100{
    row-gap: 100px;
  }

  .sm\:gap-y-112{
    row-gap: 112px;
  }

  .sm\:gap-y-128{
    row-gap: 128px;
  }

  .sm\:gap-y-135{
    row-gap: 135px;
  }

  .sm\:gap-y-145{
    row-gap: 145px;
  }

  .sm\:gap-y-155{
    row-gap: 155px;
  }

  .sm\:gap-y-160{
    row-gap: 160px;
  }

  .sm\:gap-y-192{
    row-gap: 192px;
  }

  .sm\:gap-y-200{
    row-gap: 200px;
  }

  .sm\:gap-y-224{
    row-gap: 224px;
  }

  .sm\:gap-y-227{
    row-gap: 227px;
  }

  .sm\:gap-y-250{
    row-gap: 250px;
  }

  .sm\:gap-y-256{
    row-gap: 256px;
  }

  .sm\:gap-y-270{
    row-gap: 270px;
  }

  .sm\:gap-y-288{
    row-gap: 288px;
  }

  .sm\:gap-y-304{
    row-gap: 304px;
  }

  .sm\:gap-y-314{
    row-gap: 314px;
  }

  .sm\:gap-y-320{
    row-gap: 320px;
  }

  .sm\:gap-y-352{
    row-gap: 352px;
  }

  .sm\:gap-y-384{
    row-gap: 384px;
  }

  .sm\:gap-y-416{
    row-gap: 416px;
  }

  .sm\:gap-y-448{
    row-gap: 448px;
  }

  .sm\:gap-y-480{
    row-gap: 480px;
  }

  .sm\:gap-y-512{
    row-gap: 512px;
  }

  .sm\:gap-y-576{
    row-gap: 576px;
  }

  .sm\:gap-y-612{
    row-gap: 612px;
  }

  .sm\:gap-y-640{
    row-gap: 640px;
  }

  .sm\:gap-y-768{
    row-gap: 768px;
  }

  .sm\:-gap-y-200{
    row-gap: -200px;
  }

  .sm\:-gap-y-170{
    row-gap: -170px;
  }

  .sm\:-gap-y-120{
    row-gap: -120px;
  }

  .sm\:-gap-y-100{
    row-gap: -100px;
  }

  .sm\:-gap-y-50{
    row-gap: -50px;
  }

  .sm\:-gap-y-45{
    row-gap: -45px;
  }

  .sm\:-gap-y-3{
    row-gap: -3px;
  }

  .sm\:gap-y-px{
    row-gap: 1px;
  }

  .sm\:gap-y-20p{
    row-gap: 20%;
  }

  .sm\:gap-y-40p{
    row-gap: 40%;
  }

  .sm\:gap-y-49p{
    row-gap: 49%;
  }

  .sm\:gap-y-52p{
    row-gap: 52%;
  }

  .sm\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .sm\:gap-y-60p{
    row-gap: 60%;
  }

  .sm\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .sm\:gap-y-80p{
    row-gap: 80%;
  }

  .sm\:gap-y-90p{
    row-gap: 90%;
  }

  .sm\:gap-y-95p{
    row-gap: 95%;
  }

  .sm\:gap-y-100p{
    row-gap: 100%;
  }

  .sm\:gap-y-110p{
    row-gap: 110%;
  }

  .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\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-span-full{
    grid-column: 1 / -1;
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-span-full{
    grid-row: 1 / -1;
  }

  .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{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none{
    transform: none;
  }

  .sm\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:hover\:transform-none:hover{
    transform: none;
  }

  .sm\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:focus\:transform-none:focus{
    transform: none;
  }

  .sm\:origin-center{
    transform-origin: center;
  }

  .sm\:origin-top{
    transform-origin: top;
  }

  .sm\:origin-top-right{
    transform-origin: top right;
  }

  .sm\:origin-right{
    transform-origin: right;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:origin-left{
    transform-origin: left;
  }

  .sm\:origin-top-left{
    transform-origin: top left;
  }

  .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .sm\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .sm\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .sm\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .sm\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .sm\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .sm\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .sm\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .sm\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .sm\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .sm\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .sm\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .sm\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .sm\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .sm\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .sm\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .sm\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .sm\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .sm\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .sm\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .sm\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .sm\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .sm\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .sm\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .sm\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .sm\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .sm\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .sm\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .sm\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .sm\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .sm\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .sm\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .sm\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .sm\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .sm\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .sm\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .sm\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .sm\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .sm\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .sm\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .sm\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .sm\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .sm\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .sm\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .sm\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .sm\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .sm\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .sm\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .sm\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .sm\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .sm\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .sm\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .sm\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .sm\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .sm\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .sm\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .sm\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .sm\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .sm\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .sm\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .sm\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .sm\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .sm\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .sm\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .sm\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .sm\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .sm\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .sm\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .sm\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .sm\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .sm\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .sm\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .sm\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .sm\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .sm\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .sm\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .sm\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .sm\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .sm\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .sm\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .sm\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .sm\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .sm\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .sm\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .sm\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .sm\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .sm\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .sm\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .sm\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .sm\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .sm\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .sm\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .sm\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .sm\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .sm\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .sm\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .sm\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .sm\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .sm\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .sm\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .sm\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .sm\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .sm\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .sm\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .sm\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .sm\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .sm\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .sm\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .sm\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .sm\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .sm\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .sm\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .sm\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .sm\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .sm\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .sm\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .sm\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .sm\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .sm\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .sm\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .sm\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .sm\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .sm\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .sm\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .sm\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .sm\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .sm\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .sm\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .sm\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .sm\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .sm\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .sm\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .sm\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .sm\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .sm\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .sm\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .sm\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .sm\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .sm\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .sm\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .sm\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .sm\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .sm\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .sm\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .sm\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .sm\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .sm\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .sm\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .sm\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .sm\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .sm\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .sm\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .sm\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .sm\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .sm\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .sm\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .sm\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .sm\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .sm\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .sm\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .sm\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .sm\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .sm\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .sm\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .sm\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .sm\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .sm\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .sm\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .sm\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .sm\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .sm\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .sm\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .sm\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .sm\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .sm\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .sm\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .sm\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .sm\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .sm\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .sm\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .sm\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .sm\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .sm\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .sm\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .sm\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .sm\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .sm\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .sm\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .sm\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .sm\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .sm\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .sm\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .sm\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .sm\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .sm\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .sm\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .sm\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .sm\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .sm\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .sm\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .sm\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .sm\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .sm\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .sm\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .sm\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .sm\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .sm\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .sm\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .sm\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .sm\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .sm\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .sm\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .sm\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .sm\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .sm\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .sm\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .sm\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .sm\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .sm\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .sm\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .sm\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .sm\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .sm\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .sm\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .sm\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .sm\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .sm\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .sm\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .sm\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .sm\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .sm\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .sm\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .sm\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .sm\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .sm\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .sm\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .sm\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .sm\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .sm\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .sm\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .sm\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .sm\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .sm\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .sm\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .sm\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .sm\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .sm\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .sm\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .sm\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .sm\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .sm\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .sm\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .sm\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .sm\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .sm\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .sm\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .sm\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .sm\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .sm\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .sm\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .sm\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .sm\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .sm\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .sm\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .sm\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .sm\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .sm\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .sm\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .sm\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .sm\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .sm\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .sm\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .sm\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .sm\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .sm\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .sm\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .sm\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .sm\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .sm\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .sm\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .sm\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .sm\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .sm\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .sm\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .sm\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .sm\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .sm\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .sm\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .sm\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .sm\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .sm\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .sm\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .sm\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .sm\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .sm\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .sm\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .sm\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .sm\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .sm\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .sm\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .sm\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .sm\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .sm\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .sm\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .sm\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .sm\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .sm\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .sm\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .sm\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .sm\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .sm\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .sm\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .sm\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .sm\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .sm\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .sm\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .sm\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .sm\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .sm\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .sm\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .sm\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .sm\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .sm\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .sm\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .sm\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .sm\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .sm\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .sm\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .sm\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .sm\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .sm\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .sm\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .sm\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .sm\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .sm\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .sm\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .sm\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .sm\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .sm\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .sm\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .sm\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .sm\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .sm\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .sm\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .sm\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .sm\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .sm\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .sm\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .sm\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .sm\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .sm\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .sm\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .sm\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .sm\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .sm\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .sm\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .sm\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .sm\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .sm\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .sm\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .sm\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .sm\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .sm\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .sm\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .sm\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .sm\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .sm\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .sm\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .sm\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .sm\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .sm\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .sm\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .sm\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .sm\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .sm\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .sm\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .sm\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .sm\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .sm\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .sm\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .sm\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .sm\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .sm\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .sm\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .sm\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .sm\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .sm\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .sm\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .sm\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .sm\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .sm\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .sm\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .sm\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .sm\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .sm\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .sm\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .sm\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .sm\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .sm\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .sm\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .sm\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .sm\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .sm\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .sm\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .sm\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .sm\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .sm\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .sm\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .sm\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .sm\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .sm\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .sm\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .sm\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .sm\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .sm\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .sm\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .sm\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .sm\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .sm\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .sm\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .sm\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .sm\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .sm\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .sm\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .sm\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .sm\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .sm\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .sm\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .sm\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .sm\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .sm\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .sm\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .sm\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .sm\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .sm\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .sm\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .sm\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .sm\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .sm\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .sm\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .sm\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .sm\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .sm\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .sm\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .sm\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .sm\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .sm\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .sm\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .sm\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .sm\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .sm\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .sm\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .sm\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .sm\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .sm\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .sm\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .sm\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .sm\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .sm\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .sm\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .sm\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .sm\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .sm\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .sm\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .sm\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .sm\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .sm\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .sm\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .sm\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .sm\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .sm\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .sm\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .sm\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .sm\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .sm\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .sm\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .sm\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .sm\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .sm\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .sm\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .sm\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .sm\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .sm\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .sm\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .sm\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .sm\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .sm\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .sm\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .sm\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .sm\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .sm\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .sm\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .sm\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .sm\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .sm\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .sm\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .sm\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .sm\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .sm\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .sm\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .sm\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .sm\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .sm\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .sm\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .sm\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .sm\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .sm\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .sm\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .sm\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .sm\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .sm\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .sm\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .sm\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .sm\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .sm\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .sm\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .sm\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .sm\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .sm\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .sm\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .sm\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .sm\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .sm\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .sm\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .sm\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .sm\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .sm\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .sm\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .sm\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .sm\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .sm\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .sm\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .sm\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .sm\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .sm\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .sm\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .sm\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .sm\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .sm\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .sm\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .sm\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .sm\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .sm\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .sm\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .sm\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .sm\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .sm\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .sm\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .sm\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .sm\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .sm\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .sm\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .sm\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .sm\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .sm\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .sm\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .sm\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .sm\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .sm\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .sm\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .sm\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .sm\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .sm\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .sm\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .sm\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .sm\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .sm\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .sm\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .sm\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .sm\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .sm\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .sm\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .sm\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .sm\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .sm\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .sm\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .sm\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .sm\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .sm\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .sm\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .sm\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .sm\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .sm\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .sm\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .sm\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .sm\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .sm\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .sm\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .sm\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .sm\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .sm\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .sm\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .sm\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .sm\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .sm\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .sm\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .sm\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .sm\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .sm\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .sm\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .sm\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .sm\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .sm\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .sm\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .sm\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .sm\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .sm\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .sm\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .sm\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .sm\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .sm\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .sm\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .sm\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .sm\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .sm\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .sm\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .sm\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .sm\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .sm\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .sm\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .sm\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .sm\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .sm\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .sm\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .sm\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .sm\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .sm\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .sm\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .sm\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .sm\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .sm\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .sm\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .sm\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .sm\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .sm\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .sm\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .sm\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .sm\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .sm\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .sm\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .sm\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .sm\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .sm\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .sm\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .sm\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .sm\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .sm\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .sm\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .sm\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .sm\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .sm\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .sm\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .sm\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .sm\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .sm\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .sm\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .sm\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .sm\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .sm\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .sm\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .sm\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .sm\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .sm\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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: 15px;
    padding-left: 15px;
  }

  @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: 1260px){
    .md\:container{
      max-width: 1260px;
    }
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .md\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .md\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .md\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .md\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .md\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .md\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .md\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .md\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .md\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .md\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .md\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .md\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .md\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .md\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .md\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .md\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .md\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .md\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .md\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .md\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .md\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .md\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .md\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .md\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .md\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .md\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .md\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .md\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .md\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .md\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .md\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .md\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .md\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .md\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .md\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .md\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .md\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .md\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .md\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .md\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .md\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .md\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .md\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .md\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .md\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .md\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .md\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .md\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .md\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .md\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .md\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .md\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .md\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .md\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .md\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .md\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .md\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .md\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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-current{
    background-color: currentColor;
  }

  .md\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .md\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .md\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .md\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .md\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .md\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .md\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .md\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .md\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .md\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .md\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .md\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .md\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .md\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .md\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .md\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .md\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .md\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .md\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .md\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .md\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .md\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .md\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .md\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  .md\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .md\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .md\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .md\:to-blue{
    --tw-gradient-to: #015480;
  }

  .md\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .md\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .md\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .md\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .md\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .md\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .md\:to-white{
    --tw-gradient-to: #fff;
  }

  .md\:to-black{
    --tw-gradient-to: #000000;
  }

  .md\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .md\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .md\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .md\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .md\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .md\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .md\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .md\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .md\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .md\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .md\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .md\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .md\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .md\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .md\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .md\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .md\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .md\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .md\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .md\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .md\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .md\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .md\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .md\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .md\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .md\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .md\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .md\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .md\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .md\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .md\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .md\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .md\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .md\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .md\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .md\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .md\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .md\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .md\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .md\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .md\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .md\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .md\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .md\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .md\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .md\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .md\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .md\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .md\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .md\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .md\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-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-bottom-30{
    background-position: left bottom 30px;
  }

  .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-right-200-top{
    background-position: right 200px top;
  }

  .md\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .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\:bg-full{
    background-size: 100% auto;
  }

  .md\:bg-449x449{
    background-size: 449px 449px;
  }

  .md\:bg-575x575{
    background-size: 575px 575px;
  }

  .md\:bg-100x90{
    background-size: 100px 90px;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .md\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .md\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .md\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .md\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .md\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .md\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .md\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .md\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .md\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .md\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .md\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .md\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .md\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .md\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .md\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .md\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .md\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .md\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .md\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .md\:rounded-3{
    border-radius: 3px;
  }

  .md\:rounded-8{
    border-radius: 8px;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .md\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .md\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .md\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .md\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .md\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .md\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:hover\:border-solid:hover{
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .md\:hover\:border-double:hover{
    border-style: double;
  }

  .md\:hover\:border-none:hover{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-3{
    border-top-width: 3px;
  }

  .md\:border-r-3{
    border-right-width: 3px;
  }

  .md\:border-b-3{
    border-bottom-width: 3px;
  }

  .md\:border-l-3{
    border-left-width: 3px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap{
    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\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .md\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .md\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-saira{
    font-family: Saira, serif;
  }

  .md\:font-inter{
    font-family: Inter, serif;
  }

  .md\:font-thin{
    font-weight: 100;
  }

  .md\:font-extralight{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:h-2{
    height: 2px;
  }

  .md\:h-4{
    height: 4px;
  }

  .md\:h-5{
    height: 5px;
  }

  .md\:h-7{
    height: 7px;
  }

  .md\:h-8{
    height: 8px;
  }

  .md\:h-10{
    height: 10px;
  }

  .md\:h-11{
    height: 11px;
  }

  .md\:h-12{
    height: 12px;
  }

  .md\:h-13{
    height: 13px;
  }

  .md\:h-15{
    height: 15px;
  }

  .md\:h-16{
    height: 16px;
  }

  .md\:h-18{
    height: 18px;
  }

  .md\:h-20{
    height: 20px;
  }

  .md\:h-24{
    height: 24px;
  }

  .md\:h-28{
    height: 28px;
  }

  .md\:h-29{
    height: 29px;
  }

  .md\:h-30{
    height: 30px;
  }

  .md\:h-32{
    height: 32px;
  }

  .md\:h-34{
    height: 34px;
  }

  .md\:h-36{
    height: 36px;
  }

  .md\:h-40{
    height: 40px;
  }

  .md\:h-48{
    height: 48px;
  }

  .md\:h-50{
    height: 50px;
  }

  .md\:h-56{
    height: 56px;
  }

  .md\:h-60{
    height: 60px;
  }

  .md\:h-64{
    height: 64px;
  }

  .md\:h-70{
    height: 70px;
  }

  .md\:h-72{
    height: 72px;
  }

  .md\:h-80{
    height: 80px;
  }

  .md\:h-88{
    height: 88px;
  }

  .md\:h-90{
    height: 90px;
  }

  .md\:h-96{
    height: 96px;
  }

  .md\:h-100{
    height: 100px;
  }

  .md\:h-112{
    height: 112px;
  }

  .md\:h-128{
    height: 128px;
  }

  .md\:h-135{
    height: 135px;
  }

  .md\:h-145{
    height: 145px;
  }

  .md\:h-155{
    height: 155px;
  }

  .md\:h-160{
    height: 160px;
  }

  .md\:h-192{
    height: 192px;
  }

  .md\:h-200{
    height: 200px;
  }

  .md\:h-224{
    height: 224px;
  }

  .md\:h-227{
    height: 227px;
  }

  .md\:h-250{
    height: 250px;
  }

  .md\:h-256{
    height: 256px;
  }

  .md\:h-270{
    height: 270px;
  }

  .md\:h-288{
    height: 288px;
  }

  .md\:h-304{
    height: 304px;
  }

  .md\:h-314{
    height: 314px;
  }

  .md\:h-320{
    height: 320px;
  }

  .md\:h-352{
    height: 352px;
  }

  .md\:h-384{
    height: 384px;
  }

  .md\:h-416{
    height: 416px;
  }

  .md\:h-448{
    height: 448px;
  }

  .md\:h-480{
    height: 480px;
  }

  .md\:h-512{
    height: 512px;
  }

  .md\:h-576{
    height: 576px;
  }

  .md\:h-612{
    height: 612px;
  }

  .md\:h-640{
    height: 640px;
  }

  .md\:h-768{
    height: 768px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:-h-200{
    height: -200px;
  }

  .md\:-h-170{
    height: -170px;
  }

  .md\:-h-120{
    height: -120px;
  }

  .md\:-h-100{
    height: -100px;
  }

  .md\:-h-50{
    height: -50px;
  }

  .md\:-h-45{
    height: -45px;
  }

  .md\:-h-3{
    height: -3px;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-20p{
    height: 20%;
  }

  .md\:h-40p{
    height: 40%;
  }

  .md\:h-49p{
    height: 49%;
  }

  .md\:h-52p{
    height: 52%;
  }

  .md\:h-53\.5p{
    height: 53.5%;
  }

  .md\:h-60p{
    height: 60%;
  }

  .md\:h-71\.5p{
    height: 71.5%;
  }

  .md\:h-80p{
    height: 80%;
  }

  .md\:h-90p{
    height: 90%;
  }

  .md\:h-95p{
    height: 95%;
  }

  .md\:h-100p{
    height: 100%;
  }

  .md\:h-110p{
    height: 110%;
  }

  .md\:h-1\/2{
    height: 50%;
  }

  .md\:h-1\/3{
    height: 33.333333%;
  }

  .md\:h-2\/3{
    height: 66.666667%;
  }

  .md\:h-1\/4{
    height: 25%;
  }

  .md\:h-2\/4{
    height: 50%;
  }

  .md\:h-3\/4{
    height: 75%;
  }

  .md\:h-1\/5{
    height: 20%;
  }

  .md\:h-2\/5{
    height: 40%;
  }

  .md\:h-3\/5{
    height: 60%;
  }

  .md\:h-4\/5{
    height: 80%;
  }

  .md\:h-1\/6{
    height: 16.666667%;
  }

  .md\:h-2\/6{
    height: 33.333333%;
  }

  .md\:h-3\/6{
    height: 50%;
  }

  .md\:h-4\/6{
    height: 66.666667%;
  }

  .md\:h-5\/6{
    height: 83.333333%;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .md\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .md\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .md\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .md\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .md\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .md\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .md\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .md\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .md\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .md\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .md\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .md\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .md\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .md\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .md\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .md\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .md\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .md\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .md\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .md\:m-2{
    margin: 2px;
  }

  .md\:m-4{
    margin: 4px;
  }

  .md\:m-5{
    margin: 5px;
  }

  .md\:m-7{
    margin: 7px;
  }

  .md\:m-8{
    margin: 8px;
  }

  .md\:m-10{
    margin: 10px;
  }

  .md\:m-11{
    margin: 11px;
  }

  .md\:m-12{
    margin: 12px;
  }

  .md\:m-13{
    margin: 13px;
  }

  .md\:m-15{
    margin: 15px;
  }

  .md\:m-16{
    margin: 16px;
  }

  .md\:m-18{
    margin: 18px;
  }

  .md\:m-20{
    margin: 20px;
  }

  .md\:m-24{
    margin: 24px;
  }

  .md\:m-28{
    margin: 28px;
  }

  .md\:m-29{
    margin: 29px;
  }

  .md\:m-30{
    margin: 30px;
  }

  .md\:m-32{
    margin: 32px;
  }

  .md\:m-34{
    margin: 34px;
  }

  .md\:m-36{
    margin: 36px;
  }

  .md\:m-40{
    margin: 40px;
  }

  .md\:m-48{
    margin: 48px;
  }

  .md\:m-50{
    margin: 50px;
  }

  .md\:m-56{
    margin: 56px;
  }

  .md\:m-60{
    margin: 60px;
  }

  .md\:m-64{
    margin: 64px;
  }

  .md\:m-70{
    margin: 70px;
  }

  .md\:m-72{
    margin: 72px;
  }

  .md\:m-80{
    margin: 80px;
  }

  .md\:m-88{
    margin: 88px;
  }

  .md\:m-90{
    margin: 90px;
  }

  .md\:m-96{
    margin: 96px;
  }

  .md\:m-100{
    margin: 100px;
  }

  .md\:m-112{
    margin: 112px;
  }

  .md\:m-128{
    margin: 128px;
  }

  .md\:m-135{
    margin: 135px;
  }

  .md\:m-145{
    margin: 145px;
  }

  .md\:m-155{
    margin: 155px;
  }

  .md\:m-160{
    margin: 160px;
  }

  .md\:m-192{
    margin: 192px;
  }

  .md\:m-200{
    margin: 200px;
  }

  .md\:m-224{
    margin: 224px;
  }

  .md\:m-227{
    margin: 227px;
  }

  .md\:m-250{
    margin: 250px;
  }

  .md\:m-256{
    margin: 256px;
  }

  .md\:m-270{
    margin: 270px;
  }

  .md\:m-288{
    margin: 288px;
  }

  .md\:m-304{
    margin: 304px;
  }

  .md\:m-314{
    margin: 314px;
  }

  .md\:m-320{
    margin: 320px;
  }

  .md\:m-352{
    margin: 352px;
  }

  .md\:m-384{
    margin: 384px;
  }

  .md\:m-416{
    margin: 416px;
  }

  .md\:m-448{
    margin: 448px;
  }

  .md\:m-480{
    margin: 480px;
  }

  .md\:m-512{
    margin: 512px;
  }

  .md\:m-576{
    margin: 576px;
  }

  .md\:m-612{
    margin: 612px;
  }

  .md\:m-640{
    margin: 640px;
  }

  .md\:m-768{
    margin: 768px;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:-m-200{
    margin: -200px;
  }

  .md\:-m-170{
    margin: -170px;
  }

  .md\:-m-120{
    margin: -120px;
  }

  .md\:-m-100{
    margin: -100px;
  }

  .md\:-m-50{
    margin: -50px;
  }

  .md\:-m-45{
    margin: -45px;
  }

  .md\:-m-3{
    margin: -3px;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-20p{
    margin: 20%;
  }

  .md\:m-40p{
    margin: 40%;
  }

  .md\:m-49p{
    margin: 49%;
  }

  .md\:m-52p{
    margin: 52%;
  }

  .md\:m-53\.5p{
    margin: 53.5%;
  }

  .md\:m-60p{
    margin: 60%;
  }

  .md\:m-71\.5p{
    margin: 71.5%;
  }

  .md\:m-80p{
    margin: 80%;
  }

  .md\:m-90p{
    margin: 90%;
  }

  .md\:m-95p{
    margin: 95%;
  }

  .md\:m-100p{
    margin: 100%;
  }

  .md\:m-110p{
    margin: 110%;
  }

  .md\:-m-0{
    margin: 0px;
  }

  .md\:-m-2{
    margin: -2px;
  }

  .md\:-m-4{
    margin: -4px;
  }

  .md\:-m-5{
    margin: -5px;
  }

  .md\:-m-7{
    margin: -7px;
  }

  .md\:-m-8{
    margin: -8px;
  }

  .md\:-m-10{
    margin: -10px;
  }

  .md\:-m-11{
    margin: -11px;
  }

  .md\:-m-12{
    margin: -12px;
  }

  .md\:-m-13{
    margin: -13px;
  }

  .md\:-m-15{
    margin: -15px;
  }

  .md\:-m-16{
    margin: -16px;
  }

  .md\:-m-18{
    margin: -18px;
  }

  .md\:-m-20{
    margin: -20px;
  }

  .md\:-m-24{
    margin: -24px;
  }

  .md\:-m-28{
    margin: -28px;
  }

  .md\:-m-29{
    margin: -29px;
  }

  .md\:-m-30{
    margin: -30px;
  }

  .md\:-m-32{
    margin: -32px;
  }

  .md\:-m-34{
    margin: -34px;
  }

  .md\:-m-36{
    margin: -36px;
  }

  .md\:-m-40{
    margin: -40px;
  }

  .md\:-m-48{
    margin: -48px;
  }

  .md\:-m-56{
    margin: -56px;
  }

  .md\:-m-60{
    margin: -60px;
  }

  .md\:-m-64{
    margin: -64px;
  }

  .md\:-m-70{
    margin: -70px;
  }

  .md\:-m-72{
    margin: -72px;
  }

  .md\:-m-80{
    margin: -80px;
  }

  .md\:-m-88{
    margin: -88px;
  }

  .md\:-m-90{
    margin: -90px;
  }

  .md\:-m-96{
    margin: -96px;
  }

  .md\:-m-112{
    margin: -112px;
  }

  .md\:-m-128{
    margin: -128px;
  }

  .md\:-m-135{
    margin: -135px;
  }

  .md\:-m-145{
    margin: -145px;
  }

  .md\:-m-155{
    margin: -155px;
  }

  .md\:-m-160{
    margin: -160px;
  }

  .md\:-m-192{
    margin: -192px;
  }

  .md\:-m-224{
    margin: -224px;
  }

  .md\:-m-227{
    margin: -227px;
  }

  .md\:-m-250{
    margin: -250px;
  }

  .md\:-m-256{
    margin: -256px;
  }

  .md\:-m-270{
    margin: -270px;
  }

  .md\:-m-288{
    margin: -288px;
  }

  .md\:-m-304{
    margin: -304px;
  }

  .md\:-m-314{
    margin: -314px;
  }

  .md\:-m-320{
    margin: -320px;
  }

  .md\:-m-352{
    margin: -352px;
  }

  .md\:-m-384{
    margin: -384px;
  }

  .md\:-m-416{
    margin: -416px;
  }

  .md\:-m-448{
    margin: -448px;
  }

  .md\:-m-480{
    margin: -480px;
  }

  .md\:-m-512{
    margin: -512px;
  }

  .md\:-m-576{
    margin: -576px;
  }

  .md\:-m-612{
    margin: -612px;
  }

  .md\:-m-640{
    margin: -640px;
  }

  .md\:-m-768{
    margin: -768px;
  }

  .md\:-m--200{
    margin: 200px;
  }

  .md\:-m--170{
    margin: 170px;
  }

  .md\:-m--120{
    margin: 120px;
  }

  .md\:-m--100{
    margin: 100px;
  }

  .md\:-m--50{
    margin: 50px;
  }

  .md\:-m--45{
    margin: 45px;
  }

  .md\:-m--3{
    margin: 3px;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-20p{
    margin: -20%;
  }

  .md\:-m-40p{
    margin: -40%;
  }

  .md\:-m-49p{
    margin: -49%;
  }

  .md\:-m-52p{
    margin: -52%;
  }

  .md\:-m-53\.5p{
    margin: -53.5%;
  }

  .md\:-m-60p{
    margin: -60%;
  }

  .md\:-m-71\.5p{
    margin: -71.5%;
  }

  .md\:-m-80p{
    margin: -80%;
  }

  .md\:-m-90p{
    margin: -90%;
  }

  .md\:-m-95p{
    margin: -95%;
  }

  .md\:-m-100p{
    margin: -100%;
  }

  .md\:-m-110p{
    margin: -110%;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .md\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .md\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .md\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .md\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .md\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .md\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .md\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .md\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .md\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .md\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .md\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .md\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .md\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .md\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .md\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .md\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .md\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .md\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .md\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .md\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .md\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .md\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .md\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .md\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .md\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .md\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .md\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .md\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .md\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .md\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .md\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .md\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .md\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .md\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .md\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .md\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .md\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .md\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .md\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .md\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .md\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .md\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .md\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .md\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .md\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .md\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .md\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .md\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .md\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .md\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .md\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .md\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .md\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .md\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .md\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .md\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .md\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .md\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .md\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .md\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .md\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .md\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .md\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .md\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .md\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .md\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .md\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .md\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .md\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .md\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .md\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .md\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .md\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .md\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .md\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .md\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .md\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .md\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .md\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .md\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .md\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .md\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .md\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .md\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .md\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .md\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .md\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .md\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .md\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .md\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .md\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .md\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .md\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .md\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .md\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .md\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .md\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .md\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .md\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .md\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .md\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .md\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .md\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .md\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .md\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .md\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .md\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .md\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .md\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .md\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .md\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mt-2{
    margin-top: 2px;
  }

  .md\:mr-2{
    margin-right: 2px;
  }

  .md\:mb-2{
    margin-bottom: 2px;
  }

  .md\:ml-2{
    margin-left: 2px;
  }

  .md\:mt-4{
    margin-top: 4px;
  }

  .md\:mr-4{
    margin-right: 4px;
  }

  .md\:mb-4{
    margin-bottom: 4px;
  }

  .md\:ml-4{
    margin-left: 4px;
  }

  .md\:mt-5{
    margin-top: 5px;
  }

  .md\:mr-5{
    margin-right: 5px;
  }

  .md\:mb-5{
    margin-bottom: 5px;
  }

  .md\:ml-5{
    margin-left: 5px;
  }

  .md\:mt-7{
    margin-top: 7px;
  }

  .md\:mr-7{
    margin-right: 7px;
  }

  .md\:mb-7{
    margin-bottom: 7px;
  }

  .md\:ml-7{
    margin-left: 7px;
  }

  .md\:mt-8{
    margin-top: 8px;
  }

  .md\:mr-8{
    margin-right: 8px;
  }

  .md\:mb-8{
    margin-bottom: 8px;
  }

  .md\:ml-8{
    margin-left: 8px;
  }

  .md\:mt-10{
    margin-top: 10px;
  }

  .md\:mr-10{
    margin-right: 10px;
  }

  .md\:mb-10{
    margin-bottom: 10px;
  }

  .md\:ml-10{
    margin-left: 10px;
  }

  .md\:mt-11{
    margin-top: 11px;
  }

  .md\:mr-11{
    margin-right: 11px;
  }

  .md\:mb-11{
    margin-bottom: 11px;
  }

  .md\:ml-11{
    margin-left: 11px;
  }

  .md\:mt-12{
    margin-top: 12px;
  }

  .md\:mr-12{
    margin-right: 12px;
  }

  .md\:mb-12{
    margin-bottom: 12px;
  }

  .md\:ml-12{
    margin-left: 12px;
  }

  .md\:mt-13{
    margin-top: 13px;
  }

  .md\:mr-13{
    margin-right: 13px;
  }

  .md\:mb-13{
    margin-bottom: 13px;
  }

  .md\:ml-13{
    margin-left: 13px;
  }

  .md\:mt-15{
    margin-top: 15px;
  }

  .md\:mr-15{
    margin-right: 15px;
  }

  .md\:mb-15{
    margin-bottom: 15px;
  }

  .md\:ml-15{
    margin-left: 15px;
  }

  .md\:mt-16{
    margin-top: 16px;
  }

  .md\:mr-16{
    margin-right: 16px;
  }

  .md\:mb-16{
    margin-bottom: 16px;
  }

  .md\:ml-16{
    margin-left: 16px;
  }

  .md\:mt-18{
    margin-top: 18px;
  }

  .md\:mr-18{
    margin-right: 18px;
  }

  .md\:mb-18{
    margin-bottom: 18px;
  }

  .md\:ml-18{
    margin-left: 18px;
  }

  .md\:mt-20{
    margin-top: 20px;
  }

  .md\:mr-20{
    margin-right: 20px;
  }

  .md\:mb-20{
    margin-bottom: 20px;
  }

  .md\:ml-20{
    margin-left: 20px;
  }

  .md\:mt-24{
    margin-top: 24px;
  }

  .md\:mr-24{
    margin-right: 24px;
  }

  .md\:mb-24{
    margin-bottom: 24px;
  }

  .md\:ml-24{
    margin-left: 24px;
  }

  .md\:mt-28{
    margin-top: 28px;
  }

  .md\:mr-28{
    margin-right: 28px;
  }

  .md\:mb-28{
    margin-bottom: 28px;
  }

  .md\:ml-28{
    margin-left: 28px;
  }

  .md\:mt-29{
    margin-top: 29px;
  }

  .md\:mr-29{
    margin-right: 29px;
  }

  .md\:mb-29{
    margin-bottom: 29px;
  }

  .md\:ml-29{
    margin-left: 29px;
  }

  .md\:mt-30{
    margin-top: 30px;
  }

  .md\:mr-30{
    margin-right: 30px;
  }

  .md\:mb-30{
    margin-bottom: 30px;
  }

  .md\:ml-30{
    margin-left: 30px;
  }

  .md\:mt-32{
    margin-top: 32px;
  }

  .md\:mr-32{
    margin-right: 32px;
  }

  .md\:mb-32{
    margin-bottom: 32px;
  }

  .md\:ml-32{
    margin-left: 32px;
  }

  .md\:mt-34{
    margin-top: 34px;
  }

  .md\:mr-34{
    margin-right: 34px;
  }

  .md\:mb-34{
    margin-bottom: 34px;
  }

  .md\:ml-34{
    margin-left: 34px;
  }

  .md\:mt-36{
    margin-top: 36px;
  }

  .md\:mr-36{
    margin-right: 36px;
  }

  .md\:mb-36{
    margin-bottom: 36px;
  }

  .md\:ml-36{
    margin-left: 36px;
  }

  .md\:mt-40{
    margin-top: 40px;
  }

  .md\:mr-40{
    margin-right: 40px;
  }

  .md\:mb-40{
    margin-bottom: 40px;
  }

  .md\:ml-40{
    margin-left: 40px;
  }

  .md\:mt-48{
    margin-top: 48px;
  }

  .md\:mr-48{
    margin-right: 48px;
  }

  .md\:mb-48{
    margin-bottom: 48px;
  }

  .md\:ml-48{
    margin-left: 48px;
  }

  .md\:mt-50{
    margin-top: 50px;
  }

  .md\:mr-50{
    margin-right: 50px;
  }

  .md\:mb-50{
    margin-bottom: 50px;
  }

  .md\:ml-50{
    margin-left: 50px;
  }

  .md\:mt-56{
    margin-top: 56px;
  }

  .md\:mr-56{
    margin-right: 56px;
  }

  .md\:mb-56{
    margin-bottom: 56px;
  }

  .md\:ml-56{
    margin-left: 56px;
  }

  .md\:mt-60{
    margin-top: 60px;
  }

  .md\:mr-60{
    margin-right: 60px;
  }

  .md\:mb-60{
    margin-bottom: 60px;
  }

  .md\:ml-60{
    margin-left: 60px;
  }

  .md\:mt-64{
    margin-top: 64px;
  }

  .md\:mr-64{
    margin-right: 64px;
  }

  .md\:mb-64{
    margin-bottom: 64px;
  }

  .md\:ml-64{
    margin-left: 64px;
  }

  .md\:mt-70{
    margin-top: 70px;
  }

  .md\:mr-70{
    margin-right: 70px;
  }

  .md\:mb-70{
    margin-bottom: 70px;
  }

  .md\:ml-70{
    margin-left: 70px;
  }

  .md\:mt-72{
    margin-top: 72px;
  }

  .md\:mr-72{
    margin-right: 72px;
  }

  .md\:mb-72{
    margin-bottom: 72px;
  }

  .md\:ml-72{
    margin-left: 72px;
  }

  .md\:mt-80{
    margin-top: 80px;
  }

  .md\:mr-80{
    margin-right: 80px;
  }

  .md\:mb-80{
    margin-bottom: 80px;
  }

  .md\:ml-80{
    margin-left: 80px;
  }

  .md\:mt-88{
    margin-top: 88px;
  }

  .md\:mr-88{
    margin-right: 88px;
  }

  .md\:mb-88{
    margin-bottom: 88px;
  }

  .md\:ml-88{
    margin-left: 88px;
  }

  .md\:mt-90{
    margin-top: 90px;
  }

  .md\:mr-90{
    margin-right: 90px;
  }

  .md\:mb-90{
    margin-bottom: 90px;
  }

  .md\:ml-90{
    margin-left: 90px;
  }

  .md\:mt-96{
    margin-top: 96px;
  }

  .md\:mr-96{
    margin-right: 96px;
  }

  .md\:mb-96{
    margin-bottom: 96px;
  }

  .md\:ml-96{
    margin-left: 96px;
  }

  .md\:mt-100{
    margin-top: 100px;
  }

  .md\:mr-100{
    margin-right: 100px;
  }

  .md\:mb-100{
    margin-bottom: 100px;
  }

  .md\:ml-100{
    margin-left: 100px;
  }

  .md\:mt-112{
    margin-top: 112px;
  }

  .md\:mr-112{
    margin-right: 112px;
  }

  .md\:mb-112{
    margin-bottom: 112px;
  }

  .md\:ml-112{
    margin-left: 112px;
  }

  .md\:mt-128{
    margin-top: 128px;
  }

  .md\:mr-128{
    margin-right: 128px;
  }

  .md\:mb-128{
    margin-bottom: 128px;
  }

  .md\:ml-128{
    margin-left: 128px;
  }

  .md\:mt-135{
    margin-top: 135px;
  }

  .md\:mr-135{
    margin-right: 135px;
  }

  .md\:mb-135{
    margin-bottom: 135px;
  }

  .md\:ml-135{
    margin-left: 135px;
  }

  .md\:mt-145{
    margin-top: 145px;
  }

  .md\:mr-145{
    margin-right: 145px;
  }

  .md\:mb-145{
    margin-bottom: 145px;
  }

  .md\:ml-145{
    margin-left: 145px;
  }

  .md\:mt-155{
    margin-top: 155px;
  }

  .md\:mr-155{
    margin-right: 155px;
  }

  .md\:mb-155{
    margin-bottom: 155px;
  }

  .md\:ml-155{
    margin-left: 155px;
  }

  .md\:mt-160{
    margin-top: 160px;
  }

  .md\:mr-160{
    margin-right: 160px;
  }

  .md\:mb-160{
    margin-bottom: 160px;
  }

  .md\:ml-160{
    margin-left: 160px;
  }

  .md\:mt-192{
    margin-top: 192px;
  }

  .md\:mr-192{
    margin-right: 192px;
  }

  .md\:mb-192{
    margin-bottom: 192px;
  }

  .md\:ml-192{
    margin-left: 192px;
  }

  .md\:mt-200{
    margin-top: 200px;
  }

  .md\:mr-200{
    margin-right: 200px;
  }

  .md\:mb-200{
    margin-bottom: 200px;
  }

  .md\:ml-200{
    margin-left: 200px;
  }

  .md\:mt-224{
    margin-top: 224px;
  }

  .md\:mr-224{
    margin-right: 224px;
  }

  .md\:mb-224{
    margin-bottom: 224px;
  }

  .md\:ml-224{
    margin-left: 224px;
  }

  .md\:mt-227{
    margin-top: 227px;
  }

  .md\:mr-227{
    margin-right: 227px;
  }

  .md\:mb-227{
    margin-bottom: 227px;
  }

  .md\:ml-227{
    margin-left: 227px;
  }

  .md\:mt-250{
    margin-top: 250px;
  }

  .md\:mr-250{
    margin-right: 250px;
  }

  .md\:mb-250{
    margin-bottom: 250px;
  }

  .md\:ml-250{
    margin-left: 250px;
  }

  .md\:mt-256{
    margin-top: 256px;
  }

  .md\:mr-256{
    margin-right: 256px;
  }

  .md\:mb-256{
    margin-bottom: 256px;
  }

  .md\:ml-256{
    margin-left: 256px;
  }

  .md\:mt-270{
    margin-top: 270px;
  }

  .md\:mr-270{
    margin-right: 270px;
  }

  .md\:mb-270{
    margin-bottom: 270px;
  }

  .md\:ml-270{
    margin-left: 270px;
  }

  .md\:mt-288{
    margin-top: 288px;
  }

  .md\:mr-288{
    margin-right: 288px;
  }

  .md\:mb-288{
    margin-bottom: 288px;
  }

  .md\:ml-288{
    margin-left: 288px;
  }

  .md\:mt-304{
    margin-top: 304px;
  }

  .md\:mr-304{
    margin-right: 304px;
  }

  .md\:mb-304{
    margin-bottom: 304px;
  }

  .md\:ml-304{
    margin-left: 304px;
  }

  .md\:mt-314{
    margin-top: 314px;
  }

  .md\:mr-314{
    margin-right: 314px;
  }

  .md\:mb-314{
    margin-bottom: 314px;
  }

  .md\:ml-314{
    margin-left: 314px;
  }

  .md\:mt-320{
    margin-top: 320px;
  }

  .md\:mr-320{
    margin-right: 320px;
  }

  .md\:mb-320{
    margin-bottom: 320px;
  }

  .md\:ml-320{
    margin-left: 320px;
  }

  .md\:mt-352{
    margin-top: 352px;
  }

  .md\:mr-352{
    margin-right: 352px;
  }

  .md\:mb-352{
    margin-bottom: 352px;
  }

  .md\:ml-352{
    margin-left: 352px;
  }

  .md\:mt-384{
    margin-top: 384px;
  }

  .md\:mr-384{
    margin-right: 384px;
  }

  .md\:mb-384{
    margin-bottom: 384px;
  }

  .md\:ml-384{
    margin-left: 384px;
  }

  .md\:mt-416{
    margin-top: 416px;
  }

  .md\:mr-416{
    margin-right: 416px;
  }

  .md\:mb-416{
    margin-bottom: 416px;
  }

  .md\:ml-416{
    margin-left: 416px;
  }

  .md\:mt-448{
    margin-top: 448px;
  }

  .md\:mr-448{
    margin-right: 448px;
  }

  .md\:mb-448{
    margin-bottom: 448px;
  }

  .md\:ml-448{
    margin-left: 448px;
  }

  .md\:mt-480{
    margin-top: 480px;
  }

  .md\:mr-480{
    margin-right: 480px;
  }

  .md\:mb-480{
    margin-bottom: 480px;
  }

  .md\:ml-480{
    margin-left: 480px;
  }

  .md\:mt-512{
    margin-top: 512px;
  }

  .md\:mr-512{
    margin-right: 512px;
  }

  .md\:mb-512{
    margin-bottom: 512px;
  }

  .md\:ml-512{
    margin-left: 512px;
  }

  .md\:mt-576{
    margin-top: 576px;
  }

  .md\:mr-576{
    margin-right: 576px;
  }

  .md\:mb-576{
    margin-bottom: 576px;
  }

  .md\:ml-576{
    margin-left: 576px;
  }

  .md\:mt-612{
    margin-top: 612px;
  }

  .md\:mr-612{
    margin-right: 612px;
  }

  .md\:mb-612{
    margin-bottom: 612px;
  }

  .md\:ml-612{
    margin-left: 612px;
  }

  .md\:mt-640{
    margin-top: 640px;
  }

  .md\:mr-640{
    margin-right: 640px;
  }

  .md\:mb-640{
    margin-bottom: 640px;
  }

  .md\:ml-640{
    margin-left: 640px;
  }

  .md\:mt-768{
    margin-top: 768px;
  }

  .md\:mr-768{
    margin-right: 768px;
  }

  .md\:mb-768{
    margin-bottom: 768px;
  }

  .md\:ml-768{
    margin-left: 768px;
  }

  .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-200{
    margin-top: -200px;
  }

  .md\:-mr-200{
    margin-right: -200px;
  }

  .md\:-mb-200{
    margin-bottom: -200px;
  }

  .md\:-ml-200{
    margin-left: -200px;
  }

  .md\:-mt-170{
    margin-top: -170px;
  }

  .md\:-mr-170{
    margin-right: -170px;
  }

  .md\:-mb-170{
    margin-bottom: -170px;
  }

  .md\:-ml-170{
    margin-left: -170px;
  }

  .md\:-mt-120{
    margin-top: -120px;
  }

  .md\:-mr-120{
    margin-right: -120px;
  }

  .md\:-mb-120{
    margin-bottom: -120px;
  }

  .md\:-ml-120{
    margin-left: -120px;
  }

  .md\:-mt-100{
    margin-top: -100px;
  }

  .md\:-mr-100{
    margin-right: -100px;
  }

  .md\:-mb-100{
    margin-bottom: -100px;
  }

  .md\:-ml-100{
    margin-left: -100px;
  }

  .md\:-mt-50{
    margin-top: -50px;
  }

  .md\:-mr-50{
    margin-right: -50px;
  }

  .md\:-mb-50{
    margin-bottom: -50px;
  }

  .md\:-ml-50{
    margin-left: -50px;
  }

  .md\:-mt-45{
    margin-top: -45px;
  }

  .md\:-mr-45{
    margin-right: -45px;
  }

  .md\:-mb-45{
    margin-bottom: -45px;
  }

  .md\:-ml-45{
    margin-left: -45px;
  }

  .md\:-mt-3{
    margin-top: -3px;
  }

  .md\:-mr-3{
    margin-right: -3px;
  }

  .md\:-mb-3{
    margin-bottom: -3px;
  }

  .md\:-ml-3{
    margin-left: -3px;
  }

  .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-20p{
    margin-top: 20%;
  }

  .md\:mr-20p{
    margin-right: 20%;
  }

  .md\:mb-20p{
    margin-bottom: 20%;
  }

  .md\:ml-20p{
    margin-left: 20%;
  }

  .md\:mt-40p{
    margin-top: 40%;
  }

  .md\:mr-40p{
    margin-right: 40%;
  }

  .md\:mb-40p{
    margin-bottom: 40%;
  }

  .md\:ml-40p{
    margin-left: 40%;
  }

  .md\:mt-49p{
    margin-top: 49%;
  }

  .md\:mr-49p{
    margin-right: 49%;
  }

  .md\:mb-49p{
    margin-bottom: 49%;
  }

  .md\:ml-49p{
    margin-left: 49%;
  }

  .md\:mt-52p{
    margin-top: 52%;
  }

  .md\:mr-52p{
    margin-right: 52%;
  }

  .md\:mb-52p{
    margin-bottom: 52%;
  }

  .md\:ml-52p{
    margin-left: 52%;
  }

  .md\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .md\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .md\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .md\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .md\:mt-60p{
    margin-top: 60%;
  }

  .md\:mr-60p{
    margin-right: 60%;
  }

  .md\:mb-60p{
    margin-bottom: 60%;
  }

  .md\:ml-60p{
    margin-left: 60%;
  }

  .md\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .md\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .md\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .md\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .md\:mt-80p{
    margin-top: 80%;
  }

  .md\:mr-80p{
    margin-right: 80%;
  }

  .md\:mb-80p{
    margin-bottom: 80%;
  }

  .md\:ml-80p{
    margin-left: 80%;
  }

  .md\:mt-90p{
    margin-top: 90%;
  }

  .md\:mr-90p{
    margin-right: 90%;
  }

  .md\:mb-90p{
    margin-bottom: 90%;
  }

  .md\:ml-90p{
    margin-left: 90%;
  }

  .md\:mt-95p{
    margin-top: 95%;
  }

  .md\:mr-95p{
    margin-right: 95%;
  }

  .md\:mb-95p{
    margin-bottom: 95%;
  }

  .md\:ml-95p{
    margin-left: 95%;
  }

  .md\:mt-100p{
    margin-top: 100%;
  }

  .md\:mr-100p{
    margin-right: 100%;
  }

  .md\:mb-100p{
    margin-bottom: 100%;
  }

  .md\:ml-100p{
    margin-left: 100%;
  }

  .md\:mt-110p{
    margin-top: 110%;
  }

  .md\:mr-110p{
    margin-right: 110%;
  }

  .md\:mb-110p{
    margin-bottom: 110%;
  }

  .md\:ml-110p{
    margin-left: 110%;
  }

  .md\:-mt-0{
    margin-top: 0px;
  }

  .md\:-mr-0{
    margin-right: 0px;
  }

  .md\:-mb-0{
    margin-bottom: 0px;
  }

  .md\:-ml-0{
    margin-left: 0px;
  }

  .md\:-mt-2{
    margin-top: -2px;
  }

  .md\:-mr-2{
    margin-right: -2px;
  }

  .md\:-mb-2{
    margin-bottom: -2px;
  }

  .md\:-ml-2{
    margin-left: -2px;
  }

  .md\:-mt-4{
    margin-top: -4px;
  }

  .md\:-mr-4{
    margin-right: -4px;
  }

  .md\:-mb-4{
    margin-bottom: -4px;
  }

  .md\:-ml-4{
    margin-left: -4px;
  }

  .md\:-mt-5{
    margin-top: -5px;
  }

  .md\:-mr-5{
    margin-right: -5px;
  }

  .md\:-mb-5{
    margin-bottom: -5px;
  }

  .md\:-ml-5{
    margin-left: -5px;
  }

  .md\:-mt-7{
    margin-top: -7px;
  }

  .md\:-mr-7{
    margin-right: -7px;
  }

  .md\:-mb-7{
    margin-bottom: -7px;
  }

  .md\:-ml-7{
    margin-left: -7px;
  }

  .md\:-mt-8{
    margin-top: -8px;
  }

  .md\:-mr-8{
    margin-right: -8px;
  }

  .md\:-mb-8{
    margin-bottom: -8px;
  }

  .md\:-ml-8{
    margin-left: -8px;
  }

  .md\:-mt-10{
    margin-top: -10px;
  }

  .md\:-mr-10{
    margin-right: -10px;
  }

  .md\:-mb-10{
    margin-bottom: -10px;
  }

  .md\:-ml-10{
    margin-left: -10px;
  }

  .md\:-mt-11{
    margin-top: -11px;
  }

  .md\:-mr-11{
    margin-right: -11px;
  }

  .md\:-mb-11{
    margin-bottom: -11px;
  }

  .md\:-ml-11{
    margin-left: -11px;
  }

  .md\:-mt-12{
    margin-top: -12px;
  }

  .md\:-mr-12{
    margin-right: -12px;
  }

  .md\:-mb-12{
    margin-bottom: -12px;
  }

  .md\:-ml-12{
    margin-left: -12px;
  }

  .md\:-mt-13{
    margin-top: -13px;
  }

  .md\:-mr-13{
    margin-right: -13px;
  }

  .md\:-mb-13{
    margin-bottom: -13px;
  }

  .md\:-ml-13{
    margin-left: -13px;
  }

  .md\:-mt-15{
    margin-top: -15px;
  }

  .md\:-mr-15{
    margin-right: -15px;
  }

  .md\:-mb-15{
    margin-bottom: -15px;
  }

  .md\:-ml-15{
    margin-left: -15px;
  }

  .md\:-mt-16{
    margin-top: -16px;
  }

  .md\:-mr-16{
    margin-right: -16px;
  }

  .md\:-mb-16{
    margin-bottom: -16px;
  }

  .md\:-ml-16{
    margin-left: -16px;
  }

  .md\:-mt-18{
    margin-top: -18px;
  }

  .md\:-mr-18{
    margin-right: -18px;
  }

  .md\:-mb-18{
    margin-bottom: -18px;
  }

  .md\:-ml-18{
    margin-left: -18px;
  }

  .md\:-mt-20{
    margin-top: -20px;
  }

  .md\:-mr-20{
    margin-right: -20px;
  }

  .md\:-mb-20{
    margin-bottom: -20px;
  }

  .md\:-ml-20{
    margin-left: -20px;
  }

  .md\:-mt-24{
    margin-top: -24px;
  }

  .md\:-mr-24{
    margin-right: -24px;
  }

  .md\:-mb-24{
    margin-bottom: -24px;
  }

  .md\:-ml-24{
    margin-left: -24px;
  }

  .md\:-mt-28{
    margin-top: -28px;
  }

  .md\:-mr-28{
    margin-right: -28px;
  }

  .md\:-mb-28{
    margin-bottom: -28px;
  }

  .md\:-ml-28{
    margin-left: -28px;
  }

  .md\:-mt-29{
    margin-top: -29px;
  }

  .md\:-mr-29{
    margin-right: -29px;
  }

  .md\:-mb-29{
    margin-bottom: -29px;
  }

  .md\:-ml-29{
    margin-left: -29px;
  }

  .md\:-mt-30{
    margin-top: -30px;
  }

  .md\:-mr-30{
    margin-right: -30px;
  }

  .md\:-mb-30{
    margin-bottom: -30px;
  }

  .md\:-ml-30{
    margin-left: -30px;
  }

  .md\:-mt-32{
    margin-top: -32px;
  }

  .md\:-mr-32{
    margin-right: -32px;
  }

  .md\:-mb-32{
    margin-bottom: -32px;
  }

  .md\:-ml-32{
    margin-left: -32px;
  }

  .md\:-mt-34{
    margin-top: -34px;
  }

  .md\:-mr-34{
    margin-right: -34px;
  }

  .md\:-mb-34{
    margin-bottom: -34px;
  }

  .md\:-ml-34{
    margin-left: -34px;
  }

  .md\:-mt-36{
    margin-top: -36px;
  }

  .md\:-mr-36{
    margin-right: -36px;
  }

  .md\:-mb-36{
    margin-bottom: -36px;
  }

  .md\:-ml-36{
    margin-left: -36px;
  }

  .md\:-mt-40{
    margin-top: -40px;
  }

  .md\:-mr-40{
    margin-right: -40px;
  }

  .md\:-mb-40{
    margin-bottom: -40px;
  }

  .md\:-ml-40{
    margin-left: -40px;
  }

  .md\:-mt-48{
    margin-top: -48px;
  }

  .md\:-mr-48{
    margin-right: -48px;
  }

  .md\:-mb-48{
    margin-bottom: -48px;
  }

  .md\:-ml-48{
    margin-left: -48px;
  }

  .md\:-mt-56{
    margin-top: -56px;
  }

  .md\:-mr-56{
    margin-right: -56px;
  }

  .md\:-mb-56{
    margin-bottom: -56px;
  }

  .md\:-ml-56{
    margin-left: -56px;
  }

  .md\:-mt-60{
    margin-top: -60px;
  }

  .md\:-mr-60{
    margin-right: -60px;
  }

  .md\:-mb-60{
    margin-bottom: -60px;
  }

  .md\:-ml-60{
    margin-left: -60px;
  }

  .md\:-mt-64{
    margin-top: -64px;
  }

  .md\:-mr-64{
    margin-right: -64px;
  }

  .md\:-mb-64{
    margin-bottom: -64px;
  }

  .md\:-ml-64{
    margin-left: -64px;
  }

  .md\:-mt-70{
    margin-top: -70px;
  }

  .md\:-mr-70{
    margin-right: -70px;
  }

  .md\:-mb-70{
    margin-bottom: -70px;
  }

  .md\:-ml-70{
    margin-left: -70px;
  }

  .md\:-mt-72{
    margin-top: -72px;
  }

  .md\:-mr-72{
    margin-right: -72px;
  }

  .md\:-mb-72{
    margin-bottom: -72px;
  }

  .md\:-ml-72{
    margin-left: -72px;
  }

  .md\:-mt-80{
    margin-top: -80px;
  }

  .md\:-mr-80{
    margin-right: -80px;
  }

  .md\:-mb-80{
    margin-bottom: -80px;
  }

  .md\:-ml-80{
    margin-left: -80px;
  }

  .md\:-mt-88{
    margin-top: -88px;
  }

  .md\:-mr-88{
    margin-right: -88px;
  }

  .md\:-mb-88{
    margin-bottom: -88px;
  }

  .md\:-ml-88{
    margin-left: -88px;
  }

  .md\:-mt-90{
    margin-top: -90px;
  }

  .md\:-mr-90{
    margin-right: -90px;
  }

  .md\:-mb-90{
    margin-bottom: -90px;
  }

  .md\:-ml-90{
    margin-left: -90px;
  }

  .md\:-mt-96{
    margin-top: -96px;
  }

  .md\:-mr-96{
    margin-right: -96px;
  }

  .md\:-mb-96{
    margin-bottom: -96px;
  }

  .md\:-ml-96{
    margin-left: -96px;
  }

  .md\:-mt-112{
    margin-top: -112px;
  }

  .md\:-mr-112{
    margin-right: -112px;
  }

  .md\:-mb-112{
    margin-bottom: -112px;
  }

  .md\:-ml-112{
    margin-left: -112px;
  }

  .md\:-mt-128{
    margin-top: -128px;
  }

  .md\:-mr-128{
    margin-right: -128px;
  }

  .md\:-mb-128{
    margin-bottom: -128px;
  }

  .md\:-ml-128{
    margin-left: -128px;
  }

  .md\:-mt-135{
    margin-top: -135px;
  }

  .md\:-mr-135{
    margin-right: -135px;
  }

  .md\:-mb-135{
    margin-bottom: -135px;
  }

  .md\:-ml-135{
    margin-left: -135px;
  }

  .md\:-mt-145{
    margin-top: -145px;
  }

  .md\:-mr-145{
    margin-right: -145px;
  }

  .md\:-mb-145{
    margin-bottom: -145px;
  }

  .md\:-ml-145{
    margin-left: -145px;
  }

  .md\:-mt-155{
    margin-top: -155px;
  }

  .md\:-mr-155{
    margin-right: -155px;
  }

  .md\:-mb-155{
    margin-bottom: -155px;
  }

  .md\:-ml-155{
    margin-left: -155px;
  }

  .md\:-mt-160{
    margin-top: -160px;
  }

  .md\:-mr-160{
    margin-right: -160px;
  }

  .md\:-mb-160{
    margin-bottom: -160px;
  }

  .md\:-ml-160{
    margin-left: -160px;
  }

  .md\:-mt-192{
    margin-top: -192px;
  }

  .md\:-mr-192{
    margin-right: -192px;
  }

  .md\:-mb-192{
    margin-bottom: -192px;
  }

  .md\:-ml-192{
    margin-left: -192px;
  }

  .md\:-mt-224{
    margin-top: -224px;
  }

  .md\:-mr-224{
    margin-right: -224px;
  }

  .md\:-mb-224{
    margin-bottom: -224px;
  }

  .md\:-ml-224{
    margin-left: -224px;
  }

  .md\:-mt-227{
    margin-top: -227px;
  }

  .md\:-mr-227{
    margin-right: -227px;
  }

  .md\:-mb-227{
    margin-bottom: -227px;
  }

  .md\:-ml-227{
    margin-left: -227px;
  }

  .md\:-mt-250{
    margin-top: -250px;
  }

  .md\:-mr-250{
    margin-right: -250px;
  }

  .md\:-mb-250{
    margin-bottom: -250px;
  }

  .md\:-ml-250{
    margin-left: -250px;
  }

  .md\:-mt-256{
    margin-top: -256px;
  }

  .md\:-mr-256{
    margin-right: -256px;
  }

  .md\:-mb-256{
    margin-bottom: -256px;
  }

  .md\:-ml-256{
    margin-left: -256px;
  }

  .md\:-mt-270{
    margin-top: -270px;
  }

  .md\:-mr-270{
    margin-right: -270px;
  }

  .md\:-mb-270{
    margin-bottom: -270px;
  }

  .md\:-ml-270{
    margin-left: -270px;
  }

  .md\:-mt-288{
    margin-top: -288px;
  }

  .md\:-mr-288{
    margin-right: -288px;
  }

  .md\:-mb-288{
    margin-bottom: -288px;
  }

  .md\:-ml-288{
    margin-left: -288px;
  }

  .md\:-mt-304{
    margin-top: -304px;
  }

  .md\:-mr-304{
    margin-right: -304px;
  }

  .md\:-mb-304{
    margin-bottom: -304px;
  }

  .md\:-ml-304{
    margin-left: -304px;
  }

  .md\:-mt-314{
    margin-top: -314px;
  }

  .md\:-mr-314{
    margin-right: -314px;
  }

  .md\:-mb-314{
    margin-bottom: -314px;
  }

  .md\:-ml-314{
    margin-left: -314px;
  }

  .md\:-mt-320{
    margin-top: -320px;
  }

  .md\:-mr-320{
    margin-right: -320px;
  }

  .md\:-mb-320{
    margin-bottom: -320px;
  }

  .md\:-ml-320{
    margin-left: -320px;
  }

  .md\:-mt-352{
    margin-top: -352px;
  }

  .md\:-mr-352{
    margin-right: -352px;
  }

  .md\:-mb-352{
    margin-bottom: -352px;
  }

  .md\:-ml-352{
    margin-left: -352px;
  }

  .md\:-mt-384{
    margin-top: -384px;
  }

  .md\:-mr-384{
    margin-right: -384px;
  }

  .md\:-mb-384{
    margin-bottom: -384px;
  }

  .md\:-ml-384{
    margin-left: -384px;
  }

  .md\:-mt-416{
    margin-top: -416px;
  }

  .md\:-mr-416{
    margin-right: -416px;
  }

  .md\:-mb-416{
    margin-bottom: -416px;
  }

  .md\:-ml-416{
    margin-left: -416px;
  }

  .md\:-mt-448{
    margin-top: -448px;
  }

  .md\:-mr-448{
    margin-right: -448px;
  }

  .md\:-mb-448{
    margin-bottom: -448px;
  }

  .md\:-ml-448{
    margin-left: -448px;
  }

  .md\:-mt-480{
    margin-top: -480px;
  }

  .md\:-mr-480{
    margin-right: -480px;
  }

  .md\:-mb-480{
    margin-bottom: -480px;
  }

  .md\:-ml-480{
    margin-left: -480px;
  }

  .md\:-mt-512{
    margin-top: -512px;
  }

  .md\:-mr-512{
    margin-right: -512px;
  }

  .md\:-mb-512{
    margin-bottom: -512px;
  }

  .md\:-ml-512{
    margin-left: -512px;
  }

  .md\:-mt-576{
    margin-top: -576px;
  }

  .md\:-mr-576{
    margin-right: -576px;
  }

  .md\:-mb-576{
    margin-bottom: -576px;
  }

  .md\:-ml-576{
    margin-left: -576px;
  }

  .md\:-mt-612{
    margin-top: -612px;
  }

  .md\:-mr-612{
    margin-right: -612px;
  }

  .md\:-mb-612{
    margin-bottom: -612px;
  }

  .md\:-ml-612{
    margin-left: -612px;
  }

  .md\:-mt-640{
    margin-top: -640px;
  }

  .md\:-mr-640{
    margin-right: -640px;
  }

  .md\:-mb-640{
    margin-bottom: -640px;
  }

  .md\:-ml-640{
    margin-left: -640px;
  }

  .md\:-mt-768{
    margin-top: -768px;
  }

  .md\:-mr-768{
    margin-right: -768px;
  }

  .md\:-mb-768{
    margin-bottom: -768px;
  }

  .md\:-ml-768{
    margin-left: -768px;
  }

  .md\:-mt--200{
    margin-top: 200px;
  }

  .md\:-mr--200{
    margin-right: 200px;
  }

  .md\:-mb--200{
    margin-bottom: 200px;
  }

  .md\:-ml--200{
    margin-left: 200px;
  }

  .md\:-mt--170{
    margin-top: 170px;
  }

  .md\:-mr--170{
    margin-right: 170px;
  }

  .md\:-mb--170{
    margin-bottom: 170px;
  }

  .md\:-ml--170{
    margin-left: 170px;
  }

  .md\:-mt--120{
    margin-top: 120px;
  }

  .md\:-mr--120{
    margin-right: 120px;
  }

  .md\:-mb--120{
    margin-bottom: 120px;
  }

  .md\:-ml--120{
    margin-left: 120px;
  }

  .md\:-mt--100{
    margin-top: 100px;
  }

  .md\:-mr--100{
    margin-right: 100px;
  }

  .md\:-mb--100{
    margin-bottom: 100px;
  }

  .md\:-ml--100{
    margin-left: 100px;
  }

  .md\:-mt--50{
    margin-top: 50px;
  }

  .md\:-mr--50{
    margin-right: 50px;
  }

  .md\:-mb--50{
    margin-bottom: 50px;
  }

  .md\:-ml--50{
    margin-left: 50px;
  }

  .md\:-mt--45{
    margin-top: 45px;
  }

  .md\:-mr--45{
    margin-right: 45px;
  }

  .md\:-mb--45{
    margin-bottom: 45px;
  }

  .md\:-ml--45{
    margin-left: 45px;
  }

  .md\:-mt--3{
    margin-top: 3px;
  }

  .md\:-mr--3{
    margin-right: 3px;
  }

  .md\:-mb--3{
    margin-bottom: 3px;
  }

  .md\:-ml--3{
    margin-left: 3px;
  }

  .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-20p{
    margin-top: -20%;
  }

  .md\:-mr-20p{
    margin-right: -20%;
  }

  .md\:-mb-20p{
    margin-bottom: -20%;
  }

  .md\:-ml-20p{
    margin-left: -20%;
  }

  .md\:-mt-40p{
    margin-top: -40%;
  }

  .md\:-mr-40p{
    margin-right: -40%;
  }

  .md\:-mb-40p{
    margin-bottom: -40%;
  }

  .md\:-ml-40p{
    margin-left: -40%;
  }

  .md\:-mt-49p{
    margin-top: -49%;
  }

  .md\:-mr-49p{
    margin-right: -49%;
  }

  .md\:-mb-49p{
    margin-bottom: -49%;
  }

  .md\:-ml-49p{
    margin-left: -49%;
  }

  .md\:-mt-52p{
    margin-top: -52%;
  }

  .md\:-mr-52p{
    margin-right: -52%;
  }

  .md\:-mb-52p{
    margin-bottom: -52%;
  }

  .md\:-ml-52p{
    margin-left: -52%;
  }

  .md\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .md\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .md\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .md\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .md\:-mt-60p{
    margin-top: -60%;
  }

  .md\:-mr-60p{
    margin-right: -60%;
  }

  .md\:-mb-60p{
    margin-bottom: -60%;
  }

  .md\:-ml-60p{
    margin-left: -60%;
  }

  .md\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .md\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .md\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .md\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .md\:-mt-80p{
    margin-top: -80%;
  }

  .md\:-mr-80p{
    margin-right: -80%;
  }

  .md\:-mb-80p{
    margin-bottom: -80%;
  }

  .md\:-ml-80p{
    margin-left: -80%;
  }

  .md\:-mt-90p{
    margin-top: -90%;
  }

  .md\:-mr-90p{
    margin-right: -90%;
  }

  .md\:-mb-90p{
    margin-bottom: -90%;
  }

  .md\:-ml-90p{
    margin-left: -90%;
  }

  .md\:-mt-95p{
    margin-top: -95%;
  }

  .md\:-mr-95p{
    margin-right: -95%;
  }

  .md\:-mb-95p{
    margin-bottom: -95%;
  }

  .md\:-ml-95p{
    margin-left: -95%;
  }

  .md\:-mt-100p{
    margin-top: -100%;
  }

  .md\:-mr-100p{
    margin-right: -100%;
  }

  .md\:-mb-100p{
    margin-bottom: -100%;
  }

  .md\:-ml-100p{
    margin-left: -100%;
  }

  .md\:-mt-110p{
    margin-top: -110%;
  }

  .md\:-mr-110p{
    margin-right: -110%;
  }

  .md\:-mb-110p{
    margin-bottom: -110%;
  }

  .md\:-ml-110p{
    margin-left: -110%;
  }

  .md\:max-h-0{
    max-height: 0px;
  }

  .md\:max-h-2{
    max-height: 2px;
  }

  .md\:max-h-4{
    max-height: 4px;
  }

  .md\:max-h-5{
    max-height: 5px;
  }

  .md\:max-h-7{
    max-height: 7px;
  }

  .md\:max-h-8{
    max-height: 8px;
  }

  .md\:max-h-10{
    max-height: 10px;
  }

  .md\:max-h-11{
    max-height: 11px;
  }

  .md\:max-h-12{
    max-height: 12px;
  }

  .md\:max-h-13{
    max-height: 13px;
  }

  .md\:max-h-15{
    max-height: 15px;
  }

  .md\:max-h-16{
    max-height: 16px;
  }

  .md\:max-h-18{
    max-height: 18px;
  }

  .md\:max-h-20{
    max-height: 20px;
  }

  .md\:max-h-24{
    max-height: 24px;
  }

  .md\:max-h-28{
    max-height: 28px;
  }

  .md\:max-h-29{
    max-height: 29px;
  }

  .md\:max-h-30{
    max-height: 30px;
  }

  .md\:max-h-32{
    max-height: 32px;
  }

  .md\:max-h-34{
    max-height: 34px;
  }

  .md\:max-h-36{
    max-height: 36px;
  }

  .md\:max-h-40{
    max-height: 40px;
  }

  .md\:max-h-48{
    max-height: 48px;
  }

  .md\:max-h-50{
    max-height: 50px;
  }

  .md\:max-h-56{
    max-height: 56px;
  }

  .md\:max-h-60{
    max-height: 60px;
  }

  .md\:max-h-64{
    max-height: 64px;
  }

  .md\:max-h-70{
    max-height: 70px;
  }

  .md\:max-h-72{
    max-height: 72px;
  }

  .md\:max-h-80{
    max-height: 80px;
  }

  .md\:max-h-88{
    max-height: 88px;
  }

  .md\:max-h-90{
    max-height: 90px;
  }

  .md\:max-h-96{
    max-height: 96px;
  }

  .md\:max-h-100{
    max-height: 100px;
  }

  .md\:max-h-112{
    max-height: 112px;
  }

  .md\:max-h-128{
    max-height: 128px;
  }

  .md\:max-h-135{
    max-height: 135px;
  }

  .md\:max-h-145{
    max-height: 145px;
  }

  .md\:max-h-155{
    max-height: 155px;
  }

  .md\:max-h-160{
    max-height: 160px;
  }

  .md\:max-h-192{
    max-height: 192px;
  }

  .md\:max-h-200{
    max-height: 200px;
  }

  .md\:max-h-224{
    max-height: 224px;
  }

  .md\:max-h-227{
    max-height: 227px;
  }

  .md\:max-h-250{
    max-height: 250px;
  }

  .md\:max-h-256{
    max-height: 256px;
  }

  .md\:max-h-270{
    max-height: 270px;
  }

  .md\:max-h-288{
    max-height: 288px;
  }

  .md\:max-h-304{
    max-height: 304px;
  }

  .md\:max-h-314{
    max-height: 314px;
  }

  .md\:max-h-320{
    max-height: 320px;
  }

  .md\:max-h-352{
    max-height: 352px;
  }

  .md\:max-h-384{
    max-height: 384px;
  }

  .md\:max-h-416{
    max-height: 416px;
  }

  .md\:max-h-448{
    max-height: 448px;
  }

  .md\:max-h-480{
    max-height: 480px;
  }

  .md\:max-h-512{
    max-height: 512px;
  }

  .md\:max-h-576{
    max-height: 576px;
  }

  .md\:max-h-612{
    max-height: 612px;
  }

  .md\:max-h-640{
    max-height: 640px;
  }

  .md\:max-h-768{
    max-height: 768px;
  }

  .md\:-max-h-200{
    max-height: -200px;
  }

  .md\:-max-h-170{
    max-height: -170px;
  }

  .md\:-max-h-120{
    max-height: -120px;
  }

  .md\:-max-h-100{
    max-height: -100px;
  }

  .md\:-max-h-50{
    max-height: -50px;
  }

  .md\:-max-h-45{
    max-height: -45px;
  }

  .md\:-max-h-3{
    max-height: -3px;
  }

  .md\:max-h-px{
    max-height: 1px;
  }

  .md\:max-h-20p{
    max-height: 20%;
  }

  .md\:max-h-40p{
    max-height: 40%;
  }

  .md\:max-h-49p{
    max-height: 49%;
  }

  .md\:max-h-52p{
    max-height: 52%;
  }

  .md\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .md\:max-h-60p{
    max-height: 60%;
  }

  .md\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .md\:max-h-80p{
    max-height: 80%;
  }

  .md\:max-h-90p{
    max-height: 90%;
  }

  .md\:max-h-95p{
    max-height: 95%;
  }

  .md\:max-h-100p{
    max-height: 100%;
  }

  .md\:max-h-110p{
    max-height: 110%;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .md\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .md\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .md\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .md\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .md\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .md\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .md\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .md\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .md\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .md\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .md\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .md\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .md\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .md\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .md\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .md\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .md\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .md\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .md\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .md\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .md\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .md\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .md\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .md\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .md\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .md\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .md\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .md\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .md\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .md\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .md\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .md\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .md\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .md\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .md\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .md\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .md\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .md\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .md\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .md\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .md\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .md\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .md\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .md\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .md\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .md\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .md\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .md\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .md\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .md\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .md\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .md\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .md\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .md\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .md\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .md\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .md\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .md\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .md\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .md\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .md\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .md\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .md\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .md\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .md\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .md\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .md\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .md\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .md\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .md\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .md\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .md\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .md\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .md\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .md\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .md\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .md\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .md\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .md\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .md\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .md\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .md\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .md\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .md\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:max-w-0{
    max-width: 0rem;
  }

  .md\:max-w-30{
    max-width: 30px;
  }

  .md\:max-w-40{
    max-width: 40px;
  }

  .md\:max-w-45{
    max-width: 45px;
  }

  .md\:max-w-50{
    max-width: 50px;
  }

  .md\:max-w-60{
    max-width: 60px;
  }

  .md\:max-w-80{
    max-width: 80px;
  }

  .md\:max-w-92{
    max-width: 92px;
  }

  .md\:max-w-100{
    max-width: 100px;
  }

  .md\:max-w-132{
    max-width: 132px;
  }

  .md\:max-w-172{
    max-width: 172px;
  }

  .md\:max-w-200{
    max-width: 200px;
  }

  .md\:max-w-235{
    max-width: 235px;
  }

  .md\:max-w-250{
    max-width: 250px;
  }

  .md\:max-w-270{
    max-width: 270px;
  }

  .md\:max-w-300{
    max-width: 300px;
  }

  .md\:max-w-380{
    max-width: 380px;
  }

  .md\:max-w-480{
    max-width: 480px;
  }

  .md\:max-w-540{
    max-width: 540px;
  }

  .md\:max-w-570{
    max-width: 570px;
  }

  .md\:max-w-600{
    max-width: 600px;
  }

  .md\:max-w-740{
    max-width: 740px;
  }

  .md\:max-w-770{
    max-width: 770px;
  }

  .md\:max-w-900{
    max-width: 900px;
  }

  .md\:max-w-970{
    max-width: 970px;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose{
    max-width: 65ch;
  }

  .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: 1260px;
  }

  .md\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:min-w-220{
    min-width: 220px;
  }

  .md\:min-w-300{
    min-width: 300px;
  }

  .md\:min-w-430{
    min-width: 430px;
  }

  .md\:min-w-500{
    min-width: 500px;
  }

  .md\:min-w-1024{
    min-width: 1024px;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .md\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .md\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .md\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .md\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .md\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .md\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .md\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .md\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .md\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-5{
    opacity: 0.05;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-95{
    opacity: 0.95;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\: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: 0px;
  }

  .md\:p-2{
    padding: 2px;
  }

  .md\:p-4{
    padding: 4px;
  }

  .md\:p-5{
    padding: 5px;
  }

  .md\:p-7{
    padding: 7px;
  }

  .md\:p-8{
    padding: 8px;
  }

  .md\:p-10{
    padding: 10px;
  }

  .md\:p-11{
    padding: 11px;
  }

  .md\:p-12{
    padding: 12px;
  }

  .md\:p-13{
    padding: 13px;
  }

  .md\:p-15{
    padding: 15px;
  }

  .md\:p-16{
    padding: 16px;
  }

  .md\:p-18{
    padding: 18px;
  }

  .md\:p-20{
    padding: 20px;
  }

  .md\:p-24{
    padding: 24px;
  }

  .md\:p-28{
    padding: 28px;
  }

  .md\:p-29{
    padding: 29px;
  }

  .md\:p-30{
    padding: 30px;
  }

  .md\:p-32{
    padding: 32px;
  }

  .md\:p-34{
    padding: 34px;
  }

  .md\:p-36{
    padding: 36px;
  }

  .md\:p-40{
    padding: 40px;
  }

  .md\:p-48{
    padding: 48px;
  }

  .md\:p-50{
    padding: 50px;
  }

  .md\:p-56{
    padding: 56px;
  }

  .md\:p-60{
    padding: 60px;
  }

  .md\:p-64{
    padding: 64px;
  }

  .md\:p-70{
    padding: 70px;
  }

  .md\:p-72{
    padding: 72px;
  }

  .md\:p-80{
    padding: 80px;
  }

  .md\:p-88{
    padding: 88px;
  }

  .md\:p-90{
    padding: 90px;
  }

  .md\:p-96{
    padding: 96px;
  }

  .md\:p-100{
    padding: 100px;
  }

  .md\:p-112{
    padding: 112px;
  }

  .md\:p-128{
    padding: 128px;
  }

  .md\:p-135{
    padding: 135px;
  }

  .md\:p-145{
    padding: 145px;
  }

  .md\:p-155{
    padding: 155px;
  }

  .md\:p-160{
    padding: 160px;
  }

  .md\:p-192{
    padding: 192px;
  }

  .md\:p-200{
    padding: 200px;
  }

  .md\:p-224{
    padding: 224px;
  }

  .md\:p-227{
    padding: 227px;
  }

  .md\:p-250{
    padding: 250px;
  }

  .md\:p-256{
    padding: 256px;
  }

  .md\:p-270{
    padding: 270px;
  }

  .md\:p-288{
    padding: 288px;
  }

  .md\:p-304{
    padding: 304px;
  }

  .md\:p-314{
    padding: 314px;
  }

  .md\:p-320{
    padding: 320px;
  }

  .md\:p-352{
    padding: 352px;
  }

  .md\:p-384{
    padding: 384px;
  }

  .md\:p-416{
    padding: 416px;
  }

  .md\:p-448{
    padding: 448px;
  }

  .md\:p-480{
    padding: 480px;
  }

  .md\:p-512{
    padding: 512px;
  }

  .md\:p-576{
    padding: 576px;
  }

  .md\:p-612{
    padding: 612px;
  }

  .md\:p-640{
    padding: 640px;
  }

  .md\:p-768{
    padding: 768px;
  }

  .md\:-p-200{
    padding: -200px;
  }

  .md\:-p-170{
    padding: -170px;
  }

  .md\:-p-120{
    padding: -120px;
  }

  .md\:-p-100{
    padding: -100px;
  }

  .md\:-p-50{
    padding: -50px;
  }

  .md\:-p-45{
    padding: -45px;
  }

  .md\:-p-3{
    padding: -3px;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-20p{
    padding: 20%;
  }

  .md\:p-40p{
    padding: 40%;
  }

  .md\:p-49p{
    padding: 49%;
  }

  .md\:p-52p{
    padding: 52%;
  }

  .md\:p-53\.5p{
    padding: 53.5%;
  }

  .md\:p-60p{
    padding: 60%;
  }

  .md\:p-71\.5p{
    padding: 71.5%;
  }

  .md\:p-80p{
    padding: 80%;
  }

  .md\:p-90p{
    padding: 90%;
  }

  .md\:p-95p{
    padding: 95%;
  }

  .md\:p-100p{
    padding: 100%;
  }

  .md\:p-110p{
    padding: 110%;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .md\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .md\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .md\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .md\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .md\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .md\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .md\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .md\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .md\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .md\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .md\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .md\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .md\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .md\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .md\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .md\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .md\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .md\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .md\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .md\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .md\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .md\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .md\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .md\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .md\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .md\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .md\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .md\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .md\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .md\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .md\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .md\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .md\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .md\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .md\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .md\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .md\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .md\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .md\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .md\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .md\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .md\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .md\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .md\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .md\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .md\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .md\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .md\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .md\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .md\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .md\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .md\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .md\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .md\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .md\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .md\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .md\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .md\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .md\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .md\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .md\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pt-2{
    padding-top: 2px;
  }

  .md\:pr-2{
    padding-right: 2px;
  }

  .md\:pb-2{
    padding-bottom: 2px;
  }

  .md\:pl-2{
    padding-left: 2px;
  }

  .md\:pt-4{
    padding-top: 4px;
  }

  .md\:pr-4{
    padding-right: 4px;
  }

  .md\:pb-4{
    padding-bottom: 4px;
  }

  .md\:pl-4{
    padding-left: 4px;
  }

  .md\:pt-5{
    padding-top: 5px;
  }

  .md\:pr-5{
    padding-right: 5px;
  }

  .md\:pb-5{
    padding-bottom: 5px;
  }

  .md\:pl-5{
    padding-left: 5px;
  }

  .md\:pt-7{
    padding-top: 7px;
  }

  .md\:pr-7{
    padding-right: 7px;
  }

  .md\:pb-7{
    padding-bottom: 7px;
  }

  .md\:pl-7{
    padding-left: 7px;
  }

  .md\:pt-8{
    padding-top: 8px;
  }

  .md\:pr-8{
    padding-right: 8px;
  }

  .md\:pb-8{
    padding-bottom: 8px;
  }

  .md\:pl-8{
    padding-left: 8px;
  }

  .md\:pt-10{
    padding-top: 10px;
  }

  .md\:pr-10{
    padding-right: 10px;
  }

  .md\:pb-10{
    padding-bottom: 10px;
  }

  .md\:pl-10{
    padding-left: 10px;
  }

  .md\:pt-11{
    padding-top: 11px;
  }

  .md\:pr-11{
    padding-right: 11px;
  }

  .md\:pb-11{
    padding-bottom: 11px;
  }

  .md\:pl-11{
    padding-left: 11px;
  }

  .md\:pt-12{
    padding-top: 12px;
  }

  .md\:pr-12{
    padding-right: 12px;
  }

  .md\:pb-12{
    padding-bottom: 12px;
  }

  .md\:pl-12{
    padding-left: 12px;
  }

  .md\:pt-13{
    padding-top: 13px;
  }

  .md\:pr-13{
    padding-right: 13px;
  }

  .md\:pb-13{
    padding-bottom: 13px;
  }

  .md\:pl-13{
    padding-left: 13px;
  }

  .md\:pt-15{
    padding-top: 15px;
  }

  .md\:pr-15{
    padding-right: 15px;
  }

  .md\:pb-15{
    padding-bottom: 15px;
  }

  .md\:pl-15{
    padding-left: 15px;
  }

  .md\:pt-16{
    padding-top: 16px;
  }

  .md\:pr-16{
    padding-right: 16px;
  }

  .md\:pb-16{
    padding-bottom: 16px;
  }

  .md\:pl-16{
    padding-left: 16px;
  }

  .md\:pt-18{
    padding-top: 18px;
  }

  .md\:pr-18{
    padding-right: 18px;
  }

  .md\:pb-18{
    padding-bottom: 18px;
  }

  .md\:pl-18{
    padding-left: 18px;
  }

  .md\:pt-20{
    padding-top: 20px;
  }

  .md\:pr-20{
    padding-right: 20px;
  }

  .md\:pb-20{
    padding-bottom: 20px;
  }

  .md\:pl-20{
    padding-left: 20px;
  }

  .md\:pt-24{
    padding-top: 24px;
  }

  .md\:pr-24{
    padding-right: 24px;
  }

  .md\:pb-24{
    padding-bottom: 24px;
  }

  .md\:pl-24{
    padding-left: 24px;
  }

  .md\:pt-28{
    padding-top: 28px;
  }

  .md\:pr-28{
    padding-right: 28px;
  }

  .md\:pb-28{
    padding-bottom: 28px;
  }

  .md\:pl-28{
    padding-left: 28px;
  }

  .md\:pt-29{
    padding-top: 29px;
  }

  .md\:pr-29{
    padding-right: 29px;
  }

  .md\:pb-29{
    padding-bottom: 29px;
  }

  .md\:pl-29{
    padding-left: 29px;
  }

  .md\:pt-30{
    padding-top: 30px;
  }

  .md\:pr-30{
    padding-right: 30px;
  }

  .md\:pb-30{
    padding-bottom: 30px;
  }

  .md\:pl-30{
    padding-left: 30px;
  }

  .md\:pt-32{
    padding-top: 32px;
  }

  .md\:pr-32{
    padding-right: 32px;
  }

  .md\:pb-32{
    padding-bottom: 32px;
  }

  .md\:pl-32{
    padding-left: 32px;
  }

  .md\:pt-34{
    padding-top: 34px;
  }

  .md\:pr-34{
    padding-right: 34px;
  }

  .md\:pb-34{
    padding-bottom: 34px;
  }

  .md\:pl-34{
    padding-left: 34px;
  }

  .md\:pt-36{
    padding-top: 36px;
  }

  .md\:pr-36{
    padding-right: 36px;
  }

  .md\:pb-36{
    padding-bottom: 36px;
  }

  .md\:pl-36{
    padding-left: 36px;
  }

  .md\:pt-40{
    padding-top: 40px;
  }

  .md\:pr-40{
    padding-right: 40px;
  }

  .md\:pb-40{
    padding-bottom: 40px;
  }

  .md\:pl-40{
    padding-left: 40px;
  }

  .md\:pt-48{
    padding-top: 48px;
  }

  .md\:pr-48{
    padding-right: 48px;
  }

  .md\:pb-48{
    padding-bottom: 48px;
  }

  .md\:pl-48{
    padding-left: 48px;
  }

  .md\:pt-50{
    padding-top: 50px;
  }

  .md\:pr-50{
    padding-right: 50px;
  }

  .md\:pb-50{
    padding-bottom: 50px;
  }

  .md\:pl-50{
    padding-left: 50px;
  }

  .md\:pt-56{
    padding-top: 56px;
  }

  .md\:pr-56{
    padding-right: 56px;
  }

  .md\:pb-56{
    padding-bottom: 56px;
  }

  .md\:pl-56{
    padding-left: 56px;
  }

  .md\:pt-60{
    padding-top: 60px;
  }

  .md\:pr-60{
    padding-right: 60px;
  }

  .md\:pb-60{
    padding-bottom: 60px;
  }

  .md\:pl-60{
    padding-left: 60px;
  }

  .md\:pt-64{
    padding-top: 64px;
  }

  .md\:pr-64{
    padding-right: 64px;
  }

  .md\:pb-64{
    padding-bottom: 64px;
  }

  .md\:pl-64{
    padding-left: 64px;
  }

  .md\:pt-70{
    padding-top: 70px;
  }

  .md\:pr-70{
    padding-right: 70px;
  }

  .md\:pb-70{
    padding-bottom: 70px;
  }

  .md\:pl-70{
    padding-left: 70px;
  }

  .md\:pt-72{
    padding-top: 72px;
  }

  .md\:pr-72{
    padding-right: 72px;
  }

  .md\:pb-72{
    padding-bottom: 72px;
  }

  .md\:pl-72{
    padding-left: 72px;
  }

  .md\:pt-80{
    padding-top: 80px;
  }

  .md\:pr-80{
    padding-right: 80px;
  }

  .md\:pb-80{
    padding-bottom: 80px;
  }

  .md\:pl-80{
    padding-left: 80px;
  }

  .md\:pt-88{
    padding-top: 88px;
  }

  .md\:pr-88{
    padding-right: 88px;
  }

  .md\:pb-88{
    padding-bottom: 88px;
  }

  .md\:pl-88{
    padding-left: 88px;
  }

  .md\:pt-90{
    padding-top: 90px;
  }

  .md\:pr-90{
    padding-right: 90px;
  }

  .md\:pb-90{
    padding-bottom: 90px;
  }

  .md\:pl-90{
    padding-left: 90px;
  }

  .md\:pt-96{
    padding-top: 96px;
  }

  .md\:pr-96{
    padding-right: 96px;
  }

  .md\:pb-96{
    padding-bottom: 96px;
  }

  .md\:pl-96{
    padding-left: 96px;
  }

  .md\:pt-100{
    padding-top: 100px;
  }

  .md\:pr-100{
    padding-right: 100px;
  }

  .md\:pb-100{
    padding-bottom: 100px;
  }

  .md\:pl-100{
    padding-left: 100px;
  }

  .md\:pt-112{
    padding-top: 112px;
  }

  .md\:pr-112{
    padding-right: 112px;
  }

  .md\:pb-112{
    padding-bottom: 112px;
  }

  .md\:pl-112{
    padding-left: 112px;
  }

  .md\:pt-128{
    padding-top: 128px;
  }

  .md\:pr-128{
    padding-right: 128px;
  }

  .md\:pb-128{
    padding-bottom: 128px;
  }

  .md\:pl-128{
    padding-left: 128px;
  }

  .md\:pt-135{
    padding-top: 135px;
  }

  .md\:pr-135{
    padding-right: 135px;
  }

  .md\:pb-135{
    padding-bottom: 135px;
  }

  .md\:pl-135{
    padding-left: 135px;
  }

  .md\:pt-145{
    padding-top: 145px;
  }

  .md\:pr-145{
    padding-right: 145px;
  }

  .md\:pb-145{
    padding-bottom: 145px;
  }

  .md\:pl-145{
    padding-left: 145px;
  }

  .md\:pt-155{
    padding-top: 155px;
  }

  .md\:pr-155{
    padding-right: 155px;
  }

  .md\:pb-155{
    padding-bottom: 155px;
  }

  .md\:pl-155{
    padding-left: 155px;
  }

  .md\:pt-160{
    padding-top: 160px;
  }

  .md\:pr-160{
    padding-right: 160px;
  }

  .md\:pb-160{
    padding-bottom: 160px;
  }

  .md\:pl-160{
    padding-left: 160px;
  }

  .md\:pt-192{
    padding-top: 192px;
  }

  .md\:pr-192{
    padding-right: 192px;
  }

  .md\:pb-192{
    padding-bottom: 192px;
  }

  .md\:pl-192{
    padding-left: 192px;
  }

  .md\:pt-200{
    padding-top: 200px;
  }

  .md\:pr-200{
    padding-right: 200px;
  }

  .md\:pb-200{
    padding-bottom: 200px;
  }

  .md\:pl-200{
    padding-left: 200px;
  }

  .md\:pt-224{
    padding-top: 224px;
  }

  .md\:pr-224{
    padding-right: 224px;
  }

  .md\:pb-224{
    padding-bottom: 224px;
  }

  .md\:pl-224{
    padding-left: 224px;
  }

  .md\:pt-227{
    padding-top: 227px;
  }

  .md\:pr-227{
    padding-right: 227px;
  }

  .md\:pb-227{
    padding-bottom: 227px;
  }

  .md\:pl-227{
    padding-left: 227px;
  }

  .md\:pt-250{
    padding-top: 250px;
  }

  .md\:pr-250{
    padding-right: 250px;
  }

  .md\:pb-250{
    padding-bottom: 250px;
  }

  .md\:pl-250{
    padding-left: 250px;
  }

  .md\:pt-256{
    padding-top: 256px;
  }

  .md\:pr-256{
    padding-right: 256px;
  }

  .md\:pb-256{
    padding-bottom: 256px;
  }

  .md\:pl-256{
    padding-left: 256px;
  }

  .md\:pt-270{
    padding-top: 270px;
  }

  .md\:pr-270{
    padding-right: 270px;
  }

  .md\:pb-270{
    padding-bottom: 270px;
  }

  .md\:pl-270{
    padding-left: 270px;
  }

  .md\:pt-288{
    padding-top: 288px;
  }

  .md\:pr-288{
    padding-right: 288px;
  }

  .md\:pb-288{
    padding-bottom: 288px;
  }

  .md\:pl-288{
    padding-left: 288px;
  }

  .md\:pt-304{
    padding-top: 304px;
  }

  .md\:pr-304{
    padding-right: 304px;
  }

  .md\:pb-304{
    padding-bottom: 304px;
  }

  .md\:pl-304{
    padding-left: 304px;
  }

  .md\:pt-314{
    padding-top: 314px;
  }

  .md\:pr-314{
    padding-right: 314px;
  }

  .md\:pb-314{
    padding-bottom: 314px;
  }

  .md\:pl-314{
    padding-left: 314px;
  }

  .md\:pt-320{
    padding-top: 320px;
  }

  .md\:pr-320{
    padding-right: 320px;
  }

  .md\:pb-320{
    padding-bottom: 320px;
  }

  .md\:pl-320{
    padding-left: 320px;
  }

  .md\:pt-352{
    padding-top: 352px;
  }

  .md\:pr-352{
    padding-right: 352px;
  }

  .md\:pb-352{
    padding-bottom: 352px;
  }

  .md\:pl-352{
    padding-left: 352px;
  }

  .md\:pt-384{
    padding-top: 384px;
  }

  .md\:pr-384{
    padding-right: 384px;
  }

  .md\:pb-384{
    padding-bottom: 384px;
  }

  .md\:pl-384{
    padding-left: 384px;
  }

  .md\:pt-416{
    padding-top: 416px;
  }

  .md\:pr-416{
    padding-right: 416px;
  }

  .md\:pb-416{
    padding-bottom: 416px;
  }

  .md\:pl-416{
    padding-left: 416px;
  }

  .md\:pt-448{
    padding-top: 448px;
  }

  .md\:pr-448{
    padding-right: 448px;
  }

  .md\:pb-448{
    padding-bottom: 448px;
  }

  .md\:pl-448{
    padding-left: 448px;
  }

  .md\:pt-480{
    padding-top: 480px;
  }

  .md\:pr-480{
    padding-right: 480px;
  }

  .md\:pb-480{
    padding-bottom: 480px;
  }

  .md\:pl-480{
    padding-left: 480px;
  }

  .md\:pt-512{
    padding-top: 512px;
  }

  .md\:pr-512{
    padding-right: 512px;
  }

  .md\:pb-512{
    padding-bottom: 512px;
  }

  .md\:pl-512{
    padding-left: 512px;
  }

  .md\:pt-576{
    padding-top: 576px;
  }

  .md\:pr-576{
    padding-right: 576px;
  }

  .md\:pb-576{
    padding-bottom: 576px;
  }

  .md\:pl-576{
    padding-left: 576px;
  }

  .md\:pt-612{
    padding-top: 612px;
  }

  .md\:pr-612{
    padding-right: 612px;
  }

  .md\:pb-612{
    padding-bottom: 612px;
  }

  .md\:pl-612{
    padding-left: 612px;
  }

  .md\:pt-640{
    padding-top: 640px;
  }

  .md\:pr-640{
    padding-right: 640px;
  }

  .md\:pb-640{
    padding-bottom: 640px;
  }

  .md\:pl-640{
    padding-left: 640px;
  }

  .md\:pt-768{
    padding-top: 768px;
  }

  .md\:pr-768{
    padding-right: 768px;
  }

  .md\:pb-768{
    padding-bottom: 768px;
  }

  .md\:pl-768{
    padding-left: 768px;
  }

  .md\:-pt-200{
    padding-top: -200px;
  }

  .md\:-pr-200{
    padding-right: -200px;
  }

  .md\:-pb-200{
    padding-bottom: -200px;
  }

  .md\:-pl-200{
    padding-left: -200px;
  }

  .md\:-pt-170{
    padding-top: -170px;
  }

  .md\:-pr-170{
    padding-right: -170px;
  }

  .md\:-pb-170{
    padding-bottom: -170px;
  }

  .md\:-pl-170{
    padding-left: -170px;
  }

  .md\:-pt-120{
    padding-top: -120px;
  }

  .md\:-pr-120{
    padding-right: -120px;
  }

  .md\:-pb-120{
    padding-bottom: -120px;
  }

  .md\:-pl-120{
    padding-left: -120px;
  }

  .md\:-pt-100{
    padding-top: -100px;
  }

  .md\:-pr-100{
    padding-right: -100px;
  }

  .md\:-pb-100{
    padding-bottom: -100px;
  }

  .md\:-pl-100{
    padding-left: -100px;
  }

  .md\:-pt-50{
    padding-top: -50px;
  }

  .md\:-pr-50{
    padding-right: -50px;
  }

  .md\:-pb-50{
    padding-bottom: -50px;
  }

  .md\:-pl-50{
    padding-left: -50px;
  }

  .md\:-pt-45{
    padding-top: -45px;
  }

  .md\:-pr-45{
    padding-right: -45px;
  }

  .md\:-pb-45{
    padding-bottom: -45px;
  }

  .md\:-pl-45{
    padding-left: -45px;
  }

  .md\:-pt-3{
    padding-top: -3px;
  }

  .md\:-pr-3{
    padding-right: -3px;
  }

  .md\:-pb-3{
    padding-bottom: -3px;
  }

  .md\:-pl-3{
    padding-left: -3px;
  }

  .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-20p{
    padding-top: 20%;
  }

  .md\:pr-20p{
    padding-right: 20%;
  }

  .md\:pb-20p{
    padding-bottom: 20%;
  }

  .md\:pl-20p{
    padding-left: 20%;
  }

  .md\:pt-40p{
    padding-top: 40%;
  }

  .md\:pr-40p{
    padding-right: 40%;
  }

  .md\:pb-40p{
    padding-bottom: 40%;
  }

  .md\:pl-40p{
    padding-left: 40%;
  }

  .md\:pt-49p{
    padding-top: 49%;
  }

  .md\:pr-49p{
    padding-right: 49%;
  }

  .md\:pb-49p{
    padding-bottom: 49%;
  }

  .md\:pl-49p{
    padding-left: 49%;
  }

  .md\:pt-52p{
    padding-top: 52%;
  }

  .md\:pr-52p{
    padding-right: 52%;
  }

  .md\:pb-52p{
    padding-bottom: 52%;
  }

  .md\:pl-52p{
    padding-left: 52%;
  }

  .md\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .md\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .md\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .md\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .md\:pt-60p{
    padding-top: 60%;
  }

  .md\:pr-60p{
    padding-right: 60%;
  }

  .md\:pb-60p{
    padding-bottom: 60%;
  }

  .md\:pl-60p{
    padding-left: 60%;
  }

  .md\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .md\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .md\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .md\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .md\:pt-80p{
    padding-top: 80%;
  }

  .md\:pr-80p{
    padding-right: 80%;
  }

  .md\:pb-80p{
    padding-bottom: 80%;
  }

  .md\:pl-80p{
    padding-left: 80%;
  }

  .md\:pt-90p{
    padding-top: 90%;
  }

  .md\:pr-90p{
    padding-right: 90%;
  }

  .md\:pb-90p{
    padding-bottom: 90%;
  }

  .md\:pl-90p{
    padding-left: 90%;
  }

  .md\:pt-95p{
    padding-top: 95%;
  }

  .md\:pr-95p{
    padding-right: 95%;
  }

  .md\:pb-95p{
    padding-bottom: 95%;
  }

  .md\:pl-95p{
    padding-left: 95%;
  }

  .md\:pt-100p{
    padding-top: 100%;
  }

  .md\:pr-100p{
    padding-right: 100%;
  }

  .md\:pb-100p{
    padding-bottom: 100%;
  }

  .md\:pl-100p{
    padding-left: 100%;
  }

  .md\:pt-110p{
    padding-top: 110%;
  }

  .md\:pr-110p{
    padding-right: 110%;
  }

  .md\:pb-110p{
    padding-bottom: 110%;
  }

  .md\:pl-110p{
    padding-left: 110%;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .md\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .md\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .md\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .md\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .md\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .md\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .md\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .md\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .md\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .md\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .md\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .md\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .md\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .md\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .md\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .md\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .md\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .md\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .md\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .md\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .md\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .md\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .md\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .md\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .md\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .md\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .md\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .md\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .md\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .md\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .md\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .md\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .md\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .md\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .md\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .md\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .md\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .md\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .md\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .md\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .md\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .md\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .md\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .md\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .md\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .md\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .md\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .md\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .md\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .md\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .md\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .md\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .md\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .md\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .md\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .md\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .md\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .md\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .md\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .md\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .md\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .md\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .md\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .md\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .md\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .md\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .md\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .md\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .md\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .md\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .md\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .md\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .md\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .md\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .md\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .md\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .md\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .md\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .md\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .md\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .md\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .md\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .md\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .md\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .md\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .md\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .md\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .md\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .md\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .md\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .md\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .md\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .md\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .md\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .md\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .md\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .md\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .md\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .md\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .md\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .md\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .md\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .md\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .md\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .md\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .md\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .md\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .md\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .md\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .md\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .md\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .md\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .md\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .md\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .md\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .md\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .md\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .md\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .md\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .md\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .md\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .md\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .md\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .md\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .md\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .md\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .md\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .md\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .md\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .md\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .md\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .md\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .md\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .md\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .md\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .md\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .md\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .md\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .md\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .md\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .md\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .md\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .md\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .md\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .md\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .md\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .md\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .md\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .md\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .md\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .md\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .md\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .md\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .md\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .md\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .md\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .md\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .md\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .md\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .md\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .md\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .md\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .md\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .md\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .md\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .md\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .md\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .md\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .md\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .md\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .md\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .md\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .md\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .md\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .md\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .md\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .md\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .md\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .md\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .md\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .md\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .md\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .md\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .md\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .md\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .md\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .md\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .md\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .md\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .md\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .md\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .md\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .md\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .md\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .md\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .md\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .md\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .md\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .md\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .md\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .md\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .md\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .md\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .md\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .md\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .md\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .md\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .md\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .md\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .md\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .md\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .md\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .md\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .md\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .md\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .md\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .md\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .md\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .md\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .md\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .md\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .md\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .md\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .md\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .md\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .md\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .md\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .md\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .md\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .md\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .md\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .md\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .md\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .md\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .md\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .md\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .md\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .md\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .md\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .md\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .md\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .md\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .md\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .md\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .md\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .md\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .md\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .md\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .md\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .md\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .md\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .md\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .md\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .md\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .md\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .md\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .md\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .md\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .md\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .md\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .md\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .md\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .md\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .md\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .md\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .md\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .md\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .md\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .md\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .md\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .md\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .md\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .md\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .md\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .md\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .md\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .md\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .md\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .md\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .md\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .md\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .md\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .md\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .md\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .md\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .md\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .md\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .md\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .md\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .md\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .md\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .md\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .md\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .md\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .md\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .md\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .md\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .md\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .md\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .md\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .md\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .md\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .md\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .md\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .md\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .md\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .md\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .md\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .md\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .md\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .md\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .md\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .md\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .md\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .md\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .md\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .md\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .md\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .md\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .md\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .md\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .md\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .md\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .md\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .md\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .md\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .md\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .md\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .md\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .md\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .md\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .md\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .md\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .md\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .md\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .md\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .md\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .md\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .md\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .md\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .md\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .md\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .md\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .md\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .md\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .md\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .md\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .md\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .md\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .md\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .md\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .md\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .md\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .md\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .md\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .md\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .md\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .md\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .md\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .md\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .md\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .md\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .md\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .md\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .md\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .md\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .md\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .md\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .md\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .md\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .md\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .md\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .md\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .md\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .md\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .md\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .md\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .md\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .md\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .md\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .md\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .md\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .md\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .md\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .md\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .md\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .md\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .md\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .md\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .md\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .md\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .md\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .md\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .md\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .md\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .md\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .md\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .md\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .md\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .md\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .md\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .md\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .md\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .md\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .md\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .md\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .md\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .md\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .md\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .md\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .md\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .md\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .md\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .md\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .md\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .md\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .md\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .md\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .md\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .md\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .md\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .md\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .md\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .md\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .md\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .md\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .md\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .md\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .md\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .md\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .md\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .md\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .md\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .md\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .md\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:top-2{
    top: 2px;
  }

  .md\:right-2{
    right: 2px;
  }

  .md\:bottom-2{
    bottom: 2px;
  }

  .md\:left-2{
    left: 2px;
  }

  .md\:top-4{
    top: 4px;
  }

  .md\:right-4{
    right: 4px;
  }

  .md\:bottom-4{
    bottom: 4px;
  }

  .md\:left-4{
    left: 4px;
  }

  .md\:top-5{
    top: 5px;
  }

  .md\:right-5{
    right: 5px;
  }

  .md\:bottom-5{
    bottom: 5px;
  }

  .md\:left-5{
    left: 5px;
  }

  .md\:top-7{
    top: 7px;
  }

  .md\:right-7{
    right: 7px;
  }

  .md\:bottom-7{
    bottom: 7px;
  }

  .md\:left-7{
    left: 7px;
  }

  .md\:top-8{
    top: 8px;
  }

  .md\:right-8{
    right: 8px;
  }

  .md\:bottom-8{
    bottom: 8px;
  }

  .md\:left-8{
    left: 8px;
  }

  .md\:top-10{
    top: 10px;
  }

  .md\:right-10{
    right: 10px;
  }

  .md\:bottom-10{
    bottom: 10px;
  }

  .md\:left-10{
    left: 10px;
  }

  .md\:top-11{
    top: 11px;
  }

  .md\:right-11{
    right: 11px;
  }

  .md\:bottom-11{
    bottom: 11px;
  }

  .md\:left-11{
    left: 11px;
  }

  .md\:top-12{
    top: 12px;
  }

  .md\:right-12{
    right: 12px;
  }

  .md\:bottom-12{
    bottom: 12px;
  }

  .md\:left-12{
    left: 12px;
  }

  .md\:top-13{
    top: 13px;
  }

  .md\:right-13{
    right: 13px;
  }

  .md\:bottom-13{
    bottom: 13px;
  }

  .md\:left-13{
    left: 13px;
  }

  .md\:top-15{
    top: 15px;
  }

  .md\:right-15{
    right: 15px;
  }

  .md\:bottom-15{
    bottom: 15px;
  }

  .md\:left-15{
    left: 15px;
  }

  .md\:top-16{
    top: 16px;
  }

  .md\:right-16{
    right: 16px;
  }

  .md\:bottom-16{
    bottom: 16px;
  }

  .md\:left-16{
    left: 16px;
  }

  .md\:top-18{
    top: 18px;
  }

  .md\:right-18{
    right: 18px;
  }

  .md\:bottom-18{
    bottom: 18px;
  }

  .md\:left-18{
    left: 18px;
  }

  .md\:top-20{
    top: 20px;
  }

  .md\:right-20{
    right: 20px;
  }

  .md\:bottom-20{
    bottom: 20px;
  }

  .md\:left-20{
    left: 20px;
  }

  .md\:top-24{
    top: 24px;
  }

  .md\:right-24{
    right: 24px;
  }

  .md\:bottom-24{
    bottom: 24px;
  }

  .md\:left-24{
    left: 24px;
  }

  .md\:top-28{
    top: 28px;
  }

  .md\:right-28{
    right: 28px;
  }

  .md\:bottom-28{
    bottom: 28px;
  }

  .md\:left-28{
    left: 28px;
  }

  .md\:top-29{
    top: 29px;
  }

  .md\:right-29{
    right: 29px;
  }

  .md\:bottom-29{
    bottom: 29px;
  }

  .md\:left-29{
    left: 29px;
  }

  .md\:top-30{
    top: 30px;
  }

  .md\:right-30{
    right: 30px;
  }

  .md\:bottom-30{
    bottom: 30px;
  }

  .md\:left-30{
    left: 30px;
  }

  .md\:top-32{
    top: 32px;
  }

  .md\:right-32{
    right: 32px;
  }

  .md\:bottom-32{
    bottom: 32px;
  }

  .md\:left-32{
    left: 32px;
  }

  .md\:top-34{
    top: 34px;
  }

  .md\:right-34{
    right: 34px;
  }

  .md\:bottom-34{
    bottom: 34px;
  }

  .md\:left-34{
    left: 34px;
  }

  .md\:top-36{
    top: 36px;
  }

  .md\:right-36{
    right: 36px;
  }

  .md\:bottom-36{
    bottom: 36px;
  }

  .md\:left-36{
    left: 36px;
  }

  .md\:top-40{
    top: 40px;
  }

  .md\:right-40{
    right: 40px;
  }

  .md\:bottom-40{
    bottom: 40px;
  }

  .md\:left-40{
    left: 40px;
  }

  .md\:top-48{
    top: 48px;
  }

  .md\:right-48{
    right: 48px;
  }

  .md\:bottom-48{
    bottom: 48px;
  }

  .md\:left-48{
    left: 48px;
  }

  .md\:top-50{
    top: 50px;
  }

  .md\:right-50{
    right: 50px;
  }

  .md\:bottom-50{
    bottom: 50px;
  }

  .md\:left-50{
    left: 50px;
  }

  .md\:top-56{
    top: 56px;
  }

  .md\:right-56{
    right: 56px;
  }

  .md\:bottom-56{
    bottom: 56px;
  }

  .md\:left-56{
    left: 56px;
  }

  .md\:top-60{
    top: 60px;
  }

  .md\:right-60{
    right: 60px;
  }

  .md\:bottom-60{
    bottom: 60px;
  }

  .md\:left-60{
    left: 60px;
  }

  .md\:top-64{
    top: 64px;
  }

  .md\:right-64{
    right: 64px;
  }

  .md\:bottom-64{
    bottom: 64px;
  }

  .md\:left-64{
    left: 64px;
  }

  .md\:top-70{
    top: 70px;
  }

  .md\:right-70{
    right: 70px;
  }

  .md\:bottom-70{
    bottom: 70px;
  }

  .md\:left-70{
    left: 70px;
  }

  .md\:top-72{
    top: 72px;
  }

  .md\:right-72{
    right: 72px;
  }

  .md\:bottom-72{
    bottom: 72px;
  }

  .md\:left-72{
    left: 72px;
  }

  .md\:top-80{
    top: 80px;
  }

  .md\:right-80{
    right: 80px;
  }

  .md\:bottom-80{
    bottom: 80px;
  }

  .md\:left-80{
    left: 80px;
  }

  .md\:top-88{
    top: 88px;
  }

  .md\:right-88{
    right: 88px;
  }

  .md\:bottom-88{
    bottom: 88px;
  }

  .md\:left-88{
    left: 88px;
  }

  .md\:top-90{
    top: 90px;
  }

  .md\:right-90{
    right: 90px;
  }

  .md\:bottom-90{
    bottom: 90px;
  }

  .md\:left-90{
    left: 90px;
  }

  .md\:top-96{
    top: 96px;
  }

  .md\:right-96{
    right: 96px;
  }

  .md\:bottom-96{
    bottom: 96px;
  }

  .md\:left-96{
    left: 96px;
  }

  .md\:top-100{
    top: 100px;
  }

  .md\:right-100{
    right: 100px;
  }

  .md\:bottom-100{
    bottom: 100px;
  }

  .md\:left-100{
    left: 100px;
  }

  .md\:top-112{
    top: 112px;
  }

  .md\:right-112{
    right: 112px;
  }

  .md\:bottom-112{
    bottom: 112px;
  }

  .md\:left-112{
    left: 112px;
  }

  .md\:top-128{
    top: 128px;
  }

  .md\:right-128{
    right: 128px;
  }

  .md\:bottom-128{
    bottom: 128px;
  }

  .md\:left-128{
    left: 128px;
  }

  .md\:top-135{
    top: 135px;
  }

  .md\:right-135{
    right: 135px;
  }

  .md\:bottom-135{
    bottom: 135px;
  }

  .md\:left-135{
    left: 135px;
  }

  .md\:top-145{
    top: 145px;
  }

  .md\:right-145{
    right: 145px;
  }

  .md\:bottom-145{
    bottom: 145px;
  }

  .md\:left-145{
    left: 145px;
  }

  .md\:top-155{
    top: 155px;
  }

  .md\:right-155{
    right: 155px;
  }

  .md\:bottom-155{
    bottom: 155px;
  }

  .md\:left-155{
    left: 155px;
  }

  .md\:top-160{
    top: 160px;
  }

  .md\:right-160{
    right: 160px;
  }

  .md\:bottom-160{
    bottom: 160px;
  }

  .md\:left-160{
    left: 160px;
  }

  .md\:top-192{
    top: 192px;
  }

  .md\:right-192{
    right: 192px;
  }

  .md\:bottom-192{
    bottom: 192px;
  }

  .md\:left-192{
    left: 192px;
  }

  .md\:top-200{
    top: 200px;
  }

  .md\:right-200{
    right: 200px;
  }

  .md\:bottom-200{
    bottom: 200px;
  }

  .md\:left-200{
    left: 200px;
  }

  .md\:top-224{
    top: 224px;
  }

  .md\:right-224{
    right: 224px;
  }

  .md\:bottom-224{
    bottom: 224px;
  }

  .md\:left-224{
    left: 224px;
  }

  .md\:top-227{
    top: 227px;
  }

  .md\:right-227{
    right: 227px;
  }

  .md\:bottom-227{
    bottom: 227px;
  }

  .md\:left-227{
    left: 227px;
  }

  .md\:top-250{
    top: 250px;
  }

  .md\:right-250{
    right: 250px;
  }

  .md\:bottom-250{
    bottom: 250px;
  }

  .md\:left-250{
    left: 250px;
  }

  .md\:top-256{
    top: 256px;
  }

  .md\:right-256{
    right: 256px;
  }

  .md\:bottom-256{
    bottom: 256px;
  }

  .md\:left-256{
    left: 256px;
  }

  .md\:top-270{
    top: 270px;
  }

  .md\:right-270{
    right: 270px;
  }

  .md\:bottom-270{
    bottom: 270px;
  }

  .md\:left-270{
    left: 270px;
  }

  .md\:top-288{
    top: 288px;
  }

  .md\:right-288{
    right: 288px;
  }

  .md\:bottom-288{
    bottom: 288px;
  }

  .md\:left-288{
    left: 288px;
  }

  .md\:top-304{
    top: 304px;
  }

  .md\:right-304{
    right: 304px;
  }

  .md\:bottom-304{
    bottom: 304px;
  }

  .md\:left-304{
    left: 304px;
  }

  .md\:top-314{
    top: 314px;
  }

  .md\:right-314{
    right: 314px;
  }

  .md\:bottom-314{
    bottom: 314px;
  }

  .md\:left-314{
    left: 314px;
  }

  .md\:top-320{
    top: 320px;
  }

  .md\:right-320{
    right: 320px;
  }

  .md\:bottom-320{
    bottom: 320px;
  }

  .md\:left-320{
    left: 320px;
  }

  .md\:top-352{
    top: 352px;
  }

  .md\:right-352{
    right: 352px;
  }

  .md\:bottom-352{
    bottom: 352px;
  }

  .md\:left-352{
    left: 352px;
  }

  .md\:top-384{
    top: 384px;
  }

  .md\:right-384{
    right: 384px;
  }

  .md\:bottom-384{
    bottom: 384px;
  }

  .md\:left-384{
    left: 384px;
  }

  .md\:top-416{
    top: 416px;
  }

  .md\:right-416{
    right: 416px;
  }

  .md\:bottom-416{
    bottom: 416px;
  }

  .md\:left-416{
    left: 416px;
  }

  .md\:top-448{
    top: 448px;
  }

  .md\:right-448{
    right: 448px;
  }

  .md\:bottom-448{
    bottom: 448px;
  }

  .md\:left-448{
    left: 448px;
  }

  .md\:top-480{
    top: 480px;
  }

  .md\:right-480{
    right: 480px;
  }

  .md\:bottom-480{
    bottom: 480px;
  }

  .md\:left-480{
    left: 480px;
  }

  .md\:top-512{
    top: 512px;
  }

  .md\:right-512{
    right: 512px;
  }

  .md\:bottom-512{
    bottom: 512px;
  }

  .md\:left-512{
    left: 512px;
  }

  .md\:top-576{
    top: 576px;
  }

  .md\:right-576{
    right: 576px;
  }

  .md\:bottom-576{
    bottom: 576px;
  }

  .md\:left-576{
    left: 576px;
  }

  .md\:top-612{
    top: 612px;
  }

  .md\:right-612{
    right: 612px;
  }

  .md\:bottom-612{
    bottom: 612px;
  }

  .md\:left-612{
    left: 612px;
  }

  .md\:top-640{
    top: 640px;
  }

  .md\:right-640{
    right: 640px;
  }

  .md\:bottom-640{
    bottom: 640px;
  }

  .md\:left-640{
    left: 640px;
  }

  .md\:top-768{
    top: 768px;
  }

  .md\:right-768{
    right: 768px;
  }

  .md\:bottom-768{
    bottom: 768px;
  }

  .md\:left-768{
    left: 768px;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:-top-200{
    top: -200px;
  }

  .md\:-right-200{
    right: -200px;
  }

  .md\:-bottom-200{
    bottom: -200px;
  }

  .md\:-left-200{
    left: -200px;
  }

  .md\:-top-170{
    top: -170px;
  }

  .md\:-right-170{
    right: -170px;
  }

  .md\:-bottom-170{
    bottom: -170px;
  }

  .md\:-left-170{
    left: -170px;
  }

  .md\:-top-120{
    top: -120px;
  }

  .md\:-right-120{
    right: -120px;
  }

  .md\:-bottom-120{
    bottom: -120px;
  }

  .md\:-left-120{
    left: -120px;
  }

  .md\:-top-100{
    top: -100px;
  }

  .md\:-right-100{
    right: -100px;
  }

  .md\:-bottom-100{
    bottom: -100px;
  }

  .md\:-left-100{
    left: -100px;
  }

  .md\:-top-50{
    top: -50px;
  }

  .md\:-right-50{
    right: -50px;
  }

  .md\:-bottom-50{
    bottom: -50px;
  }

  .md\:-left-50{
    left: -50px;
  }

  .md\:-top-45{
    top: -45px;
  }

  .md\:-right-45{
    right: -45px;
  }

  .md\:-bottom-45{
    bottom: -45px;
  }

  .md\:-left-45{
    left: -45px;
  }

  .md\:-top-3{
    top: -3px;
  }

  .md\:-right-3{
    right: -3px;
  }

  .md\:-bottom-3{
    bottom: -3px;
  }

  .md\:-left-3{
    left: -3px;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:right-px{
    right: 1px;
  }

  .md\:bottom-px{
    bottom: 1px;
  }

  .md\:left-px{
    left: 1px;
  }

  .md\:top-20p{
    top: 20%;
  }

  .md\:right-20p{
    right: 20%;
  }

  .md\:bottom-20p{
    bottom: 20%;
  }

  .md\:left-20p{
    left: 20%;
  }

  .md\:top-40p{
    top: 40%;
  }

  .md\:right-40p{
    right: 40%;
  }

  .md\:bottom-40p{
    bottom: 40%;
  }

  .md\:left-40p{
    left: 40%;
  }

  .md\:top-49p{
    top: 49%;
  }

  .md\:right-49p{
    right: 49%;
  }

  .md\:bottom-49p{
    bottom: 49%;
  }

  .md\:left-49p{
    left: 49%;
  }

  .md\:top-52p{
    top: 52%;
  }

  .md\:right-52p{
    right: 52%;
  }

  .md\:bottom-52p{
    bottom: 52%;
  }

  .md\:left-52p{
    left: 52%;
  }

  .md\:top-53\.5p{
    top: 53.5%;
  }

  .md\:right-53\.5p{
    right: 53.5%;
  }

  .md\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .md\:left-53\.5p{
    left: 53.5%;
  }

  .md\:top-60p{
    top: 60%;
  }

  .md\:right-60p{
    right: 60%;
  }

  .md\:bottom-60p{
    bottom: 60%;
  }

  .md\:left-60p{
    left: 60%;
  }

  .md\:top-71\.5p{
    top: 71.5%;
  }

  .md\:right-71\.5p{
    right: 71.5%;
  }

  .md\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .md\:left-71\.5p{
    left: 71.5%;
  }

  .md\:top-80p{
    top: 80%;
  }

  .md\:right-80p{
    right: 80%;
  }

  .md\:bottom-80p{
    bottom: 80%;
  }

  .md\:left-80p{
    left: 80%;
  }

  .md\:top-90p{
    top: 90%;
  }

  .md\:right-90p{
    right: 90%;
  }

  .md\:bottom-90p{
    bottom: 90%;
  }

  .md\:left-90p{
    left: 90%;
  }

  .md\:top-95p{
    top: 95%;
  }

  .md\:right-95p{
    right: 95%;
  }

  .md\:bottom-95p{
    bottom: 95%;
  }

  .md\:left-95p{
    left: 95%;
  }

  .md\:top-100p{
    top: 100%;
  }

  .md\:right-100p{
    right: 100%;
  }

  .md\:bottom-100p{
    bottom: 100%;
  }

  .md\:left-100p{
    left: 100%;
  }

  .md\:top-110p{
    top: 110%;
  }

  .md\:right-110p{
    right: 110%;
  }

  .md\:bottom-110p{
    bottom: 110%;
  }

  .md\:left-110p{
    left: 110%;
  }

  .md\:-top-0{
    top: 0px;
  }

  .md\:-right-0{
    right: 0px;
  }

  .md\:-bottom-0{
    bottom: 0px;
  }

  .md\:-left-0{
    left: 0px;
  }

  .md\:-top-2{
    top: -2px;
  }

  .md\:-right-2{
    right: -2px;
  }

  .md\:-bottom-2{
    bottom: -2px;
  }

  .md\:-left-2{
    left: -2px;
  }

  .md\:-top-4{
    top: -4px;
  }

  .md\:-right-4{
    right: -4px;
  }

  .md\:-bottom-4{
    bottom: -4px;
  }

  .md\:-left-4{
    left: -4px;
  }

  .md\:-top-5{
    top: -5px;
  }

  .md\:-right-5{
    right: -5px;
  }

  .md\:-bottom-5{
    bottom: -5px;
  }

  .md\:-left-5{
    left: -5px;
  }

  .md\:-top-7{
    top: -7px;
  }

  .md\:-right-7{
    right: -7px;
  }

  .md\:-bottom-7{
    bottom: -7px;
  }

  .md\:-left-7{
    left: -7px;
  }

  .md\:-top-8{
    top: -8px;
  }

  .md\:-right-8{
    right: -8px;
  }

  .md\:-bottom-8{
    bottom: -8px;
  }

  .md\:-left-8{
    left: -8px;
  }

  .md\:-top-10{
    top: -10px;
  }

  .md\:-right-10{
    right: -10px;
  }

  .md\:-bottom-10{
    bottom: -10px;
  }

  .md\:-left-10{
    left: -10px;
  }

  .md\:-top-11{
    top: -11px;
  }

  .md\:-right-11{
    right: -11px;
  }

  .md\:-bottom-11{
    bottom: -11px;
  }

  .md\:-left-11{
    left: -11px;
  }

  .md\:-top-12{
    top: -12px;
  }

  .md\:-right-12{
    right: -12px;
  }

  .md\:-bottom-12{
    bottom: -12px;
  }

  .md\:-left-12{
    left: -12px;
  }

  .md\:-top-13{
    top: -13px;
  }

  .md\:-right-13{
    right: -13px;
  }

  .md\:-bottom-13{
    bottom: -13px;
  }

  .md\:-left-13{
    left: -13px;
  }

  .md\:-top-15{
    top: -15px;
  }

  .md\:-right-15{
    right: -15px;
  }

  .md\:-bottom-15{
    bottom: -15px;
  }

  .md\:-left-15{
    left: -15px;
  }

  .md\:-top-16{
    top: -16px;
  }

  .md\:-right-16{
    right: -16px;
  }

  .md\:-bottom-16{
    bottom: -16px;
  }

  .md\:-left-16{
    left: -16px;
  }

  .md\:-top-18{
    top: -18px;
  }

  .md\:-right-18{
    right: -18px;
  }

  .md\:-bottom-18{
    bottom: -18px;
  }

  .md\:-left-18{
    left: -18px;
  }

  .md\:-top-20{
    top: -20px;
  }

  .md\:-right-20{
    right: -20px;
  }

  .md\:-bottom-20{
    bottom: -20px;
  }

  .md\:-left-20{
    left: -20px;
  }

  .md\:-top-24{
    top: -24px;
  }

  .md\:-right-24{
    right: -24px;
  }

  .md\:-bottom-24{
    bottom: -24px;
  }

  .md\:-left-24{
    left: -24px;
  }

  .md\:-top-28{
    top: -28px;
  }

  .md\:-right-28{
    right: -28px;
  }

  .md\:-bottom-28{
    bottom: -28px;
  }

  .md\:-left-28{
    left: -28px;
  }

  .md\:-top-29{
    top: -29px;
  }

  .md\:-right-29{
    right: -29px;
  }

  .md\:-bottom-29{
    bottom: -29px;
  }

  .md\:-left-29{
    left: -29px;
  }

  .md\:-top-30{
    top: -30px;
  }

  .md\:-right-30{
    right: -30px;
  }

  .md\:-bottom-30{
    bottom: -30px;
  }

  .md\:-left-30{
    left: -30px;
  }

  .md\:-top-32{
    top: -32px;
  }

  .md\:-right-32{
    right: -32px;
  }

  .md\:-bottom-32{
    bottom: -32px;
  }

  .md\:-left-32{
    left: -32px;
  }

  .md\:-top-34{
    top: -34px;
  }

  .md\:-right-34{
    right: -34px;
  }

  .md\:-bottom-34{
    bottom: -34px;
  }

  .md\:-left-34{
    left: -34px;
  }

  .md\:-top-36{
    top: -36px;
  }

  .md\:-right-36{
    right: -36px;
  }

  .md\:-bottom-36{
    bottom: -36px;
  }

  .md\:-left-36{
    left: -36px;
  }

  .md\:-top-40{
    top: -40px;
  }

  .md\:-right-40{
    right: -40px;
  }

  .md\:-bottom-40{
    bottom: -40px;
  }

  .md\:-left-40{
    left: -40px;
  }

  .md\:-top-48{
    top: -48px;
  }

  .md\:-right-48{
    right: -48px;
  }

  .md\:-bottom-48{
    bottom: -48px;
  }

  .md\:-left-48{
    left: -48px;
  }

  .md\:-top-56{
    top: -56px;
  }

  .md\:-right-56{
    right: -56px;
  }

  .md\:-bottom-56{
    bottom: -56px;
  }

  .md\:-left-56{
    left: -56px;
  }

  .md\:-top-60{
    top: -60px;
  }

  .md\:-right-60{
    right: -60px;
  }

  .md\:-bottom-60{
    bottom: -60px;
  }

  .md\:-left-60{
    left: -60px;
  }

  .md\:-top-64{
    top: -64px;
  }

  .md\:-right-64{
    right: -64px;
  }

  .md\:-bottom-64{
    bottom: -64px;
  }

  .md\:-left-64{
    left: -64px;
  }

  .md\:-top-70{
    top: -70px;
  }

  .md\:-right-70{
    right: -70px;
  }

  .md\:-bottom-70{
    bottom: -70px;
  }

  .md\:-left-70{
    left: -70px;
  }

  .md\:-top-72{
    top: -72px;
  }

  .md\:-right-72{
    right: -72px;
  }

  .md\:-bottom-72{
    bottom: -72px;
  }

  .md\:-left-72{
    left: -72px;
  }

  .md\:-top-80{
    top: -80px;
  }

  .md\:-right-80{
    right: -80px;
  }

  .md\:-bottom-80{
    bottom: -80px;
  }

  .md\:-left-80{
    left: -80px;
  }

  .md\:-top-88{
    top: -88px;
  }

  .md\:-right-88{
    right: -88px;
  }

  .md\:-bottom-88{
    bottom: -88px;
  }

  .md\:-left-88{
    left: -88px;
  }

  .md\:-top-90{
    top: -90px;
  }

  .md\:-right-90{
    right: -90px;
  }

  .md\:-bottom-90{
    bottom: -90px;
  }

  .md\:-left-90{
    left: -90px;
  }

  .md\:-top-96{
    top: -96px;
  }

  .md\:-right-96{
    right: -96px;
  }

  .md\:-bottom-96{
    bottom: -96px;
  }

  .md\:-left-96{
    left: -96px;
  }

  .md\:-top-112{
    top: -112px;
  }

  .md\:-right-112{
    right: -112px;
  }

  .md\:-bottom-112{
    bottom: -112px;
  }

  .md\:-left-112{
    left: -112px;
  }

  .md\:-top-128{
    top: -128px;
  }

  .md\:-right-128{
    right: -128px;
  }

  .md\:-bottom-128{
    bottom: -128px;
  }

  .md\:-left-128{
    left: -128px;
  }

  .md\:-top-135{
    top: -135px;
  }

  .md\:-right-135{
    right: -135px;
  }

  .md\:-bottom-135{
    bottom: -135px;
  }

  .md\:-left-135{
    left: -135px;
  }

  .md\:-top-145{
    top: -145px;
  }

  .md\:-right-145{
    right: -145px;
  }

  .md\:-bottom-145{
    bottom: -145px;
  }

  .md\:-left-145{
    left: -145px;
  }

  .md\:-top-155{
    top: -155px;
  }

  .md\:-right-155{
    right: -155px;
  }

  .md\:-bottom-155{
    bottom: -155px;
  }

  .md\:-left-155{
    left: -155px;
  }

  .md\:-top-160{
    top: -160px;
  }

  .md\:-right-160{
    right: -160px;
  }

  .md\:-bottom-160{
    bottom: -160px;
  }

  .md\:-left-160{
    left: -160px;
  }

  .md\:-top-192{
    top: -192px;
  }

  .md\:-right-192{
    right: -192px;
  }

  .md\:-bottom-192{
    bottom: -192px;
  }

  .md\:-left-192{
    left: -192px;
  }

  .md\:-top-224{
    top: -224px;
  }

  .md\:-right-224{
    right: -224px;
  }

  .md\:-bottom-224{
    bottom: -224px;
  }

  .md\:-left-224{
    left: -224px;
  }

  .md\:-top-227{
    top: -227px;
  }

  .md\:-right-227{
    right: -227px;
  }

  .md\:-bottom-227{
    bottom: -227px;
  }

  .md\:-left-227{
    left: -227px;
  }

  .md\:-top-250{
    top: -250px;
  }

  .md\:-right-250{
    right: -250px;
  }

  .md\:-bottom-250{
    bottom: -250px;
  }

  .md\:-left-250{
    left: -250px;
  }

  .md\:-top-256{
    top: -256px;
  }

  .md\:-right-256{
    right: -256px;
  }

  .md\:-bottom-256{
    bottom: -256px;
  }

  .md\:-left-256{
    left: -256px;
  }

  .md\:-top-270{
    top: -270px;
  }

  .md\:-right-270{
    right: -270px;
  }

  .md\:-bottom-270{
    bottom: -270px;
  }

  .md\:-left-270{
    left: -270px;
  }

  .md\:-top-288{
    top: -288px;
  }

  .md\:-right-288{
    right: -288px;
  }

  .md\:-bottom-288{
    bottom: -288px;
  }

  .md\:-left-288{
    left: -288px;
  }

  .md\:-top-304{
    top: -304px;
  }

  .md\:-right-304{
    right: -304px;
  }

  .md\:-bottom-304{
    bottom: -304px;
  }

  .md\:-left-304{
    left: -304px;
  }

  .md\:-top-314{
    top: -314px;
  }

  .md\:-right-314{
    right: -314px;
  }

  .md\:-bottom-314{
    bottom: -314px;
  }

  .md\:-left-314{
    left: -314px;
  }

  .md\:-top-320{
    top: -320px;
  }

  .md\:-right-320{
    right: -320px;
  }

  .md\:-bottom-320{
    bottom: -320px;
  }

  .md\:-left-320{
    left: -320px;
  }

  .md\:-top-352{
    top: -352px;
  }

  .md\:-right-352{
    right: -352px;
  }

  .md\:-bottom-352{
    bottom: -352px;
  }

  .md\:-left-352{
    left: -352px;
  }

  .md\:-top-384{
    top: -384px;
  }

  .md\:-right-384{
    right: -384px;
  }

  .md\:-bottom-384{
    bottom: -384px;
  }

  .md\:-left-384{
    left: -384px;
  }

  .md\:-top-416{
    top: -416px;
  }

  .md\:-right-416{
    right: -416px;
  }

  .md\:-bottom-416{
    bottom: -416px;
  }

  .md\:-left-416{
    left: -416px;
  }

  .md\:-top-448{
    top: -448px;
  }

  .md\:-right-448{
    right: -448px;
  }

  .md\:-bottom-448{
    bottom: -448px;
  }

  .md\:-left-448{
    left: -448px;
  }

  .md\:-top-480{
    top: -480px;
  }

  .md\:-right-480{
    right: -480px;
  }

  .md\:-bottom-480{
    bottom: -480px;
  }

  .md\:-left-480{
    left: -480px;
  }

  .md\:-top-512{
    top: -512px;
  }

  .md\:-right-512{
    right: -512px;
  }

  .md\:-bottom-512{
    bottom: -512px;
  }

  .md\:-left-512{
    left: -512px;
  }

  .md\:-top-576{
    top: -576px;
  }

  .md\:-right-576{
    right: -576px;
  }

  .md\:-bottom-576{
    bottom: -576px;
  }

  .md\:-left-576{
    left: -576px;
  }

  .md\:-top-612{
    top: -612px;
  }

  .md\:-right-612{
    right: -612px;
  }

  .md\:-bottom-612{
    bottom: -612px;
  }

  .md\:-left-612{
    left: -612px;
  }

  .md\:-top-640{
    top: -640px;
  }

  .md\:-right-640{
    right: -640px;
  }

  .md\:-bottom-640{
    bottom: -640px;
  }

  .md\:-left-640{
    left: -640px;
  }

  .md\:-top-768{
    top: -768px;
  }

  .md\:-right-768{
    right: -768px;
  }

  .md\:-bottom-768{
    bottom: -768px;
  }

  .md\:-left-768{
    left: -768px;
  }

  .md\:-top--200{
    top: 200px;
  }

  .md\:-right--200{
    right: 200px;
  }

  .md\:-bottom--200{
    bottom: 200px;
  }

  .md\:-left--200{
    left: 200px;
  }

  .md\:-top--170{
    top: 170px;
  }

  .md\:-right--170{
    right: 170px;
  }

  .md\:-bottom--170{
    bottom: 170px;
  }

  .md\:-left--170{
    left: 170px;
  }

  .md\:-top--120{
    top: 120px;
  }

  .md\:-right--120{
    right: 120px;
  }

  .md\:-bottom--120{
    bottom: 120px;
  }

  .md\:-left--120{
    left: 120px;
  }

  .md\:-top--100{
    top: 100px;
  }

  .md\:-right--100{
    right: 100px;
  }

  .md\:-bottom--100{
    bottom: 100px;
  }

  .md\:-left--100{
    left: 100px;
  }

  .md\:-top--50{
    top: 50px;
  }

  .md\:-right--50{
    right: 50px;
  }

  .md\:-bottom--50{
    bottom: 50px;
  }

  .md\:-left--50{
    left: 50px;
  }

  .md\:-top--45{
    top: 45px;
  }

  .md\:-right--45{
    right: 45px;
  }

  .md\:-bottom--45{
    bottom: 45px;
  }

  .md\:-left--45{
    left: 45px;
  }

  .md\:-top--3{
    top: 3px;
  }

  .md\:-right--3{
    right: 3px;
  }

  .md\:-bottom--3{
    bottom: 3px;
  }

  .md\:-left--3{
    left: 3px;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:-right-px{
    right: -1px;
  }

  .md\:-bottom-px{
    bottom: -1px;
  }

  .md\:-left-px{
    left: -1px;
  }

  .md\:-top-20p{
    top: -20%;
  }

  .md\:-right-20p{
    right: -20%;
  }

  .md\:-bottom-20p{
    bottom: -20%;
  }

  .md\:-left-20p{
    left: -20%;
  }

  .md\:-top-40p{
    top: -40%;
  }

  .md\:-right-40p{
    right: -40%;
  }

  .md\:-bottom-40p{
    bottom: -40%;
  }

  .md\:-left-40p{
    left: -40%;
  }

  .md\:-top-49p{
    top: -49%;
  }

  .md\:-right-49p{
    right: -49%;
  }

  .md\:-bottom-49p{
    bottom: -49%;
  }

  .md\:-left-49p{
    left: -49%;
  }

  .md\:-top-52p{
    top: -52%;
  }

  .md\:-right-52p{
    right: -52%;
  }

  .md\:-bottom-52p{
    bottom: -52%;
  }

  .md\:-left-52p{
    left: -52%;
  }

  .md\:-top-53\.5p{
    top: -53.5%;
  }

  .md\:-right-53\.5p{
    right: -53.5%;
  }

  .md\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .md\:-left-53\.5p{
    left: -53.5%;
  }

  .md\:-top-60p{
    top: -60%;
  }

  .md\:-right-60p{
    right: -60%;
  }

  .md\:-bottom-60p{
    bottom: -60%;
  }

  .md\:-left-60p{
    left: -60%;
  }

  .md\:-top-71\.5p{
    top: -71.5%;
  }

  .md\:-right-71\.5p{
    right: -71.5%;
  }

  .md\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .md\:-left-71\.5p{
    left: -71.5%;
  }

  .md\:-top-80p{
    top: -80%;
  }

  .md\:-right-80p{
    right: -80%;
  }

  .md\:-bottom-80p{
    bottom: -80%;
  }

  .md\:-left-80p{
    left: -80%;
  }

  .md\:-top-90p{
    top: -90%;
  }

  .md\:-right-90p{
    right: -90%;
  }

  .md\:-bottom-90p{
    bottom: -90%;
  }

  .md\:-left-90p{
    left: -90%;
  }

  .md\:-top-95p{
    top: -95%;
  }

  .md\:-right-95p{
    right: -95%;
  }

  .md\:-bottom-95p{
    bottom: -95%;
  }

  .md\:-left-95p{
    left: -95%;
  }

  .md\:-top-100p{
    top: -100%;
  }

  .md\:-right-100p{
    right: -100%;
  }

  .md\:-bottom-100p{
    bottom: -100%;
  }

  .md\:-left-100p{
    left: -100%;
  }

  .md\:-top-110p{
    top: -110%;
  }

  .md\:-right-110p{
    right: -110%;
  }

  .md\:-bottom-110p{
    bottom: -110%;
  }

  .md\:-left-110p{
    left: -110%;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:right-1\/3{
    right: 33.333333%;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:left-1\/3{
    left: 33.333333%;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:right-2\/3{
    right: 66.666667%;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:left-2\/3{
    left: 66.666667%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:right-1\/4{
    right: 25%;
  }

  .md\:bottom-1\/4{
    bottom: 25%;
  }

  .md\:left-1\/4{
    left: 25%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:right-2\/4{
    right: 50%;
  }

  .md\:bottom-2\/4{
    bottom: 50%;
  }

  .md\:left-2\/4{
    left: 50%;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:right-3\/4{
    right: 75%;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:left-3\/4{
    left: 75%;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-right-1\/2{
    right: -50%;
  }

  .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .md\:-left-1\/2{
    left: -50%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-right-1\/3{
    right: -33.333333%;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:-left-1\/3{
    left: -33.333333%;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-right-2\/3{
    right: -66.666667%;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:-left-2\/3{
    left: -66.666667%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-right-1\/4{
    right: -25%;
  }

  .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .md\:-left-1\/4{
    left: -25%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-right-2\/4{
    right: -50%;
  }

  .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .md\:-left-2\/4{
    left: -50%;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-right-3\/4{
    right: -75%;
  }

  .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .md\:-left-3\/4{
    left: -75%;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:-right-full{
    right: -100%;
  }

  .md\:-bottom-full{
    bottom: -100%;
  }

  .md\:-left-full{
    left: -100%;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .md\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .md\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .md\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .md\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .md\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .md\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .md\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .md\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .md\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .md\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .md\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .md\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .md\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .md\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .md\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .md\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .md\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .md\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .md\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .md\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .md\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .md\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .md\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .md\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .md\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .md\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .md\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .md\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .md\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .md\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .md\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .md\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .md\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .md\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .md\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .md\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .md\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .md\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .md\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .md\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .md\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .md\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .md\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .md\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  .md\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .md\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .md\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .md\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .md\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .md\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .md\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .md\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .md\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .md\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .md\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .md\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .md\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .md\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .md\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:fill-gold{
  }

  .md\:fill-green{
  }

  .md\:fill-fb{
    fill: #2c88ff;
  }

  .md\:fill-twitter{
    fill: #53a7e6;
  }

  .md\:fill-insta{
    fill: #d6316c;
  }

  .md\:fill-youtube{
    fill: #ff0200;
  }

  .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-current{
    color: currentColor;
  }

  .md\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .md\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .md\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .md\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .md\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .md\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .md\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .md\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .md\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .md\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .md\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .md\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .md\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .md\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .md\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .md\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .md\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .md\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .md\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .md\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .md\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .md\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .md\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .md\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within{
    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{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0em;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            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;
  }

  .group:hover .md\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-nowrap{
    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\:w-0{
    width: 0px;
  }

  .md\:w-2{
    width: 2px;
  }

  .md\:w-4{
    width: 4px;
  }

  .md\:w-5{
    width: 5px;
  }

  .md\:w-7{
    width: 7px;
  }

  .md\:w-8{
    width: 8px;
  }

  .md\:w-10{
    width: 10px;
  }

  .md\:w-11{
    width: 11px;
  }

  .md\:w-12{
    width: 12px;
  }

  .md\:w-13{
    width: 13px;
  }

  .md\:w-15{
    width: 15px;
  }

  .md\:w-16{
    width: 16px;
  }

  .md\:w-18{
    width: 18px;
  }

  .md\:w-20{
    width: 20px;
  }

  .md\:w-24{
    width: 24px;
  }

  .md\:w-28{
    width: 28px;
  }

  .md\:w-29{
    width: 29px;
  }

  .md\:w-30{
    width: 30px;
  }

  .md\:w-32{
    width: 32px;
  }

  .md\:w-34{
    width: 34px;
  }

  .md\:w-36{
    width: 36px;
  }

  .md\:w-40{
    width: 40px;
  }

  .md\:w-48{
    width: 48px;
  }

  .md\:w-50{
    width: 50px;
  }

  .md\:w-56{
    width: 56px;
  }

  .md\:w-60{
    width: 60px;
  }

  .md\:w-64{
    width: 64px;
  }

  .md\:w-70{
    width: 70px;
  }

  .md\:w-72{
    width: 72px;
  }

  .md\:w-80{
    width: 80px;
  }

  .md\:w-88{
    width: 88px;
  }

  .md\:w-90{
    width: 90px;
  }

  .md\:w-96{
    width: 96px;
  }

  .md\:w-100{
    width: 100px;
  }

  .md\:w-112{
    width: 112px;
  }

  .md\:w-128{
    width: 128px;
  }

  .md\:w-135{
    width: 135px;
  }

  .md\:w-145{
    width: 145px;
  }

  .md\:w-155{
    width: 155px;
  }

  .md\:w-160{
    width: 160px;
  }

  .md\:w-192{
    width: 192px;
  }

  .md\:w-200{
    width: 200px;
  }

  .md\:w-224{
    width: 224px;
  }

  .md\:w-227{
    width: 227px;
  }

  .md\:w-250{
    width: 250px;
  }

  .md\:w-256{
    width: 256px;
  }

  .md\:w-270{
    width: 270px;
  }

  .md\:w-288{
    width: 288px;
  }

  .md\:w-304{
    width: 304px;
  }

  .md\:w-314{
    width: 314px;
  }

  .md\:w-320{
    width: 320px;
  }

  .md\:w-352{
    width: 352px;
  }

  .md\:w-384{
    width: 384px;
  }

  .md\:w-416{
    width: 416px;
  }

  .md\:w-448{
    width: 448px;
  }

  .md\:w-480{
    width: 480px;
  }

  .md\:w-512{
    width: 512px;
  }

  .md\:w-576{
    width: 576px;
  }

  .md\:w-612{
    width: 612px;
  }

  .md\:w-640{
    width: 640px;
  }

  .md\:w-768{
    width: 768px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:-w-200{
    width: -200px;
  }

  .md\:-w-170{
    width: -170px;
  }

  .md\:-w-120{
    width: -120px;
  }

  .md\:-w-100{
    width: -100px;
  }

  .md\:-w-50{
    width: -50px;
  }

  .md\:-w-45{
    width: -45px;
  }

  .md\:-w-3{
    width: -3px;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-20p{
    width: 20%;
  }

  .md\:w-40p{
    width: 40%;
  }

  .md\:w-49p{
    width: 49%;
  }

  .md\:w-52p{
    width: 52%;
  }

  .md\:w-53\.5p{
    width: 53.5%;
  }

  .md\:w-60p{
    width: 60%;
  }

  .md\:w-71\.5p{
    width: 71.5%;
  }

  .md\:w-80p{
    width: 80%;
  }

  .md\:w-90p{
    width: 90%;
  }

  .md\:w-95p{
    width: 95%;
  }

  .md\:w-100p{
    width: 100%;
  }

  .md\:w-110p{
    width: 110%;
  }

  .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\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-1{
    z-index: 1;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:-z-1{
    z-index: -1;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .md\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .md\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .md\:focus\:z-0:focus{
    z-index: 0;
  }

  .md\:focus\:z-1:focus{
    z-index: 1;
  }

  .md\:focus\:z-10:focus{
    z-index: 10;
  }

  .md\:focus\:z-20:focus{
    z-index: 20;
  }

  .md\:focus\:z-30:focus{
    z-index: 30;
  }

  .md\:focus\:z-40:focus{
    z-index: 40;
  }

  .md\:focus\:z-50:focus{
    z-index: 50;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto;
  }

  .md\:focus\:-z-1:focus{
    z-index: -1;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-2{
    gap: 2px;
  }

  .md\:gap-4{
    gap: 4px;
  }

  .md\:gap-5{
    gap: 5px;
  }

  .md\:gap-7{
    gap: 7px;
  }

  .md\:gap-8{
    gap: 8px;
  }

  .md\:gap-10{
    gap: 10px;
  }

  .md\:gap-11{
    gap: 11px;
  }

  .md\:gap-12{
    gap: 12px;
  }

  .md\:gap-13{
    gap: 13px;
  }

  .md\:gap-15{
    gap: 15px;
  }

  .md\:gap-16{
    gap: 16px;
  }

  .md\:gap-18{
    gap: 18px;
  }

  .md\:gap-20{
    gap: 20px;
  }

  .md\:gap-24{
    gap: 24px;
  }

  .md\:gap-28{
    gap: 28px;
  }

  .md\:gap-29{
    gap: 29px;
  }

  .md\:gap-30{
    gap: 30px;
  }

  .md\:gap-32{
    gap: 32px;
  }

  .md\:gap-34{
    gap: 34px;
  }

  .md\:gap-36{
    gap: 36px;
  }

  .md\:gap-40{
    gap: 40px;
  }

  .md\:gap-48{
    gap: 48px;
  }

  .md\:gap-50{
    gap: 50px;
  }

  .md\:gap-56{
    gap: 56px;
  }

  .md\:gap-60{
    gap: 60px;
  }

  .md\:gap-64{
    gap: 64px;
  }

  .md\:gap-70{
    gap: 70px;
  }

  .md\:gap-72{
    gap: 72px;
  }

  .md\:gap-80{
    gap: 80px;
  }

  .md\:gap-88{
    gap: 88px;
  }

  .md\:gap-90{
    gap: 90px;
  }

  .md\:gap-96{
    gap: 96px;
  }

  .md\:gap-100{
    gap: 100px;
  }

  .md\:gap-112{
    gap: 112px;
  }

  .md\:gap-128{
    gap: 128px;
  }

  .md\:gap-135{
    gap: 135px;
  }

  .md\:gap-145{
    gap: 145px;
  }

  .md\:gap-155{
    gap: 155px;
  }

  .md\:gap-160{
    gap: 160px;
  }

  .md\:gap-192{
    gap: 192px;
  }

  .md\:gap-200{
    gap: 200px;
  }

  .md\:gap-224{
    gap: 224px;
  }

  .md\:gap-227{
    gap: 227px;
  }

  .md\:gap-250{
    gap: 250px;
  }

  .md\:gap-256{
    gap: 256px;
  }

  .md\:gap-270{
    gap: 270px;
  }

  .md\:gap-288{
    gap: 288px;
  }

  .md\:gap-304{
    gap: 304px;
  }

  .md\:gap-314{
    gap: 314px;
  }

  .md\:gap-320{
    gap: 320px;
  }

  .md\:gap-352{
    gap: 352px;
  }

  .md\:gap-384{
    gap: 384px;
  }

  .md\:gap-416{
    gap: 416px;
  }

  .md\:gap-448{
    gap: 448px;
  }

  .md\:gap-480{
    gap: 480px;
  }

  .md\:gap-512{
    gap: 512px;
  }

  .md\:gap-576{
    gap: 576px;
  }

  .md\:gap-612{
    gap: 612px;
  }

  .md\:gap-640{
    gap: 640px;
  }

  .md\:gap-768{
    gap: 768px;
  }

  .md\:-gap-200{
    gap: -200px;
  }

  .md\:-gap-170{
    gap: -170px;
  }

  .md\:-gap-120{
    gap: -120px;
  }

  .md\:-gap-100{
    gap: -100px;
  }

  .md\:-gap-50{
    gap: -50px;
  }

  .md\:-gap-45{
    gap: -45px;
  }

  .md\:-gap-3{
    gap: -3px;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-20p{
    gap: 20%;
  }

  .md\:gap-40p{
    gap: 40%;
  }

  .md\:gap-49p{
    gap: 49%;
  }

  .md\:gap-52p{
    gap: 52%;
  }

  .md\:gap-53\.5p{
    gap: 53.5%;
  }

  .md\:gap-60p{
    gap: 60%;
  }

  .md\:gap-71\.5p{
    gap: 71.5%;
  }

  .md\:gap-80p{
    gap: 80%;
  }

  .md\:gap-90p{
    gap: 90%;
  }

  .md\:gap-95p{
    gap: 95%;
  }

  .md\:gap-100p{
    gap: 100%;
  }

  .md\:gap-110p{
    gap: 110%;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .md\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .md\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .md\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .md\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .md\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .md\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .md\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .md\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .md\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .md\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .md\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .md\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .md\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .md\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .md\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .md\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .md\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .md\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .md\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .md\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .md\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .md\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .md\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .md\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .md\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .md\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .md\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .md\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .md\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .md\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .md\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .md\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .md\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .md\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .md\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .md\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-2{
    row-gap: 2px;
  }

  .md\:gap-y-4{
    row-gap: 4px;
  }

  .md\:gap-y-5{
    row-gap: 5px;
  }

  .md\:gap-y-7{
    row-gap: 7px;
  }

  .md\:gap-y-8{
    row-gap: 8px;
  }

  .md\:gap-y-10{
    row-gap: 10px;
  }

  .md\:gap-y-11{
    row-gap: 11px;
  }

  .md\:gap-y-12{
    row-gap: 12px;
  }

  .md\:gap-y-13{
    row-gap: 13px;
  }

  .md\:gap-y-15{
    row-gap: 15px;
  }

  .md\:gap-y-16{
    row-gap: 16px;
  }

  .md\:gap-y-18{
    row-gap: 18px;
  }

  .md\:gap-y-20{
    row-gap: 20px;
  }

  .md\:gap-y-24{
    row-gap: 24px;
  }

  .md\:gap-y-28{
    row-gap: 28px;
  }

  .md\:gap-y-29{
    row-gap: 29px;
  }

  .md\:gap-y-30{
    row-gap: 30px;
  }

  .md\:gap-y-32{
    row-gap: 32px;
  }

  .md\:gap-y-34{
    row-gap: 34px;
  }

  .md\:gap-y-36{
    row-gap: 36px;
  }

  .md\:gap-y-40{
    row-gap: 40px;
  }

  .md\:gap-y-48{
    row-gap: 48px;
  }

  .md\:gap-y-50{
    row-gap: 50px;
  }

  .md\:gap-y-56{
    row-gap: 56px;
  }

  .md\:gap-y-60{
    row-gap: 60px;
  }

  .md\:gap-y-64{
    row-gap: 64px;
  }

  .md\:gap-y-70{
    row-gap: 70px;
  }

  .md\:gap-y-72{
    row-gap: 72px;
  }

  .md\:gap-y-80{
    row-gap: 80px;
  }

  .md\:gap-y-88{
    row-gap: 88px;
  }

  .md\:gap-y-90{
    row-gap: 90px;
  }

  .md\:gap-y-96{
    row-gap: 96px;
  }

  .md\:gap-y-100{
    row-gap: 100px;
  }

  .md\:gap-y-112{
    row-gap: 112px;
  }

  .md\:gap-y-128{
    row-gap: 128px;
  }

  .md\:gap-y-135{
    row-gap: 135px;
  }

  .md\:gap-y-145{
    row-gap: 145px;
  }

  .md\:gap-y-155{
    row-gap: 155px;
  }

  .md\:gap-y-160{
    row-gap: 160px;
  }

  .md\:gap-y-192{
    row-gap: 192px;
  }

  .md\:gap-y-200{
    row-gap: 200px;
  }

  .md\:gap-y-224{
    row-gap: 224px;
  }

  .md\:gap-y-227{
    row-gap: 227px;
  }

  .md\:gap-y-250{
    row-gap: 250px;
  }

  .md\:gap-y-256{
    row-gap: 256px;
  }

  .md\:gap-y-270{
    row-gap: 270px;
  }

  .md\:gap-y-288{
    row-gap: 288px;
  }

  .md\:gap-y-304{
    row-gap: 304px;
  }

  .md\:gap-y-314{
    row-gap: 314px;
  }

  .md\:gap-y-320{
    row-gap: 320px;
  }

  .md\:gap-y-352{
    row-gap: 352px;
  }

  .md\:gap-y-384{
    row-gap: 384px;
  }

  .md\:gap-y-416{
    row-gap: 416px;
  }

  .md\:gap-y-448{
    row-gap: 448px;
  }

  .md\:gap-y-480{
    row-gap: 480px;
  }

  .md\:gap-y-512{
    row-gap: 512px;
  }

  .md\:gap-y-576{
    row-gap: 576px;
  }

  .md\:gap-y-612{
    row-gap: 612px;
  }

  .md\:gap-y-640{
    row-gap: 640px;
  }

  .md\:gap-y-768{
    row-gap: 768px;
  }

  .md\:-gap-y-200{
    row-gap: -200px;
  }

  .md\:-gap-y-170{
    row-gap: -170px;
  }

  .md\:-gap-y-120{
    row-gap: -120px;
  }

  .md\:-gap-y-100{
    row-gap: -100px;
  }

  .md\:-gap-y-50{
    row-gap: -50px;
  }

  .md\:-gap-y-45{
    row-gap: -45px;
  }

  .md\:-gap-y-3{
    row-gap: -3px;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .md\:gap-y-20p{
    row-gap: 20%;
  }

  .md\:gap-y-40p{
    row-gap: 40%;
  }

  .md\:gap-y-49p{
    row-gap: 49%;
  }

  .md\:gap-y-52p{
    row-gap: 52%;
  }

  .md\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .md\:gap-y-60p{
    row-gap: 60%;
  }

  .md\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .md\:gap-y-80p{
    row-gap: 80%;
  }

  .md\:gap-y-90p{
    row-gap: 90%;
  }

  .md\:gap-y-95p{
    row-gap: 95%;
  }

  .md\:gap-y-100p{
    row-gap: 100%;
  }

  .md\:gap-y-110p{
    row-gap: 110%;
  }

  .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\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-span-full{
    grid-column: 1 / -1;
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-span-full{
    grid-row: 1 / -1;
  }

  .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{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:hover\:transform-none:hover{
    transform: none;
  }

  .md\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:focus\:transform-none:focus{
    transform: none;
  }

  .md\:origin-center{
    transform-origin: center;
  }

  .md\:origin-top{
    transform-origin: top;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:origin-right{
    transform-origin: right;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:origin-bottom{
    transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:origin-left{
    transform-origin: left;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .md\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .md\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .md\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .md\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .md\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .md\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .md\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .md\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .md\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .md\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .md\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .md\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .md\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .md\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .md\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .md\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .md\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .md\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .md\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .md\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .md\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .md\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .md\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .md\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .md\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .md\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .md\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .md\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .md\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .md\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .md\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .md\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .md\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .md\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .md\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .md\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .md\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .md\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .md\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .md\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .md\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .md\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .md\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .md\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .md\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .md\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .md\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .md\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .md\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .md\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .md\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .md\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .md\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .md\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .md\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .md\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .md\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .md\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .md\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .md\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .md\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .md\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .md\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .md\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .md\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .md\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .md\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .md\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .md\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .md\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .md\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .md\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .md\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .md\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .md\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .md\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .md\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .md\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .md\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .md\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .md\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .md\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .md\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .md\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .md\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .md\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .md\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .md\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .md\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .md\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .md\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .md\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .md\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .md\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .md\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .md\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .md\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .md\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .md\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .md\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .md\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .md\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .md\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .md\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .md\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .md\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .md\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .md\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .md\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .md\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .md\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .md\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .md\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .md\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .md\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .md\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .md\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .md\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .md\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .md\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .md\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .md\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .md\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .md\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .md\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .md\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .md\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .md\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .md\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .md\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .md\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .md\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .md\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .md\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .md\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .md\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .md\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .md\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .md\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .md\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .md\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .md\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .md\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .md\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .md\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .md\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .md\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .md\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .md\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .md\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .md\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .md\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .md\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .md\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .md\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .md\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .md\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .md\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .md\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .md\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .md\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .md\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .md\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .md\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .md\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .md\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .md\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .md\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .md\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .md\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .md\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .md\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .md\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .md\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .md\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .md\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .md\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .md\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .md\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .md\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .md\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .md\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .md\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .md\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .md\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .md\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .md\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .md\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .md\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .md\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .md\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .md\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .md\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .md\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .md\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .md\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .md\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .md\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .md\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .md\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .md\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .md\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .md\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .md\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .md\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .md\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .md\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .md\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .md\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .md\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .md\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .md\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .md\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .md\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .md\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .md\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .md\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .md\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .md\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .md\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .md\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .md\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .md\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .md\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .md\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .md\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .md\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .md\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .md\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .md\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .md\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .md\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .md\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .md\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .md\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .md\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .md\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .md\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .md\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .md\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .md\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .md\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .md\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .md\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .md\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .md\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .md\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .md\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .md\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .md\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .md\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .md\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .md\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .md\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .md\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .md\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .md\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .md\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .md\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .md\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .md\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .md\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .md\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .md\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .md\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .md\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .md\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .md\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .md\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .md\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .md\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .md\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .md\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .md\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .md\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .md\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .md\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .md\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .md\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .md\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .md\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .md\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .md\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .md\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .md\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .md\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .md\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .md\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .md\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .md\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .md\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .md\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .md\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .md\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .md\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .md\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .md\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .md\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .md\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .md\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .md\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .md\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .md\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .md\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .md\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .md\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .md\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .md\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .md\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .md\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .md\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .md\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .md\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .md\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .md\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .md\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .md\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .md\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .md\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .md\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .md\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .md\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .md\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .md\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .md\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .md\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .md\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .md\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .md\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .md\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .md\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .md\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .md\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .md\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .md\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .md\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .md\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .md\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .md\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .md\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .md\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .md\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .md\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .md\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .md\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .md\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .md\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .md\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .md\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .md\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .md\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .md\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .md\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .md\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .md\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .md\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .md\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .md\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .md\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .md\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .md\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .md\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .md\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .md\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .md\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .md\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .md\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .md\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .md\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .md\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .md\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .md\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .md\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .md\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .md\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .md\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .md\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .md\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .md\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .md\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .md\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .md\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .md\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .md\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .md\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .md\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .md\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .md\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .md\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .md\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .md\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .md\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .md\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .md\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .md\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .md\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .md\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .md\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .md\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .md\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .md\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .md\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .md\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .md\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .md\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .md\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .md\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .md\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .md\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .md\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .md\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .md\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .md\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .md\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .md\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .md\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .md\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .md\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .md\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .md\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .md\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .md\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .md\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .md\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .md\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .md\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .md\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .md\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .md\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .md\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .md\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .md\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .md\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .md\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .md\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .md\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .md\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .md\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .md\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .md\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .md\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .md\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .md\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .md\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .md\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .md\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .md\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .md\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .md\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .md\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .md\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .md\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .md\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .md\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .md\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .md\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .md\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .md\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .md\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .md\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .md\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .md\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .md\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .md\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .md\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .md\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .md\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .md\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .md\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .md\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .md\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .md\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .md\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .md\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .md\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .md\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .md\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .md\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .md\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .md\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .md\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .md\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .md\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .md\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .md\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .md\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .md\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .md\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .md\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .md\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .md\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .md\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .md\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .md\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .md\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .md\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .md\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .md\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .md\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .md\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .md\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .md\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .md\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .md\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .md\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .md\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .md\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .md\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .md\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .md\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .md\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .md\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .md\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .md\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .md\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .md\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .md\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .md\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .md\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .md\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .md\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .md\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .md\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .md\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .md\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .md\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .md\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .md\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .md\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .md\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .md\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .md\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .md\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .md\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .md\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .md\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .md\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .md\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .md\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .md\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .md\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .md\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .md\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .md\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .md\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .md\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .md\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .md\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .md\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .md\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .md\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .md\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .md\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .md\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .md\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .md\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .md\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .md\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .md\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .md\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .md\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .md\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .md\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .md\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .md\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .md\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .md\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .md\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .md\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .md\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .md\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .md\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .md\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .md\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .md\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .md\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .md\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .md\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .md\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .md\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .md\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .md\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .md\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .md\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .md\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .md\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .md\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .md\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .md\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .md\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .md\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .md\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .md\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .md\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .md\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .md\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .md\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .md\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .md\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .md\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .md\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .md\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .md\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .md\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .md\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .md\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .md\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .md\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .md\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .md\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .md\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .md\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .md\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .md\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .md\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .md\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .md\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .md\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .md\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .md\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .md\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .md\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .md\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .md\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .md\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .md\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .md\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .md\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .md\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .md\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .md\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .md\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .md\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .md\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .md\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .md\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .md\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .md\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .md\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .md\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .md\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .md\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .md\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .md\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .md\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .md\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .md\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .md\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .md\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .md\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .md\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .md\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .md\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .md\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .md\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .md\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .md\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .md\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .md\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .md\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .md\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .md\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .md\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .md\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .md\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .md\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .md\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .md\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .md\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .md\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .md\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .md\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .md\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .md\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .md\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .md\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .md\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .md\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .md\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .md\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .md\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .md\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .md\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .md\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .md\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .md\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .md\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .md\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .md\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .md\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .md\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .md\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .md\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .md\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .md\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .md\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .md\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .md\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .md\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .md\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .md\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .md\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .md\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .md\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .md\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .md\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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: 15px;
    padding-left: 15px;
  }

  @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: 1260px){
    .lg\:container{
      max-width: 1260px;
    }
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .lg\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .lg\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .lg\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .lg\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .lg\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .lg\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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-current{
    background-color: currentColor;
  }

  .lg\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .lg\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .lg\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .lg\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .lg\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .lg\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .lg\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .lg\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .lg\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .lg\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .lg\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .lg\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .lg\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .lg\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  .lg\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .lg\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .lg\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .lg\:to-blue{
    --tw-gradient-to: #015480;
  }

  .lg\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .lg\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .lg\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .lg\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .lg\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .lg\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  .lg\:to-black{
    --tw-gradient-to: #000000;
  }

  .lg\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .lg\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .lg\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .lg\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .lg\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .lg\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .lg\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .lg\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .lg\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .lg\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .lg\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .lg\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .lg\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .lg\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .lg\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .lg\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .lg\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .lg\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .lg\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .lg\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .lg\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .lg\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .lg\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .lg\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .lg\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .lg\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .lg\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .lg\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .lg\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .lg\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .lg\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .lg\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .lg\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .lg\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .lg\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .lg\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .lg\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .lg\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .lg\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .lg\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .lg\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .lg\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .lg\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .lg\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .lg\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .lg\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .lg\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .lg\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .lg\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-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-bottom-30{
    background-position: left bottom 30px;
  }

  .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-right-200-top{
    background-position: right 200px top;
  }

  .lg\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .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\:bg-full{
    background-size: 100% auto;
  }

  .lg\:bg-449x449{
    background-size: 449px 449px;
  }

  .lg\:bg-575x575{
    background-size: 575px 575px;
  }

  .lg\:bg-100x90{
    background-size: 100px 90px;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .lg\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .lg\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .lg\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .lg\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .lg\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .lg\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .lg\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .lg\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .lg\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .lg\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .lg\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .lg\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .lg\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .lg\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .lg\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .lg\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .lg\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .lg\:rounded-3{
    border-radius: 3px;
  }

  .lg\:rounded-8{
    border-radius: 8px;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .lg\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .lg\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .lg\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .lg\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .lg\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .lg\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .lg\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:hover\:border-solid:hover{
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover{
    border-style: double;
  }

  .lg\:hover\:border-none:hover{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-r-0{
    border-right-width: 0px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-3{
    border-top-width: 3px;
  }

  .lg\:border-r-3{
    border-right-width: 3px;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  .lg\:border-l-3{
    border-left-width: 3px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap{
    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\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .lg\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .lg\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-saira{
    font-family: Saira, serif;
  }

  .lg\:font-inter{
    font-family: Inter, serif;
  }

  .lg\:font-thin{
    font-weight: 100;
  }

  .lg\:font-extralight{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0px;
  }

  .lg\:h-2{
    height: 2px;
  }

  .lg\:h-4{
    height: 4px;
  }

  .lg\:h-5{
    height: 5px;
  }

  .lg\:h-7{
    height: 7px;
  }

  .lg\:h-8{
    height: 8px;
  }

  .lg\:h-10{
    height: 10px;
  }

  .lg\:h-11{
    height: 11px;
  }

  .lg\:h-12{
    height: 12px;
  }

  .lg\:h-13{
    height: 13px;
  }

  .lg\:h-15{
    height: 15px;
  }

  .lg\:h-16{
    height: 16px;
  }

  .lg\:h-18{
    height: 18px;
  }

  .lg\:h-20{
    height: 20px;
  }

  .lg\:h-24{
    height: 24px;
  }

  .lg\:h-28{
    height: 28px;
  }

  .lg\:h-29{
    height: 29px;
  }

  .lg\:h-30{
    height: 30px;
  }

  .lg\:h-32{
    height: 32px;
  }

  .lg\:h-34{
    height: 34px;
  }

  .lg\:h-36{
    height: 36px;
  }

  .lg\:h-40{
    height: 40px;
  }

  .lg\:h-48{
    height: 48px;
  }

  .lg\:h-50{
    height: 50px;
  }

  .lg\:h-56{
    height: 56px;
  }

  .lg\:h-60{
    height: 60px;
  }

  .lg\:h-64{
    height: 64px;
  }

  .lg\:h-70{
    height: 70px;
  }

  .lg\:h-72{
    height: 72px;
  }

  .lg\:h-80{
    height: 80px;
  }

  .lg\:h-88{
    height: 88px;
  }

  .lg\:h-90{
    height: 90px;
  }

  .lg\:h-96{
    height: 96px;
  }

  .lg\:h-100{
    height: 100px;
  }

  .lg\:h-112{
    height: 112px;
  }

  .lg\:h-128{
    height: 128px;
  }

  .lg\:h-135{
    height: 135px;
  }

  .lg\:h-145{
    height: 145px;
  }

  .lg\:h-155{
    height: 155px;
  }

  .lg\:h-160{
    height: 160px;
  }

  .lg\:h-192{
    height: 192px;
  }

  .lg\:h-200{
    height: 200px;
  }

  .lg\:h-224{
    height: 224px;
  }

  .lg\:h-227{
    height: 227px;
  }

  .lg\:h-250{
    height: 250px;
  }

  .lg\:h-256{
    height: 256px;
  }

  .lg\:h-270{
    height: 270px;
  }

  .lg\:h-288{
    height: 288px;
  }

  .lg\:h-304{
    height: 304px;
  }

  .lg\:h-314{
    height: 314px;
  }

  .lg\:h-320{
    height: 320px;
  }

  .lg\:h-352{
    height: 352px;
  }

  .lg\:h-384{
    height: 384px;
  }

  .lg\:h-416{
    height: 416px;
  }

  .lg\:h-448{
    height: 448px;
  }

  .lg\:h-480{
    height: 480px;
  }

  .lg\:h-512{
    height: 512px;
  }

  .lg\:h-576{
    height: 576px;
  }

  .lg\:h-612{
    height: 612px;
  }

  .lg\:h-640{
    height: 640px;
  }

  .lg\:h-768{
    height: 768px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:-h-200{
    height: -200px;
  }

  .lg\:-h-170{
    height: -170px;
  }

  .lg\:-h-120{
    height: -120px;
  }

  .lg\:-h-100{
    height: -100px;
  }

  .lg\:-h-50{
    height: -50px;
  }

  .lg\:-h-45{
    height: -45px;
  }

  .lg\:-h-3{
    height: -3px;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-20p{
    height: 20%;
  }

  .lg\:h-40p{
    height: 40%;
  }

  .lg\:h-49p{
    height: 49%;
  }

  .lg\:h-52p{
    height: 52%;
  }

  .lg\:h-53\.5p{
    height: 53.5%;
  }

  .lg\:h-60p{
    height: 60%;
  }

  .lg\:h-71\.5p{
    height: 71.5%;
  }

  .lg\:h-80p{
    height: 80%;
  }

  .lg\:h-90p{
    height: 90%;
  }

  .lg\:h-95p{
    height: 95%;
  }

  .lg\:h-100p{
    height: 100%;
  }

  .lg\:h-110p{
    height: 110%;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-1\/3{
    height: 33.333333%;
  }

  .lg\:h-2\/3{
    height: 66.666667%;
  }

  .lg\:h-1\/4{
    height: 25%;
  }

  .lg\:h-2\/4{
    height: 50%;
  }

  .lg\:h-3\/4{
    height: 75%;
  }

  .lg\:h-1\/5{
    height: 20%;
  }

  .lg\:h-2\/5{
    height: 40%;
  }

  .lg\:h-3\/5{
    height: 60%;
  }

  .lg\:h-4\/5{
    height: 80%;
  }

  .lg\:h-1\/6{
    height: 16.666667%;
  }

  .lg\:h-2\/6{
    height: 33.333333%;
  }

  .lg\:h-3\/6{
    height: 50%;
  }

  .lg\:h-4\/6{
    height: 66.666667%;
  }

  .lg\:h-5\/6{
    height: 83.333333%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .lg\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .lg\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .lg\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .lg\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .lg\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .lg\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .lg\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .lg\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .lg\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .lg\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .lg\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .lg\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .lg\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .lg\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .lg\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .lg\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .lg\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .lg\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .lg\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:leading-3{
    line-height: .75rem;
  }

  .lg\:leading-4{
    line-height: 1rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .lg\:m-2{
    margin: 2px;
  }

  .lg\:m-4{
    margin: 4px;
  }

  .lg\:m-5{
    margin: 5px;
  }

  .lg\:m-7{
    margin: 7px;
  }

  .lg\:m-8{
    margin: 8px;
  }

  .lg\:m-10{
    margin: 10px;
  }

  .lg\:m-11{
    margin: 11px;
  }

  .lg\:m-12{
    margin: 12px;
  }

  .lg\:m-13{
    margin: 13px;
  }

  .lg\:m-15{
    margin: 15px;
  }

  .lg\:m-16{
    margin: 16px;
  }

  .lg\:m-18{
    margin: 18px;
  }

  .lg\:m-20{
    margin: 20px;
  }

  .lg\:m-24{
    margin: 24px;
  }

  .lg\:m-28{
    margin: 28px;
  }

  .lg\:m-29{
    margin: 29px;
  }

  .lg\:m-30{
    margin: 30px;
  }

  .lg\:m-32{
    margin: 32px;
  }

  .lg\:m-34{
    margin: 34px;
  }

  .lg\:m-36{
    margin: 36px;
  }

  .lg\:m-40{
    margin: 40px;
  }

  .lg\:m-48{
    margin: 48px;
  }

  .lg\:m-50{
    margin: 50px;
  }

  .lg\:m-56{
    margin: 56px;
  }

  .lg\:m-60{
    margin: 60px;
  }

  .lg\:m-64{
    margin: 64px;
  }

  .lg\:m-70{
    margin: 70px;
  }

  .lg\:m-72{
    margin: 72px;
  }

  .lg\:m-80{
    margin: 80px;
  }

  .lg\:m-88{
    margin: 88px;
  }

  .lg\:m-90{
    margin: 90px;
  }

  .lg\:m-96{
    margin: 96px;
  }

  .lg\:m-100{
    margin: 100px;
  }

  .lg\:m-112{
    margin: 112px;
  }

  .lg\:m-128{
    margin: 128px;
  }

  .lg\:m-135{
    margin: 135px;
  }

  .lg\:m-145{
    margin: 145px;
  }

  .lg\:m-155{
    margin: 155px;
  }

  .lg\:m-160{
    margin: 160px;
  }

  .lg\:m-192{
    margin: 192px;
  }

  .lg\:m-200{
    margin: 200px;
  }

  .lg\:m-224{
    margin: 224px;
  }

  .lg\:m-227{
    margin: 227px;
  }

  .lg\:m-250{
    margin: 250px;
  }

  .lg\:m-256{
    margin: 256px;
  }

  .lg\:m-270{
    margin: 270px;
  }

  .lg\:m-288{
    margin: 288px;
  }

  .lg\:m-304{
    margin: 304px;
  }

  .lg\:m-314{
    margin: 314px;
  }

  .lg\:m-320{
    margin: 320px;
  }

  .lg\:m-352{
    margin: 352px;
  }

  .lg\:m-384{
    margin: 384px;
  }

  .lg\:m-416{
    margin: 416px;
  }

  .lg\:m-448{
    margin: 448px;
  }

  .lg\:m-480{
    margin: 480px;
  }

  .lg\:m-512{
    margin: 512px;
  }

  .lg\:m-576{
    margin: 576px;
  }

  .lg\:m-612{
    margin: 612px;
  }

  .lg\:m-640{
    margin: 640px;
  }

  .lg\:m-768{
    margin: 768px;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:-m-200{
    margin: -200px;
  }

  .lg\:-m-170{
    margin: -170px;
  }

  .lg\:-m-120{
    margin: -120px;
  }

  .lg\:-m-100{
    margin: -100px;
  }

  .lg\:-m-50{
    margin: -50px;
  }

  .lg\:-m-45{
    margin: -45px;
  }

  .lg\:-m-3{
    margin: -3px;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-20p{
    margin: 20%;
  }

  .lg\:m-40p{
    margin: 40%;
  }

  .lg\:m-49p{
    margin: 49%;
  }

  .lg\:m-52p{
    margin: 52%;
  }

  .lg\:m-53\.5p{
    margin: 53.5%;
  }

  .lg\:m-60p{
    margin: 60%;
  }

  .lg\:m-71\.5p{
    margin: 71.5%;
  }

  .lg\:m-80p{
    margin: 80%;
  }

  .lg\:m-90p{
    margin: 90%;
  }

  .lg\:m-95p{
    margin: 95%;
  }

  .lg\:m-100p{
    margin: 100%;
  }

  .lg\:m-110p{
    margin: 110%;
  }

  .lg\:-m-0{
    margin: 0px;
  }

  .lg\:-m-2{
    margin: -2px;
  }

  .lg\:-m-4{
    margin: -4px;
  }

  .lg\:-m-5{
    margin: -5px;
  }

  .lg\:-m-7{
    margin: -7px;
  }

  .lg\:-m-8{
    margin: -8px;
  }

  .lg\:-m-10{
    margin: -10px;
  }

  .lg\:-m-11{
    margin: -11px;
  }

  .lg\:-m-12{
    margin: -12px;
  }

  .lg\:-m-13{
    margin: -13px;
  }

  .lg\:-m-15{
    margin: -15px;
  }

  .lg\:-m-16{
    margin: -16px;
  }

  .lg\:-m-18{
    margin: -18px;
  }

  .lg\:-m-20{
    margin: -20px;
  }

  .lg\:-m-24{
    margin: -24px;
  }

  .lg\:-m-28{
    margin: -28px;
  }

  .lg\:-m-29{
    margin: -29px;
  }

  .lg\:-m-30{
    margin: -30px;
  }

  .lg\:-m-32{
    margin: -32px;
  }

  .lg\:-m-34{
    margin: -34px;
  }

  .lg\:-m-36{
    margin: -36px;
  }

  .lg\:-m-40{
    margin: -40px;
  }

  .lg\:-m-48{
    margin: -48px;
  }

  .lg\:-m-56{
    margin: -56px;
  }

  .lg\:-m-60{
    margin: -60px;
  }

  .lg\:-m-64{
    margin: -64px;
  }

  .lg\:-m-70{
    margin: -70px;
  }

  .lg\:-m-72{
    margin: -72px;
  }

  .lg\:-m-80{
    margin: -80px;
  }

  .lg\:-m-88{
    margin: -88px;
  }

  .lg\:-m-90{
    margin: -90px;
  }

  .lg\:-m-96{
    margin: -96px;
  }

  .lg\:-m-112{
    margin: -112px;
  }

  .lg\:-m-128{
    margin: -128px;
  }

  .lg\:-m-135{
    margin: -135px;
  }

  .lg\:-m-145{
    margin: -145px;
  }

  .lg\:-m-155{
    margin: -155px;
  }

  .lg\:-m-160{
    margin: -160px;
  }

  .lg\:-m-192{
    margin: -192px;
  }

  .lg\:-m-224{
    margin: -224px;
  }

  .lg\:-m-227{
    margin: -227px;
  }

  .lg\:-m-250{
    margin: -250px;
  }

  .lg\:-m-256{
    margin: -256px;
  }

  .lg\:-m-270{
    margin: -270px;
  }

  .lg\:-m-288{
    margin: -288px;
  }

  .lg\:-m-304{
    margin: -304px;
  }

  .lg\:-m-314{
    margin: -314px;
  }

  .lg\:-m-320{
    margin: -320px;
  }

  .lg\:-m-352{
    margin: -352px;
  }

  .lg\:-m-384{
    margin: -384px;
  }

  .lg\:-m-416{
    margin: -416px;
  }

  .lg\:-m-448{
    margin: -448px;
  }

  .lg\:-m-480{
    margin: -480px;
  }

  .lg\:-m-512{
    margin: -512px;
  }

  .lg\:-m-576{
    margin: -576px;
  }

  .lg\:-m-612{
    margin: -612px;
  }

  .lg\:-m-640{
    margin: -640px;
  }

  .lg\:-m-768{
    margin: -768px;
  }

  .lg\:-m--200{
    margin: 200px;
  }

  .lg\:-m--170{
    margin: 170px;
  }

  .lg\:-m--120{
    margin: 120px;
  }

  .lg\:-m--100{
    margin: 100px;
  }

  .lg\:-m--50{
    margin: 50px;
  }

  .lg\:-m--45{
    margin: 45px;
  }

  .lg\:-m--3{
    margin: 3px;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-20p{
    margin: -20%;
  }

  .lg\:-m-40p{
    margin: -40%;
  }

  .lg\:-m-49p{
    margin: -49%;
  }

  .lg\:-m-52p{
    margin: -52%;
  }

  .lg\:-m-53\.5p{
    margin: -53.5%;
  }

  .lg\:-m-60p{
    margin: -60%;
  }

  .lg\:-m-71\.5p{
    margin: -71.5%;
  }

  .lg\:-m-80p{
    margin: -80%;
  }

  .lg\:-m-90p{
    margin: -90%;
  }

  .lg\:-m-95p{
    margin: -95%;
  }

  .lg\:-m-100p{
    margin: -100%;
  }

  .lg\:-m-110p{
    margin: -110%;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .lg\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .lg\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .lg\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .lg\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .lg\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .lg\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .lg\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .lg\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .lg\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .lg\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .lg\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .lg\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .lg\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .lg\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .lg\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .lg\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .lg\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .lg\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .lg\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .lg\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .lg\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .lg\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .lg\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .lg\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .lg\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .lg\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .lg\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .lg\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .lg\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .lg\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .lg\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .lg\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .lg\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .lg\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .lg\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .lg\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .lg\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .lg\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .lg\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .lg\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .lg\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .lg\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .lg\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .lg\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .lg\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .lg\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .lg\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .lg\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .lg\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .lg\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .lg\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .lg\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .lg\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .lg\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .lg\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .lg\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .lg\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .lg\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .lg\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .lg\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .lg\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .lg\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .lg\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .lg\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .lg\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .lg\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .lg\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .lg\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .lg\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .lg\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .lg\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .lg\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .lg\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .lg\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .lg\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .lg\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .lg\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .lg\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .lg\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .lg\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .lg\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .lg\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .lg\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .lg\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .lg\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .lg\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .lg\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .lg\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .lg\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .lg\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .lg\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .lg\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .lg\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .lg\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .lg\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .lg\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .lg\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .lg\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .lg\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .lg\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .lg\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .lg\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .lg\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .lg\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .lg\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .lg\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .lg\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .lg\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .lg\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .lg\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mt-2{
    margin-top: 2px;
  }

  .lg\:mr-2{
    margin-right: 2px;
  }

  .lg\:mb-2{
    margin-bottom: 2px;
  }

  .lg\:ml-2{
    margin-left: 2px;
  }

  .lg\:mt-4{
    margin-top: 4px;
  }

  .lg\:mr-4{
    margin-right: 4px;
  }

  .lg\:mb-4{
    margin-bottom: 4px;
  }

  .lg\:ml-4{
    margin-left: 4px;
  }

  .lg\:mt-5{
    margin-top: 5px;
  }

  .lg\:mr-5{
    margin-right: 5px;
  }

  .lg\:mb-5{
    margin-bottom: 5px;
  }

  .lg\:ml-5{
    margin-left: 5px;
  }

  .lg\:mt-7{
    margin-top: 7px;
  }

  .lg\:mr-7{
    margin-right: 7px;
  }

  .lg\:mb-7{
    margin-bottom: 7px;
  }

  .lg\:ml-7{
    margin-left: 7px;
  }

  .lg\:mt-8{
    margin-top: 8px;
  }

  .lg\:mr-8{
    margin-right: 8px;
  }

  .lg\:mb-8{
    margin-bottom: 8px;
  }

  .lg\:ml-8{
    margin-left: 8px;
  }

  .lg\:mt-10{
    margin-top: 10px;
  }

  .lg\:mr-10{
    margin-right: 10px;
  }

  .lg\:mb-10{
    margin-bottom: 10px;
  }

  .lg\:ml-10{
    margin-left: 10px;
  }

  .lg\:mt-11{
    margin-top: 11px;
  }

  .lg\:mr-11{
    margin-right: 11px;
  }

  .lg\:mb-11{
    margin-bottom: 11px;
  }

  .lg\:ml-11{
    margin-left: 11px;
  }

  .lg\:mt-12{
    margin-top: 12px;
  }

  .lg\:mr-12{
    margin-right: 12px;
  }

  .lg\:mb-12{
    margin-bottom: 12px;
  }

  .lg\:ml-12{
    margin-left: 12px;
  }

  .lg\:mt-13{
    margin-top: 13px;
  }

  .lg\:mr-13{
    margin-right: 13px;
  }

  .lg\:mb-13{
    margin-bottom: 13px;
  }

  .lg\:ml-13{
    margin-left: 13px;
  }

  .lg\:mt-15{
    margin-top: 15px;
  }

  .lg\:mr-15{
    margin-right: 15px;
  }

  .lg\:mb-15{
    margin-bottom: 15px;
  }

  .lg\:ml-15{
    margin-left: 15px;
  }

  .lg\:mt-16{
    margin-top: 16px;
  }

  .lg\:mr-16{
    margin-right: 16px;
  }

  .lg\:mb-16{
    margin-bottom: 16px;
  }

  .lg\:ml-16{
    margin-left: 16px;
  }

  .lg\:mt-18{
    margin-top: 18px;
  }

  .lg\:mr-18{
    margin-right: 18px;
  }

  .lg\:mb-18{
    margin-bottom: 18px;
  }

  .lg\:ml-18{
    margin-left: 18px;
  }

  .lg\:mt-20{
    margin-top: 20px;
  }

  .lg\:mr-20{
    margin-right: 20px;
  }

  .lg\:mb-20{
    margin-bottom: 20px;
  }

  .lg\:ml-20{
    margin-left: 20px;
  }

  .lg\:mt-24{
    margin-top: 24px;
  }

  .lg\:mr-24{
    margin-right: 24px;
  }

  .lg\:mb-24{
    margin-bottom: 24px;
  }

  .lg\:ml-24{
    margin-left: 24px;
  }

  .lg\:mt-28{
    margin-top: 28px;
  }

  .lg\:mr-28{
    margin-right: 28px;
  }

  .lg\:mb-28{
    margin-bottom: 28px;
  }

  .lg\:ml-28{
    margin-left: 28px;
  }

  .lg\:mt-29{
    margin-top: 29px;
  }

  .lg\:mr-29{
    margin-right: 29px;
  }

  .lg\:mb-29{
    margin-bottom: 29px;
  }

  .lg\:ml-29{
    margin-left: 29px;
  }

  .lg\:mt-30{
    margin-top: 30px;
  }

  .lg\:mr-30{
    margin-right: 30px;
  }

  .lg\:mb-30{
    margin-bottom: 30px;
  }

  .lg\:ml-30{
    margin-left: 30px;
  }

  .lg\:mt-32{
    margin-top: 32px;
  }

  .lg\:mr-32{
    margin-right: 32px;
  }

  .lg\:mb-32{
    margin-bottom: 32px;
  }

  .lg\:ml-32{
    margin-left: 32px;
  }

  .lg\:mt-34{
    margin-top: 34px;
  }

  .lg\:mr-34{
    margin-right: 34px;
  }

  .lg\:mb-34{
    margin-bottom: 34px;
  }

  .lg\:ml-34{
    margin-left: 34px;
  }

  .lg\:mt-36{
    margin-top: 36px;
  }

  .lg\:mr-36{
    margin-right: 36px;
  }

  .lg\:mb-36{
    margin-bottom: 36px;
  }

  .lg\:ml-36{
    margin-left: 36px;
  }

  .lg\:mt-40{
    margin-top: 40px;
  }

  .lg\:mr-40{
    margin-right: 40px;
  }

  .lg\:mb-40{
    margin-bottom: 40px;
  }

  .lg\:ml-40{
    margin-left: 40px;
  }

  .lg\:mt-48{
    margin-top: 48px;
  }

  .lg\:mr-48{
    margin-right: 48px;
  }

  .lg\:mb-48{
    margin-bottom: 48px;
  }

  .lg\:ml-48{
    margin-left: 48px;
  }

  .lg\:mt-50{
    margin-top: 50px;
  }

  .lg\:mr-50{
    margin-right: 50px;
  }

  .lg\:mb-50{
    margin-bottom: 50px;
  }

  .lg\:ml-50{
    margin-left: 50px;
  }

  .lg\:mt-56{
    margin-top: 56px;
  }

  .lg\:mr-56{
    margin-right: 56px;
  }

  .lg\:mb-56{
    margin-bottom: 56px;
  }

  .lg\:ml-56{
    margin-left: 56px;
  }

  .lg\:mt-60{
    margin-top: 60px;
  }

  .lg\:mr-60{
    margin-right: 60px;
  }

  .lg\:mb-60{
    margin-bottom: 60px;
  }

  .lg\:ml-60{
    margin-left: 60px;
  }

  .lg\:mt-64{
    margin-top: 64px;
  }

  .lg\:mr-64{
    margin-right: 64px;
  }

  .lg\:mb-64{
    margin-bottom: 64px;
  }

  .lg\:ml-64{
    margin-left: 64px;
  }

  .lg\:mt-70{
    margin-top: 70px;
  }

  .lg\:mr-70{
    margin-right: 70px;
  }

  .lg\:mb-70{
    margin-bottom: 70px;
  }

  .lg\:ml-70{
    margin-left: 70px;
  }

  .lg\:mt-72{
    margin-top: 72px;
  }

  .lg\:mr-72{
    margin-right: 72px;
  }

  .lg\:mb-72{
    margin-bottom: 72px;
  }

  .lg\:ml-72{
    margin-left: 72px;
  }

  .lg\:mt-80{
    margin-top: 80px;
  }

  .lg\:mr-80{
    margin-right: 80px;
  }

  .lg\:mb-80{
    margin-bottom: 80px;
  }

  .lg\:ml-80{
    margin-left: 80px;
  }

  .lg\:mt-88{
    margin-top: 88px;
  }

  .lg\:mr-88{
    margin-right: 88px;
  }

  .lg\:mb-88{
    margin-bottom: 88px;
  }

  .lg\:ml-88{
    margin-left: 88px;
  }

  .lg\:mt-90{
    margin-top: 90px;
  }

  .lg\:mr-90{
    margin-right: 90px;
  }

  .lg\:mb-90{
    margin-bottom: 90px;
  }

  .lg\:ml-90{
    margin-left: 90px;
  }

  .lg\:mt-96{
    margin-top: 96px;
  }

  .lg\:mr-96{
    margin-right: 96px;
  }

  .lg\:mb-96{
    margin-bottom: 96px;
  }

  .lg\:ml-96{
    margin-left: 96px;
  }

  .lg\:mt-100{
    margin-top: 100px;
  }

  .lg\:mr-100{
    margin-right: 100px;
  }

  .lg\:mb-100{
    margin-bottom: 100px;
  }

  .lg\:ml-100{
    margin-left: 100px;
  }

  .lg\:mt-112{
    margin-top: 112px;
  }

  .lg\:mr-112{
    margin-right: 112px;
  }

  .lg\:mb-112{
    margin-bottom: 112px;
  }

  .lg\:ml-112{
    margin-left: 112px;
  }

  .lg\:mt-128{
    margin-top: 128px;
  }

  .lg\:mr-128{
    margin-right: 128px;
  }

  .lg\:mb-128{
    margin-bottom: 128px;
  }

  .lg\:ml-128{
    margin-left: 128px;
  }

  .lg\:mt-135{
    margin-top: 135px;
  }

  .lg\:mr-135{
    margin-right: 135px;
  }

  .lg\:mb-135{
    margin-bottom: 135px;
  }

  .lg\:ml-135{
    margin-left: 135px;
  }

  .lg\:mt-145{
    margin-top: 145px;
  }

  .lg\:mr-145{
    margin-right: 145px;
  }

  .lg\:mb-145{
    margin-bottom: 145px;
  }

  .lg\:ml-145{
    margin-left: 145px;
  }

  .lg\:mt-155{
    margin-top: 155px;
  }

  .lg\:mr-155{
    margin-right: 155px;
  }

  .lg\:mb-155{
    margin-bottom: 155px;
  }

  .lg\:ml-155{
    margin-left: 155px;
  }

  .lg\:mt-160{
    margin-top: 160px;
  }

  .lg\:mr-160{
    margin-right: 160px;
  }

  .lg\:mb-160{
    margin-bottom: 160px;
  }

  .lg\:ml-160{
    margin-left: 160px;
  }

  .lg\:mt-192{
    margin-top: 192px;
  }

  .lg\:mr-192{
    margin-right: 192px;
  }

  .lg\:mb-192{
    margin-bottom: 192px;
  }

  .lg\:ml-192{
    margin-left: 192px;
  }

  .lg\:mt-200{
    margin-top: 200px;
  }

  .lg\:mr-200{
    margin-right: 200px;
  }

  .lg\:mb-200{
    margin-bottom: 200px;
  }

  .lg\:ml-200{
    margin-left: 200px;
  }

  .lg\:mt-224{
    margin-top: 224px;
  }

  .lg\:mr-224{
    margin-right: 224px;
  }

  .lg\:mb-224{
    margin-bottom: 224px;
  }

  .lg\:ml-224{
    margin-left: 224px;
  }

  .lg\:mt-227{
    margin-top: 227px;
  }

  .lg\:mr-227{
    margin-right: 227px;
  }

  .lg\:mb-227{
    margin-bottom: 227px;
  }

  .lg\:ml-227{
    margin-left: 227px;
  }

  .lg\:mt-250{
    margin-top: 250px;
  }

  .lg\:mr-250{
    margin-right: 250px;
  }

  .lg\:mb-250{
    margin-bottom: 250px;
  }

  .lg\:ml-250{
    margin-left: 250px;
  }

  .lg\:mt-256{
    margin-top: 256px;
  }

  .lg\:mr-256{
    margin-right: 256px;
  }

  .lg\:mb-256{
    margin-bottom: 256px;
  }

  .lg\:ml-256{
    margin-left: 256px;
  }

  .lg\:mt-270{
    margin-top: 270px;
  }

  .lg\:mr-270{
    margin-right: 270px;
  }

  .lg\:mb-270{
    margin-bottom: 270px;
  }

  .lg\:ml-270{
    margin-left: 270px;
  }

  .lg\:mt-288{
    margin-top: 288px;
  }

  .lg\:mr-288{
    margin-right: 288px;
  }

  .lg\:mb-288{
    margin-bottom: 288px;
  }

  .lg\:ml-288{
    margin-left: 288px;
  }

  .lg\:mt-304{
    margin-top: 304px;
  }

  .lg\:mr-304{
    margin-right: 304px;
  }

  .lg\:mb-304{
    margin-bottom: 304px;
  }

  .lg\:ml-304{
    margin-left: 304px;
  }

  .lg\:mt-314{
    margin-top: 314px;
  }

  .lg\:mr-314{
    margin-right: 314px;
  }

  .lg\:mb-314{
    margin-bottom: 314px;
  }

  .lg\:ml-314{
    margin-left: 314px;
  }

  .lg\:mt-320{
    margin-top: 320px;
  }

  .lg\:mr-320{
    margin-right: 320px;
  }

  .lg\:mb-320{
    margin-bottom: 320px;
  }

  .lg\:ml-320{
    margin-left: 320px;
  }

  .lg\:mt-352{
    margin-top: 352px;
  }

  .lg\:mr-352{
    margin-right: 352px;
  }

  .lg\:mb-352{
    margin-bottom: 352px;
  }

  .lg\:ml-352{
    margin-left: 352px;
  }

  .lg\:mt-384{
    margin-top: 384px;
  }

  .lg\:mr-384{
    margin-right: 384px;
  }

  .lg\:mb-384{
    margin-bottom: 384px;
  }

  .lg\:ml-384{
    margin-left: 384px;
  }

  .lg\:mt-416{
    margin-top: 416px;
  }

  .lg\:mr-416{
    margin-right: 416px;
  }

  .lg\:mb-416{
    margin-bottom: 416px;
  }

  .lg\:ml-416{
    margin-left: 416px;
  }

  .lg\:mt-448{
    margin-top: 448px;
  }

  .lg\:mr-448{
    margin-right: 448px;
  }

  .lg\:mb-448{
    margin-bottom: 448px;
  }

  .lg\:ml-448{
    margin-left: 448px;
  }

  .lg\:mt-480{
    margin-top: 480px;
  }

  .lg\:mr-480{
    margin-right: 480px;
  }

  .lg\:mb-480{
    margin-bottom: 480px;
  }

  .lg\:ml-480{
    margin-left: 480px;
  }

  .lg\:mt-512{
    margin-top: 512px;
  }

  .lg\:mr-512{
    margin-right: 512px;
  }

  .lg\:mb-512{
    margin-bottom: 512px;
  }

  .lg\:ml-512{
    margin-left: 512px;
  }

  .lg\:mt-576{
    margin-top: 576px;
  }

  .lg\:mr-576{
    margin-right: 576px;
  }

  .lg\:mb-576{
    margin-bottom: 576px;
  }

  .lg\:ml-576{
    margin-left: 576px;
  }

  .lg\:mt-612{
    margin-top: 612px;
  }

  .lg\:mr-612{
    margin-right: 612px;
  }

  .lg\:mb-612{
    margin-bottom: 612px;
  }

  .lg\:ml-612{
    margin-left: 612px;
  }

  .lg\:mt-640{
    margin-top: 640px;
  }

  .lg\:mr-640{
    margin-right: 640px;
  }

  .lg\:mb-640{
    margin-bottom: 640px;
  }

  .lg\:ml-640{
    margin-left: 640px;
  }

  .lg\:mt-768{
    margin-top: 768px;
  }

  .lg\:mr-768{
    margin-right: 768px;
  }

  .lg\:mb-768{
    margin-bottom: 768px;
  }

  .lg\:ml-768{
    margin-left: 768px;
  }

  .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-200{
    margin-top: -200px;
  }

  .lg\:-mr-200{
    margin-right: -200px;
  }

  .lg\:-mb-200{
    margin-bottom: -200px;
  }

  .lg\:-ml-200{
    margin-left: -200px;
  }

  .lg\:-mt-170{
    margin-top: -170px;
  }

  .lg\:-mr-170{
    margin-right: -170px;
  }

  .lg\:-mb-170{
    margin-bottom: -170px;
  }

  .lg\:-ml-170{
    margin-left: -170px;
  }

  .lg\:-mt-120{
    margin-top: -120px;
  }

  .lg\:-mr-120{
    margin-right: -120px;
  }

  .lg\:-mb-120{
    margin-bottom: -120px;
  }

  .lg\:-ml-120{
    margin-left: -120px;
  }

  .lg\:-mt-100{
    margin-top: -100px;
  }

  .lg\:-mr-100{
    margin-right: -100px;
  }

  .lg\:-mb-100{
    margin-bottom: -100px;
  }

  .lg\:-ml-100{
    margin-left: -100px;
  }

  .lg\:-mt-50{
    margin-top: -50px;
  }

  .lg\:-mr-50{
    margin-right: -50px;
  }

  .lg\:-mb-50{
    margin-bottom: -50px;
  }

  .lg\:-ml-50{
    margin-left: -50px;
  }

  .lg\:-mt-45{
    margin-top: -45px;
  }

  .lg\:-mr-45{
    margin-right: -45px;
  }

  .lg\:-mb-45{
    margin-bottom: -45px;
  }

  .lg\:-ml-45{
    margin-left: -45px;
  }

  .lg\:-mt-3{
    margin-top: -3px;
  }

  .lg\:-mr-3{
    margin-right: -3px;
  }

  .lg\:-mb-3{
    margin-bottom: -3px;
  }

  .lg\:-ml-3{
    margin-left: -3px;
  }

  .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-20p{
    margin-top: 20%;
  }

  .lg\:mr-20p{
    margin-right: 20%;
  }

  .lg\:mb-20p{
    margin-bottom: 20%;
  }

  .lg\:ml-20p{
    margin-left: 20%;
  }

  .lg\:mt-40p{
    margin-top: 40%;
  }

  .lg\:mr-40p{
    margin-right: 40%;
  }

  .lg\:mb-40p{
    margin-bottom: 40%;
  }

  .lg\:ml-40p{
    margin-left: 40%;
  }

  .lg\:mt-49p{
    margin-top: 49%;
  }

  .lg\:mr-49p{
    margin-right: 49%;
  }

  .lg\:mb-49p{
    margin-bottom: 49%;
  }

  .lg\:ml-49p{
    margin-left: 49%;
  }

  .lg\:mt-52p{
    margin-top: 52%;
  }

  .lg\:mr-52p{
    margin-right: 52%;
  }

  .lg\:mb-52p{
    margin-bottom: 52%;
  }

  .lg\:ml-52p{
    margin-left: 52%;
  }

  .lg\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .lg\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .lg\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .lg\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .lg\:mt-60p{
    margin-top: 60%;
  }

  .lg\:mr-60p{
    margin-right: 60%;
  }

  .lg\:mb-60p{
    margin-bottom: 60%;
  }

  .lg\:ml-60p{
    margin-left: 60%;
  }

  .lg\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .lg\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .lg\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .lg\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .lg\:mt-80p{
    margin-top: 80%;
  }

  .lg\:mr-80p{
    margin-right: 80%;
  }

  .lg\:mb-80p{
    margin-bottom: 80%;
  }

  .lg\:ml-80p{
    margin-left: 80%;
  }

  .lg\:mt-90p{
    margin-top: 90%;
  }

  .lg\:mr-90p{
    margin-right: 90%;
  }

  .lg\:mb-90p{
    margin-bottom: 90%;
  }

  .lg\:ml-90p{
    margin-left: 90%;
  }

  .lg\:mt-95p{
    margin-top: 95%;
  }

  .lg\:mr-95p{
    margin-right: 95%;
  }

  .lg\:mb-95p{
    margin-bottom: 95%;
  }

  .lg\:ml-95p{
    margin-left: 95%;
  }

  .lg\:mt-100p{
    margin-top: 100%;
  }

  .lg\:mr-100p{
    margin-right: 100%;
  }

  .lg\:mb-100p{
    margin-bottom: 100%;
  }

  .lg\:ml-100p{
    margin-left: 100%;
  }

  .lg\:mt-110p{
    margin-top: 110%;
  }

  .lg\:mr-110p{
    margin-right: 110%;
  }

  .lg\:mb-110p{
    margin-bottom: 110%;
  }

  .lg\:ml-110p{
    margin-left: 110%;
  }

  .lg\:-mt-0{
    margin-top: 0px;
  }

  .lg\:-mr-0{
    margin-right: 0px;
  }

  .lg\:-mb-0{
    margin-bottom: 0px;
  }

  .lg\:-ml-0{
    margin-left: 0px;
  }

  .lg\:-mt-2{
    margin-top: -2px;
  }

  .lg\:-mr-2{
    margin-right: -2px;
  }

  .lg\:-mb-2{
    margin-bottom: -2px;
  }

  .lg\:-ml-2{
    margin-left: -2px;
  }

  .lg\:-mt-4{
    margin-top: -4px;
  }

  .lg\:-mr-4{
    margin-right: -4px;
  }

  .lg\:-mb-4{
    margin-bottom: -4px;
  }

  .lg\:-ml-4{
    margin-left: -4px;
  }

  .lg\:-mt-5{
    margin-top: -5px;
  }

  .lg\:-mr-5{
    margin-right: -5px;
  }

  .lg\:-mb-5{
    margin-bottom: -5px;
  }

  .lg\:-ml-5{
    margin-left: -5px;
  }

  .lg\:-mt-7{
    margin-top: -7px;
  }

  .lg\:-mr-7{
    margin-right: -7px;
  }

  .lg\:-mb-7{
    margin-bottom: -7px;
  }

  .lg\:-ml-7{
    margin-left: -7px;
  }

  .lg\:-mt-8{
    margin-top: -8px;
  }

  .lg\:-mr-8{
    margin-right: -8px;
  }

  .lg\:-mb-8{
    margin-bottom: -8px;
  }

  .lg\:-ml-8{
    margin-left: -8px;
  }

  .lg\:-mt-10{
    margin-top: -10px;
  }

  .lg\:-mr-10{
    margin-right: -10px;
  }

  .lg\:-mb-10{
    margin-bottom: -10px;
  }

  .lg\:-ml-10{
    margin-left: -10px;
  }

  .lg\:-mt-11{
    margin-top: -11px;
  }

  .lg\:-mr-11{
    margin-right: -11px;
  }

  .lg\:-mb-11{
    margin-bottom: -11px;
  }

  .lg\:-ml-11{
    margin-left: -11px;
  }

  .lg\:-mt-12{
    margin-top: -12px;
  }

  .lg\:-mr-12{
    margin-right: -12px;
  }

  .lg\:-mb-12{
    margin-bottom: -12px;
  }

  .lg\:-ml-12{
    margin-left: -12px;
  }

  .lg\:-mt-13{
    margin-top: -13px;
  }

  .lg\:-mr-13{
    margin-right: -13px;
  }

  .lg\:-mb-13{
    margin-bottom: -13px;
  }

  .lg\:-ml-13{
    margin-left: -13px;
  }

  .lg\:-mt-15{
    margin-top: -15px;
  }

  .lg\:-mr-15{
    margin-right: -15px;
  }

  .lg\:-mb-15{
    margin-bottom: -15px;
  }

  .lg\:-ml-15{
    margin-left: -15px;
  }

  .lg\:-mt-16{
    margin-top: -16px;
  }

  .lg\:-mr-16{
    margin-right: -16px;
  }

  .lg\:-mb-16{
    margin-bottom: -16px;
  }

  .lg\:-ml-16{
    margin-left: -16px;
  }

  .lg\:-mt-18{
    margin-top: -18px;
  }

  .lg\:-mr-18{
    margin-right: -18px;
  }

  .lg\:-mb-18{
    margin-bottom: -18px;
  }

  .lg\:-ml-18{
    margin-left: -18px;
  }

  .lg\:-mt-20{
    margin-top: -20px;
  }

  .lg\:-mr-20{
    margin-right: -20px;
  }

  .lg\:-mb-20{
    margin-bottom: -20px;
  }

  .lg\:-ml-20{
    margin-left: -20px;
  }

  .lg\:-mt-24{
    margin-top: -24px;
  }

  .lg\:-mr-24{
    margin-right: -24px;
  }

  .lg\:-mb-24{
    margin-bottom: -24px;
  }

  .lg\:-ml-24{
    margin-left: -24px;
  }

  .lg\:-mt-28{
    margin-top: -28px;
  }

  .lg\:-mr-28{
    margin-right: -28px;
  }

  .lg\:-mb-28{
    margin-bottom: -28px;
  }

  .lg\:-ml-28{
    margin-left: -28px;
  }

  .lg\:-mt-29{
    margin-top: -29px;
  }

  .lg\:-mr-29{
    margin-right: -29px;
  }

  .lg\:-mb-29{
    margin-bottom: -29px;
  }

  .lg\:-ml-29{
    margin-left: -29px;
  }

  .lg\:-mt-30{
    margin-top: -30px;
  }

  .lg\:-mr-30{
    margin-right: -30px;
  }

  .lg\:-mb-30{
    margin-bottom: -30px;
  }

  .lg\:-ml-30{
    margin-left: -30px;
  }

  .lg\:-mt-32{
    margin-top: -32px;
  }

  .lg\:-mr-32{
    margin-right: -32px;
  }

  .lg\:-mb-32{
    margin-bottom: -32px;
  }

  .lg\:-ml-32{
    margin-left: -32px;
  }

  .lg\:-mt-34{
    margin-top: -34px;
  }

  .lg\:-mr-34{
    margin-right: -34px;
  }

  .lg\:-mb-34{
    margin-bottom: -34px;
  }

  .lg\:-ml-34{
    margin-left: -34px;
  }

  .lg\:-mt-36{
    margin-top: -36px;
  }

  .lg\:-mr-36{
    margin-right: -36px;
  }

  .lg\:-mb-36{
    margin-bottom: -36px;
  }

  .lg\:-ml-36{
    margin-left: -36px;
  }

  .lg\:-mt-40{
    margin-top: -40px;
  }

  .lg\:-mr-40{
    margin-right: -40px;
  }

  .lg\:-mb-40{
    margin-bottom: -40px;
  }

  .lg\:-ml-40{
    margin-left: -40px;
  }

  .lg\:-mt-48{
    margin-top: -48px;
  }

  .lg\:-mr-48{
    margin-right: -48px;
  }

  .lg\:-mb-48{
    margin-bottom: -48px;
  }

  .lg\:-ml-48{
    margin-left: -48px;
  }

  .lg\:-mt-56{
    margin-top: -56px;
  }

  .lg\:-mr-56{
    margin-right: -56px;
  }

  .lg\:-mb-56{
    margin-bottom: -56px;
  }

  .lg\:-ml-56{
    margin-left: -56px;
  }

  .lg\:-mt-60{
    margin-top: -60px;
  }

  .lg\:-mr-60{
    margin-right: -60px;
  }

  .lg\:-mb-60{
    margin-bottom: -60px;
  }

  .lg\:-ml-60{
    margin-left: -60px;
  }

  .lg\:-mt-64{
    margin-top: -64px;
  }

  .lg\:-mr-64{
    margin-right: -64px;
  }

  .lg\:-mb-64{
    margin-bottom: -64px;
  }

  .lg\:-ml-64{
    margin-left: -64px;
  }

  .lg\:-mt-70{
    margin-top: -70px;
  }

  .lg\:-mr-70{
    margin-right: -70px;
  }

  .lg\:-mb-70{
    margin-bottom: -70px;
  }

  .lg\:-ml-70{
    margin-left: -70px;
  }

  .lg\:-mt-72{
    margin-top: -72px;
  }

  .lg\:-mr-72{
    margin-right: -72px;
  }

  .lg\:-mb-72{
    margin-bottom: -72px;
  }

  .lg\:-ml-72{
    margin-left: -72px;
  }

  .lg\:-mt-80{
    margin-top: -80px;
  }

  .lg\:-mr-80{
    margin-right: -80px;
  }

  .lg\:-mb-80{
    margin-bottom: -80px;
  }

  .lg\:-ml-80{
    margin-left: -80px;
  }

  .lg\:-mt-88{
    margin-top: -88px;
  }

  .lg\:-mr-88{
    margin-right: -88px;
  }

  .lg\:-mb-88{
    margin-bottom: -88px;
  }

  .lg\:-ml-88{
    margin-left: -88px;
  }

  .lg\:-mt-90{
    margin-top: -90px;
  }

  .lg\:-mr-90{
    margin-right: -90px;
  }

  .lg\:-mb-90{
    margin-bottom: -90px;
  }

  .lg\:-ml-90{
    margin-left: -90px;
  }

  .lg\:-mt-96{
    margin-top: -96px;
  }

  .lg\:-mr-96{
    margin-right: -96px;
  }

  .lg\:-mb-96{
    margin-bottom: -96px;
  }

  .lg\:-ml-96{
    margin-left: -96px;
  }

  .lg\:-mt-112{
    margin-top: -112px;
  }

  .lg\:-mr-112{
    margin-right: -112px;
  }

  .lg\:-mb-112{
    margin-bottom: -112px;
  }

  .lg\:-ml-112{
    margin-left: -112px;
  }

  .lg\:-mt-128{
    margin-top: -128px;
  }

  .lg\:-mr-128{
    margin-right: -128px;
  }

  .lg\:-mb-128{
    margin-bottom: -128px;
  }

  .lg\:-ml-128{
    margin-left: -128px;
  }

  .lg\:-mt-135{
    margin-top: -135px;
  }

  .lg\:-mr-135{
    margin-right: -135px;
  }

  .lg\:-mb-135{
    margin-bottom: -135px;
  }

  .lg\:-ml-135{
    margin-left: -135px;
  }

  .lg\:-mt-145{
    margin-top: -145px;
  }

  .lg\:-mr-145{
    margin-right: -145px;
  }

  .lg\:-mb-145{
    margin-bottom: -145px;
  }

  .lg\:-ml-145{
    margin-left: -145px;
  }

  .lg\:-mt-155{
    margin-top: -155px;
  }

  .lg\:-mr-155{
    margin-right: -155px;
  }

  .lg\:-mb-155{
    margin-bottom: -155px;
  }

  .lg\:-ml-155{
    margin-left: -155px;
  }

  .lg\:-mt-160{
    margin-top: -160px;
  }

  .lg\:-mr-160{
    margin-right: -160px;
  }

  .lg\:-mb-160{
    margin-bottom: -160px;
  }

  .lg\:-ml-160{
    margin-left: -160px;
  }

  .lg\:-mt-192{
    margin-top: -192px;
  }

  .lg\:-mr-192{
    margin-right: -192px;
  }

  .lg\:-mb-192{
    margin-bottom: -192px;
  }

  .lg\:-ml-192{
    margin-left: -192px;
  }

  .lg\:-mt-224{
    margin-top: -224px;
  }

  .lg\:-mr-224{
    margin-right: -224px;
  }

  .lg\:-mb-224{
    margin-bottom: -224px;
  }

  .lg\:-ml-224{
    margin-left: -224px;
  }

  .lg\:-mt-227{
    margin-top: -227px;
  }

  .lg\:-mr-227{
    margin-right: -227px;
  }

  .lg\:-mb-227{
    margin-bottom: -227px;
  }

  .lg\:-ml-227{
    margin-left: -227px;
  }

  .lg\:-mt-250{
    margin-top: -250px;
  }

  .lg\:-mr-250{
    margin-right: -250px;
  }

  .lg\:-mb-250{
    margin-bottom: -250px;
  }

  .lg\:-ml-250{
    margin-left: -250px;
  }

  .lg\:-mt-256{
    margin-top: -256px;
  }

  .lg\:-mr-256{
    margin-right: -256px;
  }

  .lg\:-mb-256{
    margin-bottom: -256px;
  }

  .lg\:-ml-256{
    margin-left: -256px;
  }

  .lg\:-mt-270{
    margin-top: -270px;
  }

  .lg\:-mr-270{
    margin-right: -270px;
  }

  .lg\:-mb-270{
    margin-bottom: -270px;
  }

  .lg\:-ml-270{
    margin-left: -270px;
  }

  .lg\:-mt-288{
    margin-top: -288px;
  }

  .lg\:-mr-288{
    margin-right: -288px;
  }

  .lg\:-mb-288{
    margin-bottom: -288px;
  }

  .lg\:-ml-288{
    margin-left: -288px;
  }

  .lg\:-mt-304{
    margin-top: -304px;
  }

  .lg\:-mr-304{
    margin-right: -304px;
  }

  .lg\:-mb-304{
    margin-bottom: -304px;
  }

  .lg\:-ml-304{
    margin-left: -304px;
  }

  .lg\:-mt-314{
    margin-top: -314px;
  }

  .lg\:-mr-314{
    margin-right: -314px;
  }

  .lg\:-mb-314{
    margin-bottom: -314px;
  }

  .lg\:-ml-314{
    margin-left: -314px;
  }

  .lg\:-mt-320{
    margin-top: -320px;
  }

  .lg\:-mr-320{
    margin-right: -320px;
  }

  .lg\:-mb-320{
    margin-bottom: -320px;
  }

  .lg\:-ml-320{
    margin-left: -320px;
  }

  .lg\:-mt-352{
    margin-top: -352px;
  }

  .lg\:-mr-352{
    margin-right: -352px;
  }

  .lg\:-mb-352{
    margin-bottom: -352px;
  }

  .lg\:-ml-352{
    margin-left: -352px;
  }

  .lg\:-mt-384{
    margin-top: -384px;
  }

  .lg\:-mr-384{
    margin-right: -384px;
  }

  .lg\:-mb-384{
    margin-bottom: -384px;
  }

  .lg\:-ml-384{
    margin-left: -384px;
  }

  .lg\:-mt-416{
    margin-top: -416px;
  }

  .lg\:-mr-416{
    margin-right: -416px;
  }

  .lg\:-mb-416{
    margin-bottom: -416px;
  }

  .lg\:-ml-416{
    margin-left: -416px;
  }

  .lg\:-mt-448{
    margin-top: -448px;
  }

  .lg\:-mr-448{
    margin-right: -448px;
  }

  .lg\:-mb-448{
    margin-bottom: -448px;
  }

  .lg\:-ml-448{
    margin-left: -448px;
  }

  .lg\:-mt-480{
    margin-top: -480px;
  }

  .lg\:-mr-480{
    margin-right: -480px;
  }

  .lg\:-mb-480{
    margin-bottom: -480px;
  }

  .lg\:-ml-480{
    margin-left: -480px;
  }

  .lg\:-mt-512{
    margin-top: -512px;
  }

  .lg\:-mr-512{
    margin-right: -512px;
  }

  .lg\:-mb-512{
    margin-bottom: -512px;
  }

  .lg\:-ml-512{
    margin-left: -512px;
  }

  .lg\:-mt-576{
    margin-top: -576px;
  }

  .lg\:-mr-576{
    margin-right: -576px;
  }

  .lg\:-mb-576{
    margin-bottom: -576px;
  }

  .lg\:-ml-576{
    margin-left: -576px;
  }

  .lg\:-mt-612{
    margin-top: -612px;
  }

  .lg\:-mr-612{
    margin-right: -612px;
  }

  .lg\:-mb-612{
    margin-bottom: -612px;
  }

  .lg\:-ml-612{
    margin-left: -612px;
  }

  .lg\:-mt-640{
    margin-top: -640px;
  }

  .lg\:-mr-640{
    margin-right: -640px;
  }

  .lg\:-mb-640{
    margin-bottom: -640px;
  }

  .lg\:-ml-640{
    margin-left: -640px;
  }

  .lg\:-mt-768{
    margin-top: -768px;
  }

  .lg\:-mr-768{
    margin-right: -768px;
  }

  .lg\:-mb-768{
    margin-bottom: -768px;
  }

  .lg\:-ml-768{
    margin-left: -768px;
  }

  .lg\:-mt--200{
    margin-top: 200px;
  }

  .lg\:-mr--200{
    margin-right: 200px;
  }

  .lg\:-mb--200{
    margin-bottom: 200px;
  }

  .lg\:-ml--200{
    margin-left: 200px;
  }

  .lg\:-mt--170{
    margin-top: 170px;
  }

  .lg\:-mr--170{
    margin-right: 170px;
  }

  .lg\:-mb--170{
    margin-bottom: 170px;
  }

  .lg\:-ml--170{
    margin-left: 170px;
  }

  .lg\:-mt--120{
    margin-top: 120px;
  }

  .lg\:-mr--120{
    margin-right: 120px;
  }

  .lg\:-mb--120{
    margin-bottom: 120px;
  }

  .lg\:-ml--120{
    margin-left: 120px;
  }

  .lg\:-mt--100{
    margin-top: 100px;
  }

  .lg\:-mr--100{
    margin-right: 100px;
  }

  .lg\:-mb--100{
    margin-bottom: 100px;
  }

  .lg\:-ml--100{
    margin-left: 100px;
  }

  .lg\:-mt--50{
    margin-top: 50px;
  }

  .lg\:-mr--50{
    margin-right: 50px;
  }

  .lg\:-mb--50{
    margin-bottom: 50px;
  }

  .lg\:-ml--50{
    margin-left: 50px;
  }

  .lg\:-mt--45{
    margin-top: 45px;
  }

  .lg\:-mr--45{
    margin-right: 45px;
  }

  .lg\:-mb--45{
    margin-bottom: 45px;
  }

  .lg\:-ml--45{
    margin-left: 45px;
  }

  .lg\:-mt--3{
    margin-top: 3px;
  }

  .lg\:-mr--3{
    margin-right: 3px;
  }

  .lg\:-mb--3{
    margin-bottom: 3px;
  }

  .lg\:-ml--3{
    margin-left: 3px;
  }

  .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-20p{
    margin-top: -20%;
  }

  .lg\:-mr-20p{
    margin-right: -20%;
  }

  .lg\:-mb-20p{
    margin-bottom: -20%;
  }

  .lg\:-ml-20p{
    margin-left: -20%;
  }

  .lg\:-mt-40p{
    margin-top: -40%;
  }

  .lg\:-mr-40p{
    margin-right: -40%;
  }

  .lg\:-mb-40p{
    margin-bottom: -40%;
  }

  .lg\:-ml-40p{
    margin-left: -40%;
  }

  .lg\:-mt-49p{
    margin-top: -49%;
  }

  .lg\:-mr-49p{
    margin-right: -49%;
  }

  .lg\:-mb-49p{
    margin-bottom: -49%;
  }

  .lg\:-ml-49p{
    margin-left: -49%;
  }

  .lg\:-mt-52p{
    margin-top: -52%;
  }

  .lg\:-mr-52p{
    margin-right: -52%;
  }

  .lg\:-mb-52p{
    margin-bottom: -52%;
  }

  .lg\:-ml-52p{
    margin-left: -52%;
  }

  .lg\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .lg\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .lg\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .lg\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .lg\:-mt-60p{
    margin-top: -60%;
  }

  .lg\:-mr-60p{
    margin-right: -60%;
  }

  .lg\:-mb-60p{
    margin-bottom: -60%;
  }

  .lg\:-ml-60p{
    margin-left: -60%;
  }

  .lg\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .lg\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .lg\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .lg\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .lg\:-mt-80p{
    margin-top: -80%;
  }

  .lg\:-mr-80p{
    margin-right: -80%;
  }

  .lg\:-mb-80p{
    margin-bottom: -80%;
  }

  .lg\:-ml-80p{
    margin-left: -80%;
  }

  .lg\:-mt-90p{
    margin-top: -90%;
  }

  .lg\:-mr-90p{
    margin-right: -90%;
  }

  .lg\:-mb-90p{
    margin-bottom: -90%;
  }

  .lg\:-ml-90p{
    margin-left: -90%;
  }

  .lg\:-mt-95p{
    margin-top: -95%;
  }

  .lg\:-mr-95p{
    margin-right: -95%;
  }

  .lg\:-mb-95p{
    margin-bottom: -95%;
  }

  .lg\:-ml-95p{
    margin-left: -95%;
  }

  .lg\:-mt-100p{
    margin-top: -100%;
  }

  .lg\:-mr-100p{
    margin-right: -100%;
  }

  .lg\:-mb-100p{
    margin-bottom: -100%;
  }

  .lg\:-ml-100p{
    margin-left: -100%;
  }

  .lg\:-mt-110p{
    margin-top: -110%;
  }

  .lg\:-mr-110p{
    margin-right: -110%;
  }

  .lg\:-mb-110p{
    margin-bottom: -110%;
  }

  .lg\:-ml-110p{
    margin-left: -110%;
  }

  .lg\:max-h-0{
    max-height: 0px;
  }

  .lg\:max-h-2{
    max-height: 2px;
  }

  .lg\:max-h-4{
    max-height: 4px;
  }

  .lg\:max-h-5{
    max-height: 5px;
  }

  .lg\:max-h-7{
    max-height: 7px;
  }

  .lg\:max-h-8{
    max-height: 8px;
  }

  .lg\:max-h-10{
    max-height: 10px;
  }

  .lg\:max-h-11{
    max-height: 11px;
  }

  .lg\:max-h-12{
    max-height: 12px;
  }

  .lg\:max-h-13{
    max-height: 13px;
  }

  .lg\:max-h-15{
    max-height: 15px;
  }

  .lg\:max-h-16{
    max-height: 16px;
  }

  .lg\:max-h-18{
    max-height: 18px;
  }

  .lg\:max-h-20{
    max-height: 20px;
  }

  .lg\:max-h-24{
    max-height: 24px;
  }

  .lg\:max-h-28{
    max-height: 28px;
  }

  .lg\:max-h-29{
    max-height: 29px;
  }

  .lg\:max-h-30{
    max-height: 30px;
  }

  .lg\:max-h-32{
    max-height: 32px;
  }

  .lg\:max-h-34{
    max-height: 34px;
  }

  .lg\:max-h-36{
    max-height: 36px;
  }

  .lg\:max-h-40{
    max-height: 40px;
  }

  .lg\:max-h-48{
    max-height: 48px;
  }

  .lg\:max-h-50{
    max-height: 50px;
  }

  .lg\:max-h-56{
    max-height: 56px;
  }

  .lg\:max-h-60{
    max-height: 60px;
  }

  .lg\:max-h-64{
    max-height: 64px;
  }

  .lg\:max-h-70{
    max-height: 70px;
  }

  .lg\:max-h-72{
    max-height: 72px;
  }

  .lg\:max-h-80{
    max-height: 80px;
  }

  .lg\:max-h-88{
    max-height: 88px;
  }

  .lg\:max-h-90{
    max-height: 90px;
  }

  .lg\:max-h-96{
    max-height: 96px;
  }

  .lg\:max-h-100{
    max-height: 100px;
  }

  .lg\:max-h-112{
    max-height: 112px;
  }

  .lg\:max-h-128{
    max-height: 128px;
  }

  .lg\:max-h-135{
    max-height: 135px;
  }

  .lg\:max-h-145{
    max-height: 145px;
  }

  .lg\:max-h-155{
    max-height: 155px;
  }

  .lg\:max-h-160{
    max-height: 160px;
  }

  .lg\:max-h-192{
    max-height: 192px;
  }

  .lg\:max-h-200{
    max-height: 200px;
  }

  .lg\:max-h-224{
    max-height: 224px;
  }

  .lg\:max-h-227{
    max-height: 227px;
  }

  .lg\:max-h-250{
    max-height: 250px;
  }

  .lg\:max-h-256{
    max-height: 256px;
  }

  .lg\:max-h-270{
    max-height: 270px;
  }

  .lg\:max-h-288{
    max-height: 288px;
  }

  .lg\:max-h-304{
    max-height: 304px;
  }

  .lg\:max-h-314{
    max-height: 314px;
  }

  .lg\:max-h-320{
    max-height: 320px;
  }

  .lg\:max-h-352{
    max-height: 352px;
  }

  .lg\:max-h-384{
    max-height: 384px;
  }

  .lg\:max-h-416{
    max-height: 416px;
  }

  .lg\:max-h-448{
    max-height: 448px;
  }

  .lg\:max-h-480{
    max-height: 480px;
  }

  .lg\:max-h-512{
    max-height: 512px;
  }

  .lg\:max-h-576{
    max-height: 576px;
  }

  .lg\:max-h-612{
    max-height: 612px;
  }

  .lg\:max-h-640{
    max-height: 640px;
  }

  .lg\:max-h-768{
    max-height: 768px;
  }

  .lg\:-max-h-200{
    max-height: -200px;
  }

  .lg\:-max-h-170{
    max-height: -170px;
  }

  .lg\:-max-h-120{
    max-height: -120px;
  }

  .lg\:-max-h-100{
    max-height: -100px;
  }

  .lg\:-max-h-50{
    max-height: -50px;
  }

  .lg\:-max-h-45{
    max-height: -45px;
  }

  .lg\:-max-h-3{
    max-height: -3px;
  }

  .lg\:max-h-px{
    max-height: 1px;
  }

  .lg\:max-h-20p{
    max-height: 20%;
  }

  .lg\:max-h-40p{
    max-height: 40%;
  }

  .lg\:max-h-49p{
    max-height: 49%;
  }

  .lg\:max-h-52p{
    max-height: 52%;
  }

  .lg\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .lg\:max-h-60p{
    max-height: 60%;
  }

  .lg\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .lg\:max-h-80p{
    max-height: 80%;
  }

  .lg\:max-h-90p{
    max-height: 90%;
  }

  .lg\:max-h-95p{
    max-height: 95%;
  }

  .lg\:max-h-100p{
    max-height: 100%;
  }

  .lg\:max-h-110p{
    max-height: 110%;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .lg\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .lg\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .lg\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .lg\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .lg\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .lg\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .lg\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .lg\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .lg\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .lg\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .lg\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .lg\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .lg\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .lg\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .lg\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .lg\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .lg\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .lg\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .lg\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .lg\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .lg\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .lg\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .lg\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .lg\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .lg\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .lg\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .lg\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .lg\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .lg\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .lg\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .lg\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .lg\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .lg\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .lg\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .lg\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .lg\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .lg\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .lg\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .lg\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .lg\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .lg\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .lg\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .lg\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .lg\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .lg\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .lg\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .lg\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .lg\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .lg\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .lg\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .lg\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .lg\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .lg\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .lg\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .lg\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .lg\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .lg\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .lg\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .lg\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .lg\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .lg\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .lg\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .lg\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .lg\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .lg\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .lg\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .lg\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .lg\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .lg\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .lg\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .lg\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .lg\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .lg\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .lg\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .lg\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .lg\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .lg\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .lg\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .lg\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .lg\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .lg\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .lg\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .lg\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .lg\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-w-0{
    max-width: 0rem;
  }

  .lg\:max-w-30{
    max-width: 30px;
  }

  .lg\:max-w-40{
    max-width: 40px;
  }

  .lg\:max-w-45{
    max-width: 45px;
  }

  .lg\:max-w-50{
    max-width: 50px;
  }

  .lg\:max-w-60{
    max-width: 60px;
  }

  .lg\:max-w-80{
    max-width: 80px;
  }

  .lg\:max-w-92{
    max-width: 92px;
  }

  .lg\:max-w-100{
    max-width: 100px;
  }

  .lg\:max-w-132{
    max-width: 132px;
  }

  .lg\:max-w-172{
    max-width: 172px;
  }

  .lg\:max-w-200{
    max-width: 200px;
  }

  .lg\:max-w-235{
    max-width: 235px;
  }

  .lg\:max-w-250{
    max-width: 250px;
  }

  .lg\:max-w-270{
    max-width: 270px;
  }

  .lg\:max-w-300{
    max-width: 300px;
  }

  .lg\:max-w-380{
    max-width: 380px;
  }

  .lg\:max-w-480{
    max-width: 480px;
  }

  .lg\:max-w-540{
    max-width: 540px;
  }

  .lg\:max-w-570{
    max-width: 570px;
  }

  .lg\:max-w-600{
    max-width: 600px;
  }

  .lg\:max-w-740{
    max-width: 740px;
  }

  .lg\:max-w-770{
    max-width: 770px;
  }

  .lg\:max-w-900{
    max-width: 900px;
  }

  .lg\:max-w-970{
    max-width: 970px;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose{
    max-width: 65ch;
  }

  .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: 1260px;
  }

  .lg\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:min-w-220{
    min-width: 220px;
  }

  .lg\:min-w-300{
    min-width: 300px;
  }

  .lg\:min-w-430{
    min-width: 430px;
  }

  .lg\:min-w-500{
    min-width: 500px;
  }

  .lg\:min-w-1024{
    min-width: 1024px;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .lg\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .lg\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .lg\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .lg\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .lg\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .lg\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .lg\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .lg\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-5{
    opacity: 0.05;
  }

  .lg\:opacity-10{
    opacity: 0.1;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-60{
    opacity: 0.6;
  }

  .lg\:opacity-70{
    opacity: 0.7;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.8;
  }

  .lg\:opacity-90{
    opacity: 0.9;
  }

  .lg\:opacity-95{
    opacity: 0.95;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\: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: 0px;
  }

  .lg\:p-2{
    padding: 2px;
  }

  .lg\:p-4{
    padding: 4px;
  }

  .lg\:p-5{
    padding: 5px;
  }

  .lg\:p-7{
    padding: 7px;
  }

  .lg\:p-8{
    padding: 8px;
  }

  .lg\:p-10{
    padding: 10px;
  }

  .lg\:p-11{
    padding: 11px;
  }

  .lg\:p-12{
    padding: 12px;
  }

  .lg\:p-13{
    padding: 13px;
  }

  .lg\:p-15{
    padding: 15px;
  }

  .lg\:p-16{
    padding: 16px;
  }

  .lg\:p-18{
    padding: 18px;
  }

  .lg\:p-20{
    padding: 20px;
  }

  .lg\:p-24{
    padding: 24px;
  }

  .lg\:p-28{
    padding: 28px;
  }

  .lg\:p-29{
    padding: 29px;
  }

  .lg\:p-30{
    padding: 30px;
  }

  .lg\:p-32{
    padding: 32px;
  }

  .lg\:p-34{
    padding: 34px;
  }

  .lg\:p-36{
    padding: 36px;
  }

  .lg\:p-40{
    padding: 40px;
  }

  .lg\:p-48{
    padding: 48px;
  }

  .lg\:p-50{
    padding: 50px;
  }

  .lg\:p-56{
    padding: 56px;
  }

  .lg\:p-60{
    padding: 60px;
  }

  .lg\:p-64{
    padding: 64px;
  }

  .lg\:p-70{
    padding: 70px;
  }

  .lg\:p-72{
    padding: 72px;
  }

  .lg\:p-80{
    padding: 80px;
  }

  .lg\:p-88{
    padding: 88px;
  }

  .lg\:p-90{
    padding: 90px;
  }

  .lg\:p-96{
    padding: 96px;
  }

  .lg\:p-100{
    padding: 100px;
  }

  .lg\:p-112{
    padding: 112px;
  }

  .lg\:p-128{
    padding: 128px;
  }

  .lg\:p-135{
    padding: 135px;
  }

  .lg\:p-145{
    padding: 145px;
  }

  .lg\:p-155{
    padding: 155px;
  }

  .lg\:p-160{
    padding: 160px;
  }

  .lg\:p-192{
    padding: 192px;
  }

  .lg\:p-200{
    padding: 200px;
  }

  .lg\:p-224{
    padding: 224px;
  }

  .lg\:p-227{
    padding: 227px;
  }

  .lg\:p-250{
    padding: 250px;
  }

  .lg\:p-256{
    padding: 256px;
  }

  .lg\:p-270{
    padding: 270px;
  }

  .lg\:p-288{
    padding: 288px;
  }

  .lg\:p-304{
    padding: 304px;
  }

  .lg\:p-314{
    padding: 314px;
  }

  .lg\:p-320{
    padding: 320px;
  }

  .lg\:p-352{
    padding: 352px;
  }

  .lg\:p-384{
    padding: 384px;
  }

  .lg\:p-416{
    padding: 416px;
  }

  .lg\:p-448{
    padding: 448px;
  }

  .lg\:p-480{
    padding: 480px;
  }

  .lg\:p-512{
    padding: 512px;
  }

  .lg\:p-576{
    padding: 576px;
  }

  .lg\:p-612{
    padding: 612px;
  }

  .lg\:p-640{
    padding: 640px;
  }

  .lg\:p-768{
    padding: 768px;
  }

  .lg\:-p-200{
    padding: -200px;
  }

  .lg\:-p-170{
    padding: -170px;
  }

  .lg\:-p-120{
    padding: -120px;
  }

  .lg\:-p-100{
    padding: -100px;
  }

  .lg\:-p-50{
    padding: -50px;
  }

  .lg\:-p-45{
    padding: -45px;
  }

  .lg\:-p-3{
    padding: -3px;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-20p{
    padding: 20%;
  }

  .lg\:p-40p{
    padding: 40%;
  }

  .lg\:p-49p{
    padding: 49%;
  }

  .lg\:p-52p{
    padding: 52%;
  }

  .lg\:p-53\.5p{
    padding: 53.5%;
  }

  .lg\:p-60p{
    padding: 60%;
  }

  .lg\:p-71\.5p{
    padding: 71.5%;
  }

  .lg\:p-80p{
    padding: 80%;
  }

  .lg\:p-90p{
    padding: 90%;
  }

  .lg\:p-95p{
    padding: 95%;
  }

  .lg\:p-100p{
    padding: 100%;
  }

  .lg\:p-110p{
    padding: 110%;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .lg\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .lg\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lg\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .lg\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .lg\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .lg\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .lg\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .lg\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .lg\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .lg\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .lg\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .lg\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .lg\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .lg\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .lg\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .lg\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .lg\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .lg\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .lg\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .lg\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .lg\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .lg\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .lg\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .lg\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .lg\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .lg\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .lg\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .lg\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .lg\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .lg\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .lg\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .lg\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .lg\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .lg\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .lg\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .lg\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .lg\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .lg\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .lg\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .lg\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .lg\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .lg\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .lg\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .lg\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .lg\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .lg\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .lg\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .lg\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .lg\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .lg\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .lg\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .lg\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .lg\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .lg\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .lg\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .lg\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .lg\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .lg\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .lg\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .lg\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .lg\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .lg\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .lg\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pt-2{
    padding-top: 2px;
  }

  .lg\:pr-2{
    padding-right: 2px;
  }

  .lg\:pb-2{
    padding-bottom: 2px;
  }

  .lg\:pl-2{
    padding-left: 2px;
  }

  .lg\:pt-4{
    padding-top: 4px;
  }

  .lg\:pr-4{
    padding-right: 4px;
  }

  .lg\:pb-4{
    padding-bottom: 4px;
  }

  .lg\:pl-4{
    padding-left: 4px;
  }

  .lg\:pt-5{
    padding-top: 5px;
  }

  .lg\:pr-5{
    padding-right: 5px;
  }

  .lg\:pb-5{
    padding-bottom: 5px;
  }

  .lg\:pl-5{
    padding-left: 5px;
  }

  .lg\:pt-7{
    padding-top: 7px;
  }

  .lg\:pr-7{
    padding-right: 7px;
  }

  .lg\:pb-7{
    padding-bottom: 7px;
  }

  .lg\:pl-7{
    padding-left: 7px;
  }

  .lg\:pt-8{
    padding-top: 8px;
  }

  .lg\:pr-8{
    padding-right: 8px;
  }

  .lg\:pb-8{
    padding-bottom: 8px;
  }

  .lg\:pl-8{
    padding-left: 8px;
  }

  .lg\:pt-10{
    padding-top: 10px;
  }

  .lg\:pr-10{
    padding-right: 10px;
  }

  .lg\:pb-10{
    padding-bottom: 10px;
  }

  .lg\:pl-10{
    padding-left: 10px;
  }

  .lg\:pt-11{
    padding-top: 11px;
  }

  .lg\:pr-11{
    padding-right: 11px;
  }

  .lg\:pb-11{
    padding-bottom: 11px;
  }

  .lg\:pl-11{
    padding-left: 11px;
  }

  .lg\:pt-12{
    padding-top: 12px;
  }

  .lg\:pr-12{
    padding-right: 12px;
  }

  .lg\:pb-12{
    padding-bottom: 12px;
  }

  .lg\:pl-12{
    padding-left: 12px;
  }

  .lg\:pt-13{
    padding-top: 13px;
  }

  .lg\:pr-13{
    padding-right: 13px;
  }

  .lg\:pb-13{
    padding-bottom: 13px;
  }

  .lg\:pl-13{
    padding-left: 13px;
  }

  .lg\:pt-15{
    padding-top: 15px;
  }

  .lg\:pr-15{
    padding-right: 15px;
  }

  .lg\:pb-15{
    padding-bottom: 15px;
  }

  .lg\:pl-15{
    padding-left: 15px;
  }

  .lg\:pt-16{
    padding-top: 16px;
  }

  .lg\:pr-16{
    padding-right: 16px;
  }

  .lg\:pb-16{
    padding-bottom: 16px;
  }

  .lg\:pl-16{
    padding-left: 16px;
  }

  .lg\:pt-18{
    padding-top: 18px;
  }

  .lg\:pr-18{
    padding-right: 18px;
  }

  .lg\:pb-18{
    padding-bottom: 18px;
  }

  .lg\:pl-18{
    padding-left: 18px;
  }

  .lg\:pt-20{
    padding-top: 20px;
  }

  .lg\:pr-20{
    padding-right: 20px;
  }

  .lg\:pb-20{
    padding-bottom: 20px;
  }

  .lg\:pl-20{
    padding-left: 20px;
  }

  .lg\:pt-24{
    padding-top: 24px;
  }

  .lg\:pr-24{
    padding-right: 24px;
  }

  .lg\:pb-24{
    padding-bottom: 24px;
  }

  .lg\:pl-24{
    padding-left: 24px;
  }

  .lg\:pt-28{
    padding-top: 28px;
  }

  .lg\:pr-28{
    padding-right: 28px;
  }

  .lg\:pb-28{
    padding-bottom: 28px;
  }

  .lg\:pl-28{
    padding-left: 28px;
  }

  .lg\:pt-29{
    padding-top: 29px;
  }

  .lg\:pr-29{
    padding-right: 29px;
  }

  .lg\:pb-29{
    padding-bottom: 29px;
  }

  .lg\:pl-29{
    padding-left: 29px;
  }

  .lg\:pt-30{
    padding-top: 30px;
  }

  .lg\:pr-30{
    padding-right: 30px;
  }

  .lg\:pb-30{
    padding-bottom: 30px;
  }

  .lg\:pl-30{
    padding-left: 30px;
  }

  .lg\:pt-32{
    padding-top: 32px;
  }

  .lg\:pr-32{
    padding-right: 32px;
  }

  .lg\:pb-32{
    padding-bottom: 32px;
  }

  .lg\:pl-32{
    padding-left: 32px;
  }

  .lg\:pt-34{
    padding-top: 34px;
  }

  .lg\:pr-34{
    padding-right: 34px;
  }

  .lg\:pb-34{
    padding-bottom: 34px;
  }

  .lg\:pl-34{
    padding-left: 34px;
  }

  .lg\:pt-36{
    padding-top: 36px;
  }

  .lg\:pr-36{
    padding-right: 36px;
  }

  .lg\:pb-36{
    padding-bottom: 36px;
  }

  .lg\:pl-36{
    padding-left: 36px;
  }

  .lg\:pt-40{
    padding-top: 40px;
  }

  .lg\:pr-40{
    padding-right: 40px;
  }

  .lg\:pb-40{
    padding-bottom: 40px;
  }

  .lg\:pl-40{
    padding-left: 40px;
  }

  .lg\:pt-48{
    padding-top: 48px;
  }

  .lg\:pr-48{
    padding-right: 48px;
  }

  .lg\:pb-48{
    padding-bottom: 48px;
  }

  .lg\:pl-48{
    padding-left: 48px;
  }

  .lg\:pt-50{
    padding-top: 50px;
  }

  .lg\:pr-50{
    padding-right: 50px;
  }

  .lg\:pb-50{
    padding-bottom: 50px;
  }

  .lg\:pl-50{
    padding-left: 50px;
  }

  .lg\:pt-56{
    padding-top: 56px;
  }

  .lg\:pr-56{
    padding-right: 56px;
  }

  .lg\:pb-56{
    padding-bottom: 56px;
  }

  .lg\:pl-56{
    padding-left: 56px;
  }

  .lg\:pt-60{
    padding-top: 60px;
  }

  .lg\:pr-60{
    padding-right: 60px;
  }

  .lg\:pb-60{
    padding-bottom: 60px;
  }

  .lg\:pl-60{
    padding-left: 60px;
  }

  .lg\:pt-64{
    padding-top: 64px;
  }

  .lg\:pr-64{
    padding-right: 64px;
  }

  .lg\:pb-64{
    padding-bottom: 64px;
  }

  .lg\:pl-64{
    padding-left: 64px;
  }

  .lg\:pt-70{
    padding-top: 70px;
  }

  .lg\:pr-70{
    padding-right: 70px;
  }

  .lg\:pb-70{
    padding-bottom: 70px;
  }

  .lg\:pl-70{
    padding-left: 70px;
  }

  .lg\:pt-72{
    padding-top: 72px;
  }

  .lg\:pr-72{
    padding-right: 72px;
  }

  .lg\:pb-72{
    padding-bottom: 72px;
  }

  .lg\:pl-72{
    padding-left: 72px;
  }

  .lg\:pt-80{
    padding-top: 80px;
  }

  .lg\:pr-80{
    padding-right: 80px;
  }

  .lg\:pb-80{
    padding-bottom: 80px;
  }

  .lg\:pl-80{
    padding-left: 80px;
  }

  .lg\:pt-88{
    padding-top: 88px;
  }

  .lg\:pr-88{
    padding-right: 88px;
  }

  .lg\:pb-88{
    padding-bottom: 88px;
  }

  .lg\:pl-88{
    padding-left: 88px;
  }

  .lg\:pt-90{
    padding-top: 90px;
  }

  .lg\:pr-90{
    padding-right: 90px;
  }

  .lg\:pb-90{
    padding-bottom: 90px;
  }

  .lg\:pl-90{
    padding-left: 90px;
  }

  .lg\:pt-96{
    padding-top: 96px;
  }

  .lg\:pr-96{
    padding-right: 96px;
  }

  .lg\:pb-96{
    padding-bottom: 96px;
  }

  .lg\:pl-96{
    padding-left: 96px;
  }

  .lg\:pt-100{
    padding-top: 100px;
  }

  .lg\:pr-100{
    padding-right: 100px;
  }

  .lg\:pb-100{
    padding-bottom: 100px;
  }

  .lg\:pl-100{
    padding-left: 100px;
  }

  .lg\:pt-112{
    padding-top: 112px;
  }

  .lg\:pr-112{
    padding-right: 112px;
  }

  .lg\:pb-112{
    padding-bottom: 112px;
  }

  .lg\:pl-112{
    padding-left: 112px;
  }

  .lg\:pt-128{
    padding-top: 128px;
  }

  .lg\:pr-128{
    padding-right: 128px;
  }

  .lg\:pb-128{
    padding-bottom: 128px;
  }

  .lg\:pl-128{
    padding-left: 128px;
  }

  .lg\:pt-135{
    padding-top: 135px;
  }

  .lg\:pr-135{
    padding-right: 135px;
  }

  .lg\:pb-135{
    padding-bottom: 135px;
  }

  .lg\:pl-135{
    padding-left: 135px;
  }

  .lg\:pt-145{
    padding-top: 145px;
  }

  .lg\:pr-145{
    padding-right: 145px;
  }

  .lg\:pb-145{
    padding-bottom: 145px;
  }

  .lg\:pl-145{
    padding-left: 145px;
  }

  .lg\:pt-155{
    padding-top: 155px;
  }

  .lg\:pr-155{
    padding-right: 155px;
  }

  .lg\:pb-155{
    padding-bottom: 155px;
  }

  .lg\:pl-155{
    padding-left: 155px;
  }

  .lg\:pt-160{
    padding-top: 160px;
  }

  .lg\:pr-160{
    padding-right: 160px;
  }

  .lg\:pb-160{
    padding-bottom: 160px;
  }

  .lg\:pl-160{
    padding-left: 160px;
  }

  .lg\:pt-192{
    padding-top: 192px;
  }

  .lg\:pr-192{
    padding-right: 192px;
  }

  .lg\:pb-192{
    padding-bottom: 192px;
  }

  .lg\:pl-192{
    padding-left: 192px;
  }

  .lg\:pt-200{
    padding-top: 200px;
  }

  .lg\:pr-200{
    padding-right: 200px;
  }

  .lg\:pb-200{
    padding-bottom: 200px;
  }

  .lg\:pl-200{
    padding-left: 200px;
  }

  .lg\:pt-224{
    padding-top: 224px;
  }

  .lg\:pr-224{
    padding-right: 224px;
  }

  .lg\:pb-224{
    padding-bottom: 224px;
  }

  .lg\:pl-224{
    padding-left: 224px;
  }

  .lg\:pt-227{
    padding-top: 227px;
  }

  .lg\:pr-227{
    padding-right: 227px;
  }

  .lg\:pb-227{
    padding-bottom: 227px;
  }

  .lg\:pl-227{
    padding-left: 227px;
  }

  .lg\:pt-250{
    padding-top: 250px;
  }

  .lg\:pr-250{
    padding-right: 250px;
  }

  .lg\:pb-250{
    padding-bottom: 250px;
  }

  .lg\:pl-250{
    padding-left: 250px;
  }

  .lg\:pt-256{
    padding-top: 256px;
  }

  .lg\:pr-256{
    padding-right: 256px;
  }

  .lg\:pb-256{
    padding-bottom: 256px;
  }

  .lg\:pl-256{
    padding-left: 256px;
  }

  .lg\:pt-270{
    padding-top: 270px;
  }

  .lg\:pr-270{
    padding-right: 270px;
  }

  .lg\:pb-270{
    padding-bottom: 270px;
  }

  .lg\:pl-270{
    padding-left: 270px;
  }

  .lg\:pt-288{
    padding-top: 288px;
  }

  .lg\:pr-288{
    padding-right: 288px;
  }

  .lg\:pb-288{
    padding-bottom: 288px;
  }

  .lg\:pl-288{
    padding-left: 288px;
  }

  .lg\:pt-304{
    padding-top: 304px;
  }

  .lg\:pr-304{
    padding-right: 304px;
  }

  .lg\:pb-304{
    padding-bottom: 304px;
  }

  .lg\:pl-304{
    padding-left: 304px;
  }

  .lg\:pt-314{
    padding-top: 314px;
  }

  .lg\:pr-314{
    padding-right: 314px;
  }

  .lg\:pb-314{
    padding-bottom: 314px;
  }

  .lg\:pl-314{
    padding-left: 314px;
  }

  .lg\:pt-320{
    padding-top: 320px;
  }

  .lg\:pr-320{
    padding-right: 320px;
  }

  .lg\:pb-320{
    padding-bottom: 320px;
  }

  .lg\:pl-320{
    padding-left: 320px;
  }

  .lg\:pt-352{
    padding-top: 352px;
  }

  .lg\:pr-352{
    padding-right: 352px;
  }

  .lg\:pb-352{
    padding-bottom: 352px;
  }

  .lg\:pl-352{
    padding-left: 352px;
  }

  .lg\:pt-384{
    padding-top: 384px;
  }

  .lg\:pr-384{
    padding-right: 384px;
  }

  .lg\:pb-384{
    padding-bottom: 384px;
  }

  .lg\:pl-384{
    padding-left: 384px;
  }

  .lg\:pt-416{
    padding-top: 416px;
  }

  .lg\:pr-416{
    padding-right: 416px;
  }

  .lg\:pb-416{
    padding-bottom: 416px;
  }

  .lg\:pl-416{
    padding-left: 416px;
  }

  .lg\:pt-448{
    padding-top: 448px;
  }

  .lg\:pr-448{
    padding-right: 448px;
  }

  .lg\:pb-448{
    padding-bottom: 448px;
  }

  .lg\:pl-448{
    padding-left: 448px;
  }

  .lg\:pt-480{
    padding-top: 480px;
  }

  .lg\:pr-480{
    padding-right: 480px;
  }

  .lg\:pb-480{
    padding-bottom: 480px;
  }

  .lg\:pl-480{
    padding-left: 480px;
  }

  .lg\:pt-512{
    padding-top: 512px;
  }

  .lg\:pr-512{
    padding-right: 512px;
  }

  .lg\:pb-512{
    padding-bottom: 512px;
  }

  .lg\:pl-512{
    padding-left: 512px;
  }

  .lg\:pt-576{
    padding-top: 576px;
  }

  .lg\:pr-576{
    padding-right: 576px;
  }

  .lg\:pb-576{
    padding-bottom: 576px;
  }

  .lg\:pl-576{
    padding-left: 576px;
  }

  .lg\:pt-612{
    padding-top: 612px;
  }

  .lg\:pr-612{
    padding-right: 612px;
  }

  .lg\:pb-612{
    padding-bottom: 612px;
  }

  .lg\:pl-612{
    padding-left: 612px;
  }

  .lg\:pt-640{
    padding-top: 640px;
  }

  .lg\:pr-640{
    padding-right: 640px;
  }

  .lg\:pb-640{
    padding-bottom: 640px;
  }

  .lg\:pl-640{
    padding-left: 640px;
  }

  .lg\:pt-768{
    padding-top: 768px;
  }

  .lg\:pr-768{
    padding-right: 768px;
  }

  .lg\:pb-768{
    padding-bottom: 768px;
  }

  .lg\:pl-768{
    padding-left: 768px;
  }

  .lg\:-pt-200{
    padding-top: -200px;
  }

  .lg\:-pr-200{
    padding-right: -200px;
  }

  .lg\:-pb-200{
    padding-bottom: -200px;
  }

  .lg\:-pl-200{
    padding-left: -200px;
  }

  .lg\:-pt-170{
    padding-top: -170px;
  }

  .lg\:-pr-170{
    padding-right: -170px;
  }

  .lg\:-pb-170{
    padding-bottom: -170px;
  }

  .lg\:-pl-170{
    padding-left: -170px;
  }

  .lg\:-pt-120{
    padding-top: -120px;
  }

  .lg\:-pr-120{
    padding-right: -120px;
  }

  .lg\:-pb-120{
    padding-bottom: -120px;
  }

  .lg\:-pl-120{
    padding-left: -120px;
  }

  .lg\:-pt-100{
    padding-top: -100px;
  }

  .lg\:-pr-100{
    padding-right: -100px;
  }

  .lg\:-pb-100{
    padding-bottom: -100px;
  }

  .lg\:-pl-100{
    padding-left: -100px;
  }

  .lg\:-pt-50{
    padding-top: -50px;
  }

  .lg\:-pr-50{
    padding-right: -50px;
  }

  .lg\:-pb-50{
    padding-bottom: -50px;
  }

  .lg\:-pl-50{
    padding-left: -50px;
  }

  .lg\:-pt-45{
    padding-top: -45px;
  }

  .lg\:-pr-45{
    padding-right: -45px;
  }

  .lg\:-pb-45{
    padding-bottom: -45px;
  }

  .lg\:-pl-45{
    padding-left: -45px;
  }

  .lg\:-pt-3{
    padding-top: -3px;
  }

  .lg\:-pr-3{
    padding-right: -3px;
  }

  .lg\:-pb-3{
    padding-bottom: -3px;
  }

  .lg\:-pl-3{
    padding-left: -3px;
  }

  .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-20p{
    padding-top: 20%;
  }

  .lg\:pr-20p{
    padding-right: 20%;
  }

  .lg\:pb-20p{
    padding-bottom: 20%;
  }

  .lg\:pl-20p{
    padding-left: 20%;
  }

  .lg\:pt-40p{
    padding-top: 40%;
  }

  .lg\:pr-40p{
    padding-right: 40%;
  }

  .lg\:pb-40p{
    padding-bottom: 40%;
  }

  .lg\:pl-40p{
    padding-left: 40%;
  }

  .lg\:pt-49p{
    padding-top: 49%;
  }

  .lg\:pr-49p{
    padding-right: 49%;
  }

  .lg\:pb-49p{
    padding-bottom: 49%;
  }

  .lg\:pl-49p{
    padding-left: 49%;
  }

  .lg\:pt-52p{
    padding-top: 52%;
  }

  .lg\:pr-52p{
    padding-right: 52%;
  }

  .lg\:pb-52p{
    padding-bottom: 52%;
  }

  .lg\:pl-52p{
    padding-left: 52%;
  }

  .lg\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .lg\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .lg\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .lg\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .lg\:pt-60p{
    padding-top: 60%;
  }

  .lg\:pr-60p{
    padding-right: 60%;
  }

  .lg\:pb-60p{
    padding-bottom: 60%;
  }

  .lg\:pl-60p{
    padding-left: 60%;
  }

  .lg\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .lg\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .lg\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .lg\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .lg\:pt-80p{
    padding-top: 80%;
  }

  .lg\:pr-80p{
    padding-right: 80%;
  }

  .lg\:pb-80p{
    padding-bottom: 80%;
  }

  .lg\:pl-80p{
    padding-left: 80%;
  }

  .lg\:pt-90p{
    padding-top: 90%;
  }

  .lg\:pr-90p{
    padding-right: 90%;
  }

  .lg\:pb-90p{
    padding-bottom: 90%;
  }

  .lg\:pl-90p{
    padding-left: 90%;
  }

  .lg\:pt-95p{
    padding-top: 95%;
  }

  .lg\:pr-95p{
    padding-right: 95%;
  }

  .lg\:pb-95p{
    padding-bottom: 95%;
  }

  .lg\:pl-95p{
    padding-left: 95%;
  }

  .lg\:pt-100p{
    padding-top: 100%;
  }

  .lg\:pr-100p{
    padding-right: 100%;
  }

  .lg\:pb-100p{
    padding-bottom: 100%;
  }

  .lg\:pl-100p{
    padding-left: 100%;
  }

  .lg\:pt-110p{
    padding-top: 110%;
  }

  .lg\:pr-110p{
    padding-right: 110%;
  }

  .lg\:pb-110p{
    padding-bottom: 110%;
  }

  .lg\:pl-110p{
    padding-left: 110%;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .lg\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .lg\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .lg\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .lg\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .lg\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .lg\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .lg\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .lg\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .lg\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .lg\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .lg\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .lg\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .lg\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .lg\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .lg\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .lg\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .lg\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .lg\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .lg\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .lg\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .lg\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .lg\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .lg\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .lg\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .lg\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .lg\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .lg\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .lg\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .lg\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .lg\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .lg\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .lg\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .lg\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .lg\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .lg\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .lg\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .lg\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .lg\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .lg\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .lg\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .lg\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .lg\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .lg\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .lg\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .lg\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .lg\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .lg\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .lg\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .lg\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .lg\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .lg\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .lg\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .lg\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .lg\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .lg\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .lg\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .lg\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .lg\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .lg\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .lg\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .lg\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .lg\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .lg\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .lg\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .lg\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .lg\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .lg\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .lg\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .lg\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .lg\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .lg\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .lg\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .lg\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .lg\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .lg\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .lg\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .lg\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .lg\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .lg\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .lg\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .lg\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .lg\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .lg\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .lg\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .lg\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .lg\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .lg\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .lg\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .lg\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .lg\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .lg\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .lg\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .lg\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .lg\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .lg\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .lg\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .lg\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .lg\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .lg\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .lg\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .lg\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .lg\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .lg\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .lg\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .lg\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .lg\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .lg\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .lg\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .lg\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .lg\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .lg\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .lg\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .lg\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .lg\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .lg\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .lg\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .lg\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .lg\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .lg\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .lg\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .lg\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .lg\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .lg\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .lg\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .lg\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .lg\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .lg\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .lg\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .lg\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .lg\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .lg\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .lg\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .lg\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .lg\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .lg\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .lg\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .lg\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .lg\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .lg\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .lg\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .lg\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .lg\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .lg\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .lg\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .lg\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .lg\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .lg\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .lg\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .lg\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .lg\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .lg\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .lg\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .lg\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .lg\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .lg\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .lg\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .lg\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .lg\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .lg\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .lg\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .lg\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .lg\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .lg\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .lg\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .lg\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .lg\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .lg\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .lg\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .lg\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .lg\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .lg\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .lg\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .lg\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .lg\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .lg\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .lg\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .lg\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .lg\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .lg\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .lg\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .lg\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .lg\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .lg\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .lg\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .lg\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .lg\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .lg\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .lg\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .lg\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .lg\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .lg\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .lg\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .lg\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .lg\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .lg\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .lg\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .lg\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .lg\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .lg\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .lg\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .lg\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .lg\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .lg\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .lg\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .lg\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .lg\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .lg\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .lg\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .lg\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .lg\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .lg\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .lg\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .lg\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .lg\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .lg\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .lg\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .lg\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .lg\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .lg\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .lg\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .lg\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .lg\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .lg\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .lg\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .lg\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .lg\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .lg\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .lg\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .lg\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .lg\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .lg\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .lg\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .lg\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .lg\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .lg\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .lg\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .lg\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .lg\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .lg\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .lg\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .lg\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .lg\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .lg\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .lg\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .lg\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .lg\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .lg\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .lg\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .lg\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .lg\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .lg\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .lg\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .lg\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .lg\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .lg\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .lg\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .lg\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .lg\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .lg\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .lg\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .lg\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .lg\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .lg\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .lg\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .lg\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .lg\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .lg\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .lg\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .lg\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .lg\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .lg\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .lg\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .lg\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .lg\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .lg\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .lg\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .lg\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .lg\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .lg\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .lg\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .lg\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .lg\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .lg\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .lg\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .lg\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .lg\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .lg\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .lg\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .lg\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .lg\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .lg\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .lg\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .lg\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .lg\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .lg\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .lg\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .lg\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .lg\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .lg\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .lg\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .lg\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .lg\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .lg\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .lg\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .lg\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .lg\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .lg\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .lg\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .lg\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .lg\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .lg\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .lg\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .lg\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .lg\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .lg\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .lg\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .lg\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .lg\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .lg\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .lg\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .lg\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .lg\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .lg\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .lg\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .lg\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .lg\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .lg\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .lg\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .lg\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .lg\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .lg\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .lg\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .lg\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .lg\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .lg\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .lg\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .lg\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .lg\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .lg\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .lg\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .lg\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .lg\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .lg\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .lg\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .lg\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .lg\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .lg\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .lg\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .lg\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .lg\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .lg\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .lg\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .lg\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .lg\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .lg\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .lg\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .lg\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .lg\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .lg\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .lg\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .lg\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .lg\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .lg\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .lg\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .lg\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .lg\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .lg\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .lg\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .lg\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .lg\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .lg\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .lg\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .lg\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .lg\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .lg\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .lg\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .lg\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .lg\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .lg\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .lg\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .lg\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .lg\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .lg\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .lg\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .lg\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .lg\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .lg\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .lg\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .lg\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .lg\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .lg\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .lg\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .lg\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .lg\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .lg\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .lg\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .lg\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .lg\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .lg\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .lg\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .lg\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .lg\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .lg\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .lg\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .lg\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .lg\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .lg\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .lg\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .lg\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .lg\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .lg\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .lg\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .lg\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .lg\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .lg\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .lg\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .lg\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .lg\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .lg\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .lg\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .lg\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .lg\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .lg\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .lg\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .lg\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .lg\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .lg\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .lg\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .lg\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .lg\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .lg\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .lg\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .lg\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .lg\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .lg\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .lg\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:top-2{
    top: 2px;
  }

  .lg\:right-2{
    right: 2px;
  }

  .lg\:bottom-2{
    bottom: 2px;
  }

  .lg\:left-2{
    left: 2px;
  }

  .lg\:top-4{
    top: 4px;
  }

  .lg\:right-4{
    right: 4px;
  }

  .lg\:bottom-4{
    bottom: 4px;
  }

  .lg\:left-4{
    left: 4px;
  }

  .lg\:top-5{
    top: 5px;
  }

  .lg\:right-5{
    right: 5px;
  }

  .lg\:bottom-5{
    bottom: 5px;
  }

  .lg\:left-5{
    left: 5px;
  }

  .lg\:top-7{
    top: 7px;
  }

  .lg\:right-7{
    right: 7px;
  }

  .lg\:bottom-7{
    bottom: 7px;
  }

  .lg\:left-7{
    left: 7px;
  }

  .lg\:top-8{
    top: 8px;
  }

  .lg\:right-8{
    right: 8px;
  }

  .lg\:bottom-8{
    bottom: 8px;
  }

  .lg\:left-8{
    left: 8px;
  }

  .lg\:top-10{
    top: 10px;
  }

  .lg\:right-10{
    right: 10px;
  }

  .lg\:bottom-10{
    bottom: 10px;
  }

  .lg\:left-10{
    left: 10px;
  }

  .lg\:top-11{
    top: 11px;
  }

  .lg\:right-11{
    right: 11px;
  }

  .lg\:bottom-11{
    bottom: 11px;
  }

  .lg\:left-11{
    left: 11px;
  }

  .lg\:top-12{
    top: 12px;
  }

  .lg\:right-12{
    right: 12px;
  }

  .lg\:bottom-12{
    bottom: 12px;
  }

  .lg\:left-12{
    left: 12px;
  }

  .lg\:top-13{
    top: 13px;
  }

  .lg\:right-13{
    right: 13px;
  }

  .lg\:bottom-13{
    bottom: 13px;
  }

  .lg\:left-13{
    left: 13px;
  }

  .lg\:top-15{
    top: 15px;
  }

  .lg\:right-15{
    right: 15px;
  }

  .lg\:bottom-15{
    bottom: 15px;
  }

  .lg\:left-15{
    left: 15px;
  }

  .lg\:top-16{
    top: 16px;
  }

  .lg\:right-16{
    right: 16px;
  }

  .lg\:bottom-16{
    bottom: 16px;
  }

  .lg\:left-16{
    left: 16px;
  }

  .lg\:top-18{
    top: 18px;
  }

  .lg\:right-18{
    right: 18px;
  }

  .lg\:bottom-18{
    bottom: 18px;
  }

  .lg\:left-18{
    left: 18px;
  }

  .lg\:top-20{
    top: 20px;
  }

  .lg\:right-20{
    right: 20px;
  }

  .lg\:bottom-20{
    bottom: 20px;
  }

  .lg\:left-20{
    left: 20px;
  }

  .lg\:top-24{
    top: 24px;
  }

  .lg\:right-24{
    right: 24px;
  }

  .lg\:bottom-24{
    bottom: 24px;
  }

  .lg\:left-24{
    left: 24px;
  }

  .lg\:top-28{
    top: 28px;
  }

  .lg\:right-28{
    right: 28px;
  }

  .lg\:bottom-28{
    bottom: 28px;
  }

  .lg\:left-28{
    left: 28px;
  }

  .lg\:top-29{
    top: 29px;
  }

  .lg\:right-29{
    right: 29px;
  }

  .lg\:bottom-29{
    bottom: 29px;
  }

  .lg\:left-29{
    left: 29px;
  }

  .lg\:top-30{
    top: 30px;
  }

  .lg\:right-30{
    right: 30px;
  }

  .lg\:bottom-30{
    bottom: 30px;
  }

  .lg\:left-30{
    left: 30px;
  }

  .lg\:top-32{
    top: 32px;
  }

  .lg\:right-32{
    right: 32px;
  }

  .lg\:bottom-32{
    bottom: 32px;
  }

  .lg\:left-32{
    left: 32px;
  }

  .lg\:top-34{
    top: 34px;
  }

  .lg\:right-34{
    right: 34px;
  }

  .lg\:bottom-34{
    bottom: 34px;
  }

  .lg\:left-34{
    left: 34px;
  }

  .lg\:top-36{
    top: 36px;
  }

  .lg\:right-36{
    right: 36px;
  }

  .lg\:bottom-36{
    bottom: 36px;
  }

  .lg\:left-36{
    left: 36px;
  }

  .lg\:top-40{
    top: 40px;
  }

  .lg\:right-40{
    right: 40px;
  }

  .lg\:bottom-40{
    bottom: 40px;
  }

  .lg\:left-40{
    left: 40px;
  }

  .lg\:top-48{
    top: 48px;
  }

  .lg\:right-48{
    right: 48px;
  }

  .lg\:bottom-48{
    bottom: 48px;
  }

  .lg\:left-48{
    left: 48px;
  }

  .lg\:top-50{
    top: 50px;
  }

  .lg\:right-50{
    right: 50px;
  }

  .lg\:bottom-50{
    bottom: 50px;
  }

  .lg\:left-50{
    left: 50px;
  }

  .lg\:top-56{
    top: 56px;
  }

  .lg\:right-56{
    right: 56px;
  }

  .lg\:bottom-56{
    bottom: 56px;
  }

  .lg\:left-56{
    left: 56px;
  }

  .lg\:top-60{
    top: 60px;
  }

  .lg\:right-60{
    right: 60px;
  }

  .lg\:bottom-60{
    bottom: 60px;
  }

  .lg\:left-60{
    left: 60px;
  }

  .lg\:top-64{
    top: 64px;
  }

  .lg\:right-64{
    right: 64px;
  }

  .lg\:bottom-64{
    bottom: 64px;
  }

  .lg\:left-64{
    left: 64px;
  }

  .lg\:top-70{
    top: 70px;
  }

  .lg\:right-70{
    right: 70px;
  }

  .lg\:bottom-70{
    bottom: 70px;
  }

  .lg\:left-70{
    left: 70px;
  }

  .lg\:top-72{
    top: 72px;
  }

  .lg\:right-72{
    right: 72px;
  }

  .lg\:bottom-72{
    bottom: 72px;
  }

  .lg\:left-72{
    left: 72px;
  }

  .lg\:top-80{
    top: 80px;
  }

  .lg\:right-80{
    right: 80px;
  }

  .lg\:bottom-80{
    bottom: 80px;
  }

  .lg\:left-80{
    left: 80px;
  }

  .lg\:top-88{
    top: 88px;
  }

  .lg\:right-88{
    right: 88px;
  }

  .lg\:bottom-88{
    bottom: 88px;
  }

  .lg\:left-88{
    left: 88px;
  }

  .lg\:top-90{
    top: 90px;
  }

  .lg\:right-90{
    right: 90px;
  }

  .lg\:bottom-90{
    bottom: 90px;
  }

  .lg\:left-90{
    left: 90px;
  }

  .lg\:top-96{
    top: 96px;
  }

  .lg\:right-96{
    right: 96px;
  }

  .lg\:bottom-96{
    bottom: 96px;
  }

  .lg\:left-96{
    left: 96px;
  }

  .lg\:top-100{
    top: 100px;
  }

  .lg\:right-100{
    right: 100px;
  }

  .lg\:bottom-100{
    bottom: 100px;
  }

  .lg\:left-100{
    left: 100px;
  }

  .lg\:top-112{
    top: 112px;
  }

  .lg\:right-112{
    right: 112px;
  }

  .lg\:bottom-112{
    bottom: 112px;
  }

  .lg\:left-112{
    left: 112px;
  }

  .lg\:top-128{
    top: 128px;
  }

  .lg\:right-128{
    right: 128px;
  }

  .lg\:bottom-128{
    bottom: 128px;
  }

  .lg\:left-128{
    left: 128px;
  }

  .lg\:top-135{
    top: 135px;
  }

  .lg\:right-135{
    right: 135px;
  }

  .lg\:bottom-135{
    bottom: 135px;
  }

  .lg\:left-135{
    left: 135px;
  }

  .lg\:top-145{
    top: 145px;
  }

  .lg\:right-145{
    right: 145px;
  }

  .lg\:bottom-145{
    bottom: 145px;
  }

  .lg\:left-145{
    left: 145px;
  }

  .lg\:top-155{
    top: 155px;
  }

  .lg\:right-155{
    right: 155px;
  }

  .lg\:bottom-155{
    bottom: 155px;
  }

  .lg\:left-155{
    left: 155px;
  }

  .lg\:top-160{
    top: 160px;
  }

  .lg\:right-160{
    right: 160px;
  }

  .lg\:bottom-160{
    bottom: 160px;
  }

  .lg\:left-160{
    left: 160px;
  }

  .lg\:top-192{
    top: 192px;
  }

  .lg\:right-192{
    right: 192px;
  }

  .lg\:bottom-192{
    bottom: 192px;
  }

  .lg\:left-192{
    left: 192px;
  }

  .lg\:top-200{
    top: 200px;
  }

  .lg\:right-200{
    right: 200px;
  }

  .lg\:bottom-200{
    bottom: 200px;
  }

  .lg\:left-200{
    left: 200px;
  }

  .lg\:top-224{
    top: 224px;
  }

  .lg\:right-224{
    right: 224px;
  }

  .lg\:bottom-224{
    bottom: 224px;
  }

  .lg\:left-224{
    left: 224px;
  }

  .lg\:top-227{
    top: 227px;
  }

  .lg\:right-227{
    right: 227px;
  }

  .lg\:bottom-227{
    bottom: 227px;
  }

  .lg\:left-227{
    left: 227px;
  }

  .lg\:top-250{
    top: 250px;
  }

  .lg\:right-250{
    right: 250px;
  }

  .lg\:bottom-250{
    bottom: 250px;
  }

  .lg\:left-250{
    left: 250px;
  }

  .lg\:top-256{
    top: 256px;
  }

  .lg\:right-256{
    right: 256px;
  }

  .lg\:bottom-256{
    bottom: 256px;
  }

  .lg\:left-256{
    left: 256px;
  }

  .lg\:top-270{
    top: 270px;
  }

  .lg\:right-270{
    right: 270px;
  }

  .lg\:bottom-270{
    bottom: 270px;
  }

  .lg\:left-270{
    left: 270px;
  }

  .lg\:top-288{
    top: 288px;
  }

  .lg\:right-288{
    right: 288px;
  }

  .lg\:bottom-288{
    bottom: 288px;
  }

  .lg\:left-288{
    left: 288px;
  }

  .lg\:top-304{
    top: 304px;
  }

  .lg\:right-304{
    right: 304px;
  }

  .lg\:bottom-304{
    bottom: 304px;
  }

  .lg\:left-304{
    left: 304px;
  }

  .lg\:top-314{
    top: 314px;
  }

  .lg\:right-314{
    right: 314px;
  }

  .lg\:bottom-314{
    bottom: 314px;
  }

  .lg\:left-314{
    left: 314px;
  }

  .lg\:top-320{
    top: 320px;
  }

  .lg\:right-320{
    right: 320px;
  }

  .lg\:bottom-320{
    bottom: 320px;
  }

  .lg\:left-320{
    left: 320px;
  }

  .lg\:top-352{
    top: 352px;
  }

  .lg\:right-352{
    right: 352px;
  }

  .lg\:bottom-352{
    bottom: 352px;
  }

  .lg\:left-352{
    left: 352px;
  }

  .lg\:top-384{
    top: 384px;
  }

  .lg\:right-384{
    right: 384px;
  }

  .lg\:bottom-384{
    bottom: 384px;
  }

  .lg\:left-384{
    left: 384px;
  }

  .lg\:top-416{
    top: 416px;
  }

  .lg\:right-416{
    right: 416px;
  }

  .lg\:bottom-416{
    bottom: 416px;
  }

  .lg\:left-416{
    left: 416px;
  }

  .lg\:top-448{
    top: 448px;
  }

  .lg\:right-448{
    right: 448px;
  }

  .lg\:bottom-448{
    bottom: 448px;
  }

  .lg\:left-448{
    left: 448px;
  }

  .lg\:top-480{
    top: 480px;
  }

  .lg\:right-480{
    right: 480px;
  }

  .lg\:bottom-480{
    bottom: 480px;
  }

  .lg\:left-480{
    left: 480px;
  }

  .lg\:top-512{
    top: 512px;
  }

  .lg\:right-512{
    right: 512px;
  }

  .lg\:bottom-512{
    bottom: 512px;
  }

  .lg\:left-512{
    left: 512px;
  }

  .lg\:top-576{
    top: 576px;
  }

  .lg\:right-576{
    right: 576px;
  }

  .lg\:bottom-576{
    bottom: 576px;
  }

  .lg\:left-576{
    left: 576px;
  }

  .lg\:top-612{
    top: 612px;
  }

  .lg\:right-612{
    right: 612px;
  }

  .lg\:bottom-612{
    bottom: 612px;
  }

  .lg\:left-612{
    left: 612px;
  }

  .lg\:top-640{
    top: 640px;
  }

  .lg\:right-640{
    right: 640px;
  }

  .lg\:bottom-640{
    bottom: 640px;
  }

  .lg\:left-640{
    left: 640px;
  }

  .lg\:top-768{
    top: 768px;
  }

  .lg\:right-768{
    right: 768px;
  }

  .lg\:bottom-768{
    bottom: 768px;
  }

  .lg\:left-768{
    left: 768px;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:-top-200{
    top: -200px;
  }

  .lg\:-right-200{
    right: -200px;
  }

  .lg\:-bottom-200{
    bottom: -200px;
  }

  .lg\:-left-200{
    left: -200px;
  }

  .lg\:-top-170{
    top: -170px;
  }

  .lg\:-right-170{
    right: -170px;
  }

  .lg\:-bottom-170{
    bottom: -170px;
  }

  .lg\:-left-170{
    left: -170px;
  }

  .lg\:-top-120{
    top: -120px;
  }

  .lg\:-right-120{
    right: -120px;
  }

  .lg\:-bottom-120{
    bottom: -120px;
  }

  .lg\:-left-120{
    left: -120px;
  }

  .lg\:-top-100{
    top: -100px;
  }

  .lg\:-right-100{
    right: -100px;
  }

  .lg\:-bottom-100{
    bottom: -100px;
  }

  .lg\:-left-100{
    left: -100px;
  }

  .lg\:-top-50{
    top: -50px;
  }

  .lg\:-right-50{
    right: -50px;
  }

  .lg\:-bottom-50{
    bottom: -50px;
  }

  .lg\:-left-50{
    left: -50px;
  }

  .lg\:-top-45{
    top: -45px;
  }

  .lg\:-right-45{
    right: -45px;
  }

  .lg\:-bottom-45{
    bottom: -45px;
  }

  .lg\:-left-45{
    left: -45px;
  }

  .lg\:-top-3{
    top: -3px;
  }

  .lg\:-right-3{
    right: -3px;
  }

  .lg\:-bottom-3{
    bottom: -3px;
  }

  .lg\:-left-3{
    left: -3px;
  }

  .lg\:top-px{
    top: 1px;
  }

  .lg\:right-px{
    right: 1px;
  }

  .lg\:bottom-px{
    bottom: 1px;
  }

  .lg\:left-px{
    left: 1px;
  }

  .lg\:top-20p{
    top: 20%;
  }

  .lg\:right-20p{
    right: 20%;
  }

  .lg\:bottom-20p{
    bottom: 20%;
  }

  .lg\:left-20p{
    left: 20%;
  }

  .lg\:top-40p{
    top: 40%;
  }

  .lg\:right-40p{
    right: 40%;
  }

  .lg\:bottom-40p{
    bottom: 40%;
  }

  .lg\:left-40p{
    left: 40%;
  }

  .lg\:top-49p{
    top: 49%;
  }

  .lg\:right-49p{
    right: 49%;
  }

  .lg\:bottom-49p{
    bottom: 49%;
  }

  .lg\:left-49p{
    left: 49%;
  }

  .lg\:top-52p{
    top: 52%;
  }

  .lg\:right-52p{
    right: 52%;
  }

  .lg\:bottom-52p{
    bottom: 52%;
  }

  .lg\:left-52p{
    left: 52%;
  }

  .lg\:top-53\.5p{
    top: 53.5%;
  }

  .lg\:right-53\.5p{
    right: 53.5%;
  }

  .lg\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .lg\:left-53\.5p{
    left: 53.5%;
  }

  .lg\:top-60p{
    top: 60%;
  }

  .lg\:right-60p{
    right: 60%;
  }

  .lg\:bottom-60p{
    bottom: 60%;
  }

  .lg\:left-60p{
    left: 60%;
  }

  .lg\:top-71\.5p{
    top: 71.5%;
  }

  .lg\:right-71\.5p{
    right: 71.5%;
  }

  .lg\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .lg\:left-71\.5p{
    left: 71.5%;
  }

  .lg\:top-80p{
    top: 80%;
  }

  .lg\:right-80p{
    right: 80%;
  }

  .lg\:bottom-80p{
    bottom: 80%;
  }

  .lg\:left-80p{
    left: 80%;
  }

  .lg\:top-90p{
    top: 90%;
  }

  .lg\:right-90p{
    right: 90%;
  }

  .lg\:bottom-90p{
    bottom: 90%;
  }

  .lg\:left-90p{
    left: 90%;
  }

  .lg\:top-95p{
    top: 95%;
  }

  .lg\:right-95p{
    right: 95%;
  }

  .lg\:bottom-95p{
    bottom: 95%;
  }

  .lg\:left-95p{
    left: 95%;
  }

  .lg\:top-100p{
    top: 100%;
  }

  .lg\:right-100p{
    right: 100%;
  }

  .lg\:bottom-100p{
    bottom: 100%;
  }

  .lg\:left-100p{
    left: 100%;
  }

  .lg\:top-110p{
    top: 110%;
  }

  .lg\:right-110p{
    right: 110%;
  }

  .lg\:bottom-110p{
    bottom: 110%;
  }

  .lg\:left-110p{
    left: 110%;
  }

  .lg\:-top-0{
    top: 0px;
  }

  .lg\:-right-0{
    right: 0px;
  }

  .lg\:-bottom-0{
    bottom: 0px;
  }

  .lg\:-left-0{
    left: 0px;
  }

  .lg\:-top-2{
    top: -2px;
  }

  .lg\:-right-2{
    right: -2px;
  }

  .lg\:-bottom-2{
    bottom: -2px;
  }

  .lg\:-left-2{
    left: -2px;
  }

  .lg\:-top-4{
    top: -4px;
  }

  .lg\:-right-4{
    right: -4px;
  }

  .lg\:-bottom-4{
    bottom: -4px;
  }

  .lg\:-left-4{
    left: -4px;
  }

  .lg\:-top-5{
    top: -5px;
  }

  .lg\:-right-5{
    right: -5px;
  }

  .lg\:-bottom-5{
    bottom: -5px;
  }

  .lg\:-left-5{
    left: -5px;
  }

  .lg\:-top-7{
    top: -7px;
  }

  .lg\:-right-7{
    right: -7px;
  }

  .lg\:-bottom-7{
    bottom: -7px;
  }

  .lg\:-left-7{
    left: -7px;
  }

  .lg\:-top-8{
    top: -8px;
  }

  .lg\:-right-8{
    right: -8px;
  }

  .lg\:-bottom-8{
    bottom: -8px;
  }

  .lg\:-left-8{
    left: -8px;
  }

  .lg\:-top-10{
    top: -10px;
  }

  .lg\:-right-10{
    right: -10px;
  }

  .lg\:-bottom-10{
    bottom: -10px;
  }

  .lg\:-left-10{
    left: -10px;
  }

  .lg\:-top-11{
    top: -11px;
  }

  .lg\:-right-11{
    right: -11px;
  }

  .lg\:-bottom-11{
    bottom: -11px;
  }

  .lg\:-left-11{
    left: -11px;
  }

  .lg\:-top-12{
    top: -12px;
  }

  .lg\:-right-12{
    right: -12px;
  }

  .lg\:-bottom-12{
    bottom: -12px;
  }

  .lg\:-left-12{
    left: -12px;
  }

  .lg\:-top-13{
    top: -13px;
  }

  .lg\:-right-13{
    right: -13px;
  }

  .lg\:-bottom-13{
    bottom: -13px;
  }

  .lg\:-left-13{
    left: -13px;
  }

  .lg\:-top-15{
    top: -15px;
  }

  .lg\:-right-15{
    right: -15px;
  }

  .lg\:-bottom-15{
    bottom: -15px;
  }

  .lg\:-left-15{
    left: -15px;
  }

  .lg\:-top-16{
    top: -16px;
  }

  .lg\:-right-16{
    right: -16px;
  }

  .lg\:-bottom-16{
    bottom: -16px;
  }

  .lg\:-left-16{
    left: -16px;
  }

  .lg\:-top-18{
    top: -18px;
  }

  .lg\:-right-18{
    right: -18px;
  }

  .lg\:-bottom-18{
    bottom: -18px;
  }

  .lg\:-left-18{
    left: -18px;
  }

  .lg\:-top-20{
    top: -20px;
  }

  .lg\:-right-20{
    right: -20px;
  }

  .lg\:-bottom-20{
    bottom: -20px;
  }

  .lg\:-left-20{
    left: -20px;
  }

  .lg\:-top-24{
    top: -24px;
  }

  .lg\:-right-24{
    right: -24px;
  }

  .lg\:-bottom-24{
    bottom: -24px;
  }

  .lg\:-left-24{
    left: -24px;
  }

  .lg\:-top-28{
    top: -28px;
  }

  .lg\:-right-28{
    right: -28px;
  }

  .lg\:-bottom-28{
    bottom: -28px;
  }

  .lg\:-left-28{
    left: -28px;
  }

  .lg\:-top-29{
    top: -29px;
  }

  .lg\:-right-29{
    right: -29px;
  }

  .lg\:-bottom-29{
    bottom: -29px;
  }

  .lg\:-left-29{
    left: -29px;
  }

  .lg\:-top-30{
    top: -30px;
  }

  .lg\:-right-30{
    right: -30px;
  }

  .lg\:-bottom-30{
    bottom: -30px;
  }

  .lg\:-left-30{
    left: -30px;
  }

  .lg\:-top-32{
    top: -32px;
  }

  .lg\:-right-32{
    right: -32px;
  }

  .lg\:-bottom-32{
    bottom: -32px;
  }

  .lg\:-left-32{
    left: -32px;
  }

  .lg\:-top-34{
    top: -34px;
  }

  .lg\:-right-34{
    right: -34px;
  }

  .lg\:-bottom-34{
    bottom: -34px;
  }

  .lg\:-left-34{
    left: -34px;
  }

  .lg\:-top-36{
    top: -36px;
  }

  .lg\:-right-36{
    right: -36px;
  }

  .lg\:-bottom-36{
    bottom: -36px;
  }

  .lg\:-left-36{
    left: -36px;
  }

  .lg\:-top-40{
    top: -40px;
  }

  .lg\:-right-40{
    right: -40px;
  }

  .lg\:-bottom-40{
    bottom: -40px;
  }

  .lg\:-left-40{
    left: -40px;
  }

  .lg\:-top-48{
    top: -48px;
  }

  .lg\:-right-48{
    right: -48px;
  }

  .lg\:-bottom-48{
    bottom: -48px;
  }

  .lg\:-left-48{
    left: -48px;
  }

  .lg\:-top-56{
    top: -56px;
  }

  .lg\:-right-56{
    right: -56px;
  }

  .lg\:-bottom-56{
    bottom: -56px;
  }

  .lg\:-left-56{
    left: -56px;
  }

  .lg\:-top-60{
    top: -60px;
  }

  .lg\:-right-60{
    right: -60px;
  }

  .lg\:-bottom-60{
    bottom: -60px;
  }

  .lg\:-left-60{
    left: -60px;
  }

  .lg\:-top-64{
    top: -64px;
  }

  .lg\:-right-64{
    right: -64px;
  }

  .lg\:-bottom-64{
    bottom: -64px;
  }

  .lg\:-left-64{
    left: -64px;
  }

  .lg\:-top-70{
    top: -70px;
  }

  .lg\:-right-70{
    right: -70px;
  }

  .lg\:-bottom-70{
    bottom: -70px;
  }

  .lg\:-left-70{
    left: -70px;
  }

  .lg\:-top-72{
    top: -72px;
  }

  .lg\:-right-72{
    right: -72px;
  }

  .lg\:-bottom-72{
    bottom: -72px;
  }

  .lg\:-left-72{
    left: -72px;
  }

  .lg\:-top-80{
    top: -80px;
  }

  .lg\:-right-80{
    right: -80px;
  }

  .lg\:-bottom-80{
    bottom: -80px;
  }

  .lg\:-left-80{
    left: -80px;
  }

  .lg\:-top-88{
    top: -88px;
  }

  .lg\:-right-88{
    right: -88px;
  }

  .lg\:-bottom-88{
    bottom: -88px;
  }

  .lg\:-left-88{
    left: -88px;
  }

  .lg\:-top-90{
    top: -90px;
  }

  .lg\:-right-90{
    right: -90px;
  }

  .lg\:-bottom-90{
    bottom: -90px;
  }

  .lg\:-left-90{
    left: -90px;
  }

  .lg\:-top-96{
    top: -96px;
  }

  .lg\:-right-96{
    right: -96px;
  }

  .lg\:-bottom-96{
    bottom: -96px;
  }

  .lg\:-left-96{
    left: -96px;
  }

  .lg\:-top-112{
    top: -112px;
  }

  .lg\:-right-112{
    right: -112px;
  }

  .lg\:-bottom-112{
    bottom: -112px;
  }

  .lg\:-left-112{
    left: -112px;
  }

  .lg\:-top-128{
    top: -128px;
  }

  .lg\:-right-128{
    right: -128px;
  }

  .lg\:-bottom-128{
    bottom: -128px;
  }

  .lg\:-left-128{
    left: -128px;
  }

  .lg\:-top-135{
    top: -135px;
  }

  .lg\:-right-135{
    right: -135px;
  }

  .lg\:-bottom-135{
    bottom: -135px;
  }

  .lg\:-left-135{
    left: -135px;
  }

  .lg\:-top-145{
    top: -145px;
  }

  .lg\:-right-145{
    right: -145px;
  }

  .lg\:-bottom-145{
    bottom: -145px;
  }

  .lg\:-left-145{
    left: -145px;
  }

  .lg\:-top-155{
    top: -155px;
  }

  .lg\:-right-155{
    right: -155px;
  }

  .lg\:-bottom-155{
    bottom: -155px;
  }

  .lg\:-left-155{
    left: -155px;
  }

  .lg\:-top-160{
    top: -160px;
  }

  .lg\:-right-160{
    right: -160px;
  }

  .lg\:-bottom-160{
    bottom: -160px;
  }

  .lg\:-left-160{
    left: -160px;
  }

  .lg\:-top-192{
    top: -192px;
  }

  .lg\:-right-192{
    right: -192px;
  }

  .lg\:-bottom-192{
    bottom: -192px;
  }

  .lg\:-left-192{
    left: -192px;
  }

  .lg\:-top-224{
    top: -224px;
  }

  .lg\:-right-224{
    right: -224px;
  }

  .lg\:-bottom-224{
    bottom: -224px;
  }

  .lg\:-left-224{
    left: -224px;
  }

  .lg\:-top-227{
    top: -227px;
  }

  .lg\:-right-227{
    right: -227px;
  }

  .lg\:-bottom-227{
    bottom: -227px;
  }

  .lg\:-left-227{
    left: -227px;
  }

  .lg\:-top-250{
    top: -250px;
  }

  .lg\:-right-250{
    right: -250px;
  }

  .lg\:-bottom-250{
    bottom: -250px;
  }

  .lg\:-left-250{
    left: -250px;
  }

  .lg\:-top-256{
    top: -256px;
  }

  .lg\:-right-256{
    right: -256px;
  }

  .lg\:-bottom-256{
    bottom: -256px;
  }

  .lg\:-left-256{
    left: -256px;
  }

  .lg\:-top-270{
    top: -270px;
  }

  .lg\:-right-270{
    right: -270px;
  }

  .lg\:-bottom-270{
    bottom: -270px;
  }

  .lg\:-left-270{
    left: -270px;
  }

  .lg\:-top-288{
    top: -288px;
  }

  .lg\:-right-288{
    right: -288px;
  }

  .lg\:-bottom-288{
    bottom: -288px;
  }

  .lg\:-left-288{
    left: -288px;
  }

  .lg\:-top-304{
    top: -304px;
  }

  .lg\:-right-304{
    right: -304px;
  }

  .lg\:-bottom-304{
    bottom: -304px;
  }

  .lg\:-left-304{
    left: -304px;
  }

  .lg\:-top-314{
    top: -314px;
  }

  .lg\:-right-314{
    right: -314px;
  }

  .lg\:-bottom-314{
    bottom: -314px;
  }

  .lg\:-left-314{
    left: -314px;
  }

  .lg\:-top-320{
    top: -320px;
  }

  .lg\:-right-320{
    right: -320px;
  }

  .lg\:-bottom-320{
    bottom: -320px;
  }

  .lg\:-left-320{
    left: -320px;
  }

  .lg\:-top-352{
    top: -352px;
  }

  .lg\:-right-352{
    right: -352px;
  }

  .lg\:-bottom-352{
    bottom: -352px;
  }

  .lg\:-left-352{
    left: -352px;
  }

  .lg\:-top-384{
    top: -384px;
  }

  .lg\:-right-384{
    right: -384px;
  }

  .lg\:-bottom-384{
    bottom: -384px;
  }

  .lg\:-left-384{
    left: -384px;
  }

  .lg\:-top-416{
    top: -416px;
  }

  .lg\:-right-416{
    right: -416px;
  }

  .lg\:-bottom-416{
    bottom: -416px;
  }

  .lg\:-left-416{
    left: -416px;
  }

  .lg\:-top-448{
    top: -448px;
  }

  .lg\:-right-448{
    right: -448px;
  }

  .lg\:-bottom-448{
    bottom: -448px;
  }

  .lg\:-left-448{
    left: -448px;
  }

  .lg\:-top-480{
    top: -480px;
  }

  .lg\:-right-480{
    right: -480px;
  }

  .lg\:-bottom-480{
    bottom: -480px;
  }

  .lg\:-left-480{
    left: -480px;
  }

  .lg\:-top-512{
    top: -512px;
  }

  .lg\:-right-512{
    right: -512px;
  }

  .lg\:-bottom-512{
    bottom: -512px;
  }

  .lg\:-left-512{
    left: -512px;
  }

  .lg\:-top-576{
    top: -576px;
  }

  .lg\:-right-576{
    right: -576px;
  }

  .lg\:-bottom-576{
    bottom: -576px;
  }

  .lg\:-left-576{
    left: -576px;
  }

  .lg\:-top-612{
    top: -612px;
  }

  .lg\:-right-612{
    right: -612px;
  }

  .lg\:-bottom-612{
    bottom: -612px;
  }

  .lg\:-left-612{
    left: -612px;
  }

  .lg\:-top-640{
    top: -640px;
  }

  .lg\:-right-640{
    right: -640px;
  }

  .lg\:-bottom-640{
    bottom: -640px;
  }

  .lg\:-left-640{
    left: -640px;
  }

  .lg\:-top-768{
    top: -768px;
  }

  .lg\:-right-768{
    right: -768px;
  }

  .lg\:-bottom-768{
    bottom: -768px;
  }

  .lg\:-left-768{
    left: -768px;
  }

  .lg\:-top--200{
    top: 200px;
  }

  .lg\:-right--200{
    right: 200px;
  }

  .lg\:-bottom--200{
    bottom: 200px;
  }

  .lg\:-left--200{
    left: 200px;
  }

  .lg\:-top--170{
    top: 170px;
  }

  .lg\:-right--170{
    right: 170px;
  }

  .lg\:-bottom--170{
    bottom: 170px;
  }

  .lg\:-left--170{
    left: 170px;
  }

  .lg\:-top--120{
    top: 120px;
  }

  .lg\:-right--120{
    right: 120px;
  }

  .lg\:-bottom--120{
    bottom: 120px;
  }

  .lg\:-left--120{
    left: 120px;
  }

  .lg\:-top--100{
    top: 100px;
  }

  .lg\:-right--100{
    right: 100px;
  }

  .lg\:-bottom--100{
    bottom: 100px;
  }

  .lg\:-left--100{
    left: 100px;
  }

  .lg\:-top--50{
    top: 50px;
  }

  .lg\:-right--50{
    right: 50px;
  }

  .lg\:-bottom--50{
    bottom: 50px;
  }

  .lg\:-left--50{
    left: 50px;
  }

  .lg\:-top--45{
    top: 45px;
  }

  .lg\:-right--45{
    right: 45px;
  }

  .lg\:-bottom--45{
    bottom: 45px;
  }

  .lg\:-left--45{
    left: 45px;
  }

  .lg\:-top--3{
    top: 3px;
  }

  .lg\:-right--3{
    right: 3px;
  }

  .lg\:-bottom--3{
    bottom: 3px;
  }

  .lg\:-left--3{
    left: 3px;
  }

  .lg\:-top-px{
    top: -1px;
  }

  .lg\:-right-px{
    right: -1px;
  }

  .lg\:-bottom-px{
    bottom: -1px;
  }

  .lg\:-left-px{
    left: -1px;
  }

  .lg\:-top-20p{
    top: -20%;
  }

  .lg\:-right-20p{
    right: -20%;
  }

  .lg\:-bottom-20p{
    bottom: -20%;
  }

  .lg\:-left-20p{
    left: -20%;
  }

  .lg\:-top-40p{
    top: -40%;
  }

  .lg\:-right-40p{
    right: -40%;
  }

  .lg\:-bottom-40p{
    bottom: -40%;
  }

  .lg\:-left-40p{
    left: -40%;
  }

  .lg\:-top-49p{
    top: -49%;
  }

  .lg\:-right-49p{
    right: -49%;
  }

  .lg\:-bottom-49p{
    bottom: -49%;
  }

  .lg\:-left-49p{
    left: -49%;
  }

  .lg\:-top-52p{
    top: -52%;
  }

  .lg\:-right-52p{
    right: -52%;
  }

  .lg\:-bottom-52p{
    bottom: -52%;
  }

  .lg\:-left-52p{
    left: -52%;
  }

  .lg\:-top-53\.5p{
    top: -53.5%;
  }

  .lg\:-right-53\.5p{
    right: -53.5%;
  }

  .lg\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .lg\:-left-53\.5p{
    left: -53.5%;
  }

  .lg\:-top-60p{
    top: -60%;
  }

  .lg\:-right-60p{
    right: -60%;
  }

  .lg\:-bottom-60p{
    bottom: -60%;
  }

  .lg\:-left-60p{
    left: -60%;
  }

  .lg\:-top-71\.5p{
    top: -71.5%;
  }

  .lg\:-right-71\.5p{
    right: -71.5%;
  }

  .lg\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .lg\:-left-71\.5p{
    left: -71.5%;
  }

  .lg\:-top-80p{
    top: -80%;
  }

  .lg\:-right-80p{
    right: -80%;
  }

  .lg\:-bottom-80p{
    bottom: -80%;
  }

  .lg\:-left-80p{
    left: -80%;
  }

  .lg\:-top-90p{
    top: -90%;
  }

  .lg\:-right-90p{
    right: -90%;
  }

  .lg\:-bottom-90p{
    bottom: -90%;
  }

  .lg\:-left-90p{
    left: -90%;
  }

  .lg\:-top-95p{
    top: -95%;
  }

  .lg\:-right-95p{
    right: -95%;
  }

  .lg\:-bottom-95p{
    bottom: -95%;
  }

  .lg\:-left-95p{
    left: -95%;
  }

  .lg\:-top-100p{
    top: -100%;
  }

  .lg\:-right-100p{
    right: -100%;
  }

  .lg\:-bottom-100p{
    bottom: -100%;
  }

  .lg\:-left-100p{
    left: -100%;
  }

  .lg\:-top-110p{
    top: -110%;
  }

  .lg\:-right-110p{
    right: -110%;
  }

  .lg\:-bottom-110p{
    bottom: -110%;
  }

  .lg\:-left-110p{
    left: -110%;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:right-1\/3{
    right: 33.333333%;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:left-1\/3{
    left: 33.333333%;
  }

  .lg\:top-2\/3{
    top: 66.666667%;
  }

  .lg\:right-2\/3{
    right: 66.666667%;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:left-2\/3{
    left: 66.666667%;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:right-1\/4{
    right: 25%;
  }

  .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:top-2\/4{
    top: 50%;
  }

  .lg\:right-2\/4{
    right: 50%;
  }

  .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .lg\:left-2\/4{
    left: 50%;
  }

  .lg\:top-3\/4{
    top: 75%;
  }

  .lg\:right-3\/4{
    right: 75%;
  }

  .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .lg\:left-3\/4{
    left: 75%;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:-top-1\/2{
    top: -50%;
  }

  .lg\:-right-1\/2{
    right: -50%;
  }

  .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .lg\:-left-1\/2{
    left: -50%;
  }

  .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .lg\:-top-1\/4{
    top: -25%;
  }

  .lg\:-right-1\/4{
    right: -25%;
  }

  .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .lg\:-left-1\/4{
    left: -25%;
  }

  .lg\:-top-2\/4{
    top: -50%;
  }

  .lg\:-right-2\/4{
    right: -50%;
  }

  .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .lg\:-left-2\/4{
    left: -50%;
  }

  .lg\:-top-3\/4{
    top: -75%;
  }

  .lg\:-right-3\/4{
    right: -75%;
  }

  .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .lg\:-left-3\/4{
    left: -75%;
  }

  .lg\:-top-full{
    top: -100%;
  }

  .lg\:-right-full{
    right: -100%;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:-left-full{
    left: -100%;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .lg\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .lg\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .lg\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .lg\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .lg\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .lg\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .lg\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .lg\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .lg\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .lg\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .lg\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .lg\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .lg\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .lg\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .lg\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .lg\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .lg\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .lg\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .lg\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .lg\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .lg\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .lg\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .lg\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .lg\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .lg\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .lg\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .lg\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .lg\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .lg\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .lg\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .lg\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .lg\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .lg\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .lg\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .lg\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .lg\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .lg\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .lg\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .lg\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .lg\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .lg\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .lg\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  .lg\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .lg\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .lg\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .lg\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .lg\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .lg\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .lg\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:fill-gold{
  }

  .lg\:fill-green{
  }

  .lg\:fill-fb{
    fill: #2c88ff;
  }

  .lg\:fill-twitter{
    fill: #53a7e6;
  }

  .lg\:fill-insta{
    fill: #d6316c;
  }

  .lg\:fill-youtube{
    fill: #ff0200;
  }

  .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-current{
    color: currentColor;
  }

  .lg\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .lg\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .lg\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .lg\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .lg\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .lg\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .lg\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .lg\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .lg\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .lg\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .lg\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .lg\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .lg\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .lg\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .lg\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .lg\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within{
    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{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            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;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-nowrap{
    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\:w-0{
    width: 0px;
  }

  .lg\:w-2{
    width: 2px;
  }

  .lg\:w-4{
    width: 4px;
  }

  .lg\:w-5{
    width: 5px;
  }

  .lg\:w-7{
    width: 7px;
  }

  .lg\:w-8{
    width: 8px;
  }

  .lg\:w-10{
    width: 10px;
  }

  .lg\:w-11{
    width: 11px;
  }

  .lg\:w-12{
    width: 12px;
  }

  .lg\:w-13{
    width: 13px;
  }

  .lg\:w-15{
    width: 15px;
  }

  .lg\:w-16{
    width: 16px;
  }

  .lg\:w-18{
    width: 18px;
  }

  .lg\:w-20{
    width: 20px;
  }

  .lg\:w-24{
    width: 24px;
  }

  .lg\:w-28{
    width: 28px;
  }

  .lg\:w-29{
    width: 29px;
  }

  .lg\:w-30{
    width: 30px;
  }

  .lg\:w-32{
    width: 32px;
  }

  .lg\:w-34{
    width: 34px;
  }

  .lg\:w-36{
    width: 36px;
  }

  .lg\:w-40{
    width: 40px;
  }

  .lg\:w-48{
    width: 48px;
  }

  .lg\:w-50{
    width: 50px;
  }

  .lg\:w-56{
    width: 56px;
  }

  .lg\:w-60{
    width: 60px;
  }

  .lg\:w-64{
    width: 64px;
  }

  .lg\:w-70{
    width: 70px;
  }

  .lg\:w-72{
    width: 72px;
  }

  .lg\:w-80{
    width: 80px;
  }

  .lg\:w-88{
    width: 88px;
  }

  .lg\:w-90{
    width: 90px;
  }

  .lg\:w-96{
    width: 96px;
  }

  .lg\:w-100{
    width: 100px;
  }

  .lg\:w-112{
    width: 112px;
  }

  .lg\:w-128{
    width: 128px;
  }

  .lg\:w-135{
    width: 135px;
  }

  .lg\:w-145{
    width: 145px;
  }

  .lg\:w-155{
    width: 155px;
  }

  .lg\:w-160{
    width: 160px;
  }

  .lg\:w-192{
    width: 192px;
  }

  .lg\:w-200{
    width: 200px;
  }

  .lg\:w-224{
    width: 224px;
  }

  .lg\:w-227{
    width: 227px;
  }

  .lg\:w-250{
    width: 250px;
  }

  .lg\:w-256{
    width: 256px;
  }

  .lg\:w-270{
    width: 270px;
  }

  .lg\:w-288{
    width: 288px;
  }

  .lg\:w-304{
    width: 304px;
  }

  .lg\:w-314{
    width: 314px;
  }

  .lg\:w-320{
    width: 320px;
  }

  .lg\:w-352{
    width: 352px;
  }

  .lg\:w-384{
    width: 384px;
  }

  .lg\:w-416{
    width: 416px;
  }

  .lg\:w-448{
    width: 448px;
  }

  .lg\:w-480{
    width: 480px;
  }

  .lg\:w-512{
    width: 512px;
  }

  .lg\:w-576{
    width: 576px;
  }

  .lg\:w-612{
    width: 612px;
  }

  .lg\:w-640{
    width: 640px;
  }

  .lg\:w-768{
    width: 768px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:-w-200{
    width: -200px;
  }

  .lg\:-w-170{
    width: -170px;
  }

  .lg\:-w-120{
    width: -120px;
  }

  .lg\:-w-100{
    width: -100px;
  }

  .lg\:-w-50{
    width: -50px;
  }

  .lg\:-w-45{
    width: -45px;
  }

  .lg\:-w-3{
    width: -3px;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-20p{
    width: 20%;
  }

  .lg\:w-40p{
    width: 40%;
  }

  .lg\:w-49p{
    width: 49%;
  }

  .lg\:w-52p{
    width: 52%;
  }

  .lg\:w-53\.5p{
    width: 53.5%;
  }

  .lg\:w-60p{
    width: 60%;
  }

  .lg\:w-71\.5p{
    width: 71.5%;
  }

  .lg\:w-80p{
    width: 80%;
  }

  .lg\:w-90p{
    width: 90%;
  }

  .lg\:w-95p{
    width: 95%;
  }

  .lg\:w-100p{
    width: 100%;
  }

  .lg\:w-110p{
    width: 110%;
  }

  .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\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-1{
    z-index: 1;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:-z-1{
    z-index: -1;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .lg\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .lg\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0;
  }

  .lg\:focus\:z-1:focus{
    z-index: 1;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto;
  }

  .lg\:focus\:-z-1:focus{
    z-index: -1;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-2{
    gap: 2px;
  }

  .lg\:gap-4{
    gap: 4px;
  }

  .lg\:gap-5{
    gap: 5px;
  }

  .lg\:gap-7{
    gap: 7px;
  }

  .lg\:gap-8{
    gap: 8px;
  }

  .lg\:gap-10{
    gap: 10px;
  }

  .lg\:gap-11{
    gap: 11px;
  }

  .lg\:gap-12{
    gap: 12px;
  }

  .lg\:gap-13{
    gap: 13px;
  }

  .lg\:gap-15{
    gap: 15px;
  }

  .lg\:gap-16{
    gap: 16px;
  }

  .lg\:gap-18{
    gap: 18px;
  }

  .lg\:gap-20{
    gap: 20px;
  }

  .lg\:gap-24{
    gap: 24px;
  }

  .lg\:gap-28{
    gap: 28px;
  }

  .lg\:gap-29{
    gap: 29px;
  }

  .lg\:gap-30{
    gap: 30px;
  }

  .lg\:gap-32{
    gap: 32px;
  }

  .lg\:gap-34{
    gap: 34px;
  }

  .lg\:gap-36{
    gap: 36px;
  }

  .lg\:gap-40{
    gap: 40px;
  }

  .lg\:gap-48{
    gap: 48px;
  }

  .lg\:gap-50{
    gap: 50px;
  }

  .lg\:gap-56{
    gap: 56px;
  }

  .lg\:gap-60{
    gap: 60px;
  }

  .lg\:gap-64{
    gap: 64px;
  }

  .lg\:gap-70{
    gap: 70px;
  }

  .lg\:gap-72{
    gap: 72px;
  }

  .lg\:gap-80{
    gap: 80px;
  }

  .lg\:gap-88{
    gap: 88px;
  }

  .lg\:gap-90{
    gap: 90px;
  }

  .lg\:gap-96{
    gap: 96px;
  }

  .lg\:gap-100{
    gap: 100px;
  }

  .lg\:gap-112{
    gap: 112px;
  }

  .lg\:gap-128{
    gap: 128px;
  }

  .lg\:gap-135{
    gap: 135px;
  }

  .lg\:gap-145{
    gap: 145px;
  }

  .lg\:gap-155{
    gap: 155px;
  }

  .lg\:gap-160{
    gap: 160px;
  }

  .lg\:gap-192{
    gap: 192px;
  }

  .lg\:gap-200{
    gap: 200px;
  }

  .lg\:gap-224{
    gap: 224px;
  }

  .lg\:gap-227{
    gap: 227px;
  }

  .lg\:gap-250{
    gap: 250px;
  }

  .lg\:gap-256{
    gap: 256px;
  }

  .lg\:gap-270{
    gap: 270px;
  }

  .lg\:gap-288{
    gap: 288px;
  }

  .lg\:gap-304{
    gap: 304px;
  }

  .lg\:gap-314{
    gap: 314px;
  }

  .lg\:gap-320{
    gap: 320px;
  }

  .lg\:gap-352{
    gap: 352px;
  }

  .lg\:gap-384{
    gap: 384px;
  }

  .lg\:gap-416{
    gap: 416px;
  }

  .lg\:gap-448{
    gap: 448px;
  }

  .lg\:gap-480{
    gap: 480px;
  }

  .lg\:gap-512{
    gap: 512px;
  }

  .lg\:gap-576{
    gap: 576px;
  }

  .lg\:gap-612{
    gap: 612px;
  }

  .lg\:gap-640{
    gap: 640px;
  }

  .lg\:gap-768{
    gap: 768px;
  }

  .lg\:-gap-200{
    gap: -200px;
  }

  .lg\:-gap-170{
    gap: -170px;
  }

  .lg\:-gap-120{
    gap: -120px;
  }

  .lg\:-gap-100{
    gap: -100px;
  }

  .lg\:-gap-50{
    gap: -50px;
  }

  .lg\:-gap-45{
    gap: -45px;
  }

  .lg\:-gap-3{
    gap: -3px;
  }

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-20p{
    gap: 20%;
  }

  .lg\:gap-40p{
    gap: 40%;
  }

  .lg\:gap-49p{
    gap: 49%;
  }

  .lg\:gap-52p{
    gap: 52%;
  }

  .lg\:gap-53\.5p{
    gap: 53.5%;
  }

  .lg\:gap-60p{
    gap: 60%;
  }

  .lg\:gap-71\.5p{
    gap: 71.5%;
  }

  .lg\:gap-80p{
    gap: 80%;
  }

  .lg\:gap-90p{
    gap: 90%;
  }

  .lg\:gap-95p{
    gap: 95%;
  }

  .lg\:gap-100p{
    gap: 100%;
  }

  .lg\:gap-110p{
    gap: 110%;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .lg\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .lg\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .lg\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .lg\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .lg\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .lg\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .lg\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .lg\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .lg\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .lg\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .lg\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .lg\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .lg\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .lg\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .lg\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .lg\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .lg\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .lg\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .lg\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .lg\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .lg\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .lg\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .lg\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .lg\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .lg\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .lg\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .lg\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .lg\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .lg\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .lg\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .lg\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .lg\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .lg\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .lg\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-2{
    row-gap: 2px;
  }

  .lg\:gap-y-4{
    row-gap: 4px;
  }

  .lg\:gap-y-5{
    row-gap: 5px;
  }

  .lg\:gap-y-7{
    row-gap: 7px;
  }

  .lg\:gap-y-8{
    row-gap: 8px;
  }

  .lg\:gap-y-10{
    row-gap: 10px;
  }

  .lg\:gap-y-11{
    row-gap: 11px;
  }

  .lg\:gap-y-12{
    row-gap: 12px;
  }

  .lg\:gap-y-13{
    row-gap: 13px;
  }

  .lg\:gap-y-15{
    row-gap: 15px;
  }

  .lg\:gap-y-16{
    row-gap: 16px;
  }

  .lg\:gap-y-18{
    row-gap: 18px;
  }

  .lg\:gap-y-20{
    row-gap: 20px;
  }

  .lg\:gap-y-24{
    row-gap: 24px;
  }

  .lg\:gap-y-28{
    row-gap: 28px;
  }

  .lg\:gap-y-29{
    row-gap: 29px;
  }

  .lg\:gap-y-30{
    row-gap: 30px;
  }

  .lg\:gap-y-32{
    row-gap: 32px;
  }

  .lg\:gap-y-34{
    row-gap: 34px;
  }

  .lg\:gap-y-36{
    row-gap: 36px;
  }

  .lg\:gap-y-40{
    row-gap: 40px;
  }

  .lg\:gap-y-48{
    row-gap: 48px;
  }

  .lg\:gap-y-50{
    row-gap: 50px;
  }

  .lg\:gap-y-56{
    row-gap: 56px;
  }

  .lg\:gap-y-60{
    row-gap: 60px;
  }

  .lg\:gap-y-64{
    row-gap: 64px;
  }

  .lg\:gap-y-70{
    row-gap: 70px;
  }

  .lg\:gap-y-72{
    row-gap: 72px;
  }

  .lg\:gap-y-80{
    row-gap: 80px;
  }

  .lg\:gap-y-88{
    row-gap: 88px;
  }

  .lg\:gap-y-90{
    row-gap: 90px;
  }

  .lg\:gap-y-96{
    row-gap: 96px;
  }

  .lg\:gap-y-100{
    row-gap: 100px;
  }

  .lg\:gap-y-112{
    row-gap: 112px;
  }

  .lg\:gap-y-128{
    row-gap: 128px;
  }

  .lg\:gap-y-135{
    row-gap: 135px;
  }

  .lg\:gap-y-145{
    row-gap: 145px;
  }

  .lg\:gap-y-155{
    row-gap: 155px;
  }

  .lg\:gap-y-160{
    row-gap: 160px;
  }

  .lg\:gap-y-192{
    row-gap: 192px;
  }

  .lg\:gap-y-200{
    row-gap: 200px;
  }

  .lg\:gap-y-224{
    row-gap: 224px;
  }

  .lg\:gap-y-227{
    row-gap: 227px;
  }

  .lg\:gap-y-250{
    row-gap: 250px;
  }

  .lg\:gap-y-256{
    row-gap: 256px;
  }

  .lg\:gap-y-270{
    row-gap: 270px;
  }

  .lg\:gap-y-288{
    row-gap: 288px;
  }

  .lg\:gap-y-304{
    row-gap: 304px;
  }

  .lg\:gap-y-314{
    row-gap: 314px;
  }

  .lg\:gap-y-320{
    row-gap: 320px;
  }

  .lg\:gap-y-352{
    row-gap: 352px;
  }

  .lg\:gap-y-384{
    row-gap: 384px;
  }

  .lg\:gap-y-416{
    row-gap: 416px;
  }

  .lg\:gap-y-448{
    row-gap: 448px;
  }

  .lg\:gap-y-480{
    row-gap: 480px;
  }

  .lg\:gap-y-512{
    row-gap: 512px;
  }

  .lg\:gap-y-576{
    row-gap: 576px;
  }

  .lg\:gap-y-612{
    row-gap: 612px;
  }

  .lg\:gap-y-640{
    row-gap: 640px;
  }

  .lg\:gap-y-768{
    row-gap: 768px;
  }

  .lg\:-gap-y-200{
    row-gap: -200px;
  }

  .lg\:-gap-y-170{
    row-gap: -170px;
  }

  .lg\:-gap-y-120{
    row-gap: -120px;
  }

  .lg\:-gap-y-100{
    row-gap: -100px;
  }

  .lg\:-gap-y-50{
    row-gap: -50px;
  }

  .lg\:-gap-y-45{
    row-gap: -45px;
  }

  .lg\:-gap-y-3{
    row-gap: -3px;
  }

  .lg\:gap-y-px{
    row-gap: 1px;
  }

  .lg\:gap-y-20p{
    row-gap: 20%;
  }

  .lg\:gap-y-40p{
    row-gap: 40%;
  }

  .lg\:gap-y-49p{
    row-gap: 49%;
  }

  .lg\:gap-y-52p{
    row-gap: 52%;
  }

  .lg\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .lg\:gap-y-60p{
    row-gap: 60%;
  }

  .lg\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .lg\:gap-y-80p{
    row-gap: 80%;
  }

  .lg\:gap-y-90p{
    row-gap: 90%;
  }

  .lg\:gap-y-95p{
    row-gap: 95%;
  }

  .lg\:gap-y-100p{
    row-gap: 100%;
  }

  .lg\:gap-y-110p{
    row-gap: 110%;
  }

  .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\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-span-full{
    grid-column: 1 / -1;
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-span-full{
    grid-row: 1 / -1;
  }

  .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{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:transform-none:hover{
    transform: none;
  }

  .lg\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:focus\:transform-none:focus{
    transform: none;
  }

  .lg\:origin-center{
    transform-origin: center;
  }

  .lg\:origin-top{
    transform-origin: top;
  }

  .lg\:origin-top-right{
    transform-origin: top right;
  }

  .lg\:origin-right{
    transform-origin: right;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:origin-left{
    transform-origin: left;
  }

  .lg\:origin-top-left{
    transform-origin: top left;
  }

  .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .lg\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .lg\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .lg\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .lg\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .lg\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .lg\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .lg\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .lg\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .lg\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .lg\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .lg\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .lg\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .lg\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .lg\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .lg\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .lg\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .lg\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .lg\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .lg\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .lg\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .lg\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .lg\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .lg\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .lg\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .lg\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .lg\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .lg\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .lg\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .lg\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .lg\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .lg\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .lg\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .lg\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .lg\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .lg\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .lg\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .lg\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .lg\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .lg\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .lg\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .lg\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .lg\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .lg\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .lg\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .lg\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .lg\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .lg\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .lg\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .lg\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .lg\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .lg\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .lg\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .lg\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .lg\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .lg\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .lg\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .lg\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .lg\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .lg\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .lg\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .lg\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .lg\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .lg\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .lg\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .lg\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .lg\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .lg\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .lg\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .lg\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .lg\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .lg\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .lg\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .lg\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .lg\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .lg\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .lg\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .lg\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .lg\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .lg\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .lg\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .lg\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .lg\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .lg\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .lg\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .lg\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .lg\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .lg\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .lg\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .lg\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .lg\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .lg\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .lg\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .lg\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .lg\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .lg\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .lg\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .lg\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .lg\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .lg\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .lg\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .lg\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .lg\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .lg\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .lg\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .lg\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .lg\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .lg\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .lg\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .lg\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .lg\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .lg\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .lg\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .lg\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .lg\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .lg\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .lg\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .lg\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .lg\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .lg\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .lg\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .lg\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .lg\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .lg\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .lg\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .lg\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .lg\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .lg\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .lg\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .lg\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .lg\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .lg\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .lg\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .lg\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .lg\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .lg\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .lg\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .lg\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .lg\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .lg\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .lg\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .lg\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .lg\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .lg\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .lg\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .lg\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .lg\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .lg\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .lg\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .lg\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .lg\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .lg\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .lg\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .lg\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .lg\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .lg\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .lg\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .lg\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .lg\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .lg\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .lg\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .lg\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .lg\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .lg\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .lg\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .lg\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .lg\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .lg\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .lg\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .lg\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .lg\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .lg\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .lg\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .lg\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .lg\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .lg\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .lg\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .lg\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .lg\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .lg\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .lg\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .lg\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .lg\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .lg\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .lg\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .lg\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .lg\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .lg\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .lg\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .lg\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .lg\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .lg\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .lg\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .lg\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .lg\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .lg\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .lg\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .lg\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .lg\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .lg\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .lg\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .lg\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .lg\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .lg\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .lg\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .lg\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .lg\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .lg\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .lg\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .lg\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .lg\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .lg\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .lg\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .lg\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .lg\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .lg\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .lg\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .lg\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .lg\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .lg\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .lg\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .lg\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .lg\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .lg\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .lg\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .lg\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .lg\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .lg\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .lg\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .lg\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .lg\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .lg\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .lg\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .lg\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .lg\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .lg\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .lg\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .lg\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .lg\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .lg\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .lg\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .lg\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .lg\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .lg\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .lg\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .lg\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .lg\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .lg\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .lg\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .lg\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .lg\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .lg\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .lg\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .lg\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .lg\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .lg\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .lg\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .lg\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .lg\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .lg\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .lg\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .lg\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .lg\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .lg\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .lg\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .lg\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .lg\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .lg\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .lg\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .lg\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .lg\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .lg\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .lg\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .lg\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .lg\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .lg\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .lg\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .lg\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .lg\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .lg\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .lg\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .lg\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .lg\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .lg\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .lg\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .lg\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .lg\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .lg\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .lg\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .lg\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .lg\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .lg\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .lg\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .lg\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .lg\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .lg\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .lg\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .lg\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .lg\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .lg\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .lg\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .lg\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .lg\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .lg\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .lg\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .lg\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .lg\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .lg\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .lg\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .lg\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .lg\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .lg\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .lg\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .lg\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .lg\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .lg\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .lg\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .lg\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .lg\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .lg\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .lg\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .lg\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .lg\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .lg\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .lg\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .lg\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .lg\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .lg\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .lg\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .lg\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .lg\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .lg\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .lg\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .lg\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .lg\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .lg\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .lg\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .lg\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .lg\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .lg\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .lg\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .lg\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .lg\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .lg\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .lg\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .lg\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .lg\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .lg\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .lg\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .lg\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .lg\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .lg\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .lg\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .lg\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .lg\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .lg\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .lg\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .lg\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .lg\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .lg\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .lg\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .lg\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .lg\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .lg\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .lg\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .lg\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .lg\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .lg\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .lg\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .lg\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .lg\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .lg\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .lg\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .lg\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .lg\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .lg\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .lg\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .lg\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .lg\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .lg\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .lg\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .lg\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .lg\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .lg\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .lg\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .lg\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .lg\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .lg\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .lg\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .lg\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .lg\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .lg\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .lg\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .lg\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .lg\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .lg\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .lg\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .lg\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .lg\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .lg\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .lg\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .lg\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .lg\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .lg\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .lg\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .lg\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .lg\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .lg\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .lg\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .lg\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .lg\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .lg\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .lg\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .lg\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .lg\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .lg\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .lg\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .lg\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .lg\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .lg\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .lg\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .lg\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .lg\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .lg\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .lg\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .lg\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .lg\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .lg\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .lg\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .lg\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .lg\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .lg\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .lg\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .lg\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .lg\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .lg\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .lg\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .lg\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .lg\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .lg\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .lg\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .lg\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .lg\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .lg\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .lg\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .lg\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .lg\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .lg\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .lg\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .lg\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .lg\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .lg\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .lg\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .lg\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .lg\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .lg\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .lg\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .lg\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .lg\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .lg\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .lg\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .lg\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .lg\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .lg\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .lg\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .lg\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .lg\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .lg\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .lg\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .lg\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .lg\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .lg\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .lg\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .lg\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .lg\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .lg\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .lg\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .lg\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .lg\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .lg\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .lg\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .lg\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .lg\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .lg\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .lg\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .lg\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .lg\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .lg\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .lg\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .lg\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .lg\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .lg\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .lg\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .lg\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .lg\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .lg\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .lg\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .lg\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .lg\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .lg\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .lg\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .lg\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .lg\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .lg\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .lg\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .lg\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .lg\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .lg\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .lg\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .lg\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .lg\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .lg\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .lg\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .lg\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .lg\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .lg\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .lg\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .lg\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .lg\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .lg\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .lg\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .lg\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .lg\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .lg\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .lg\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .lg\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .lg\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .lg\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .lg\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .lg\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .lg\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .lg\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .lg\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .lg\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .lg\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .lg\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .lg\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .lg\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .lg\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .lg\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .lg\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .lg\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .lg\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .lg\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .lg\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .lg\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .lg\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .lg\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .lg\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .lg\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .lg\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .lg\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .lg\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .lg\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .lg\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .lg\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .lg\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .lg\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .lg\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .lg\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .lg\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .lg\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .lg\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .lg\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .lg\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .lg\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .lg\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .lg\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .lg\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .lg\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .lg\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .lg\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .lg\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .lg\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .lg\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .lg\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .lg\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .lg\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .lg\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .lg\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .lg\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .lg\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .lg\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .lg\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .lg\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .lg\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .lg\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .lg\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .lg\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .lg\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .lg\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .lg\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .lg\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .lg\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .lg\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .lg\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .lg\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .lg\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .lg\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .lg\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .lg\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .lg\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .lg\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .lg\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .lg\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .lg\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .lg\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .lg\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .lg\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .lg\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .lg\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .lg\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .lg\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .lg\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .lg\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .lg\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .lg\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .lg\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .lg\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .lg\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .lg\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .lg\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .lg\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .lg\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .lg\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .lg\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .lg\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .lg\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .lg\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .lg\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .lg\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .lg\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .lg\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .lg\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .lg\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .lg\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .lg\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .lg\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .lg\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .lg\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .lg\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .lg\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .lg\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .lg\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .lg\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .lg\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .lg\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .lg\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .lg\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .lg\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .lg\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .lg\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .lg\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .lg\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .lg\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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: 1260px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @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: 1260px){
    .xl\:container{
      max-width: 1260px;
    }
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xl\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .xl\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .xl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .xl\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .xl\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .xl\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .xl\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-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-within\:sr-only:focus-within{
    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-within\:not-sr-only:focus-within{
    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-current{
    background-color: currentColor;
  }

  .xl\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .xl\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .xl\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .xl\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .xl\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xl\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .xl\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .xl\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .xl\:to-blue{
    --tw-gradient-to: #015480;
  }

  .xl\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .xl\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .xl\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .xl\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl\:to-black{
    --tw-gradient-to: #000000;
  }

  .xl\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .xl\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .xl\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .xl\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .xl\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .xl\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .xl\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .xl\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .xl\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .xl\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .xl\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .xl\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .xl\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .xl\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .xl\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .xl\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .xl\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .xl\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .xl\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .xl\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .xl\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .xl\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .xl\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .xl\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .xl\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .xl\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .xl\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .xl\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .xl\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .xl\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .xl\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .xl\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .xl\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .xl\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .xl\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .xl\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-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-bottom-30{
    background-position: left bottom 30px;
  }

  .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-right-200-top{
    background-position: right 200px top;
  }

  .xl\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .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\:bg-full{
    background-size: 100% auto;
  }

  .xl\:bg-449x449{
    background-size: 449px 449px;
  }

  .xl\:bg-575x575{
    background-size: 575px 575px;
  }

  .xl\:bg-100x90{
    background-size: 100px 90px;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xl\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl\:rounded-3{
    border-radius: 3px;
  }

  .xl\:rounded-8{
    border-radius: 8px;
  }

  .xl\:rounded-none{
    border-radius: 0px;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .xl\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .xl\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .xl\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .xl\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .xl\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .xl\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .xl\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .xl\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:hover\:border-solid:hover{
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .xl\:hover\:border-double:hover{
    border-style: double;
  }

  .xl\:hover\:border-none:hover{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0px;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-3{
    border-width: 3px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0px;
  }

  .xl\:border-r-0{
    border-right-width: 0px;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .xl\:border-l-0{
    border-left-width: 0px;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-3{
    border-top-width: 3px;
  }

  .xl\:border-r-3{
    border-right-width: 3px;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl\:border-l-3{
    border-left-width: 3px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap{
    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\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .xl\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .xl\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-saira{
    font-family: Saira, serif;
  }

  .xl\:font-inter{
    font-family: Inter, serif;
  }

  .xl\:font-thin{
    font-weight: 100;
  }

  .xl\:font-extralight{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0px;
  }

  .xl\:h-2{
    height: 2px;
  }

  .xl\:h-4{
    height: 4px;
  }

  .xl\:h-5{
    height: 5px;
  }

  .xl\:h-7{
    height: 7px;
  }

  .xl\:h-8{
    height: 8px;
  }

  .xl\:h-10{
    height: 10px;
  }

  .xl\:h-11{
    height: 11px;
  }

  .xl\:h-12{
    height: 12px;
  }

  .xl\:h-13{
    height: 13px;
  }

  .xl\:h-15{
    height: 15px;
  }

  .xl\:h-16{
    height: 16px;
  }

  .xl\:h-18{
    height: 18px;
  }

  .xl\:h-20{
    height: 20px;
  }

  .xl\:h-24{
    height: 24px;
  }

  .xl\:h-28{
    height: 28px;
  }

  .xl\:h-29{
    height: 29px;
  }

  .xl\:h-30{
    height: 30px;
  }

  .xl\:h-32{
    height: 32px;
  }

  .xl\:h-34{
    height: 34px;
  }

  .xl\:h-36{
    height: 36px;
  }

  .xl\:h-40{
    height: 40px;
  }

  .xl\:h-48{
    height: 48px;
  }

  .xl\:h-50{
    height: 50px;
  }

  .xl\:h-56{
    height: 56px;
  }

  .xl\:h-60{
    height: 60px;
  }

  .xl\:h-64{
    height: 64px;
  }

  .xl\:h-70{
    height: 70px;
  }

  .xl\:h-72{
    height: 72px;
  }

  .xl\:h-80{
    height: 80px;
  }

  .xl\:h-88{
    height: 88px;
  }

  .xl\:h-90{
    height: 90px;
  }

  .xl\:h-96{
    height: 96px;
  }

  .xl\:h-100{
    height: 100px;
  }

  .xl\:h-112{
    height: 112px;
  }

  .xl\:h-128{
    height: 128px;
  }

  .xl\:h-135{
    height: 135px;
  }

  .xl\:h-145{
    height: 145px;
  }

  .xl\:h-155{
    height: 155px;
  }

  .xl\:h-160{
    height: 160px;
  }

  .xl\:h-192{
    height: 192px;
  }

  .xl\:h-200{
    height: 200px;
  }

  .xl\:h-224{
    height: 224px;
  }

  .xl\:h-227{
    height: 227px;
  }

  .xl\:h-250{
    height: 250px;
  }

  .xl\:h-256{
    height: 256px;
  }

  .xl\:h-270{
    height: 270px;
  }

  .xl\:h-288{
    height: 288px;
  }

  .xl\:h-304{
    height: 304px;
  }

  .xl\:h-314{
    height: 314px;
  }

  .xl\:h-320{
    height: 320px;
  }

  .xl\:h-352{
    height: 352px;
  }

  .xl\:h-384{
    height: 384px;
  }

  .xl\:h-416{
    height: 416px;
  }

  .xl\:h-448{
    height: 448px;
  }

  .xl\:h-480{
    height: 480px;
  }

  .xl\:h-512{
    height: 512px;
  }

  .xl\:h-576{
    height: 576px;
  }

  .xl\:h-612{
    height: 612px;
  }

  .xl\:h-640{
    height: 640px;
  }

  .xl\:h-768{
    height: 768px;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:-h-200{
    height: -200px;
  }

  .xl\:-h-170{
    height: -170px;
  }

  .xl\:-h-120{
    height: -120px;
  }

  .xl\:-h-100{
    height: -100px;
  }

  .xl\:-h-50{
    height: -50px;
  }

  .xl\:-h-45{
    height: -45px;
  }

  .xl\:-h-3{
    height: -3px;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-20p{
    height: 20%;
  }

  .xl\:h-40p{
    height: 40%;
  }

  .xl\:h-49p{
    height: 49%;
  }

  .xl\:h-52p{
    height: 52%;
  }

  .xl\:h-53\.5p{
    height: 53.5%;
  }

  .xl\:h-60p{
    height: 60%;
  }

  .xl\:h-71\.5p{
    height: 71.5%;
  }

  .xl\:h-80p{
    height: 80%;
  }

  .xl\:h-90p{
    height: 90%;
  }

  .xl\:h-95p{
    height: 95%;
  }

  .xl\:h-100p{
    height: 100%;
  }

  .xl\:h-110p{
    height: 110%;
  }

  .xl\:h-1\/2{
    height: 50%;
  }

  .xl\:h-1\/3{
    height: 33.333333%;
  }

  .xl\:h-2\/3{
    height: 66.666667%;
  }

  .xl\:h-1\/4{
    height: 25%;
  }

  .xl\:h-2\/4{
    height: 50%;
  }

  .xl\:h-3\/4{
    height: 75%;
  }

  .xl\:h-1\/5{
    height: 20%;
  }

  .xl\:h-2\/5{
    height: 40%;
  }

  .xl\:h-3\/5{
    height: 60%;
  }

  .xl\:h-4\/5{
    height: 80%;
  }

  .xl\:h-1\/6{
    height: 16.666667%;
  }

  .xl\:h-2\/6{
    height: 33.333333%;
  }

  .xl\:h-3\/6{
    height: 50%;
  }

  .xl\:h-4\/6{
    height: 66.666667%;
  }

  .xl\:h-5\/6{
    height: 83.333333%;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .xl\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .xl\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .xl\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .xl\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .xl\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .xl\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .xl\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .xl\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .xl\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .xl\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .xl\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .xl\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .xl\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .xl\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .xl\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .xl\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .xl\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .xl\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .xl\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:leading-3{
    line-height: .75rem;
  }

  .xl\:leading-4{
    line-height: 1rem;
  }

  .xl\:leading-5{
    line-height: 1.25rem;
  }

  .xl\:leading-6{
    line-height: 1.5rem;
  }

  .xl\:leading-7{
    line-height: 1.75rem;
  }

  .xl\:leading-8{
    line-height: 2rem;
  }

  .xl\:leading-9{
    line-height: 2.25rem;
  }

  .xl\:leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .xl\:m-2{
    margin: 2px;
  }

  .xl\:m-4{
    margin: 4px;
  }

  .xl\:m-5{
    margin: 5px;
  }

  .xl\:m-7{
    margin: 7px;
  }

  .xl\:m-8{
    margin: 8px;
  }

  .xl\:m-10{
    margin: 10px;
  }

  .xl\:m-11{
    margin: 11px;
  }

  .xl\:m-12{
    margin: 12px;
  }

  .xl\:m-13{
    margin: 13px;
  }

  .xl\:m-15{
    margin: 15px;
  }

  .xl\:m-16{
    margin: 16px;
  }

  .xl\:m-18{
    margin: 18px;
  }

  .xl\:m-20{
    margin: 20px;
  }

  .xl\:m-24{
    margin: 24px;
  }

  .xl\:m-28{
    margin: 28px;
  }

  .xl\:m-29{
    margin: 29px;
  }

  .xl\:m-30{
    margin: 30px;
  }

  .xl\:m-32{
    margin: 32px;
  }

  .xl\:m-34{
    margin: 34px;
  }

  .xl\:m-36{
    margin: 36px;
  }

  .xl\:m-40{
    margin: 40px;
  }

  .xl\:m-48{
    margin: 48px;
  }

  .xl\:m-50{
    margin: 50px;
  }

  .xl\:m-56{
    margin: 56px;
  }

  .xl\:m-60{
    margin: 60px;
  }

  .xl\:m-64{
    margin: 64px;
  }

  .xl\:m-70{
    margin: 70px;
  }

  .xl\:m-72{
    margin: 72px;
  }

  .xl\:m-80{
    margin: 80px;
  }

  .xl\:m-88{
    margin: 88px;
  }

  .xl\:m-90{
    margin: 90px;
  }

  .xl\:m-96{
    margin: 96px;
  }

  .xl\:m-100{
    margin: 100px;
  }

  .xl\:m-112{
    margin: 112px;
  }

  .xl\:m-128{
    margin: 128px;
  }

  .xl\:m-135{
    margin: 135px;
  }

  .xl\:m-145{
    margin: 145px;
  }

  .xl\:m-155{
    margin: 155px;
  }

  .xl\:m-160{
    margin: 160px;
  }

  .xl\:m-192{
    margin: 192px;
  }

  .xl\:m-200{
    margin: 200px;
  }

  .xl\:m-224{
    margin: 224px;
  }

  .xl\:m-227{
    margin: 227px;
  }

  .xl\:m-250{
    margin: 250px;
  }

  .xl\:m-256{
    margin: 256px;
  }

  .xl\:m-270{
    margin: 270px;
  }

  .xl\:m-288{
    margin: 288px;
  }

  .xl\:m-304{
    margin: 304px;
  }

  .xl\:m-314{
    margin: 314px;
  }

  .xl\:m-320{
    margin: 320px;
  }

  .xl\:m-352{
    margin: 352px;
  }

  .xl\:m-384{
    margin: 384px;
  }

  .xl\:m-416{
    margin: 416px;
  }

  .xl\:m-448{
    margin: 448px;
  }

  .xl\:m-480{
    margin: 480px;
  }

  .xl\:m-512{
    margin: 512px;
  }

  .xl\:m-576{
    margin: 576px;
  }

  .xl\:m-612{
    margin: 612px;
  }

  .xl\:m-640{
    margin: 640px;
  }

  .xl\:m-768{
    margin: 768px;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:-m-200{
    margin: -200px;
  }

  .xl\:-m-170{
    margin: -170px;
  }

  .xl\:-m-120{
    margin: -120px;
  }

  .xl\:-m-100{
    margin: -100px;
  }

  .xl\:-m-50{
    margin: -50px;
  }

  .xl\:-m-45{
    margin: -45px;
  }

  .xl\:-m-3{
    margin: -3px;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-20p{
    margin: 20%;
  }

  .xl\:m-40p{
    margin: 40%;
  }

  .xl\:m-49p{
    margin: 49%;
  }

  .xl\:m-52p{
    margin: 52%;
  }

  .xl\:m-53\.5p{
    margin: 53.5%;
  }

  .xl\:m-60p{
    margin: 60%;
  }

  .xl\:m-71\.5p{
    margin: 71.5%;
  }

  .xl\:m-80p{
    margin: 80%;
  }

  .xl\:m-90p{
    margin: 90%;
  }

  .xl\:m-95p{
    margin: 95%;
  }

  .xl\:m-100p{
    margin: 100%;
  }

  .xl\:m-110p{
    margin: 110%;
  }

  .xl\:-m-0{
    margin: 0px;
  }

  .xl\:-m-2{
    margin: -2px;
  }

  .xl\:-m-4{
    margin: -4px;
  }

  .xl\:-m-5{
    margin: -5px;
  }

  .xl\:-m-7{
    margin: -7px;
  }

  .xl\:-m-8{
    margin: -8px;
  }

  .xl\:-m-10{
    margin: -10px;
  }

  .xl\:-m-11{
    margin: -11px;
  }

  .xl\:-m-12{
    margin: -12px;
  }

  .xl\:-m-13{
    margin: -13px;
  }

  .xl\:-m-15{
    margin: -15px;
  }

  .xl\:-m-16{
    margin: -16px;
  }

  .xl\:-m-18{
    margin: -18px;
  }

  .xl\:-m-20{
    margin: -20px;
  }

  .xl\:-m-24{
    margin: -24px;
  }

  .xl\:-m-28{
    margin: -28px;
  }

  .xl\:-m-29{
    margin: -29px;
  }

  .xl\:-m-30{
    margin: -30px;
  }

  .xl\:-m-32{
    margin: -32px;
  }

  .xl\:-m-34{
    margin: -34px;
  }

  .xl\:-m-36{
    margin: -36px;
  }

  .xl\:-m-40{
    margin: -40px;
  }

  .xl\:-m-48{
    margin: -48px;
  }

  .xl\:-m-56{
    margin: -56px;
  }

  .xl\:-m-60{
    margin: -60px;
  }

  .xl\:-m-64{
    margin: -64px;
  }

  .xl\:-m-70{
    margin: -70px;
  }

  .xl\:-m-72{
    margin: -72px;
  }

  .xl\:-m-80{
    margin: -80px;
  }

  .xl\:-m-88{
    margin: -88px;
  }

  .xl\:-m-90{
    margin: -90px;
  }

  .xl\:-m-96{
    margin: -96px;
  }

  .xl\:-m-112{
    margin: -112px;
  }

  .xl\:-m-128{
    margin: -128px;
  }

  .xl\:-m-135{
    margin: -135px;
  }

  .xl\:-m-145{
    margin: -145px;
  }

  .xl\:-m-155{
    margin: -155px;
  }

  .xl\:-m-160{
    margin: -160px;
  }

  .xl\:-m-192{
    margin: -192px;
  }

  .xl\:-m-224{
    margin: -224px;
  }

  .xl\:-m-227{
    margin: -227px;
  }

  .xl\:-m-250{
    margin: -250px;
  }

  .xl\:-m-256{
    margin: -256px;
  }

  .xl\:-m-270{
    margin: -270px;
  }

  .xl\:-m-288{
    margin: -288px;
  }

  .xl\:-m-304{
    margin: -304px;
  }

  .xl\:-m-314{
    margin: -314px;
  }

  .xl\:-m-320{
    margin: -320px;
  }

  .xl\:-m-352{
    margin: -352px;
  }

  .xl\:-m-384{
    margin: -384px;
  }

  .xl\:-m-416{
    margin: -416px;
  }

  .xl\:-m-448{
    margin: -448px;
  }

  .xl\:-m-480{
    margin: -480px;
  }

  .xl\:-m-512{
    margin: -512px;
  }

  .xl\:-m-576{
    margin: -576px;
  }

  .xl\:-m-612{
    margin: -612px;
  }

  .xl\:-m-640{
    margin: -640px;
  }

  .xl\:-m-768{
    margin: -768px;
  }

  .xl\:-m--200{
    margin: 200px;
  }

  .xl\:-m--170{
    margin: 170px;
  }

  .xl\:-m--120{
    margin: 120px;
  }

  .xl\:-m--100{
    margin: 100px;
  }

  .xl\:-m--50{
    margin: 50px;
  }

  .xl\:-m--45{
    margin: 45px;
  }

  .xl\:-m--3{
    margin: 3px;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-20p{
    margin: -20%;
  }

  .xl\:-m-40p{
    margin: -40%;
  }

  .xl\:-m-49p{
    margin: -49%;
  }

  .xl\:-m-52p{
    margin: -52%;
  }

  .xl\:-m-53\.5p{
    margin: -53.5%;
  }

  .xl\:-m-60p{
    margin: -60%;
  }

  .xl\:-m-71\.5p{
    margin: -71.5%;
  }

  .xl\:-m-80p{
    margin: -80%;
  }

  .xl\:-m-90p{
    margin: -90%;
  }

  .xl\:-m-95p{
    margin: -95%;
  }

  .xl\:-m-100p{
    margin: -100%;
  }

  .xl\:-m-110p{
    margin: -110%;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xl\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xl\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xl\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .xl\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .xl\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xl\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .xl\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xl\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xl\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .xl\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .xl\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .xl\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xl\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .xl\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xl\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .xl\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .xl\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .xl\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xl\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .xl\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xl\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .xl\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xl\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .xl\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .xl\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .xl\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xl\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .xl\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .xl\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .xl\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .xl\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .xl\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .xl\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .xl\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .xl\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .xl\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .xl\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .xl\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .xl\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .xl\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .xl\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .xl\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .xl\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .xl\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xl\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .xl\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .xl\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .xl\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .xl\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .xl\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .xl\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .xl\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .xl\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .xl\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .xl\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .xl\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .xl\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .xl\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .xl\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .xl\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .xl\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .xl\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .xl\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .xl\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .xl\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xl\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .xl\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xl\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .xl\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xl\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .xl\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xl\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .xl\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .xl\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .xl\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .xl\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .xl\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .xl\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .xl\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .xl\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xl\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xl\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xl\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .xl\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xl\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .xl\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xl\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .xl\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xl\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xl\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xl\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .xl\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xl\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .xl\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xl\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .xl\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xl\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .xl\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .xl\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .xl\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xl\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .xl\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .xl\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .xl\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xl\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .xl\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xl\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .xl\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xl\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .xl\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .xl\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .xl\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xl\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .xl\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .xl\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .xl\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .xl\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .xl\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .xl\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .xl\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .xl\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .xl\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .xl\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .xl\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .xl\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .xl\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .xl\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .xl\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .xl\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .xl\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xl\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .xl\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .xl\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .xl\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .xl\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .xl\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .xl\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .xl\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .xl\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .xl\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .xl\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .xl\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .xl\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .xl\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .xl\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .xl\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .xl\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .xl\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .xl\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .xl\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .xl\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .xl\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xl\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .xl\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xl\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .xl\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .xl\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .xl\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .xl\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .xl\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .xl\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .xl\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .xl\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:mt-2{
    margin-top: 2px;
  }

  .xl\:mr-2{
    margin-right: 2px;
  }

  .xl\:mb-2{
    margin-bottom: 2px;
  }

  .xl\:ml-2{
    margin-left: 2px;
  }

  .xl\:mt-4{
    margin-top: 4px;
  }

  .xl\:mr-4{
    margin-right: 4px;
  }

  .xl\:mb-4{
    margin-bottom: 4px;
  }

  .xl\:ml-4{
    margin-left: 4px;
  }

  .xl\:mt-5{
    margin-top: 5px;
  }

  .xl\:mr-5{
    margin-right: 5px;
  }

  .xl\:mb-5{
    margin-bottom: 5px;
  }

  .xl\:ml-5{
    margin-left: 5px;
  }

  .xl\:mt-7{
    margin-top: 7px;
  }

  .xl\:mr-7{
    margin-right: 7px;
  }

  .xl\:mb-7{
    margin-bottom: 7px;
  }

  .xl\:ml-7{
    margin-left: 7px;
  }

  .xl\:mt-8{
    margin-top: 8px;
  }

  .xl\:mr-8{
    margin-right: 8px;
  }

  .xl\:mb-8{
    margin-bottom: 8px;
  }

  .xl\:ml-8{
    margin-left: 8px;
  }

  .xl\:mt-10{
    margin-top: 10px;
  }

  .xl\:mr-10{
    margin-right: 10px;
  }

  .xl\:mb-10{
    margin-bottom: 10px;
  }

  .xl\:ml-10{
    margin-left: 10px;
  }

  .xl\:mt-11{
    margin-top: 11px;
  }

  .xl\:mr-11{
    margin-right: 11px;
  }

  .xl\:mb-11{
    margin-bottom: 11px;
  }

  .xl\:ml-11{
    margin-left: 11px;
  }

  .xl\:mt-12{
    margin-top: 12px;
  }

  .xl\:mr-12{
    margin-right: 12px;
  }

  .xl\:mb-12{
    margin-bottom: 12px;
  }

  .xl\:ml-12{
    margin-left: 12px;
  }

  .xl\:mt-13{
    margin-top: 13px;
  }

  .xl\:mr-13{
    margin-right: 13px;
  }

  .xl\:mb-13{
    margin-bottom: 13px;
  }

  .xl\:ml-13{
    margin-left: 13px;
  }

  .xl\:mt-15{
    margin-top: 15px;
  }

  .xl\:mr-15{
    margin-right: 15px;
  }

  .xl\:mb-15{
    margin-bottom: 15px;
  }

  .xl\:ml-15{
    margin-left: 15px;
  }

  .xl\:mt-16{
    margin-top: 16px;
  }

  .xl\:mr-16{
    margin-right: 16px;
  }

  .xl\:mb-16{
    margin-bottom: 16px;
  }

  .xl\:ml-16{
    margin-left: 16px;
  }

  .xl\:mt-18{
    margin-top: 18px;
  }

  .xl\:mr-18{
    margin-right: 18px;
  }

  .xl\:mb-18{
    margin-bottom: 18px;
  }

  .xl\:ml-18{
    margin-left: 18px;
  }

  .xl\:mt-20{
    margin-top: 20px;
  }

  .xl\:mr-20{
    margin-right: 20px;
  }

  .xl\:mb-20{
    margin-bottom: 20px;
  }

  .xl\:ml-20{
    margin-left: 20px;
  }

  .xl\:mt-24{
    margin-top: 24px;
  }

  .xl\:mr-24{
    margin-right: 24px;
  }

  .xl\:mb-24{
    margin-bottom: 24px;
  }

  .xl\:ml-24{
    margin-left: 24px;
  }

  .xl\:mt-28{
    margin-top: 28px;
  }

  .xl\:mr-28{
    margin-right: 28px;
  }

  .xl\:mb-28{
    margin-bottom: 28px;
  }

  .xl\:ml-28{
    margin-left: 28px;
  }

  .xl\:mt-29{
    margin-top: 29px;
  }

  .xl\:mr-29{
    margin-right: 29px;
  }

  .xl\:mb-29{
    margin-bottom: 29px;
  }

  .xl\:ml-29{
    margin-left: 29px;
  }

  .xl\:mt-30{
    margin-top: 30px;
  }

  .xl\:mr-30{
    margin-right: 30px;
  }

  .xl\:mb-30{
    margin-bottom: 30px;
  }

  .xl\:ml-30{
    margin-left: 30px;
  }

  .xl\:mt-32{
    margin-top: 32px;
  }

  .xl\:mr-32{
    margin-right: 32px;
  }

  .xl\:mb-32{
    margin-bottom: 32px;
  }

  .xl\:ml-32{
    margin-left: 32px;
  }

  .xl\:mt-34{
    margin-top: 34px;
  }

  .xl\:mr-34{
    margin-right: 34px;
  }

  .xl\:mb-34{
    margin-bottom: 34px;
  }

  .xl\:ml-34{
    margin-left: 34px;
  }

  .xl\:mt-36{
    margin-top: 36px;
  }

  .xl\:mr-36{
    margin-right: 36px;
  }

  .xl\:mb-36{
    margin-bottom: 36px;
  }

  .xl\:ml-36{
    margin-left: 36px;
  }

  .xl\:mt-40{
    margin-top: 40px;
  }

  .xl\:mr-40{
    margin-right: 40px;
  }

  .xl\:mb-40{
    margin-bottom: 40px;
  }

  .xl\:ml-40{
    margin-left: 40px;
  }

  .xl\:mt-48{
    margin-top: 48px;
  }

  .xl\:mr-48{
    margin-right: 48px;
  }

  .xl\:mb-48{
    margin-bottom: 48px;
  }

  .xl\:ml-48{
    margin-left: 48px;
  }

  .xl\:mt-50{
    margin-top: 50px;
  }

  .xl\:mr-50{
    margin-right: 50px;
  }

  .xl\:mb-50{
    margin-bottom: 50px;
  }

  .xl\:ml-50{
    margin-left: 50px;
  }

  .xl\:mt-56{
    margin-top: 56px;
  }

  .xl\:mr-56{
    margin-right: 56px;
  }

  .xl\:mb-56{
    margin-bottom: 56px;
  }

  .xl\:ml-56{
    margin-left: 56px;
  }

  .xl\:mt-60{
    margin-top: 60px;
  }

  .xl\:mr-60{
    margin-right: 60px;
  }

  .xl\:mb-60{
    margin-bottom: 60px;
  }

  .xl\:ml-60{
    margin-left: 60px;
  }

  .xl\:mt-64{
    margin-top: 64px;
  }

  .xl\:mr-64{
    margin-right: 64px;
  }

  .xl\:mb-64{
    margin-bottom: 64px;
  }

  .xl\:ml-64{
    margin-left: 64px;
  }

  .xl\:mt-70{
    margin-top: 70px;
  }

  .xl\:mr-70{
    margin-right: 70px;
  }

  .xl\:mb-70{
    margin-bottom: 70px;
  }

  .xl\:ml-70{
    margin-left: 70px;
  }

  .xl\:mt-72{
    margin-top: 72px;
  }

  .xl\:mr-72{
    margin-right: 72px;
  }

  .xl\:mb-72{
    margin-bottom: 72px;
  }

  .xl\:ml-72{
    margin-left: 72px;
  }

  .xl\:mt-80{
    margin-top: 80px;
  }

  .xl\:mr-80{
    margin-right: 80px;
  }

  .xl\:mb-80{
    margin-bottom: 80px;
  }

  .xl\:ml-80{
    margin-left: 80px;
  }

  .xl\:mt-88{
    margin-top: 88px;
  }

  .xl\:mr-88{
    margin-right: 88px;
  }

  .xl\:mb-88{
    margin-bottom: 88px;
  }

  .xl\:ml-88{
    margin-left: 88px;
  }

  .xl\:mt-90{
    margin-top: 90px;
  }

  .xl\:mr-90{
    margin-right: 90px;
  }

  .xl\:mb-90{
    margin-bottom: 90px;
  }

  .xl\:ml-90{
    margin-left: 90px;
  }

  .xl\:mt-96{
    margin-top: 96px;
  }

  .xl\:mr-96{
    margin-right: 96px;
  }

  .xl\:mb-96{
    margin-bottom: 96px;
  }

  .xl\:ml-96{
    margin-left: 96px;
  }

  .xl\:mt-100{
    margin-top: 100px;
  }

  .xl\:mr-100{
    margin-right: 100px;
  }

  .xl\:mb-100{
    margin-bottom: 100px;
  }

  .xl\:ml-100{
    margin-left: 100px;
  }

  .xl\:mt-112{
    margin-top: 112px;
  }

  .xl\:mr-112{
    margin-right: 112px;
  }

  .xl\:mb-112{
    margin-bottom: 112px;
  }

  .xl\:ml-112{
    margin-left: 112px;
  }

  .xl\:mt-128{
    margin-top: 128px;
  }

  .xl\:mr-128{
    margin-right: 128px;
  }

  .xl\:mb-128{
    margin-bottom: 128px;
  }

  .xl\:ml-128{
    margin-left: 128px;
  }

  .xl\:mt-135{
    margin-top: 135px;
  }

  .xl\:mr-135{
    margin-right: 135px;
  }

  .xl\:mb-135{
    margin-bottom: 135px;
  }

  .xl\:ml-135{
    margin-left: 135px;
  }

  .xl\:mt-145{
    margin-top: 145px;
  }

  .xl\:mr-145{
    margin-right: 145px;
  }

  .xl\:mb-145{
    margin-bottom: 145px;
  }

  .xl\:ml-145{
    margin-left: 145px;
  }

  .xl\:mt-155{
    margin-top: 155px;
  }

  .xl\:mr-155{
    margin-right: 155px;
  }

  .xl\:mb-155{
    margin-bottom: 155px;
  }

  .xl\:ml-155{
    margin-left: 155px;
  }

  .xl\:mt-160{
    margin-top: 160px;
  }

  .xl\:mr-160{
    margin-right: 160px;
  }

  .xl\:mb-160{
    margin-bottom: 160px;
  }

  .xl\:ml-160{
    margin-left: 160px;
  }

  .xl\:mt-192{
    margin-top: 192px;
  }

  .xl\:mr-192{
    margin-right: 192px;
  }

  .xl\:mb-192{
    margin-bottom: 192px;
  }

  .xl\:ml-192{
    margin-left: 192px;
  }

  .xl\:mt-200{
    margin-top: 200px;
  }

  .xl\:mr-200{
    margin-right: 200px;
  }

  .xl\:mb-200{
    margin-bottom: 200px;
  }

  .xl\:ml-200{
    margin-left: 200px;
  }

  .xl\:mt-224{
    margin-top: 224px;
  }

  .xl\:mr-224{
    margin-right: 224px;
  }

  .xl\:mb-224{
    margin-bottom: 224px;
  }

  .xl\:ml-224{
    margin-left: 224px;
  }

  .xl\:mt-227{
    margin-top: 227px;
  }

  .xl\:mr-227{
    margin-right: 227px;
  }

  .xl\:mb-227{
    margin-bottom: 227px;
  }

  .xl\:ml-227{
    margin-left: 227px;
  }

  .xl\:mt-250{
    margin-top: 250px;
  }

  .xl\:mr-250{
    margin-right: 250px;
  }

  .xl\:mb-250{
    margin-bottom: 250px;
  }

  .xl\:ml-250{
    margin-left: 250px;
  }

  .xl\:mt-256{
    margin-top: 256px;
  }

  .xl\:mr-256{
    margin-right: 256px;
  }

  .xl\:mb-256{
    margin-bottom: 256px;
  }

  .xl\:ml-256{
    margin-left: 256px;
  }

  .xl\:mt-270{
    margin-top: 270px;
  }

  .xl\:mr-270{
    margin-right: 270px;
  }

  .xl\:mb-270{
    margin-bottom: 270px;
  }

  .xl\:ml-270{
    margin-left: 270px;
  }

  .xl\:mt-288{
    margin-top: 288px;
  }

  .xl\:mr-288{
    margin-right: 288px;
  }

  .xl\:mb-288{
    margin-bottom: 288px;
  }

  .xl\:ml-288{
    margin-left: 288px;
  }

  .xl\:mt-304{
    margin-top: 304px;
  }

  .xl\:mr-304{
    margin-right: 304px;
  }

  .xl\:mb-304{
    margin-bottom: 304px;
  }

  .xl\:ml-304{
    margin-left: 304px;
  }

  .xl\:mt-314{
    margin-top: 314px;
  }

  .xl\:mr-314{
    margin-right: 314px;
  }

  .xl\:mb-314{
    margin-bottom: 314px;
  }

  .xl\:ml-314{
    margin-left: 314px;
  }

  .xl\:mt-320{
    margin-top: 320px;
  }

  .xl\:mr-320{
    margin-right: 320px;
  }

  .xl\:mb-320{
    margin-bottom: 320px;
  }

  .xl\:ml-320{
    margin-left: 320px;
  }

  .xl\:mt-352{
    margin-top: 352px;
  }

  .xl\:mr-352{
    margin-right: 352px;
  }

  .xl\:mb-352{
    margin-bottom: 352px;
  }

  .xl\:ml-352{
    margin-left: 352px;
  }

  .xl\:mt-384{
    margin-top: 384px;
  }

  .xl\:mr-384{
    margin-right: 384px;
  }

  .xl\:mb-384{
    margin-bottom: 384px;
  }

  .xl\:ml-384{
    margin-left: 384px;
  }

  .xl\:mt-416{
    margin-top: 416px;
  }

  .xl\:mr-416{
    margin-right: 416px;
  }

  .xl\:mb-416{
    margin-bottom: 416px;
  }

  .xl\:ml-416{
    margin-left: 416px;
  }

  .xl\:mt-448{
    margin-top: 448px;
  }

  .xl\:mr-448{
    margin-right: 448px;
  }

  .xl\:mb-448{
    margin-bottom: 448px;
  }

  .xl\:ml-448{
    margin-left: 448px;
  }

  .xl\:mt-480{
    margin-top: 480px;
  }

  .xl\:mr-480{
    margin-right: 480px;
  }

  .xl\:mb-480{
    margin-bottom: 480px;
  }

  .xl\:ml-480{
    margin-left: 480px;
  }

  .xl\:mt-512{
    margin-top: 512px;
  }

  .xl\:mr-512{
    margin-right: 512px;
  }

  .xl\:mb-512{
    margin-bottom: 512px;
  }

  .xl\:ml-512{
    margin-left: 512px;
  }

  .xl\:mt-576{
    margin-top: 576px;
  }

  .xl\:mr-576{
    margin-right: 576px;
  }

  .xl\:mb-576{
    margin-bottom: 576px;
  }

  .xl\:ml-576{
    margin-left: 576px;
  }

  .xl\:mt-612{
    margin-top: 612px;
  }

  .xl\:mr-612{
    margin-right: 612px;
  }

  .xl\:mb-612{
    margin-bottom: 612px;
  }

  .xl\:ml-612{
    margin-left: 612px;
  }

  .xl\:mt-640{
    margin-top: 640px;
  }

  .xl\:mr-640{
    margin-right: 640px;
  }

  .xl\:mb-640{
    margin-bottom: 640px;
  }

  .xl\:ml-640{
    margin-left: 640px;
  }

  .xl\:mt-768{
    margin-top: 768px;
  }

  .xl\:mr-768{
    margin-right: 768px;
  }

  .xl\:mb-768{
    margin-bottom: 768px;
  }

  .xl\:ml-768{
    margin-left: 768px;
  }

  .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-200{
    margin-top: -200px;
  }

  .xl\:-mr-200{
    margin-right: -200px;
  }

  .xl\:-mb-200{
    margin-bottom: -200px;
  }

  .xl\:-ml-200{
    margin-left: -200px;
  }

  .xl\:-mt-170{
    margin-top: -170px;
  }

  .xl\:-mr-170{
    margin-right: -170px;
  }

  .xl\:-mb-170{
    margin-bottom: -170px;
  }

  .xl\:-ml-170{
    margin-left: -170px;
  }

  .xl\:-mt-120{
    margin-top: -120px;
  }

  .xl\:-mr-120{
    margin-right: -120px;
  }

  .xl\:-mb-120{
    margin-bottom: -120px;
  }

  .xl\:-ml-120{
    margin-left: -120px;
  }

  .xl\:-mt-100{
    margin-top: -100px;
  }

  .xl\:-mr-100{
    margin-right: -100px;
  }

  .xl\:-mb-100{
    margin-bottom: -100px;
  }

  .xl\:-ml-100{
    margin-left: -100px;
  }

  .xl\:-mt-50{
    margin-top: -50px;
  }

  .xl\:-mr-50{
    margin-right: -50px;
  }

  .xl\:-mb-50{
    margin-bottom: -50px;
  }

  .xl\:-ml-50{
    margin-left: -50px;
  }

  .xl\:-mt-45{
    margin-top: -45px;
  }

  .xl\:-mr-45{
    margin-right: -45px;
  }

  .xl\:-mb-45{
    margin-bottom: -45px;
  }

  .xl\:-ml-45{
    margin-left: -45px;
  }

  .xl\:-mt-3{
    margin-top: -3px;
  }

  .xl\:-mr-3{
    margin-right: -3px;
  }

  .xl\:-mb-3{
    margin-bottom: -3px;
  }

  .xl\:-ml-3{
    margin-left: -3px;
  }

  .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-20p{
    margin-top: 20%;
  }

  .xl\:mr-20p{
    margin-right: 20%;
  }

  .xl\:mb-20p{
    margin-bottom: 20%;
  }

  .xl\:ml-20p{
    margin-left: 20%;
  }

  .xl\:mt-40p{
    margin-top: 40%;
  }

  .xl\:mr-40p{
    margin-right: 40%;
  }

  .xl\:mb-40p{
    margin-bottom: 40%;
  }

  .xl\:ml-40p{
    margin-left: 40%;
  }

  .xl\:mt-49p{
    margin-top: 49%;
  }

  .xl\:mr-49p{
    margin-right: 49%;
  }

  .xl\:mb-49p{
    margin-bottom: 49%;
  }

  .xl\:ml-49p{
    margin-left: 49%;
  }

  .xl\:mt-52p{
    margin-top: 52%;
  }

  .xl\:mr-52p{
    margin-right: 52%;
  }

  .xl\:mb-52p{
    margin-bottom: 52%;
  }

  .xl\:ml-52p{
    margin-left: 52%;
  }

  .xl\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .xl\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .xl\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .xl\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .xl\:mt-60p{
    margin-top: 60%;
  }

  .xl\:mr-60p{
    margin-right: 60%;
  }

  .xl\:mb-60p{
    margin-bottom: 60%;
  }

  .xl\:ml-60p{
    margin-left: 60%;
  }

  .xl\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .xl\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .xl\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .xl\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .xl\:mt-80p{
    margin-top: 80%;
  }

  .xl\:mr-80p{
    margin-right: 80%;
  }

  .xl\:mb-80p{
    margin-bottom: 80%;
  }

  .xl\:ml-80p{
    margin-left: 80%;
  }

  .xl\:mt-90p{
    margin-top: 90%;
  }

  .xl\:mr-90p{
    margin-right: 90%;
  }

  .xl\:mb-90p{
    margin-bottom: 90%;
  }

  .xl\:ml-90p{
    margin-left: 90%;
  }

  .xl\:mt-95p{
    margin-top: 95%;
  }

  .xl\:mr-95p{
    margin-right: 95%;
  }

  .xl\:mb-95p{
    margin-bottom: 95%;
  }

  .xl\:ml-95p{
    margin-left: 95%;
  }

  .xl\:mt-100p{
    margin-top: 100%;
  }

  .xl\:mr-100p{
    margin-right: 100%;
  }

  .xl\:mb-100p{
    margin-bottom: 100%;
  }

  .xl\:ml-100p{
    margin-left: 100%;
  }

  .xl\:mt-110p{
    margin-top: 110%;
  }

  .xl\:mr-110p{
    margin-right: 110%;
  }

  .xl\:mb-110p{
    margin-bottom: 110%;
  }

  .xl\:ml-110p{
    margin-left: 110%;
  }

  .xl\:-mt-0{
    margin-top: 0px;
  }

  .xl\:-mr-0{
    margin-right: 0px;
  }

  .xl\:-mb-0{
    margin-bottom: 0px;
  }

  .xl\:-ml-0{
    margin-left: 0px;
  }

  .xl\:-mt-2{
    margin-top: -2px;
  }

  .xl\:-mr-2{
    margin-right: -2px;
  }

  .xl\:-mb-2{
    margin-bottom: -2px;
  }

  .xl\:-ml-2{
    margin-left: -2px;
  }

  .xl\:-mt-4{
    margin-top: -4px;
  }

  .xl\:-mr-4{
    margin-right: -4px;
  }

  .xl\:-mb-4{
    margin-bottom: -4px;
  }

  .xl\:-ml-4{
    margin-left: -4px;
  }

  .xl\:-mt-5{
    margin-top: -5px;
  }

  .xl\:-mr-5{
    margin-right: -5px;
  }

  .xl\:-mb-5{
    margin-bottom: -5px;
  }

  .xl\:-ml-5{
    margin-left: -5px;
  }

  .xl\:-mt-7{
    margin-top: -7px;
  }

  .xl\:-mr-7{
    margin-right: -7px;
  }

  .xl\:-mb-7{
    margin-bottom: -7px;
  }

  .xl\:-ml-7{
    margin-left: -7px;
  }

  .xl\:-mt-8{
    margin-top: -8px;
  }

  .xl\:-mr-8{
    margin-right: -8px;
  }

  .xl\:-mb-8{
    margin-bottom: -8px;
  }

  .xl\:-ml-8{
    margin-left: -8px;
  }

  .xl\:-mt-10{
    margin-top: -10px;
  }

  .xl\:-mr-10{
    margin-right: -10px;
  }

  .xl\:-mb-10{
    margin-bottom: -10px;
  }

  .xl\:-ml-10{
    margin-left: -10px;
  }

  .xl\:-mt-11{
    margin-top: -11px;
  }

  .xl\:-mr-11{
    margin-right: -11px;
  }

  .xl\:-mb-11{
    margin-bottom: -11px;
  }

  .xl\:-ml-11{
    margin-left: -11px;
  }

  .xl\:-mt-12{
    margin-top: -12px;
  }

  .xl\:-mr-12{
    margin-right: -12px;
  }

  .xl\:-mb-12{
    margin-bottom: -12px;
  }

  .xl\:-ml-12{
    margin-left: -12px;
  }

  .xl\:-mt-13{
    margin-top: -13px;
  }

  .xl\:-mr-13{
    margin-right: -13px;
  }

  .xl\:-mb-13{
    margin-bottom: -13px;
  }

  .xl\:-ml-13{
    margin-left: -13px;
  }

  .xl\:-mt-15{
    margin-top: -15px;
  }

  .xl\:-mr-15{
    margin-right: -15px;
  }

  .xl\:-mb-15{
    margin-bottom: -15px;
  }

  .xl\:-ml-15{
    margin-left: -15px;
  }

  .xl\:-mt-16{
    margin-top: -16px;
  }

  .xl\:-mr-16{
    margin-right: -16px;
  }

  .xl\:-mb-16{
    margin-bottom: -16px;
  }

  .xl\:-ml-16{
    margin-left: -16px;
  }

  .xl\:-mt-18{
    margin-top: -18px;
  }

  .xl\:-mr-18{
    margin-right: -18px;
  }

  .xl\:-mb-18{
    margin-bottom: -18px;
  }

  .xl\:-ml-18{
    margin-left: -18px;
  }

  .xl\:-mt-20{
    margin-top: -20px;
  }

  .xl\:-mr-20{
    margin-right: -20px;
  }

  .xl\:-mb-20{
    margin-bottom: -20px;
  }

  .xl\:-ml-20{
    margin-left: -20px;
  }

  .xl\:-mt-24{
    margin-top: -24px;
  }

  .xl\:-mr-24{
    margin-right: -24px;
  }

  .xl\:-mb-24{
    margin-bottom: -24px;
  }

  .xl\:-ml-24{
    margin-left: -24px;
  }

  .xl\:-mt-28{
    margin-top: -28px;
  }

  .xl\:-mr-28{
    margin-right: -28px;
  }

  .xl\:-mb-28{
    margin-bottom: -28px;
  }

  .xl\:-ml-28{
    margin-left: -28px;
  }

  .xl\:-mt-29{
    margin-top: -29px;
  }

  .xl\:-mr-29{
    margin-right: -29px;
  }

  .xl\:-mb-29{
    margin-bottom: -29px;
  }

  .xl\:-ml-29{
    margin-left: -29px;
  }

  .xl\:-mt-30{
    margin-top: -30px;
  }

  .xl\:-mr-30{
    margin-right: -30px;
  }

  .xl\:-mb-30{
    margin-bottom: -30px;
  }

  .xl\:-ml-30{
    margin-left: -30px;
  }

  .xl\:-mt-32{
    margin-top: -32px;
  }

  .xl\:-mr-32{
    margin-right: -32px;
  }

  .xl\:-mb-32{
    margin-bottom: -32px;
  }

  .xl\:-ml-32{
    margin-left: -32px;
  }

  .xl\:-mt-34{
    margin-top: -34px;
  }

  .xl\:-mr-34{
    margin-right: -34px;
  }

  .xl\:-mb-34{
    margin-bottom: -34px;
  }

  .xl\:-ml-34{
    margin-left: -34px;
  }

  .xl\:-mt-36{
    margin-top: -36px;
  }

  .xl\:-mr-36{
    margin-right: -36px;
  }

  .xl\:-mb-36{
    margin-bottom: -36px;
  }

  .xl\:-ml-36{
    margin-left: -36px;
  }

  .xl\:-mt-40{
    margin-top: -40px;
  }

  .xl\:-mr-40{
    margin-right: -40px;
  }

  .xl\:-mb-40{
    margin-bottom: -40px;
  }

  .xl\:-ml-40{
    margin-left: -40px;
  }

  .xl\:-mt-48{
    margin-top: -48px;
  }

  .xl\:-mr-48{
    margin-right: -48px;
  }

  .xl\:-mb-48{
    margin-bottom: -48px;
  }

  .xl\:-ml-48{
    margin-left: -48px;
  }

  .xl\:-mt-56{
    margin-top: -56px;
  }

  .xl\:-mr-56{
    margin-right: -56px;
  }

  .xl\:-mb-56{
    margin-bottom: -56px;
  }

  .xl\:-ml-56{
    margin-left: -56px;
  }

  .xl\:-mt-60{
    margin-top: -60px;
  }

  .xl\:-mr-60{
    margin-right: -60px;
  }

  .xl\:-mb-60{
    margin-bottom: -60px;
  }

  .xl\:-ml-60{
    margin-left: -60px;
  }

  .xl\:-mt-64{
    margin-top: -64px;
  }

  .xl\:-mr-64{
    margin-right: -64px;
  }

  .xl\:-mb-64{
    margin-bottom: -64px;
  }

  .xl\:-ml-64{
    margin-left: -64px;
  }

  .xl\:-mt-70{
    margin-top: -70px;
  }

  .xl\:-mr-70{
    margin-right: -70px;
  }

  .xl\:-mb-70{
    margin-bottom: -70px;
  }

  .xl\:-ml-70{
    margin-left: -70px;
  }

  .xl\:-mt-72{
    margin-top: -72px;
  }

  .xl\:-mr-72{
    margin-right: -72px;
  }

  .xl\:-mb-72{
    margin-bottom: -72px;
  }

  .xl\:-ml-72{
    margin-left: -72px;
  }

  .xl\:-mt-80{
    margin-top: -80px;
  }

  .xl\:-mr-80{
    margin-right: -80px;
  }

  .xl\:-mb-80{
    margin-bottom: -80px;
  }

  .xl\:-ml-80{
    margin-left: -80px;
  }

  .xl\:-mt-88{
    margin-top: -88px;
  }

  .xl\:-mr-88{
    margin-right: -88px;
  }

  .xl\:-mb-88{
    margin-bottom: -88px;
  }

  .xl\:-ml-88{
    margin-left: -88px;
  }

  .xl\:-mt-90{
    margin-top: -90px;
  }

  .xl\:-mr-90{
    margin-right: -90px;
  }

  .xl\:-mb-90{
    margin-bottom: -90px;
  }

  .xl\:-ml-90{
    margin-left: -90px;
  }

  .xl\:-mt-96{
    margin-top: -96px;
  }

  .xl\:-mr-96{
    margin-right: -96px;
  }

  .xl\:-mb-96{
    margin-bottom: -96px;
  }

  .xl\:-ml-96{
    margin-left: -96px;
  }

  .xl\:-mt-112{
    margin-top: -112px;
  }

  .xl\:-mr-112{
    margin-right: -112px;
  }

  .xl\:-mb-112{
    margin-bottom: -112px;
  }

  .xl\:-ml-112{
    margin-left: -112px;
  }

  .xl\:-mt-128{
    margin-top: -128px;
  }

  .xl\:-mr-128{
    margin-right: -128px;
  }

  .xl\:-mb-128{
    margin-bottom: -128px;
  }

  .xl\:-ml-128{
    margin-left: -128px;
  }

  .xl\:-mt-135{
    margin-top: -135px;
  }

  .xl\:-mr-135{
    margin-right: -135px;
  }

  .xl\:-mb-135{
    margin-bottom: -135px;
  }

  .xl\:-ml-135{
    margin-left: -135px;
  }

  .xl\:-mt-145{
    margin-top: -145px;
  }

  .xl\:-mr-145{
    margin-right: -145px;
  }

  .xl\:-mb-145{
    margin-bottom: -145px;
  }

  .xl\:-ml-145{
    margin-left: -145px;
  }

  .xl\:-mt-155{
    margin-top: -155px;
  }

  .xl\:-mr-155{
    margin-right: -155px;
  }

  .xl\:-mb-155{
    margin-bottom: -155px;
  }

  .xl\:-ml-155{
    margin-left: -155px;
  }

  .xl\:-mt-160{
    margin-top: -160px;
  }

  .xl\:-mr-160{
    margin-right: -160px;
  }

  .xl\:-mb-160{
    margin-bottom: -160px;
  }

  .xl\:-ml-160{
    margin-left: -160px;
  }

  .xl\:-mt-192{
    margin-top: -192px;
  }

  .xl\:-mr-192{
    margin-right: -192px;
  }

  .xl\:-mb-192{
    margin-bottom: -192px;
  }

  .xl\:-ml-192{
    margin-left: -192px;
  }

  .xl\:-mt-224{
    margin-top: -224px;
  }

  .xl\:-mr-224{
    margin-right: -224px;
  }

  .xl\:-mb-224{
    margin-bottom: -224px;
  }

  .xl\:-ml-224{
    margin-left: -224px;
  }

  .xl\:-mt-227{
    margin-top: -227px;
  }

  .xl\:-mr-227{
    margin-right: -227px;
  }

  .xl\:-mb-227{
    margin-bottom: -227px;
  }

  .xl\:-ml-227{
    margin-left: -227px;
  }

  .xl\:-mt-250{
    margin-top: -250px;
  }

  .xl\:-mr-250{
    margin-right: -250px;
  }

  .xl\:-mb-250{
    margin-bottom: -250px;
  }

  .xl\:-ml-250{
    margin-left: -250px;
  }

  .xl\:-mt-256{
    margin-top: -256px;
  }

  .xl\:-mr-256{
    margin-right: -256px;
  }

  .xl\:-mb-256{
    margin-bottom: -256px;
  }

  .xl\:-ml-256{
    margin-left: -256px;
  }

  .xl\:-mt-270{
    margin-top: -270px;
  }

  .xl\:-mr-270{
    margin-right: -270px;
  }

  .xl\:-mb-270{
    margin-bottom: -270px;
  }

  .xl\:-ml-270{
    margin-left: -270px;
  }

  .xl\:-mt-288{
    margin-top: -288px;
  }

  .xl\:-mr-288{
    margin-right: -288px;
  }

  .xl\:-mb-288{
    margin-bottom: -288px;
  }

  .xl\:-ml-288{
    margin-left: -288px;
  }

  .xl\:-mt-304{
    margin-top: -304px;
  }

  .xl\:-mr-304{
    margin-right: -304px;
  }

  .xl\:-mb-304{
    margin-bottom: -304px;
  }

  .xl\:-ml-304{
    margin-left: -304px;
  }

  .xl\:-mt-314{
    margin-top: -314px;
  }

  .xl\:-mr-314{
    margin-right: -314px;
  }

  .xl\:-mb-314{
    margin-bottom: -314px;
  }

  .xl\:-ml-314{
    margin-left: -314px;
  }

  .xl\:-mt-320{
    margin-top: -320px;
  }

  .xl\:-mr-320{
    margin-right: -320px;
  }

  .xl\:-mb-320{
    margin-bottom: -320px;
  }

  .xl\:-ml-320{
    margin-left: -320px;
  }

  .xl\:-mt-352{
    margin-top: -352px;
  }

  .xl\:-mr-352{
    margin-right: -352px;
  }

  .xl\:-mb-352{
    margin-bottom: -352px;
  }

  .xl\:-ml-352{
    margin-left: -352px;
  }

  .xl\:-mt-384{
    margin-top: -384px;
  }

  .xl\:-mr-384{
    margin-right: -384px;
  }

  .xl\:-mb-384{
    margin-bottom: -384px;
  }

  .xl\:-ml-384{
    margin-left: -384px;
  }

  .xl\:-mt-416{
    margin-top: -416px;
  }

  .xl\:-mr-416{
    margin-right: -416px;
  }

  .xl\:-mb-416{
    margin-bottom: -416px;
  }

  .xl\:-ml-416{
    margin-left: -416px;
  }

  .xl\:-mt-448{
    margin-top: -448px;
  }

  .xl\:-mr-448{
    margin-right: -448px;
  }

  .xl\:-mb-448{
    margin-bottom: -448px;
  }

  .xl\:-ml-448{
    margin-left: -448px;
  }

  .xl\:-mt-480{
    margin-top: -480px;
  }

  .xl\:-mr-480{
    margin-right: -480px;
  }

  .xl\:-mb-480{
    margin-bottom: -480px;
  }

  .xl\:-ml-480{
    margin-left: -480px;
  }

  .xl\:-mt-512{
    margin-top: -512px;
  }

  .xl\:-mr-512{
    margin-right: -512px;
  }

  .xl\:-mb-512{
    margin-bottom: -512px;
  }

  .xl\:-ml-512{
    margin-left: -512px;
  }

  .xl\:-mt-576{
    margin-top: -576px;
  }

  .xl\:-mr-576{
    margin-right: -576px;
  }

  .xl\:-mb-576{
    margin-bottom: -576px;
  }

  .xl\:-ml-576{
    margin-left: -576px;
  }

  .xl\:-mt-612{
    margin-top: -612px;
  }

  .xl\:-mr-612{
    margin-right: -612px;
  }

  .xl\:-mb-612{
    margin-bottom: -612px;
  }

  .xl\:-ml-612{
    margin-left: -612px;
  }

  .xl\:-mt-640{
    margin-top: -640px;
  }

  .xl\:-mr-640{
    margin-right: -640px;
  }

  .xl\:-mb-640{
    margin-bottom: -640px;
  }

  .xl\:-ml-640{
    margin-left: -640px;
  }

  .xl\:-mt-768{
    margin-top: -768px;
  }

  .xl\:-mr-768{
    margin-right: -768px;
  }

  .xl\:-mb-768{
    margin-bottom: -768px;
  }

  .xl\:-ml-768{
    margin-left: -768px;
  }

  .xl\:-mt--200{
    margin-top: 200px;
  }

  .xl\:-mr--200{
    margin-right: 200px;
  }

  .xl\:-mb--200{
    margin-bottom: 200px;
  }

  .xl\:-ml--200{
    margin-left: 200px;
  }

  .xl\:-mt--170{
    margin-top: 170px;
  }

  .xl\:-mr--170{
    margin-right: 170px;
  }

  .xl\:-mb--170{
    margin-bottom: 170px;
  }

  .xl\:-ml--170{
    margin-left: 170px;
  }

  .xl\:-mt--120{
    margin-top: 120px;
  }

  .xl\:-mr--120{
    margin-right: 120px;
  }

  .xl\:-mb--120{
    margin-bottom: 120px;
  }

  .xl\:-ml--120{
    margin-left: 120px;
  }

  .xl\:-mt--100{
    margin-top: 100px;
  }

  .xl\:-mr--100{
    margin-right: 100px;
  }

  .xl\:-mb--100{
    margin-bottom: 100px;
  }

  .xl\:-ml--100{
    margin-left: 100px;
  }

  .xl\:-mt--50{
    margin-top: 50px;
  }

  .xl\:-mr--50{
    margin-right: 50px;
  }

  .xl\:-mb--50{
    margin-bottom: 50px;
  }

  .xl\:-ml--50{
    margin-left: 50px;
  }

  .xl\:-mt--45{
    margin-top: 45px;
  }

  .xl\:-mr--45{
    margin-right: 45px;
  }

  .xl\:-mb--45{
    margin-bottom: 45px;
  }

  .xl\:-ml--45{
    margin-left: 45px;
  }

  .xl\:-mt--3{
    margin-top: 3px;
  }

  .xl\:-mr--3{
    margin-right: 3px;
  }

  .xl\:-mb--3{
    margin-bottom: 3px;
  }

  .xl\:-ml--3{
    margin-left: 3px;
  }

  .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-20p{
    margin-top: -20%;
  }

  .xl\:-mr-20p{
    margin-right: -20%;
  }

  .xl\:-mb-20p{
    margin-bottom: -20%;
  }

  .xl\:-ml-20p{
    margin-left: -20%;
  }

  .xl\:-mt-40p{
    margin-top: -40%;
  }

  .xl\:-mr-40p{
    margin-right: -40%;
  }

  .xl\:-mb-40p{
    margin-bottom: -40%;
  }

  .xl\:-ml-40p{
    margin-left: -40%;
  }

  .xl\:-mt-49p{
    margin-top: -49%;
  }

  .xl\:-mr-49p{
    margin-right: -49%;
  }

  .xl\:-mb-49p{
    margin-bottom: -49%;
  }

  .xl\:-ml-49p{
    margin-left: -49%;
  }

  .xl\:-mt-52p{
    margin-top: -52%;
  }

  .xl\:-mr-52p{
    margin-right: -52%;
  }

  .xl\:-mb-52p{
    margin-bottom: -52%;
  }

  .xl\:-ml-52p{
    margin-left: -52%;
  }

  .xl\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .xl\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .xl\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .xl\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .xl\:-mt-60p{
    margin-top: -60%;
  }

  .xl\:-mr-60p{
    margin-right: -60%;
  }

  .xl\:-mb-60p{
    margin-bottom: -60%;
  }

  .xl\:-ml-60p{
    margin-left: -60%;
  }

  .xl\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .xl\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .xl\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .xl\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .xl\:-mt-80p{
    margin-top: -80%;
  }

  .xl\:-mr-80p{
    margin-right: -80%;
  }

  .xl\:-mb-80p{
    margin-bottom: -80%;
  }

  .xl\:-ml-80p{
    margin-left: -80%;
  }

  .xl\:-mt-90p{
    margin-top: -90%;
  }

  .xl\:-mr-90p{
    margin-right: -90%;
  }

  .xl\:-mb-90p{
    margin-bottom: -90%;
  }

  .xl\:-ml-90p{
    margin-left: -90%;
  }

  .xl\:-mt-95p{
    margin-top: -95%;
  }

  .xl\:-mr-95p{
    margin-right: -95%;
  }

  .xl\:-mb-95p{
    margin-bottom: -95%;
  }

  .xl\:-ml-95p{
    margin-left: -95%;
  }

  .xl\:-mt-100p{
    margin-top: -100%;
  }

  .xl\:-mr-100p{
    margin-right: -100%;
  }

  .xl\:-mb-100p{
    margin-bottom: -100%;
  }

  .xl\:-ml-100p{
    margin-left: -100%;
  }

  .xl\:-mt-110p{
    margin-top: -110%;
  }

  .xl\:-mr-110p{
    margin-right: -110%;
  }

  .xl\:-mb-110p{
    margin-bottom: -110%;
  }

  .xl\:-ml-110p{
    margin-left: -110%;
  }

  .xl\:max-h-0{
    max-height: 0px;
  }

  .xl\:max-h-2{
    max-height: 2px;
  }

  .xl\:max-h-4{
    max-height: 4px;
  }

  .xl\:max-h-5{
    max-height: 5px;
  }

  .xl\:max-h-7{
    max-height: 7px;
  }

  .xl\:max-h-8{
    max-height: 8px;
  }

  .xl\:max-h-10{
    max-height: 10px;
  }

  .xl\:max-h-11{
    max-height: 11px;
  }

  .xl\:max-h-12{
    max-height: 12px;
  }

  .xl\:max-h-13{
    max-height: 13px;
  }

  .xl\:max-h-15{
    max-height: 15px;
  }

  .xl\:max-h-16{
    max-height: 16px;
  }

  .xl\:max-h-18{
    max-height: 18px;
  }

  .xl\:max-h-20{
    max-height: 20px;
  }

  .xl\:max-h-24{
    max-height: 24px;
  }

  .xl\:max-h-28{
    max-height: 28px;
  }

  .xl\:max-h-29{
    max-height: 29px;
  }

  .xl\:max-h-30{
    max-height: 30px;
  }

  .xl\:max-h-32{
    max-height: 32px;
  }

  .xl\:max-h-34{
    max-height: 34px;
  }

  .xl\:max-h-36{
    max-height: 36px;
  }

  .xl\:max-h-40{
    max-height: 40px;
  }

  .xl\:max-h-48{
    max-height: 48px;
  }

  .xl\:max-h-50{
    max-height: 50px;
  }

  .xl\:max-h-56{
    max-height: 56px;
  }

  .xl\:max-h-60{
    max-height: 60px;
  }

  .xl\:max-h-64{
    max-height: 64px;
  }

  .xl\:max-h-70{
    max-height: 70px;
  }

  .xl\:max-h-72{
    max-height: 72px;
  }

  .xl\:max-h-80{
    max-height: 80px;
  }

  .xl\:max-h-88{
    max-height: 88px;
  }

  .xl\:max-h-90{
    max-height: 90px;
  }

  .xl\:max-h-96{
    max-height: 96px;
  }

  .xl\:max-h-100{
    max-height: 100px;
  }

  .xl\:max-h-112{
    max-height: 112px;
  }

  .xl\:max-h-128{
    max-height: 128px;
  }

  .xl\:max-h-135{
    max-height: 135px;
  }

  .xl\:max-h-145{
    max-height: 145px;
  }

  .xl\:max-h-155{
    max-height: 155px;
  }

  .xl\:max-h-160{
    max-height: 160px;
  }

  .xl\:max-h-192{
    max-height: 192px;
  }

  .xl\:max-h-200{
    max-height: 200px;
  }

  .xl\:max-h-224{
    max-height: 224px;
  }

  .xl\:max-h-227{
    max-height: 227px;
  }

  .xl\:max-h-250{
    max-height: 250px;
  }

  .xl\:max-h-256{
    max-height: 256px;
  }

  .xl\:max-h-270{
    max-height: 270px;
  }

  .xl\:max-h-288{
    max-height: 288px;
  }

  .xl\:max-h-304{
    max-height: 304px;
  }

  .xl\:max-h-314{
    max-height: 314px;
  }

  .xl\:max-h-320{
    max-height: 320px;
  }

  .xl\:max-h-352{
    max-height: 352px;
  }

  .xl\:max-h-384{
    max-height: 384px;
  }

  .xl\:max-h-416{
    max-height: 416px;
  }

  .xl\:max-h-448{
    max-height: 448px;
  }

  .xl\:max-h-480{
    max-height: 480px;
  }

  .xl\:max-h-512{
    max-height: 512px;
  }

  .xl\:max-h-576{
    max-height: 576px;
  }

  .xl\:max-h-612{
    max-height: 612px;
  }

  .xl\:max-h-640{
    max-height: 640px;
  }

  .xl\:max-h-768{
    max-height: 768px;
  }

  .xl\:-max-h-200{
    max-height: -200px;
  }

  .xl\:-max-h-170{
    max-height: -170px;
  }

  .xl\:-max-h-120{
    max-height: -120px;
  }

  .xl\:-max-h-100{
    max-height: -100px;
  }

  .xl\:-max-h-50{
    max-height: -50px;
  }

  .xl\:-max-h-45{
    max-height: -45px;
  }

  .xl\:-max-h-3{
    max-height: -3px;
  }

  .xl\:max-h-px{
    max-height: 1px;
  }

  .xl\:max-h-20p{
    max-height: 20%;
  }

  .xl\:max-h-40p{
    max-height: 40%;
  }

  .xl\:max-h-49p{
    max-height: 49%;
  }

  .xl\:max-h-52p{
    max-height: 52%;
  }

  .xl\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .xl\:max-h-60p{
    max-height: 60%;
  }

  .xl\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .xl\:max-h-80p{
    max-height: 80%;
  }

  .xl\:max-h-90p{
    max-height: 90%;
  }

  .xl\:max-h-95p{
    max-height: 95%;
  }

  .xl\:max-h-100p{
    max-height: 100%;
  }

  .xl\:max-h-110p{
    max-height: 110%;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xl\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .xl\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .xl\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .xl\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .xl\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .xl\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .xl\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .xl\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .xl\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .xl\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .xl\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .xl\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .xl\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .xl\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .xl\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .xl\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .xl\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .xl\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .xl\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .xl\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .xl\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .xl\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .xl\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .xl\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .xl\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .xl\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .xl\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .xl\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .xl\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .xl\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .xl\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .xl\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .xl\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .xl\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .xl\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .xl\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .xl\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .xl\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .xl\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .xl\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .xl\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .xl\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .xl\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .xl\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .xl\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .xl\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .xl\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .xl\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .xl\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .xl\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .xl\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .xl\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .xl\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .xl\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .xl\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .xl\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .xl\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .xl\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .xl\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .xl\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .xl\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .xl\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .xl\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .xl\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .xl\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .xl\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .xl\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .xl\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .xl\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .xl\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .xl\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .xl\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .xl\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .xl\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .xl\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .xl\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .xl\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .xl\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .xl\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .xl\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .xl\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .xl\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .xl\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .xl\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xl\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl\:max-w-0{
    max-width: 0rem;
  }

  .xl\:max-w-30{
    max-width: 30px;
  }

  .xl\:max-w-40{
    max-width: 40px;
  }

  .xl\:max-w-45{
    max-width: 45px;
  }

  .xl\:max-w-50{
    max-width: 50px;
  }

  .xl\:max-w-60{
    max-width: 60px;
  }

  .xl\:max-w-80{
    max-width: 80px;
  }

  .xl\:max-w-92{
    max-width: 92px;
  }

  .xl\:max-w-100{
    max-width: 100px;
  }

  .xl\:max-w-132{
    max-width: 132px;
  }

  .xl\:max-w-172{
    max-width: 172px;
  }

  .xl\:max-w-200{
    max-width: 200px;
  }

  .xl\:max-w-235{
    max-width: 235px;
  }

  .xl\:max-w-250{
    max-width: 250px;
  }

  .xl\:max-w-270{
    max-width: 270px;
  }

  .xl\:max-w-300{
    max-width: 300px;
  }

  .xl\:max-w-380{
    max-width: 380px;
  }

  .xl\:max-w-480{
    max-width: 480px;
  }

  .xl\:max-w-540{
    max-width: 540px;
  }

  .xl\:max-w-570{
    max-width: 570px;
  }

  .xl\:max-w-600{
    max-width: 600px;
  }

  .xl\:max-w-740{
    max-width: 740px;
  }

  .xl\:max-w-770{
    max-width: 770px;
  }

  .xl\:max-w-900{
    max-width: 900px;
  }

  .xl\:max-w-970{
    max-width: 970px;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose{
    max-width: 65ch;
  }

  .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: 1260px;
  }

  .xl\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0px;
  }

  .xl\:min-w-220{
    min-width: 220px;
  }

  .xl\:min-w-300{
    min-width: 300px;
  }

  .xl\:min-w-430{
    min-width: 430px;
  }

  .xl\:min-w-500{
    min-width: 500px;
  }

  .xl\:min-w-1024{
    min-width: 1024px;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .xl\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .xl\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .xl\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .xl\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .xl\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .xl\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .xl\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .xl\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-5{
    opacity: 0.05;
  }

  .xl\:opacity-10{
    opacity: 0.1;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-60{
    opacity: 0.6;
  }

  .xl\:opacity-70{
    opacity: 0.7;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.8;
  }

  .xl\:opacity-90{
    opacity: 0.9;
  }

  .xl\:opacity-95{
    opacity: 0.95;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\: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: 0px;
  }

  .xl\:p-2{
    padding: 2px;
  }

  .xl\:p-4{
    padding: 4px;
  }

  .xl\:p-5{
    padding: 5px;
  }

  .xl\:p-7{
    padding: 7px;
  }

  .xl\:p-8{
    padding: 8px;
  }

  .xl\:p-10{
    padding: 10px;
  }

  .xl\:p-11{
    padding: 11px;
  }

  .xl\:p-12{
    padding: 12px;
  }

  .xl\:p-13{
    padding: 13px;
  }

  .xl\:p-15{
    padding: 15px;
  }

  .xl\:p-16{
    padding: 16px;
  }

  .xl\:p-18{
    padding: 18px;
  }

  .xl\:p-20{
    padding: 20px;
  }

  .xl\:p-24{
    padding: 24px;
  }

  .xl\:p-28{
    padding: 28px;
  }

  .xl\:p-29{
    padding: 29px;
  }

  .xl\:p-30{
    padding: 30px;
  }

  .xl\:p-32{
    padding: 32px;
  }

  .xl\:p-34{
    padding: 34px;
  }

  .xl\:p-36{
    padding: 36px;
  }

  .xl\:p-40{
    padding: 40px;
  }

  .xl\:p-48{
    padding: 48px;
  }

  .xl\:p-50{
    padding: 50px;
  }

  .xl\:p-56{
    padding: 56px;
  }

  .xl\:p-60{
    padding: 60px;
  }

  .xl\:p-64{
    padding: 64px;
  }

  .xl\:p-70{
    padding: 70px;
  }

  .xl\:p-72{
    padding: 72px;
  }

  .xl\:p-80{
    padding: 80px;
  }

  .xl\:p-88{
    padding: 88px;
  }

  .xl\:p-90{
    padding: 90px;
  }

  .xl\:p-96{
    padding: 96px;
  }

  .xl\:p-100{
    padding: 100px;
  }

  .xl\:p-112{
    padding: 112px;
  }

  .xl\:p-128{
    padding: 128px;
  }

  .xl\:p-135{
    padding: 135px;
  }

  .xl\:p-145{
    padding: 145px;
  }

  .xl\:p-155{
    padding: 155px;
  }

  .xl\:p-160{
    padding: 160px;
  }

  .xl\:p-192{
    padding: 192px;
  }

  .xl\:p-200{
    padding: 200px;
  }

  .xl\:p-224{
    padding: 224px;
  }

  .xl\:p-227{
    padding: 227px;
  }

  .xl\:p-250{
    padding: 250px;
  }

  .xl\:p-256{
    padding: 256px;
  }

  .xl\:p-270{
    padding: 270px;
  }

  .xl\:p-288{
    padding: 288px;
  }

  .xl\:p-304{
    padding: 304px;
  }

  .xl\:p-314{
    padding: 314px;
  }

  .xl\:p-320{
    padding: 320px;
  }

  .xl\:p-352{
    padding: 352px;
  }

  .xl\:p-384{
    padding: 384px;
  }

  .xl\:p-416{
    padding: 416px;
  }

  .xl\:p-448{
    padding: 448px;
  }

  .xl\:p-480{
    padding: 480px;
  }

  .xl\:p-512{
    padding: 512px;
  }

  .xl\:p-576{
    padding: 576px;
  }

  .xl\:p-612{
    padding: 612px;
  }

  .xl\:p-640{
    padding: 640px;
  }

  .xl\:p-768{
    padding: 768px;
  }

  .xl\:-p-200{
    padding: -200px;
  }

  .xl\:-p-170{
    padding: -170px;
  }

  .xl\:-p-120{
    padding: -120px;
  }

  .xl\:-p-100{
    padding: -100px;
  }

  .xl\:-p-50{
    padding: -50px;
  }

  .xl\:-p-45{
    padding: -45px;
  }

  .xl\:-p-3{
    padding: -3px;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-20p{
    padding: 20%;
  }

  .xl\:p-40p{
    padding: 40%;
  }

  .xl\:p-49p{
    padding: 49%;
  }

  .xl\:p-52p{
    padding: 52%;
  }

  .xl\:p-53\.5p{
    padding: 53.5%;
  }

  .xl\:p-60p{
    padding: 60%;
  }

  .xl\:p-71\.5p{
    padding: 71.5%;
  }

  .xl\:p-80p{
    padding: 80%;
  }

  .xl\:p-90p{
    padding: 90%;
  }

  .xl\:p-95p{
    padding: 95%;
  }

  .xl\:p-100p{
    padding: 100%;
  }

  .xl\:p-110p{
    padding: 110%;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xl\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .xl\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .xl\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xl\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .xl\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .xl\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .xl\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .xl\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .xl\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xl\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .xl\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xl\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .xl\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xl\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .xl\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .xl\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .xl\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xl\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .xl\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .xl\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .xl\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .xl\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .xl\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .xl\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .xl\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .xl\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .xl\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .xl\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .xl\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .xl\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .xl\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .xl\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .xl\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .xl\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xl\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .xl\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .xl\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .xl\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .xl\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .xl\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .xl\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .xl\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .xl\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .xl\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .xl\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .xl\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .xl\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .xl\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .xl\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .xl\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .xl\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .xl\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .xl\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .xl\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .xl\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .xl\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .xl\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .xl\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .xl\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .xl\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .xl\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .xl\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .xl\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .xl\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .xl\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .xl\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .xl\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .xl\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .xl\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xl\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .xl\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .xl\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .xl\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .xl\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .xl\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .xl\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .xl\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .xl\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pt-2{
    padding-top: 2px;
  }

  .xl\:pr-2{
    padding-right: 2px;
  }

  .xl\:pb-2{
    padding-bottom: 2px;
  }

  .xl\:pl-2{
    padding-left: 2px;
  }

  .xl\:pt-4{
    padding-top: 4px;
  }

  .xl\:pr-4{
    padding-right: 4px;
  }

  .xl\:pb-4{
    padding-bottom: 4px;
  }

  .xl\:pl-4{
    padding-left: 4px;
  }

  .xl\:pt-5{
    padding-top: 5px;
  }

  .xl\:pr-5{
    padding-right: 5px;
  }

  .xl\:pb-5{
    padding-bottom: 5px;
  }

  .xl\:pl-5{
    padding-left: 5px;
  }

  .xl\:pt-7{
    padding-top: 7px;
  }

  .xl\:pr-7{
    padding-right: 7px;
  }

  .xl\:pb-7{
    padding-bottom: 7px;
  }

  .xl\:pl-7{
    padding-left: 7px;
  }

  .xl\:pt-8{
    padding-top: 8px;
  }

  .xl\:pr-8{
    padding-right: 8px;
  }

  .xl\:pb-8{
    padding-bottom: 8px;
  }

  .xl\:pl-8{
    padding-left: 8px;
  }

  .xl\:pt-10{
    padding-top: 10px;
  }

  .xl\:pr-10{
    padding-right: 10px;
  }

  .xl\:pb-10{
    padding-bottom: 10px;
  }

  .xl\:pl-10{
    padding-left: 10px;
  }

  .xl\:pt-11{
    padding-top: 11px;
  }

  .xl\:pr-11{
    padding-right: 11px;
  }

  .xl\:pb-11{
    padding-bottom: 11px;
  }

  .xl\:pl-11{
    padding-left: 11px;
  }

  .xl\:pt-12{
    padding-top: 12px;
  }

  .xl\:pr-12{
    padding-right: 12px;
  }

  .xl\:pb-12{
    padding-bottom: 12px;
  }

  .xl\:pl-12{
    padding-left: 12px;
  }

  .xl\:pt-13{
    padding-top: 13px;
  }

  .xl\:pr-13{
    padding-right: 13px;
  }

  .xl\:pb-13{
    padding-bottom: 13px;
  }

  .xl\:pl-13{
    padding-left: 13px;
  }

  .xl\:pt-15{
    padding-top: 15px;
  }

  .xl\:pr-15{
    padding-right: 15px;
  }

  .xl\:pb-15{
    padding-bottom: 15px;
  }

  .xl\:pl-15{
    padding-left: 15px;
  }

  .xl\:pt-16{
    padding-top: 16px;
  }

  .xl\:pr-16{
    padding-right: 16px;
  }

  .xl\:pb-16{
    padding-bottom: 16px;
  }

  .xl\:pl-16{
    padding-left: 16px;
  }

  .xl\:pt-18{
    padding-top: 18px;
  }

  .xl\:pr-18{
    padding-right: 18px;
  }

  .xl\:pb-18{
    padding-bottom: 18px;
  }

  .xl\:pl-18{
    padding-left: 18px;
  }

  .xl\:pt-20{
    padding-top: 20px;
  }

  .xl\:pr-20{
    padding-right: 20px;
  }

  .xl\:pb-20{
    padding-bottom: 20px;
  }

  .xl\:pl-20{
    padding-left: 20px;
  }

  .xl\:pt-24{
    padding-top: 24px;
  }

  .xl\:pr-24{
    padding-right: 24px;
  }

  .xl\:pb-24{
    padding-bottom: 24px;
  }

  .xl\:pl-24{
    padding-left: 24px;
  }

  .xl\:pt-28{
    padding-top: 28px;
  }

  .xl\:pr-28{
    padding-right: 28px;
  }

  .xl\:pb-28{
    padding-bottom: 28px;
  }

  .xl\:pl-28{
    padding-left: 28px;
  }

  .xl\:pt-29{
    padding-top: 29px;
  }

  .xl\:pr-29{
    padding-right: 29px;
  }

  .xl\:pb-29{
    padding-bottom: 29px;
  }

  .xl\:pl-29{
    padding-left: 29px;
  }

  .xl\:pt-30{
    padding-top: 30px;
  }

  .xl\:pr-30{
    padding-right: 30px;
  }

  .xl\:pb-30{
    padding-bottom: 30px;
  }

  .xl\:pl-30{
    padding-left: 30px;
  }

  .xl\:pt-32{
    padding-top: 32px;
  }

  .xl\:pr-32{
    padding-right: 32px;
  }

  .xl\:pb-32{
    padding-bottom: 32px;
  }

  .xl\:pl-32{
    padding-left: 32px;
  }

  .xl\:pt-34{
    padding-top: 34px;
  }

  .xl\:pr-34{
    padding-right: 34px;
  }

  .xl\:pb-34{
    padding-bottom: 34px;
  }

  .xl\:pl-34{
    padding-left: 34px;
  }

  .xl\:pt-36{
    padding-top: 36px;
  }

  .xl\:pr-36{
    padding-right: 36px;
  }

  .xl\:pb-36{
    padding-bottom: 36px;
  }

  .xl\:pl-36{
    padding-left: 36px;
  }

  .xl\:pt-40{
    padding-top: 40px;
  }

  .xl\:pr-40{
    padding-right: 40px;
  }

  .xl\:pb-40{
    padding-bottom: 40px;
  }

  .xl\:pl-40{
    padding-left: 40px;
  }

  .xl\:pt-48{
    padding-top: 48px;
  }

  .xl\:pr-48{
    padding-right: 48px;
  }

  .xl\:pb-48{
    padding-bottom: 48px;
  }

  .xl\:pl-48{
    padding-left: 48px;
  }

  .xl\:pt-50{
    padding-top: 50px;
  }

  .xl\:pr-50{
    padding-right: 50px;
  }

  .xl\:pb-50{
    padding-bottom: 50px;
  }

  .xl\:pl-50{
    padding-left: 50px;
  }

  .xl\:pt-56{
    padding-top: 56px;
  }

  .xl\:pr-56{
    padding-right: 56px;
  }

  .xl\:pb-56{
    padding-bottom: 56px;
  }

  .xl\:pl-56{
    padding-left: 56px;
  }

  .xl\:pt-60{
    padding-top: 60px;
  }

  .xl\:pr-60{
    padding-right: 60px;
  }

  .xl\:pb-60{
    padding-bottom: 60px;
  }

  .xl\:pl-60{
    padding-left: 60px;
  }

  .xl\:pt-64{
    padding-top: 64px;
  }

  .xl\:pr-64{
    padding-right: 64px;
  }

  .xl\:pb-64{
    padding-bottom: 64px;
  }

  .xl\:pl-64{
    padding-left: 64px;
  }

  .xl\:pt-70{
    padding-top: 70px;
  }

  .xl\:pr-70{
    padding-right: 70px;
  }

  .xl\:pb-70{
    padding-bottom: 70px;
  }

  .xl\:pl-70{
    padding-left: 70px;
  }

  .xl\:pt-72{
    padding-top: 72px;
  }

  .xl\:pr-72{
    padding-right: 72px;
  }

  .xl\:pb-72{
    padding-bottom: 72px;
  }

  .xl\:pl-72{
    padding-left: 72px;
  }

  .xl\:pt-80{
    padding-top: 80px;
  }

  .xl\:pr-80{
    padding-right: 80px;
  }

  .xl\:pb-80{
    padding-bottom: 80px;
  }

  .xl\:pl-80{
    padding-left: 80px;
  }

  .xl\:pt-88{
    padding-top: 88px;
  }

  .xl\:pr-88{
    padding-right: 88px;
  }

  .xl\:pb-88{
    padding-bottom: 88px;
  }

  .xl\:pl-88{
    padding-left: 88px;
  }

  .xl\:pt-90{
    padding-top: 90px;
  }

  .xl\:pr-90{
    padding-right: 90px;
  }

  .xl\:pb-90{
    padding-bottom: 90px;
  }

  .xl\:pl-90{
    padding-left: 90px;
  }

  .xl\:pt-96{
    padding-top: 96px;
  }

  .xl\:pr-96{
    padding-right: 96px;
  }

  .xl\:pb-96{
    padding-bottom: 96px;
  }

  .xl\:pl-96{
    padding-left: 96px;
  }

  .xl\:pt-100{
    padding-top: 100px;
  }

  .xl\:pr-100{
    padding-right: 100px;
  }

  .xl\:pb-100{
    padding-bottom: 100px;
  }

  .xl\:pl-100{
    padding-left: 100px;
  }

  .xl\:pt-112{
    padding-top: 112px;
  }

  .xl\:pr-112{
    padding-right: 112px;
  }

  .xl\:pb-112{
    padding-bottom: 112px;
  }

  .xl\:pl-112{
    padding-left: 112px;
  }

  .xl\:pt-128{
    padding-top: 128px;
  }

  .xl\:pr-128{
    padding-right: 128px;
  }

  .xl\:pb-128{
    padding-bottom: 128px;
  }

  .xl\:pl-128{
    padding-left: 128px;
  }

  .xl\:pt-135{
    padding-top: 135px;
  }

  .xl\:pr-135{
    padding-right: 135px;
  }

  .xl\:pb-135{
    padding-bottom: 135px;
  }

  .xl\:pl-135{
    padding-left: 135px;
  }

  .xl\:pt-145{
    padding-top: 145px;
  }

  .xl\:pr-145{
    padding-right: 145px;
  }

  .xl\:pb-145{
    padding-bottom: 145px;
  }

  .xl\:pl-145{
    padding-left: 145px;
  }

  .xl\:pt-155{
    padding-top: 155px;
  }

  .xl\:pr-155{
    padding-right: 155px;
  }

  .xl\:pb-155{
    padding-bottom: 155px;
  }

  .xl\:pl-155{
    padding-left: 155px;
  }

  .xl\:pt-160{
    padding-top: 160px;
  }

  .xl\:pr-160{
    padding-right: 160px;
  }

  .xl\:pb-160{
    padding-bottom: 160px;
  }

  .xl\:pl-160{
    padding-left: 160px;
  }

  .xl\:pt-192{
    padding-top: 192px;
  }

  .xl\:pr-192{
    padding-right: 192px;
  }

  .xl\:pb-192{
    padding-bottom: 192px;
  }

  .xl\:pl-192{
    padding-left: 192px;
  }

  .xl\:pt-200{
    padding-top: 200px;
  }

  .xl\:pr-200{
    padding-right: 200px;
  }

  .xl\:pb-200{
    padding-bottom: 200px;
  }

  .xl\:pl-200{
    padding-left: 200px;
  }

  .xl\:pt-224{
    padding-top: 224px;
  }

  .xl\:pr-224{
    padding-right: 224px;
  }

  .xl\:pb-224{
    padding-bottom: 224px;
  }

  .xl\:pl-224{
    padding-left: 224px;
  }

  .xl\:pt-227{
    padding-top: 227px;
  }

  .xl\:pr-227{
    padding-right: 227px;
  }

  .xl\:pb-227{
    padding-bottom: 227px;
  }

  .xl\:pl-227{
    padding-left: 227px;
  }

  .xl\:pt-250{
    padding-top: 250px;
  }

  .xl\:pr-250{
    padding-right: 250px;
  }

  .xl\:pb-250{
    padding-bottom: 250px;
  }

  .xl\:pl-250{
    padding-left: 250px;
  }

  .xl\:pt-256{
    padding-top: 256px;
  }

  .xl\:pr-256{
    padding-right: 256px;
  }

  .xl\:pb-256{
    padding-bottom: 256px;
  }

  .xl\:pl-256{
    padding-left: 256px;
  }

  .xl\:pt-270{
    padding-top: 270px;
  }

  .xl\:pr-270{
    padding-right: 270px;
  }

  .xl\:pb-270{
    padding-bottom: 270px;
  }

  .xl\:pl-270{
    padding-left: 270px;
  }

  .xl\:pt-288{
    padding-top: 288px;
  }

  .xl\:pr-288{
    padding-right: 288px;
  }

  .xl\:pb-288{
    padding-bottom: 288px;
  }

  .xl\:pl-288{
    padding-left: 288px;
  }

  .xl\:pt-304{
    padding-top: 304px;
  }

  .xl\:pr-304{
    padding-right: 304px;
  }

  .xl\:pb-304{
    padding-bottom: 304px;
  }

  .xl\:pl-304{
    padding-left: 304px;
  }

  .xl\:pt-314{
    padding-top: 314px;
  }

  .xl\:pr-314{
    padding-right: 314px;
  }

  .xl\:pb-314{
    padding-bottom: 314px;
  }

  .xl\:pl-314{
    padding-left: 314px;
  }

  .xl\:pt-320{
    padding-top: 320px;
  }

  .xl\:pr-320{
    padding-right: 320px;
  }

  .xl\:pb-320{
    padding-bottom: 320px;
  }

  .xl\:pl-320{
    padding-left: 320px;
  }

  .xl\:pt-352{
    padding-top: 352px;
  }

  .xl\:pr-352{
    padding-right: 352px;
  }

  .xl\:pb-352{
    padding-bottom: 352px;
  }

  .xl\:pl-352{
    padding-left: 352px;
  }

  .xl\:pt-384{
    padding-top: 384px;
  }

  .xl\:pr-384{
    padding-right: 384px;
  }

  .xl\:pb-384{
    padding-bottom: 384px;
  }

  .xl\:pl-384{
    padding-left: 384px;
  }

  .xl\:pt-416{
    padding-top: 416px;
  }

  .xl\:pr-416{
    padding-right: 416px;
  }

  .xl\:pb-416{
    padding-bottom: 416px;
  }

  .xl\:pl-416{
    padding-left: 416px;
  }

  .xl\:pt-448{
    padding-top: 448px;
  }

  .xl\:pr-448{
    padding-right: 448px;
  }

  .xl\:pb-448{
    padding-bottom: 448px;
  }

  .xl\:pl-448{
    padding-left: 448px;
  }

  .xl\:pt-480{
    padding-top: 480px;
  }

  .xl\:pr-480{
    padding-right: 480px;
  }

  .xl\:pb-480{
    padding-bottom: 480px;
  }

  .xl\:pl-480{
    padding-left: 480px;
  }

  .xl\:pt-512{
    padding-top: 512px;
  }

  .xl\:pr-512{
    padding-right: 512px;
  }

  .xl\:pb-512{
    padding-bottom: 512px;
  }

  .xl\:pl-512{
    padding-left: 512px;
  }

  .xl\:pt-576{
    padding-top: 576px;
  }

  .xl\:pr-576{
    padding-right: 576px;
  }

  .xl\:pb-576{
    padding-bottom: 576px;
  }

  .xl\:pl-576{
    padding-left: 576px;
  }

  .xl\:pt-612{
    padding-top: 612px;
  }

  .xl\:pr-612{
    padding-right: 612px;
  }

  .xl\:pb-612{
    padding-bottom: 612px;
  }

  .xl\:pl-612{
    padding-left: 612px;
  }

  .xl\:pt-640{
    padding-top: 640px;
  }

  .xl\:pr-640{
    padding-right: 640px;
  }

  .xl\:pb-640{
    padding-bottom: 640px;
  }

  .xl\:pl-640{
    padding-left: 640px;
  }

  .xl\:pt-768{
    padding-top: 768px;
  }

  .xl\:pr-768{
    padding-right: 768px;
  }

  .xl\:pb-768{
    padding-bottom: 768px;
  }

  .xl\:pl-768{
    padding-left: 768px;
  }

  .xl\:-pt-200{
    padding-top: -200px;
  }

  .xl\:-pr-200{
    padding-right: -200px;
  }

  .xl\:-pb-200{
    padding-bottom: -200px;
  }

  .xl\:-pl-200{
    padding-left: -200px;
  }

  .xl\:-pt-170{
    padding-top: -170px;
  }

  .xl\:-pr-170{
    padding-right: -170px;
  }

  .xl\:-pb-170{
    padding-bottom: -170px;
  }

  .xl\:-pl-170{
    padding-left: -170px;
  }

  .xl\:-pt-120{
    padding-top: -120px;
  }

  .xl\:-pr-120{
    padding-right: -120px;
  }

  .xl\:-pb-120{
    padding-bottom: -120px;
  }

  .xl\:-pl-120{
    padding-left: -120px;
  }

  .xl\:-pt-100{
    padding-top: -100px;
  }

  .xl\:-pr-100{
    padding-right: -100px;
  }

  .xl\:-pb-100{
    padding-bottom: -100px;
  }

  .xl\:-pl-100{
    padding-left: -100px;
  }

  .xl\:-pt-50{
    padding-top: -50px;
  }

  .xl\:-pr-50{
    padding-right: -50px;
  }

  .xl\:-pb-50{
    padding-bottom: -50px;
  }

  .xl\:-pl-50{
    padding-left: -50px;
  }

  .xl\:-pt-45{
    padding-top: -45px;
  }

  .xl\:-pr-45{
    padding-right: -45px;
  }

  .xl\:-pb-45{
    padding-bottom: -45px;
  }

  .xl\:-pl-45{
    padding-left: -45px;
  }

  .xl\:-pt-3{
    padding-top: -3px;
  }

  .xl\:-pr-3{
    padding-right: -3px;
  }

  .xl\:-pb-3{
    padding-bottom: -3px;
  }

  .xl\:-pl-3{
    padding-left: -3px;
  }

  .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-20p{
    padding-top: 20%;
  }

  .xl\:pr-20p{
    padding-right: 20%;
  }

  .xl\:pb-20p{
    padding-bottom: 20%;
  }

  .xl\:pl-20p{
    padding-left: 20%;
  }

  .xl\:pt-40p{
    padding-top: 40%;
  }

  .xl\:pr-40p{
    padding-right: 40%;
  }

  .xl\:pb-40p{
    padding-bottom: 40%;
  }

  .xl\:pl-40p{
    padding-left: 40%;
  }

  .xl\:pt-49p{
    padding-top: 49%;
  }

  .xl\:pr-49p{
    padding-right: 49%;
  }

  .xl\:pb-49p{
    padding-bottom: 49%;
  }

  .xl\:pl-49p{
    padding-left: 49%;
  }

  .xl\:pt-52p{
    padding-top: 52%;
  }

  .xl\:pr-52p{
    padding-right: 52%;
  }

  .xl\:pb-52p{
    padding-bottom: 52%;
  }

  .xl\:pl-52p{
    padding-left: 52%;
  }

  .xl\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .xl\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .xl\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .xl\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .xl\:pt-60p{
    padding-top: 60%;
  }

  .xl\:pr-60p{
    padding-right: 60%;
  }

  .xl\:pb-60p{
    padding-bottom: 60%;
  }

  .xl\:pl-60p{
    padding-left: 60%;
  }

  .xl\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .xl\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .xl\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .xl\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .xl\:pt-80p{
    padding-top: 80%;
  }

  .xl\:pr-80p{
    padding-right: 80%;
  }

  .xl\:pb-80p{
    padding-bottom: 80%;
  }

  .xl\:pl-80p{
    padding-left: 80%;
  }

  .xl\:pt-90p{
    padding-top: 90%;
  }

  .xl\:pr-90p{
    padding-right: 90%;
  }

  .xl\:pb-90p{
    padding-bottom: 90%;
  }

  .xl\:pl-90p{
    padding-left: 90%;
  }

  .xl\:pt-95p{
    padding-top: 95%;
  }

  .xl\:pr-95p{
    padding-right: 95%;
  }

  .xl\:pb-95p{
    padding-bottom: 95%;
  }

  .xl\:pl-95p{
    padding-left: 95%;
  }

  .xl\:pt-100p{
    padding-top: 100%;
  }

  .xl\:pr-100p{
    padding-right: 100%;
  }

  .xl\:pb-100p{
    padding-bottom: 100%;
  }

  .xl\:pl-100p{
    padding-left: 100%;
  }

  .xl\:pt-110p{
    padding-top: 110%;
  }

  .xl\:pr-110p{
    padding-right: 110%;
  }

  .xl\:pb-110p{
    padding-bottom: 110%;
  }

  .xl\:pl-110p{
    padding-left: 110%;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .xl\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .xl\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xl\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .xl\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .xl\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .xl\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .xl\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .xl\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xl\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .xl\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xl\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .xl\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xl\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .xl\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .xl\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .xl\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xl\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xl\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .xl\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xl\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .xl\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xl\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .xl\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .xl\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .xl\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .xl\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .xl\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .xl\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .xl\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .xl\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .xl\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .xl\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .xl\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .xl\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .xl\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .xl\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .xl\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xl\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .xl\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .xl\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .xl\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .xl\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .xl\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .xl\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .xl\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .xl\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .xl\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .xl\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .xl\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .xl\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .xl\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .xl\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .xl\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .xl\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .xl\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xl\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .xl\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .xl\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .xl\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xl\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .xl\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .xl\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .xl\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xl\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .xl\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xl\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xl\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xl\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xl\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .xl\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xl\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .xl\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .xl\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .xl\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .xl\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .xl\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xl\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xl\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .xl\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xl\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xl\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xl\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .xl\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xl\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .xl\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .xl\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .xl\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .xl\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xl\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .xl\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xl\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .xl\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .xl\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .xl\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .xl\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .xl\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .xl\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .xl\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .xl\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .xl\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .xl\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .xl\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .xl\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .xl\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .xl\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .xl\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .xl\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .xl\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .xl\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .xl\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .xl\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .xl\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .xl\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .xl\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .xl\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .xl\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .xl\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .xl\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .xl\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .xl\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .xl\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .xl\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .xl\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .xl\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .xl\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .xl\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xl\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .xl\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xl\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .xl\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .xl\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .xl\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .xl\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .xl\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .xl\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xl\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .xl\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .xl\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .xl\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .xl\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .xl\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .xl\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .xl\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .xl\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .xl\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .xl\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .xl\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .xl\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .xl\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .xl\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .xl\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .xl\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .xl\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .xl\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .xl\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .xl\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .xl\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .xl\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .xl\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .xl\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .xl\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .xl\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .xl\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .xl\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .xl\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .xl\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .xl\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .xl\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .xl\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .xl\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .xl\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .xl\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .xl\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .xl\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .xl\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .xl\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .xl\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .xl\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .xl\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .xl\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .xl\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .xl\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .xl\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .xl\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .xl\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .xl\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .xl\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .xl\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .xl\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .xl\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .xl\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .xl\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .xl\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .xl\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .xl\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .xl\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .xl\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .xl\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .xl\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .xl\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .xl\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .xl\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .xl\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .xl\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .xl\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .xl\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .xl\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .xl\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .xl\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .xl\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .xl\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .xl\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .xl\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .xl\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .xl\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .xl\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .xl\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .xl\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .xl\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .xl\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .xl\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .xl\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .xl\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .xl\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .xl\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .xl\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .xl\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .xl\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .xl\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .xl\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .xl\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .xl\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .xl\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .xl\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .xl\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .xl\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .xl\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .xl\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .xl\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .xl\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .xl\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .xl\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .xl\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .xl\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .xl\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .xl\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .xl\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .xl\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .xl\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .xl\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .xl\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .xl\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .xl\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .xl\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .xl\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .xl\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .xl\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .xl\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .xl\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .xl\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .xl\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .xl\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .xl\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .xl\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .xl\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .xl\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .xl\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .xl\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .xl\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .xl\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .xl\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .xl\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .xl\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .xl\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .xl\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .xl\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .xl\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .xl\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .xl\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .xl\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .xl\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .xl\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .xl\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .xl\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .xl\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .xl\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .xl\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .xl\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .xl\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .xl\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .xl\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .xl\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .xl\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .xl\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .xl\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .xl\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .xl\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .xl\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .xl\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .xl\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .xl\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .xl\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .xl\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .xl\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .xl\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .xl\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .xl\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .xl\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .xl\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .xl\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .xl\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .xl\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .xl\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .xl\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .xl\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .xl\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .xl\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .xl\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .xl\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .xl\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .xl\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .xl\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .xl\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .xl\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .xl\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .xl\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .xl\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .xl\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .xl\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .xl\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .xl\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .xl\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .xl\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .xl\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .xl\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .xl\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .xl\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .xl\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .xl\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .xl\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .xl\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .xl\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .xl\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .xl\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .xl\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .xl\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .xl\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .xl\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .xl\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .xl\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .xl\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .xl\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .xl\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .xl\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .xl\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .xl\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .xl\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .xl\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .xl\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .xl\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .xl\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .xl\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .xl\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .xl\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .xl\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .xl\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .xl\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .xl\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .xl\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .xl\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .xl\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .xl\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .xl\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .xl\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .xl\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .xl\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .xl\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .xl\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .xl\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .xl\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .xl\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .xl\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .xl\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .xl\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .xl\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .xl\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .xl\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .xl\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .xl\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .xl\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .xl\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .xl\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .xl\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .xl\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .xl\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .xl\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .xl\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .xl\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .xl\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .xl\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .xl\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .xl\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .xl\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .xl\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .xl\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .xl\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .xl\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .xl\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .xl\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .xl\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .xl\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .xl\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .xl\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .xl\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .xl\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .xl\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .xl\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .xl\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .xl\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .xl\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .xl\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .xl\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .xl\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .xl\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .xl\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .xl\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .xl\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .xl\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .xl\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .xl\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .xl\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .xl\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .xl\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .xl\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .xl\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .xl\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .xl\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .xl\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .xl\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .xl\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:left-0{
    left: 0px;
  }

  .xl\:top-2{
    top: 2px;
  }

  .xl\:right-2{
    right: 2px;
  }

  .xl\:bottom-2{
    bottom: 2px;
  }

  .xl\:left-2{
    left: 2px;
  }

  .xl\:top-4{
    top: 4px;
  }

  .xl\:right-4{
    right: 4px;
  }

  .xl\:bottom-4{
    bottom: 4px;
  }

  .xl\:left-4{
    left: 4px;
  }

  .xl\:top-5{
    top: 5px;
  }

  .xl\:right-5{
    right: 5px;
  }

  .xl\:bottom-5{
    bottom: 5px;
  }

  .xl\:left-5{
    left: 5px;
  }

  .xl\:top-7{
    top: 7px;
  }

  .xl\:right-7{
    right: 7px;
  }

  .xl\:bottom-7{
    bottom: 7px;
  }

  .xl\:left-7{
    left: 7px;
  }

  .xl\:top-8{
    top: 8px;
  }

  .xl\:right-8{
    right: 8px;
  }

  .xl\:bottom-8{
    bottom: 8px;
  }

  .xl\:left-8{
    left: 8px;
  }

  .xl\:top-10{
    top: 10px;
  }

  .xl\:right-10{
    right: 10px;
  }

  .xl\:bottom-10{
    bottom: 10px;
  }

  .xl\:left-10{
    left: 10px;
  }

  .xl\:top-11{
    top: 11px;
  }

  .xl\:right-11{
    right: 11px;
  }

  .xl\:bottom-11{
    bottom: 11px;
  }

  .xl\:left-11{
    left: 11px;
  }

  .xl\:top-12{
    top: 12px;
  }

  .xl\:right-12{
    right: 12px;
  }

  .xl\:bottom-12{
    bottom: 12px;
  }

  .xl\:left-12{
    left: 12px;
  }

  .xl\:top-13{
    top: 13px;
  }

  .xl\:right-13{
    right: 13px;
  }

  .xl\:bottom-13{
    bottom: 13px;
  }

  .xl\:left-13{
    left: 13px;
  }

  .xl\:top-15{
    top: 15px;
  }

  .xl\:right-15{
    right: 15px;
  }

  .xl\:bottom-15{
    bottom: 15px;
  }

  .xl\:left-15{
    left: 15px;
  }

  .xl\:top-16{
    top: 16px;
  }

  .xl\:right-16{
    right: 16px;
  }

  .xl\:bottom-16{
    bottom: 16px;
  }

  .xl\:left-16{
    left: 16px;
  }

  .xl\:top-18{
    top: 18px;
  }

  .xl\:right-18{
    right: 18px;
  }

  .xl\:bottom-18{
    bottom: 18px;
  }

  .xl\:left-18{
    left: 18px;
  }

  .xl\:top-20{
    top: 20px;
  }

  .xl\:right-20{
    right: 20px;
  }

  .xl\:bottom-20{
    bottom: 20px;
  }

  .xl\:left-20{
    left: 20px;
  }

  .xl\:top-24{
    top: 24px;
  }

  .xl\:right-24{
    right: 24px;
  }

  .xl\:bottom-24{
    bottom: 24px;
  }

  .xl\:left-24{
    left: 24px;
  }

  .xl\:top-28{
    top: 28px;
  }

  .xl\:right-28{
    right: 28px;
  }

  .xl\:bottom-28{
    bottom: 28px;
  }

  .xl\:left-28{
    left: 28px;
  }

  .xl\:top-29{
    top: 29px;
  }

  .xl\:right-29{
    right: 29px;
  }

  .xl\:bottom-29{
    bottom: 29px;
  }

  .xl\:left-29{
    left: 29px;
  }

  .xl\:top-30{
    top: 30px;
  }

  .xl\:right-30{
    right: 30px;
  }

  .xl\:bottom-30{
    bottom: 30px;
  }

  .xl\:left-30{
    left: 30px;
  }

  .xl\:top-32{
    top: 32px;
  }

  .xl\:right-32{
    right: 32px;
  }

  .xl\:bottom-32{
    bottom: 32px;
  }

  .xl\:left-32{
    left: 32px;
  }

  .xl\:top-34{
    top: 34px;
  }

  .xl\:right-34{
    right: 34px;
  }

  .xl\:bottom-34{
    bottom: 34px;
  }

  .xl\:left-34{
    left: 34px;
  }

  .xl\:top-36{
    top: 36px;
  }

  .xl\:right-36{
    right: 36px;
  }

  .xl\:bottom-36{
    bottom: 36px;
  }

  .xl\:left-36{
    left: 36px;
  }

  .xl\:top-40{
    top: 40px;
  }

  .xl\:right-40{
    right: 40px;
  }

  .xl\:bottom-40{
    bottom: 40px;
  }

  .xl\:left-40{
    left: 40px;
  }

  .xl\:top-48{
    top: 48px;
  }

  .xl\:right-48{
    right: 48px;
  }

  .xl\:bottom-48{
    bottom: 48px;
  }

  .xl\:left-48{
    left: 48px;
  }

  .xl\:top-50{
    top: 50px;
  }

  .xl\:right-50{
    right: 50px;
  }

  .xl\:bottom-50{
    bottom: 50px;
  }

  .xl\:left-50{
    left: 50px;
  }

  .xl\:top-56{
    top: 56px;
  }

  .xl\:right-56{
    right: 56px;
  }

  .xl\:bottom-56{
    bottom: 56px;
  }

  .xl\:left-56{
    left: 56px;
  }

  .xl\:top-60{
    top: 60px;
  }

  .xl\:right-60{
    right: 60px;
  }

  .xl\:bottom-60{
    bottom: 60px;
  }

  .xl\:left-60{
    left: 60px;
  }

  .xl\:top-64{
    top: 64px;
  }

  .xl\:right-64{
    right: 64px;
  }

  .xl\:bottom-64{
    bottom: 64px;
  }

  .xl\:left-64{
    left: 64px;
  }

  .xl\:top-70{
    top: 70px;
  }

  .xl\:right-70{
    right: 70px;
  }

  .xl\:bottom-70{
    bottom: 70px;
  }

  .xl\:left-70{
    left: 70px;
  }

  .xl\:top-72{
    top: 72px;
  }

  .xl\:right-72{
    right: 72px;
  }

  .xl\:bottom-72{
    bottom: 72px;
  }

  .xl\:left-72{
    left: 72px;
  }

  .xl\:top-80{
    top: 80px;
  }

  .xl\:right-80{
    right: 80px;
  }

  .xl\:bottom-80{
    bottom: 80px;
  }

  .xl\:left-80{
    left: 80px;
  }

  .xl\:top-88{
    top: 88px;
  }

  .xl\:right-88{
    right: 88px;
  }

  .xl\:bottom-88{
    bottom: 88px;
  }

  .xl\:left-88{
    left: 88px;
  }

  .xl\:top-90{
    top: 90px;
  }

  .xl\:right-90{
    right: 90px;
  }

  .xl\:bottom-90{
    bottom: 90px;
  }

  .xl\:left-90{
    left: 90px;
  }

  .xl\:top-96{
    top: 96px;
  }

  .xl\:right-96{
    right: 96px;
  }

  .xl\:bottom-96{
    bottom: 96px;
  }

  .xl\:left-96{
    left: 96px;
  }

  .xl\:top-100{
    top: 100px;
  }

  .xl\:right-100{
    right: 100px;
  }

  .xl\:bottom-100{
    bottom: 100px;
  }

  .xl\:left-100{
    left: 100px;
  }

  .xl\:top-112{
    top: 112px;
  }

  .xl\:right-112{
    right: 112px;
  }

  .xl\:bottom-112{
    bottom: 112px;
  }

  .xl\:left-112{
    left: 112px;
  }

  .xl\:top-128{
    top: 128px;
  }

  .xl\:right-128{
    right: 128px;
  }

  .xl\:bottom-128{
    bottom: 128px;
  }

  .xl\:left-128{
    left: 128px;
  }

  .xl\:top-135{
    top: 135px;
  }

  .xl\:right-135{
    right: 135px;
  }

  .xl\:bottom-135{
    bottom: 135px;
  }

  .xl\:left-135{
    left: 135px;
  }

  .xl\:top-145{
    top: 145px;
  }

  .xl\:right-145{
    right: 145px;
  }

  .xl\:bottom-145{
    bottom: 145px;
  }

  .xl\:left-145{
    left: 145px;
  }

  .xl\:top-155{
    top: 155px;
  }

  .xl\:right-155{
    right: 155px;
  }

  .xl\:bottom-155{
    bottom: 155px;
  }

  .xl\:left-155{
    left: 155px;
  }

  .xl\:top-160{
    top: 160px;
  }

  .xl\:right-160{
    right: 160px;
  }

  .xl\:bottom-160{
    bottom: 160px;
  }

  .xl\:left-160{
    left: 160px;
  }

  .xl\:top-192{
    top: 192px;
  }

  .xl\:right-192{
    right: 192px;
  }

  .xl\:bottom-192{
    bottom: 192px;
  }

  .xl\:left-192{
    left: 192px;
  }

  .xl\:top-200{
    top: 200px;
  }

  .xl\:right-200{
    right: 200px;
  }

  .xl\:bottom-200{
    bottom: 200px;
  }

  .xl\:left-200{
    left: 200px;
  }

  .xl\:top-224{
    top: 224px;
  }

  .xl\:right-224{
    right: 224px;
  }

  .xl\:bottom-224{
    bottom: 224px;
  }

  .xl\:left-224{
    left: 224px;
  }

  .xl\:top-227{
    top: 227px;
  }

  .xl\:right-227{
    right: 227px;
  }

  .xl\:bottom-227{
    bottom: 227px;
  }

  .xl\:left-227{
    left: 227px;
  }

  .xl\:top-250{
    top: 250px;
  }

  .xl\:right-250{
    right: 250px;
  }

  .xl\:bottom-250{
    bottom: 250px;
  }

  .xl\:left-250{
    left: 250px;
  }

  .xl\:top-256{
    top: 256px;
  }

  .xl\:right-256{
    right: 256px;
  }

  .xl\:bottom-256{
    bottom: 256px;
  }

  .xl\:left-256{
    left: 256px;
  }

  .xl\:top-270{
    top: 270px;
  }

  .xl\:right-270{
    right: 270px;
  }

  .xl\:bottom-270{
    bottom: 270px;
  }

  .xl\:left-270{
    left: 270px;
  }

  .xl\:top-288{
    top: 288px;
  }

  .xl\:right-288{
    right: 288px;
  }

  .xl\:bottom-288{
    bottom: 288px;
  }

  .xl\:left-288{
    left: 288px;
  }

  .xl\:top-304{
    top: 304px;
  }

  .xl\:right-304{
    right: 304px;
  }

  .xl\:bottom-304{
    bottom: 304px;
  }

  .xl\:left-304{
    left: 304px;
  }

  .xl\:top-314{
    top: 314px;
  }

  .xl\:right-314{
    right: 314px;
  }

  .xl\:bottom-314{
    bottom: 314px;
  }

  .xl\:left-314{
    left: 314px;
  }

  .xl\:top-320{
    top: 320px;
  }

  .xl\:right-320{
    right: 320px;
  }

  .xl\:bottom-320{
    bottom: 320px;
  }

  .xl\:left-320{
    left: 320px;
  }

  .xl\:top-352{
    top: 352px;
  }

  .xl\:right-352{
    right: 352px;
  }

  .xl\:bottom-352{
    bottom: 352px;
  }

  .xl\:left-352{
    left: 352px;
  }

  .xl\:top-384{
    top: 384px;
  }

  .xl\:right-384{
    right: 384px;
  }

  .xl\:bottom-384{
    bottom: 384px;
  }

  .xl\:left-384{
    left: 384px;
  }

  .xl\:top-416{
    top: 416px;
  }

  .xl\:right-416{
    right: 416px;
  }

  .xl\:bottom-416{
    bottom: 416px;
  }

  .xl\:left-416{
    left: 416px;
  }

  .xl\:top-448{
    top: 448px;
  }

  .xl\:right-448{
    right: 448px;
  }

  .xl\:bottom-448{
    bottom: 448px;
  }

  .xl\:left-448{
    left: 448px;
  }

  .xl\:top-480{
    top: 480px;
  }

  .xl\:right-480{
    right: 480px;
  }

  .xl\:bottom-480{
    bottom: 480px;
  }

  .xl\:left-480{
    left: 480px;
  }

  .xl\:top-512{
    top: 512px;
  }

  .xl\:right-512{
    right: 512px;
  }

  .xl\:bottom-512{
    bottom: 512px;
  }

  .xl\:left-512{
    left: 512px;
  }

  .xl\:top-576{
    top: 576px;
  }

  .xl\:right-576{
    right: 576px;
  }

  .xl\:bottom-576{
    bottom: 576px;
  }

  .xl\:left-576{
    left: 576px;
  }

  .xl\:top-612{
    top: 612px;
  }

  .xl\:right-612{
    right: 612px;
  }

  .xl\:bottom-612{
    bottom: 612px;
  }

  .xl\:left-612{
    left: 612px;
  }

  .xl\:top-640{
    top: 640px;
  }

  .xl\:right-640{
    right: 640px;
  }

  .xl\:bottom-640{
    bottom: 640px;
  }

  .xl\:left-640{
    left: 640px;
  }

  .xl\:top-768{
    top: 768px;
  }

  .xl\:right-768{
    right: 768px;
  }

  .xl\:bottom-768{
    bottom: 768px;
  }

  .xl\:left-768{
    left: 768px;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:-top-200{
    top: -200px;
  }

  .xl\:-right-200{
    right: -200px;
  }

  .xl\:-bottom-200{
    bottom: -200px;
  }

  .xl\:-left-200{
    left: -200px;
  }

  .xl\:-top-170{
    top: -170px;
  }

  .xl\:-right-170{
    right: -170px;
  }

  .xl\:-bottom-170{
    bottom: -170px;
  }

  .xl\:-left-170{
    left: -170px;
  }

  .xl\:-top-120{
    top: -120px;
  }

  .xl\:-right-120{
    right: -120px;
  }

  .xl\:-bottom-120{
    bottom: -120px;
  }

  .xl\:-left-120{
    left: -120px;
  }

  .xl\:-top-100{
    top: -100px;
  }

  .xl\:-right-100{
    right: -100px;
  }

  .xl\:-bottom-100{
    bottom: -100px;
  }

  .xl\:-left-100{
    left: -100px;
  }

  .xl\:-top-50{
    top: -50px;
  }

  .xl\:-right-50{
    right: -50px;
  }

  .xl\:-bottom-50{
    bottom: -50px;
  }

  .xl\:-left-50{
    left: -50px;
  }

  .xl\:-top-45{
    top: -45px;
  }

  .xl\:-right-45{
    right: -45px;
  }

  .xl\:-bottom-45{
    bottom: -45px;
  }

  .xl\:-left-45{
    left: -45px;
  }

  .xl\:-top-3{
    top: -3px;
  }

  .xl\:-right-3{
    right: -3px;
  }

  .xl\:-bottom-3{
    bottom: -3px;
  }

  .xl\:-left-3{
    left: -3px;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:right-px{
    right: 1px;
  }

  .xl\:bottom-px{
    bottom: 1px;
  }

  .xl\:left-px{
    left: 1px;
  }

  .xl\:top-20p{
    top: 20%;
  }

  .xl\:right-20p{
    right: 20%;
  }

  .xl\:bottom-20p{
    bottom: 20%;
  }

  .xl\:left-20p{
    left: 20%;
  }

  .xl\:top-40p{
    top: 40%;
  }

  .xl\:right-40p{
    right: 40%;
  }

  .xl\:bottom-40p{
    bottom: 40%;
  }

  .xl\:left-40p{
    left: 40%;
  }

  .xl\:top-49p{
    top: 49%;
  }

  .xl\:right-49p{
    right: 49%;
  }

  .xl\:bottom-49p{
    bottom: 49%;
  }

  .xl\:left-49p{
    left: 49%;
  }

  .xl\:top-52p{
    top: 52%;
  }

  .xl\:right-52p{
    right: 52%;
  }

  .xl\:bottom-52p{
    bottom: 52%;
  }

  .xl\:left-52p{
    left: 52%;
  }

  .xl\:top-53\.5p{
    top: 53.5%;
  }

  .xl\:right-53\.5p{
    right: 53.5%;
  }

  .xl\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .xl\:left-53\.5p{
    left: 53.5%;
  }

  .xl\:top-60p{
    top: 60%;
  }

  .xl\:right-60p{
    right: 60%;
  }

  .xl\:bottom-60p{
    bottom: 60%;
  }

  .xl\:left-60p{
    left: 60%;
  }

  .xl\:top-71\.5p{
    top: 71.5%;
  }

  .xl\:right-71\.5p{
    right: 71.5%;
  }

  .xl\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .xl\:left-71\.5p{
    left: 71.5%;
  }

  .xl\:top-80p{
    top: 80%;
  }

  .xl\:right-80p{
    right: 80%;
  }

  .xl\:bottom-80p{
    bottom: 80%;
  }

  .xl\:left-80p{
    left: 80%;
  }

  .xl\:top-90p{
    top: 90%;
  }

  .xl\:right-90p{
    right: 90%;
  }

  .xl\:bottom-90p{
    bottom: 90%;
  }

  .xl\:left-90p{
    left: 90%;
  }

  .xl\:top-95p{
    top: 95%;
  }

  .xl\:right-95p{
    right: 95%;
  }

  .xl\:bottom-95p{
    bottom: 95%;
  }

  .xl\:left-95p{
    left: 95%;
  }

  .xl\:top-100p{
    top: 100%;
  }

  .xl\:right-100p{
    right: 100%;
  }

  .xl\:bottom-100p{
    bottom: 100%;
  }

  .xl\:left-100p{
    left: 100%;
  }

  .xl\:top-110p{
    top: 110%;
  }

  .xl\:right-110p{
    right: 110%;
  }

  .xl\:bottom-110p{
    bottom: 110%;
  }

  .xl\:left-110p{
    left: 110%;
  }

  .xl\:-top-0{
    top: 0px;
  }

  .xl\:-right-0{
    right: 0px;
  }

  .xl\:-bottom-0{
    bottom: 0px;
  }

  .xl\:-left-0{
    left: 0px;
  }

  .xl\:-top-2{
    top: -2px;
  }

  .xl\:-right-2{
    right: -2px;
  }

  .xl\:-bottom-2{
    bottom: -2px;
  }

  .xl\:-left-2{
    left: -2px;
  }

  .xl\:-top-4{
    top: -4px;
  }

  .xl\:-right-4{
    right: -4px;
  }

  .xl\:-bottom-4{
    bottom: -4px;
  }

  .xl\:-left-4{
    left: -4px;
  }

  .xl\:-top-5{
    top: -5px;
  }

  .xl\:-right-5{
    right: -5px;
  }

  .xl\:-bottom-5{
    bottom: -5px;
  }

  .xl\:-left-5{
    left: -5px;
  }

  .xl\:-top-7{
    top: -7px;
  }

  .xl\:-right-7{
    right: -7px;
  }

  .xl\:-bottom-7{
    bottom: -7px;
  }

  .xl\:-left-7{
    left: -7px;
  }

  .xl\:-top-8{
    top: -8px;
  }

  .xl\:-right-8{
    right: -8px;
  }

  .xl\:-bottom-8{
    bottom: -8px;
  }

  .xl\:-left-8{
    left: -8px;
  }

  .xl\:-top-10{
    top: -10px;
  }

  .xl\:-right-10{
    right: -10px;
  }

  .xl\:-bottom-10{
    bottom: -10px;
  }

  .xl\:-left-10{
    left: -10px;
  }

  .xl\:-top-11{
    top: -11px;
  }

  .xl\:-right-11{
    right: -11px;
  }

  .xl\:-bottom-11{
    bottom: -11px;
  }

  .xl\:-left-11{
    left: -11px;
  }

  .xl\:-top-12{
    top: -12px;
  }

  .xl\:-right-12{
    right: -12px;
  }

  .xl\:-bottom-12{
    bottom: -12px;
  }

  .xl\:-left-12{
    left: -12px;
  }

  .xl\:-top-13{
    top: -13px;
  }

  .xl\:-right-13{
    right: -13px;
  }

  .xl\:-bottom-13{
    bottom: -13px;
  }

  .xl\:-left-13{
    left: -13px;
  }

  .xl\:-top-15{
    top: -15px;
  }

  .xl\:-right-15{
    right: -15px;
  }

  .xl\:-bottom-15{
    bottom: -15px;
  }

  .xl\:-left-15{
    left: -15px;
  }

  .xl\:-top-16{
    top: -16px;
  }

  .xl\:-right-16{
    right: -16px;
  }

  .xl\:-bottom-16{
    bottom: -16px;
  }

  .xl\:-left-16{
    left: -16px;
  }

  .xl\:-top-18{
    top: -18px;
  }

  .xl\:-right-18{
    right: -18px;
  }

  .xl\:-bottom-18{
    bottom: -18px;
  }

  .xl\:-left-18{
    left: -18px;
  }

  .xl\:-top-20{
    top: -20px;
  }

  .xl\:-right-20{
    right: -20px;
  }

  .xl\:-bottom-20{
    bottom: -20px;
  }

  .xl\:-left-20{
    left: -20px;
  }

  .xl\:-top-24{
    top: -24px;
  }

  .xl\:-right-24{
    right: -24px;
  }

  .xl\:-bottom-24{
    bottom: -24px;
  }

  .xl\:-left-24{
    left: -24px;
  }

  .xl\:-top-28{
    top: -28px;
  }

  .xl\:-right-28{
    right: -28px;
  }

  .xl\:-bottom-28{
    bottom: -28px;
  }

  .xl\:-left-28{
    left: -28px;
  }

  .xl\:-top-29{
    top: -29px;
  }

  .xl\:-right-29{
    right: -29px;
  }

  .xl\:-bottom-29{
    bottom: -29px;
  }

  .xl\:-left-29{
    left: -29px;
  }

  .xl\:-top-30{
    top: -30px;
  }

  .xl\:-right-30{
    right: -30px;
  }

  .xl\:-bottom-30{
    bottom: -30px;
  }

  .xl\:-left-30{
    left: -30px;
  }

  .xl\:-top-32{
    top: -32px;
  }

  .xl\:-right-32{
    right: -32px;
  }

  .xl\:-bottom-32{
    bottom: -32px;
  }

  .xl\:-left-32{
    left: -32px;
  }

  .xl\:-top-34{
    top: -34px;
  }

  .xl\:-right-34{
    right: -34px;
  }

  .xl\:-bottom-34{
    bottom: -34px;
  }

  .xl\:-left-34{
    left: -34px;
  }

  .xl\:-top-36{
    top: -36px;
  }

  .xl\:-right-36{
    right: -36px;
  }

  .xl\:-bottom-36{
    bottom: -36px;
  }

  .xl\:-left-36{
    left: -36px;
  }

  .xl\:-top-40{
    top: -40px;
  }

  .xl\:-right-40{
    right: -40px;
  }

  .xl\:-bottom-40{
    bottom: -40px;
  }

  .xl\:-left-40{
    left: -40px;
  }

  .xl\:-top-48{
    top: -48px;
  }

  .xl\:-right-48{
    right: -48px;
  }

  .xl\:-bottom-48{
    bottom: -48px;
  }

  .xl\:-left-48{
    left: -48px;
  }

  .xl\:-top-56{
    top: -56px;
  }

  .xl\:-right-56{
    right: -56px;
  }

  .xl\:-bottom-56{
    bottom: -56px;
  }

  .xl\:-left-56{
    left: -56px;
  }

  .xl\:-top-60{
    top: -60px;
  }

  .xl\:-right-60{
    right: -60px;
  }

  .xl\:-bottom-60{
    bottom: -60px;
  }

  .xl\:-left-60{
    left: -60px;
  }

  .xl\:-top-64{
    top: -64px;
  }

  .xl\:-right-64{
    right: -64px;
  }

  .xl\:-bottom-64{
    bottom: -64px;
  }

  .xl\:-left-64{
    left: -64px;
  }

  .xl\:-top-70{
    top: -70px;
  }

  .xl\:-right-70{
    right: -70px;
  }

  .xl\:-bottom-70{
    bottom: -70px;
  }

  .xl\:-left-70{
    left: -70px;
  }

  .xl\:-top-72{
    top: -72px;
  }

  .xl\:-right-72{
    right: -72px;
  }

  .xl\:-bottom-72{
    bottom: -72px;
  }

  .xl\:-left-72{
    left: -72px;
  }

  .xl\:-top-80{
    top: -80px;
  }

  .xl\:-right-80{
    right: -80px;
  }

  .xl\:-bottom-80{
    bottom: -80px;
  }

  .xl\:-left-80{
    left: -80px;
  }

  .xl\:-top-88{
    top: -88px;
  }

  .xl\:-right-88{
    right: -88px;
  }

  .xl\:-bottom-88{
    bottom: -88px;
  }

  .xl\:-left-88{
    left: -88px;
  }

  .xl\:-top-90{
    top: -90px;
  }

  .xl\:-right-90{
    right: -90px;
  }

  .xl\:-bottom-90{
    bottom: -90px;
  }

  .xl\:-left-90{
    left: -90px;
  }

  .xl\:-top-96{
    top: -96px;
  }

  .xl\:-right-96{
    right: -96px;
  }

  .xl\:-bottom-96{
    bottom: -96px;
  }

  .xl\:-left-96{
    left: -96px;
  }

  .xl\:-top-112{
    top: -112px;
  }

  .xl\:-right-112{
    right: -112px;
  }

  .xl\:-bottom-112{
    bottom: -112px;
  }

  .xl\:-left-112{
    left: -112px;
  }

  .xl\:-top-128{
    top: -128px;
  }

  .xl\:-right-128{
    right: -128px;
  }

  .xl\:-bottom-128{
    bottom: -128px;
  }

  .xl\:-left-128{
    left: -128px;
  }

  .xl\:-top-135{
    top: -135px;
  }

  .xl\:-right-135{
    right: -135px;
  }

  .xl\:-bottom-135{
    bottom: -135px;
  }

  .xl\:-left-135{
    left: -135px;
  }

  .xl\:-top-145{
    top: -145px;
  }

  .xl\:-right-145{
    right: -145px;
  }

  .xl\:-bottom-145{
    bottom: -145px;
  }

  .xl\:-left-145{
    left: -145px;
  }

  .xl\:-top-155{
    top: -155px;
  }

  .xl\:-right-155{
    right: -155px;
  }

  .xl\:-bottom-155{
    bottom: -155px;
  }

  .xl\:-left-155{
    left: -155px;
  }

  .xl\:-top-160{
    top: -160px;
  }

  .xl\:-right-160{
    right: -160px;
  }

  .xl\:-bottom-160{
    bottom: -160px;
  }

  .xl\:-left-160{
    left: -160px;
  }

  .xl\:-top-192{
    top: -192px;
  }

  .xl\:-right-192{
    right: -192px;
  }

  .xl\:-bottom-192{
    bottom: -192px;
  }

  .xl\:-left-192{
    left: -192px;
  }

  .xl\:-top-224{
    top: -224px;
  }

  .xl\:-right-224{
    right: -224px;
  }

  .xl\:-bottom-224{
    bottom: -224px;
  }

  .xl\:-left-224{
    left: -224px;
  }

  .xl\:-top-227{
    top: -227px;
  }

  .xl\:-right-227{
    right: -227px;
  }

  .xl\:-bottom-227{
    bottom: -227px;
  }

  .xl\:-left-227{
    left: -227px;
  }

  .xl\:-top-250{
    top: -250px;
  }

  .xl\:-right-250{
    right: -250px;
  }

  .xl\:-bottom-250{
    bottom: -250px;
  }

  .xl\:-left-250{
    left: -250px;
  }

  .xl\:-top-256{
    top: -256px;
  }

  .xl\:-right-256{
    right: -256px;
  }

  .xl\:-bottom-256{
    bottom: -256px;
  }

  .xl\:-left-256{
    left: -256px;
  }

  .xl\:-top-270{
    top: -270px;
  }

  .xl\:-right-270{
    right: -270px;
  }

  .xl\:-bottom-270{
    bottom: -270px;
  }

  .xl\:-left-270{
    left: -270px;
  }

  .xl\:-top-288{
    top: -288px;
  }

  .xl\:-right-288{
    right: -288px;
  }

  .xl\:-bottom-288{
    bottom: -288px;
  }

  .xl\:-left-288{
    left: -288px;
  }

  .xl\:-top-304{
    top: -304px;
  }

  .xl\:-right-304{
    right: -304px;
  }

  .xl\:-bottom-304{
    bottom: -304px;
  }

  .xl\:-left-304{
    left: -304px;
  }

  .xl\:-top-314{
    top: -314px;
  }

  .xl\:-right-314{
    right: -314px;
  }

  .xl\:-bottom-314{
    bottom: -314px;
  }

  .xl\:-left-314{
    left: -314px;
  }

  .xl\:-top-320{
    top: -320px;
  }

  .xl\:-right-320{
    right: -320px;
  }

  .xl\:-bottom-320{
    bottom: -320px;
  }

  .xl\:-left-320{
    left: -320px;
  }

  .xl\:-top-352{
    top: -352px;
  }

  .xl\:-right-352{
    right: -352px;
  }

  .xl\:-bottom-352{
    bottom: -352px;
  }

  .xl\:-left-352{
    left: -352px;
  }

  .xl\:-top-384{
    top: -384px;
  }

  .xl\:-right-384{
    right: -384px;
  }

  .xl\:-bottom-384{
    bottom: -384px;
  }

  .xl\:-left-384{
    left: -384px;
  }

  .xl\:-top-416{
    top: -416px;
  }

  .xl\:-right-416{
    right: -416px;
  }

  .xl\:-bottom-416{
    bottom: -416px;
  }

  .xl\:-left-416{
    left: -416px;
  }

  .xl\:-top-448{
    top: -448px;
  }

  .xl\:-right-448{
    right: -448px;
  }

  .xl\:-bottom-448{
    bottom: -448px;
  }

  .xl\:-left-448{
    left: -448px;
  }

  .xl\:-top-480{
    top: -480px;
  }

  .xl\:-right-480{
    right: -480px;
  }

  .xl\:-bottom-480{
    bottom: -480px;
  }

  .xl\:-left-480{
    left: -480px;
  }

  .xl\:-top-512{
    top: -512px;
  }

  .xl\:-right-512{
    right: -512px;
  }

  .xl\:-bottom-512{
    bottom: -512px;
  }

  .xl\:-left-512{
    left: -512px;
  }

  .xl\:-top-576{
    top: -576px;
  }

  .xl\:-right-576{
    right: -576px;
  }

  .xl\:-bottom-576{
    bottom: -576px;
  }

  .xl\:-left-576{
    left: -576px;
  }

  .xl\:-top-612{
    top: -612px;
  }

  .xl\:-right-612{
    right: -612px;
  }

  .xl\:-bottom-612{
    bottom: -612px;
  }

  .xl\:-left-612{
    left: -612px;
  }

  .xl\:-top-640{
    top: -640px;
  }

  .xl\:-right-640{
    right: -640px;
  }

  .xl\:-bottom-640{
    bottom: -640px;
  }

  .xl\:-left-640{
    left: -640px;
  }

  .xl\:-top-768{
    top: -768px;
  }

  .xl\:-right-768{
    right: -768px;
  }

  .xl\:-bottom-768{
    bottom: -768px;
  }

  .xl\:-left-768{
    left: -768px;
  }

  .xl\:-top--200{
    top: 200px;
  }

  .xl\:-right--200{
    right: 200px;
  }

  .xl\:-bottom--200{
    bottom: 200px;
  }

  .xl\:-left--200{
    left: 200px;
  }

  .xl\:-top--170{
    top: 170px;
  }

  .xl\:-right--170{
    right: 170px;
  }

  .xl\:-bottom--170{
    bottom: 170px;
  }

  .xl\:-left--170{
    left: 170px;
  }

  .xl\:-top--120{
    top: 120px;
  }

  .xl\:-right--120{
    right: 120px;
  }

  .xl\:-bottom--120{
    bottom: 120px;
  }

  .xl\:-left--120{
    left: 120px;
  }

  .xl\:-top--100{
    top: 100px;
  }

  .xl\:-right--100{
    right: 100px;
  }

  .xl\:-bottom--100{
    bottom: 100px;
  }

  .xl\:-left--100{
    left: 100px;
  }

  .xl\:-top--50{
    top: 50px;
  }

  .xl\:-right--50{
    right: 50px;
  }

  .xl\:-bottom--50{
    bottom: 50px;
  }

  .xl\:-left--50{
    left: 50px;
  }

  .xl\:-top--45{
    top: 45px;
  }

  .xl\:-right--45{
    right: 45px;
  }

  .xl\:-bottom--45{
    bottom: 45px;
  }

  .xl\:-left--45{
    left: 45px;
  }

  .xl\:-top--3{
    top: 3px;
  }

  .xl\:-right--3{
    right: 3px;
  }

  .xl\:-bottom--3{
    bottom: 3px;
  }

  .xl\:-left--3{
    left: 3px;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:-right-px{
    right: -1px;
  }

  .xl\:-bottom-px{
    bottom: -1px;
  }

  .xl\:-left-px{
    left: -1px;
  }

  .xl\:-top-20p{
    top: -20%;
  }

  .xl\:-right-20p{
    right: -20%;
  }

  .xl\:-bottom-20p{
    bottom: -20%;
  }

  .xl\:-left-20p{
    left: -20%;
  }

  .xl\:-top-40p{
    top: -40%;
  }

  .xl\:-right-40p{
    right: -40%;
  }

  .xl\:-bottom-40p{
    bottom: -40%;
  }

  .xl\:-left-40p{
    left: -40%;
  }

  .xl\:-top-49p{
    top: -49%;
  }

  .xl\:-right-49p{
    right: -49%;
  }

  .xl\:-bottom-49p{
    bottom: -49%;
  }

  .xl\:-left-49p{
    left: -49%;
  }

  .xl\:-top-52p{
    top: -52%;
  }

  .xl\:-right-52p{
    right: -52%;
  }

  .xl\:-bottom-52p{
    bottom: -52%;
  }

  .xl\:-left-52p{
    left: -52%;
  }

  .xl\:-top-53\.5p{
    top: -53.5%;
  }

  .xl\:-right-53\.5p{
    right: -53.5%;
  }

  .xl\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .xl\:-left-53\.5p{
    left: -53.5%;
  }

  .xl\:-top-60p{
    top: -60%;
  }

  .xl\:-right-60p{
    right: -60%;
  }

  .xl\:-bottom-60p{
    bottom: -60%;
  }

  .xl\:-left-60p{
    left: -60%;
  }

  .xl\:-top-71\.5p{
    top: -71.5%;
  }

  .xl\:-right-71\.5p{
    right: -71.5%;
  }

  .xl\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .xl\:-left-71\.5p{
    left: -71.5%;
  }

  .xl\:-top-80p{
    top: -80%;
  }

  .xl\:-right-80p{
    right: -80%;
  }

  .xl\:-bottom-80p{
    bottom: -80%;
  }

  .xl\:-left-80p{
    left: -80%;
  }

  .xl\:-top-90p{
    top: -90%;
  }

  .xl\:-right-90p{
    right: -90%;
  }

  .xl\:-bottom-90p{
    bottom: -90%;
  }

  .xl\:-left-90p{
    left: -90%;
  }

  .xl\:-top-95p{
    top: -95%;
  }

  .xl\:-right-95p{
    right: -95%;
  }

  .xl\:-bottom-95p{
    bottom: -95%;
  }

  .xl\:-left-95p{
    left: -95%;
  }

  .xl\:-top-100p{
    top: -100%;
  }

  .xl\:-right-100p{
    right: -100%;
  }

  .xl\:-bottom-100p{
    bottom: -100%;
  }

  .xl\:-left-100p{
    left: -100%;
  }

  .xl\:-top-110p{
    top: -110%;
  }

  .xl\:-right-110p{
    right: -110%;
  }

  .xl\:-bottom-110p{
    bottom: -110%;
  }

  .xl\:-left-110p{
    left: -110%;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:right-1\/3{
    right: 33.333333%;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:left-1\/3{
    left: 33.333333%;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:right-2\/3{
    right: 66.666667%;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:left-2\/3{
    left: 66.666667%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:right-1\/4{
    right: 25%;
  }

  .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .xl\:left-1\/4{
    left: 25%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:right-2\/4{
    right: 50%;
  }

  .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .xl\:left-2\/4{
    left: 50%;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:right-3\/4{
    right: 75%;
  }

  .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .xl\:left-3\/4{
    left: 75%;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-right-1\/2{
    right: -50%;
  }

  .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl\:-left-1\/2{
    left: -50%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-right-1\/4{
    right: -25%;
  }

  .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl\:-left-1\/4{
    left: -25%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-right-2\/4{
    right: -50%;
  }

  .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl\:-left-2\/4{
    left: -50%;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-right-3\/4{
    right: -75%;
  }

  .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl\:-left-3\/4{
    left: -75%;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:-right-full{
    right: -100%;
  }

  .xl\:-bottom-full{
    bottom: -100%;
  }

  .xl\:-left-full{
    left: -100%;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .xl\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .xl\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .xl\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .xl\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .xl\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .xl\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .xl\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .xl\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .xl\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .xl\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .xl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .xl\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .xl\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .xl\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .xl\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .xl\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .xl\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .xl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .xl\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .xl\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .xl\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xl\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:fill-gold{
  }

  .xl\:fill-green{
  }

  .xl\:fill-fb{
    fill: #2c88ff;
  }

  .xl\:fill-twitter{
    fill: #53a7e6;
  }

  .xl\:fill-insta{
    fill: #d6316c;
  }

  .xl\:fill-youtube{
    fill: #ff0200;
  }

  .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-current{
    color: currentColor;
  }

  .xl\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xl\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .xl\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .xl\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within{
    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{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            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;
  }

  .group:hover .xl\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .xl\:group-hover\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-nowrap{
    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\:w-0{
    width: 0px;
  }

  .xl\:w-2{
    width: 2px;
  }

  .xl\:w-4{
    width: 4px;
  }

  .xl\:w-5{
    width: 5px;
  }

  .xl\:w-7{
    width: 7px;
  }

  .xl\:w-8{
    width: 8px;
  }

  .xl\:w-10{
    width: 10px;
  }

  .xl\:w-11{
    width: 11px;
  }

  .xl\:w-12{
    width: 12px;
  }

  .xl\:w-13{
    width: 13px;
  }

  .xl\:w-15{
    width: 15px;
  }

  .xl\:w-16{
    width: 16px;
  }

  .xl\:w-18{
    width: 18px;
  }

  .xl\:w-20{
    width: 20px;
  }

  .xl\:w-24{
    width: 24px;
  }

  .xl\:w-28{
    width: 28px;
  }

  .xl\:w-29{
    width: 29px;
  }

  .xl\:w-30{
    width: 30px;
  }

  .xl\:w-32{
    width: 32px;
  }

  .xl\:w-34{
    width: 34px;
  }

  .xl\:w-36{
    width: 36px;
  }

  .xl\:w-40{
    width: 40px;
  }

  .xl\:w-48{
    width: 48px;
  }

  .xl\:w-50{
    width: 50px;
  }

  .xl\:w-56{
    width: 56px;
  }

  .xl\:w-60{
    width: 60px;
  }

  .xl\:w-64{
    width: 64px;
  }

  .xl\:w-70{
    width: 70px;
  }

  .xl\:w-72{
    width: 72px;
  }

  .xl\:w-80{
    width: 80px;
  }

  .xl\:w-88{
    width: 88px;
  }

  .xl\:w-90{
    width: 90px;
  }

  .xl\:w-96{
    width: 96px;
  }

  .xl\:w-100{
    width: 100px;
  }

  .xl\:w-112{
    width: 112px;
  }

  .xl\:w-128{
    width: 128px;
  }

  .xl\:w-135{
    width: 135px;
  }

  .xl\:w-145{
    width: 145px;
  }

  .xl\:w-155{
    width: 155px;
  }

  .xl\:w-160{
    width: 160px;
  }

  .xl\:w-192{
    width: 192px;
  }

  .xl\:w-200{
    width: 200px;
  }

  .xl\:w-224{
    width: 224px;
  }

  .xl\:w-227{
    width: 227px;
  }

  .xl\:w-250{
    width: 250px;
  }

  .xl\:w-256{
    width: 256px;
  }

  .xl\:w-270{
    width: 270px;
  }

  .xl\:w-288{
    width: 288px;
  }

  .xl\:w-304{
    width: 304px;
  }

  .xl\:w-314{
    width: 314px;
  }

  .xl\:w-320{
    width: 320px;
  }

  .xl\:w-352{
    width: 352px;
  }

  .xl\:w-384{
    width: 384px;
  }

  .xl\:w-416{
    width: 416px;
  }

  .xl\:w-448{
    width: 448px;
  }

  .xl\:w-480{
    width: 480px;
  }

  .xl\:w-512{
    width: 512px;
  }

  .xl\:w-576{
    width: 576px;
  }

  .xl\:w-612{
    width: 612px;
  }

  .xl\:w-640{
    width: 640px;
  }

  .xl\:w-768{
    width: 768px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:-w-200{
    width: -200px;
  }

  .xl\:-w-170{
    width: -170px;
  }

  .xl\:-w-120{
    width: -120px;
  }

  .xl\:-w-100{
    width: -100px;
  }

  .xl\:-w-50{
    width: -50px;
  }

  .xl\:-w-45{
    width: -45px;
  }

  .xl\:-w-3{
    width: -3px;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-20p{
    width: 20%;
  }

  .xl\:w-40p{
    width: 40%;
  }

  .xl\:w-49p{
    width: 49%;
  }

  .xl\:w-52p{
    width: 52%;
  }

  .xl\:w-53\.5p{
    width: 53.5%;
  }

  .xl\:w-60p{
    width: 60%;
  }

  .xl\:w-71\.5p{
    width: 71.5%;
  }

  .xl\:w-80p{
    width: 80%;
  }

  .xl\:w-90p{
    width: 90%;
  }

  .xl\:w-95p{
    width: 95%;
  }

  .xl\:w-100p{
    width: 100%;
  }

  .xl\:w-110p{
    width: 110%;
  }

  .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\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-1{
    z-index: 1;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:-z-1{
    z-index: -1;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xl\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xl\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .xl\:focus\:z-1:focus{
    z-index: 1;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xl\:focus\:-z-1:focus{
    z-index: -1;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-2{
    gap: 2px;
  }

  .xl\:gap-4{
    gap: 4px;
  }

  .xl\:gap-5{
    gap: 5px;
  }

  .xl\:gap-7{
    gap: 7px;
  }

  .xl\:gap-8{
    gap: 8px;
  }

  .xl\:gap-10{
    gap: 10px;
  }

  .xl\:gap-11{
    gap: 11px;
  }

  .xl\:gap-12{
    gap: 12px;
  }

  .xl\:gap-13{
    gap: 13px;
  }

  .xl\:gap-15{
    gap: 15px;
  }

  .xl\:gap-16{
    gap: 16px;
  }

  .xl\:gap-18{
    gap: 18px;
  }

  .xl\:gap-20{
    gap: 20px;
  }

  .xl\:gap-24{
    gap: 24px;
  }

  .xl\:gap-28{
    gap: 28px;
  }

  .xl\:gap-29{
    gap: 29px;
  }

  .xl\:gap-30{
    gap: 30px;
  }

  .xl\:gap-32{
    gap: 32px;
  }

  .xl\:gap-34{
    gap: 34px;
  }

  .xl\:gap-36{
    gap: 36px;
  }

  .xl\:gap-40{
    gap: 40px;
  }

  .xl\:gap-48{
    gap: 48px;
  }

  .xl\:gap-50{
    gap: 50px;
  }

  .xl\:gap-56{
    gap: 56px;
  }

  .xl\:gap-60{
    gap: 60px;
  }

  .xl\:gap-64{
    gap: 64px;
  }

  .xl\:gap-70{
    gap: 70px;
  }

  .xl\:gap-72{
    gap: 72px;
  }

  .xl\:gap-80{
    gap: 80px;
  }

  .xl\:gap-88{
    gap: 88px;
  }

  .xl\:gap-90{
    gap: 90px;
  }

  .xl\:gap-96{
    gap: 96px;
  }

  .xl\:gap-100{
    gap: 100px;
  }

  .xl\:gap-112{
    gap: 112px;
  }

  .xl\:gap-128{
    gap: 128px;
  }

  .xl\:gap-135{
    gap: 135px;
  }

  .xl\:gap-145{
    gap: 145px;
  }

  .xl\:gap-155{
    gap: 155px;
  }

  .xl\:gap-160{
    gap: 160px;
  }

  .xl\:gap-192{
    gap: 192px;
  }

  .xl\:gap-200{
    gap: 200px;
  }

  .xl\:gap-224{
    gap: 224px;
  }

  .xl\:gap-227{
    gap: 227px;
  }

  .xl\:gap-250{
    gap: 250px;
  }

  .xl\:gap-256{
    gap: 256px;
  }

  .xl\:gap-270{
    gap: 270px;
  }

  .xl\:gap-288{
    gap: 288px;
  }

  .xl\:gap-304{
    gap: 304px;
  }

  .xl\:gap-314{
    gap: 314px;
  }

  .xl\:gap-320{
    gap: 320px;
  }

  .xl\:gap-352{
    gap: 352px;
  }

  .xl\:gap-384{
    gap: 384px;
  }

  .xl\:gap-416{
    gap: 416px;
  }

  .xl\:gap-448{
    gap: 448px;
  }

  .xl\:gap-480{
    gap: 480px;
  }

  .xl\:gap-512{
    gap: 512px;
  }

  .xl\:gap-576{
    gap: 576px;
  }

  .xl\:gap-612{
    gap: 612px;
  }

  .xl\:gap-640{
    gap: 640px;
  }

  .xl\:gap-768{
    gap: 768px;
  }

  .xl\:-gap-200{
    gap: -200px;
  }

  .xl\:-gap-170{
    gap: -170px;
  }

  .xl\:-gap-120{
    gap: -120px;
  }

  .xl\:-gap-100{
    gap: -100px;
  }

  .xl\:-gap-50{
    gap: -50px;
  }

  .xl\:-gap-45{
    gap: -45px;
  }

  .xl\:-gap-3{
    gap: -3px;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-20p{
    gap: 20%;
  }

  .xl\:gap-40p{
    gap: 40%;
  }

  .xl\:gap-49p{
    gap: 49%;
  }

  .xl\:gap-52p{
    gap: 52%;
  }

  .xl\:gap-53\.5p{
    gap: 53.5%;
  }

  .xl\:gap-60p{
    gap: 60%;
  }

  .xl\:gap-71\.5p{
    gap: 71.5%;
  }

  .xl\:gap-80p{
    gap: 80%;
  }

  .xl\:gap-90p{
    gap: 90%;
  }

  .xl\:gap-95p{
    gap: 95%;
  }

  .xl\:gap-100p{
    gap: 100%;
  }

  .xl\:gap-110p{
    gap: 110%;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xl\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xl\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xl\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xl\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xl\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xl\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .xl\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xl\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xl\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xl\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .xl\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xl\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .xl\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xl\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xl\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xl\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .xl\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xl\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xl\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xl\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .xl\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xl\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .xl\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xl\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .xl\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .xl\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xl\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .xl\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .xl\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .xl\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .xl\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .xl\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xl\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .xl\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .xl\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .xl\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .xl\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .xl\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .xl\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .xl\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .xl\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .xl\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .xl\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .xl\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .xl\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .xl\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .xl\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .xl\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .xl\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xl\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .xl\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .xl\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .xl\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xl\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xl\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-2{
    row-gap: 2px;
  }

  .xl\:gap-y-4{
    row-gap: 4px;
  }

  .xl\:gap-y-5{
    row-gap: 5px;
  }

  .xl\:gap-y-7{
    row-gap: 7px;
  }

  .xl\:gap-y-8{
    row-gap: 8px;
  }

  .xl\:gap-y-10{
    row-gap: 10px;
  }

  .xl\:gap-y-11{
    row-gap: 11px;
  }

  .xl\:gap-y-12{
    row-gap: 12px;
  }

  .xl\:gap-y-13{
    row-gap: 13px;
  }

  .xl\:gap-y-15{
    row-gap: 15px;
  }

  .xl\:gap-y-16{
    row-gap: 16px;
  }

  .xl\:gap-y-18{
    row-gap: 18px;
  }

  .xl\:gap-y-20{
    row-gap: 20px;
  }

  .xl\:gap-y-24{
    row-gap: 24px;
  }

  .xl\:gap-y-28{
    row-gap: 28px;
  }

  .xl\:gap-y-29{
    row-gap: 29px;
  }

  .xl\:gap-y-30{
    row-gap: 30px;
  }

  .xl\:gap-y-32{
    row-gap: 32px;
  }

  .xl\:gap-y-34{
    row-gap: 34px;
  }

  .xl\:gap-y-36{
    row-gap: 36px;
  }

  .xl\:gap-y-40{
    row-gap: 40px;
  }

  .xl\:gap-y-48{
    row-gap: 48px;
  }

  .xl\:gap-y-50{
    row-gap: 50px;
  }

  .xl\:gap-y-56{
    row-gap: 56px;
  }

  .xl\:gap-y-60{
    row-gap: 60px;
  }

  .xl\:gap-y-64{
    row-gap: 64px;
  }

  .xl\:gap-y-70{
    row-gap: 70px;
  }

  .xl\:gap-y-72{
    row-gap: 72px;
  }

  .xl\:gap-y-80{
    row-gap: 80px;
  }

  .xl\:gap-y-88{
    row-gap: 88px;
  }

  .xl\:gap-y-90{
    row-gap: 90px;
  }

  .xl\:gap-y-96{
    row-gap: 96px;
  }

  .xl\:gap-y-100{
    row-gap: 100px;
  }

  .xl\:gap-y-112{
    row-gap: 112px;
  }

  .xl\:gap-y-128{
    row-gap: 128px;
  }

  .xl\:gap-y-135{
    row-gap: 135px;
  }

  .xl\:gap-y-145{
    row-gap: 145px;
  }

  .xl\:gap-y-155{
    row-gap: 155px;
  }

  .xl\:gap-y-160{
    row-gap: 160px;
  }

  .xl\:gap-y-192{
    row-gap: 192px;
  }

  .xl\:gap-y-200{
    row-gap: 200px;
  }

  .xl\:gap-y-224{
    row-gap: 224px;
  }

  .xl\:gap-y-227{
    row-gap: 227px;
  }

  .xl\:gap-y-250{
    row-gap: 250px;
  }

  .xl\:gap-y-256{
    row-gap: 256px;
  }

  .xl\:gap-y-270{
    row-gap: 270px;
  }

  .xl\:gap-y-288{
    row-gap: 288px;
  }

  .xl\:gap-y-304{
    row-gap: 304px;
  }

  .xl\:gap-y-314{
    row-gap: 314px;
  }

  .xl\:gap-y-320{
    row-gap: 320px;
  }

  .xl\:gap-y-352{
    row-gap: 352px;
  }

  .xl\:gap-y-384{
    row-gap: 384px;
  }

  .xl\:gap-y-416{
    row-gap: 416px;
  }

  .xl\:gap-y-448{
    row-gap: 448px;
  }

  .xl\:gap-y-480{
    row-gap: 480px;
  }

  .xl\:gap-y-512{
    row-gap: 512px;
  }

  .xl\:gap-y-576{
    row-gap: 576px;
  }

  .xl\:gap-y-612{
    row-gap: 612px;
  }

  .xl\:gap-y-640{
    row-gap: 640px;
  }

  .xl\:gap-y-768{
    row-gap: 768px;
  }

  .xl\:-gap-y-200{
    row-gap: -200px;
  }

  .xl\:-gap-y-170{
    row-gap: -170px;
  }

  .xl\:-gap-y-120{
    row-gap: -120px;
  }

  .xl\:-gap-y-100{
    row-gap: -100px;
  }

  .xl\:-gap-y-50{
    row-gap: -50px;
  }

  .xl\:-gap-y-45{
    row-gap: -45px;
  }

  .xl\:-gap-y-3{
    row-gap: -3px;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .xl\:gap-y-20p{
    row-gap: 20%;
  }

  .xl\:gap-y-40p{
    row-gap: 40%;
  }

  .xl\:gap-y-49p{
    row-gap: 49%;
  }

  .xl\:gap-y-52p{
    row-gap: 52%;
  }

  .xl\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .xl\:gap-y-60p{
    row-gap: 60%;
  }

  .xl\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .xl\:gap-y-80p{
    row-gap: 80%;
  }

  .xl\:gap-y-90p{
    row-gap: 90%;
  }

  .xl\:gap-y-95p{
    row-gap: 95%;
  }

  .xl\:gap-y-100p{
    row-gap: 100%;
  }

  .xl\:gap-y-110p{
    row-gap: 110%;
  }

  .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\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .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-span-full{
    grid-column: 1 / -1;
  }

  .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\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .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-span-full{
    grid-row: 1 / -1;
  }

  .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{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:hover\:transform-none:hover{
    transform: none;
  }

  .xl\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus\:transform-none:focus{
    transform: none;
  }

  .xl\:origin-center{
    transform-origin: center;
  }

  .xl\:origin-top{
    transform-origin: top;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:origin-right{
    transform-origin: right;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:origin-left{
    transform-origin: left;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .xl\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .xl\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .xl\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .xl\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .xl\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .xl\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .xl\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .xl\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .xl\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .xl\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .xl\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .xl\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .xl\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .xl\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .xl\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .xl\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .xl\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .xl\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .xl\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .xl\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .xl\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .xl\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .xl\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .xl\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .xl\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .xl\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .xl\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .xl\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .xl\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .xl\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .xl\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .xl\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .xl\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .xl\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .xl\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .xl\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .xl\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .xl\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .xl\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .xl\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .xl\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .xl\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .xl\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .xl\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .xl\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .xl\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .xl\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .xl\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .xl\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .xl\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .xl\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .xl\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .xl\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .xl\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .xl\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .xl\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .xl\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .xl\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .xl\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .xl\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .xl\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .xl\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .xl\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .xl\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .xl\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .xl\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .xl\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .xl\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .xl\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .xl\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .xl\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .xl\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .xl\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .xl\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .xl\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .xl\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .xl\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .xl\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .xl\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .xl\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .xl\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .xl\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .xl\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .xl\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .xl\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .xl\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .xl\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .xl\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .xl\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .xl\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .xl\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .xl\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .xl\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .xl\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .xl\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .xl\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .xl\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .xl\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .xl\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .xl\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .xl\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .xl\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .xl\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .xl\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .xl\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .xl\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .xl\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .xl\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .xl\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .xl\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .xl\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .xl\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .xl\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .xl\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .xl\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .xl\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .xl\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .xl\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .xl\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .xl\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .xl\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .xl\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .xl\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .xl\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .xl\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .xl\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .xl\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .xl\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .xl\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .xl\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .xl\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .xl\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .xl\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .xl\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .xl\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .xl\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .xl\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .xl\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .xl\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .xl\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .xl\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .xl\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .xl\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .xl\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .xl\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .xl\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .xl\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .xl\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .xl\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .xl\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .xl\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .xl\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .xl\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .xl\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .xl\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .xl\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .xl\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .xl\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .xl\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .xl\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .xl\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .xl\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .xl\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .xl\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .xl\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .xl\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .xl\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .xl\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .xl\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .xl\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .xl\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .xl\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .xl\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .xl\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .xl\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .xl\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .xl\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .xl\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .xl\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .xl\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .xl\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .xl\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .xl\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .xl\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .xl\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .xl\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .xl\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .xl\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .xl\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .xl\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .xl\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .xl\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .xl\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .xl\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .xl\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .xl\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .xl\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .xl\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .xl\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .xl\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .xl\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .xl\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .xl\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .xl\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .xl\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .xl\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .xl\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .xl\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .xl\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .xl\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .xl\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .xl\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .xl\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .xl\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .xl\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .xl\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .xl\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .xl\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .xl\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .xl\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .xl\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .xl\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .xl\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .xl\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .xl\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .xl\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .xl\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .xl\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .xl\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .xl\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .xl\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .xl\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .xl\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .xl\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .xl\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .xl\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .xl\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .xl\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .xl\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .xl\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .xl\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .xl\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .xl\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .xl\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .xl\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .xl\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .xl\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .xl\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .xl\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .xl\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .xl\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .xl\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .xl\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .xl\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .xl\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .xl\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .xl\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .xl\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .xl\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .xl\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .xl\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .xl\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .xl\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .xl\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .xl\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .xl\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .xl\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .xl\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .xl\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .xl\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .xl\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .xl\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .xl\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .xl\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .xl\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .xl\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .xl\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .xl\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .xl\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .xl\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .xl\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .xl\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .xl\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .xl\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .xl\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .xl\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .xl\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .xl\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .xl\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .xl\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .xl\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .xl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .xl\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .xl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .xl\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .xl\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .xl\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .xl\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .xl\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .xl\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .xl\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .xl\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .xl\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .xl\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .xl\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .xl\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .xl\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .xl\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .xl\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .xl\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .xl\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .xl\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .xl\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .xl\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .xl\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .xl\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .xl\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .xl\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .xl\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .xl\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .xl\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .xl\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .xl\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .xl\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .xl\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .xl\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .xl\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .xl\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .xl\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .xl\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .xl\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .xl\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .xl\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .xl\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .xl\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .xl\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .xl\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .xl\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .xl\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .xl\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .xl\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .xl\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .xl\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .xl\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .xl\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .xl\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .xl\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .xl\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .xl\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .xl\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .xl\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .xl\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .xl\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .xl\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .xl\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .xl\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .xl\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .xl\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .xl\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .xl\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .xl\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .xl\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .xl\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .xl\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .xl\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .xl\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .xl\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .xl\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .xl\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .xl\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .xl\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .xl\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .xl\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .xl\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .xl\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .xl\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .xl\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .xl\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .xl\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .xl\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .xl\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .xl\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .xl\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .xl\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .xl\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .xl\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .xl\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .xl\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .xl\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .xl\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .xl\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .xl\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .xl\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .xl\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .xl\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .xl\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .xl\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .xl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .xl\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .xl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .xl\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .xl\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .xl\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .xl\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .xl\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .xl\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .xl\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .xl\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .xl\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .xl\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .xl\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .xl\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .xl\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .xl\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .xl\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .xl\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .xl\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .xl\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .xl\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .xl\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .xl\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .xl\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .xl\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .xl\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .xl\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .xl\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .xl\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .xl\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .xl\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .xl\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .xl\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .xl\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .xl\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .xl\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .xl\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .xl\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .xl\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .xl\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .xl\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .xl\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .xl\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .xl\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .xl\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .xl\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .xl\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .xl\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .xl\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .xl\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .xl\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .xl\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .xl\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .xl\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .xl\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .xl\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .xl\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .xl\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .xl\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .xl\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .xl\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .xl\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .xl\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .xl\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .xl\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .xl\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .xl\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .xl\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .xl\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .xl\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .xl\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .xl\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .xl\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .xl\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .xl\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .xl\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .xl\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .xl\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .xl\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .xl\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .xl\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .xl\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .xl\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .xl\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .xl\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .xl\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .xl\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .xl\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .xl\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .xl\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .xl\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .xl\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .xl\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .xl\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .xl\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .xl\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .xl\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .xl\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .xl\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .xl\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .xl\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .xl\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .xl\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .xl\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .xl\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .xl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .xl\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .xl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .xl\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .xl\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .xl\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .xl\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .xl\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .xl\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .xl\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .xl\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .xl\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .xl\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .xl\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .xl\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .xl\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .xl\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .xl\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .xl\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .xl\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .xl\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .xl\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .xl\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .xl\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .xl\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .xl\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .xl\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .xl\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .xl\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .xl\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .xl\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .xl\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .xl\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .xl\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .xl\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .xl\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .xl\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .xl\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .xl\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .xl\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .xl\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .xl\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .xl\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .xl\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .xl\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .xl\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .xl\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .xl\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .xl\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .xl\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .xl\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .xl\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .xl\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .xl\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .xl\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .xl\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .xl\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .xl\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .xl\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .xl\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .xl\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .xl\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .xl\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .xl\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .xl\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .xl\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .xl\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .xl\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .xl\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .xl\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .xl\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .xl\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .xl\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .xl\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .xl\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .xl\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .xl\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .xl\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .xl\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .xl\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .xl\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .xl\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .xl\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .xl\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .xl\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .xl\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .xl\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .xl\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .xl\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .xl\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .xl\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .xl\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .xl\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .xl\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .xl\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .xl\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .xl\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .xl\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .xl\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .xl\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .xl\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .xl\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .xl\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .xl\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .xl\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .xl\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .xl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .xl\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .xl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .xl\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .xl\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .xl\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .xl\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .xl\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .xl\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .xl\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .xl\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .xl\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .xl\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .xl\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .xl\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .xl\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .xl\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .xl\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .xl\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .xl\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .xl\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .xl\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .xl\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .xl\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .xl\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .xl\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .xl\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .xl\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .xl\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .xl\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .xl\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .xl\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .xl\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .xl\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .xl\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .xl\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .xl\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .xl\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .xl\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .xl\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .xl\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .xl\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .xl\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .xl\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .xl\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .xl\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .xl\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .xl\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .xl\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .xl\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .xl\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .xl\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }
}

@media (min-width: 1430px){
  .xl2\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 640px){
    .xl2\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl2\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl2\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1260px){
    .xl2\:container{
      max-width: 1260px;
    }
  }

  .xl2\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .xl2\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .xl2\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl2\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl2\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl2\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl2\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl2\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl2\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl2\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl2\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xl2\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .xl2\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .xl2\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .xl2\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .xl2\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .xl2\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .xl2\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .xl2\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .xl2\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .xl2\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .xl2\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl2\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl2\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .xl2\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .xl2\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xl2\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl2\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl2\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl2\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl2\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl2\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl2\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xl2\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xl2\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xl2\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl2\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xl2\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xl2\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl2\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xl2\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xl2\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl2\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xl2\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xl2\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xl2\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xl2\: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;
  }

  .xl2\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl2\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl2\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl2\: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;
  }

  .xl2\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl2\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl2\:bg-fixed{
    background-attachment: fixed;
  }

  .xl2\:bg-local{
    background-attachment: local;
  }

  .xl2\:bg-scroll{
    background-attachment: scroll;
  }

  .xl2\:bg-clip-border{
    background-clip: border-box;
  }

  .xl2\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl2\:bg-clip-content{
    background-clip: content-box;
  }

  .xl2\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl2\:bg-transparent{
    background-color: transparent;
  }

  .xl2\:bg-current{
    background-color: currentColor;
  }

  .xl2\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl2\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl2\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl2\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl2\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl2\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl2\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl2\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl2\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl2\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl2\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl2\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl2\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl2\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl2\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xl2\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xl2\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl2\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl2\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl2\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl2\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl2\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xl2\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl2\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl2\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl2\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl2\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl2\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl2\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl2\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl2\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl2\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .xl2\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl2\:bg-none{
    background-image: none;
  }

  .xl2\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl2\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .xl2\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .xl2\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .xl2\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .xl2\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .xl2\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl2\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xl2\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .xl2\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .xl2\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .xl2\:to-blue{
    --tw-gradient-to: #015480;
  }

  .xl2\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .xl2\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .xl2\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .xl2\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl2\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl2\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl2\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl2\:to-black{
    --tw-gradient-to: #000000;
  }

  .xl2\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .xl2\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .xl2\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .xl2\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .xl2\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .xl2\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .xl2\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .xl2\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .xl2\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl2\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xl2\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .xl2\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .xl2\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .xl2\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .xl2\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .xl2\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .xl2\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .xl2\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl2\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl2\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl2\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl2\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .xl2\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .xl2\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .xl2\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .xl2\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .xl2\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .xl2\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .xl2\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .xl2\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .xl2\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .xl2\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .xl2\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .xl2\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .xl2\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .xl2\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .xl2\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .xl2\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl2\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl2\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .xl2\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .xl2\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl2\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl2\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .xl2\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .xl2\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .xl2\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .xl2\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl2\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl2\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xl2\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .xl2\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .xl2\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .xl2\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .xl2\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .xl2\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .xl2\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .xl2\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl2\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .xl2\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .xl2\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .xl2\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .xl2\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .xl2\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .xl2\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .xl2\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .xl2\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .xl2\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .xl2\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl2\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl2\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl2\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl2\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl2\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl2\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl2\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl2\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl2\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl2\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl2\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl2\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl2\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl2\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl2\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl2\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl2\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xl2\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xl2\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xl2\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl2\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xl2\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xl2\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl2\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xl2\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xl2\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl2\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xl2\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xl2\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xl2\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl2\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl2\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xl2\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xl2\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xl2\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl2\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xl2\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xl2\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl2\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xl2\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xl2\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl2\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xl2\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xl2\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xl2\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl2\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl2\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xl2\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xl2\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xl2\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl2\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xl2\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xl2\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl2\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xl2\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xl2\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl2\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xl2\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xl2\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xl2\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xl2\:bg-bottom{
    background-position: bottom;
  }

  .xl2\:bg-center{
    background-position: center;
  }

  .xl2\:bg-left{
    background-position: left;
  }

  .xl2\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl2\:bg-left-bottom-30{
    background-position: left bottom 30px;
  }

  .xl2\:bg-left-top{
    background-position: left top;
  }

  .xl2\:bg-right{
    background-position: right;
  }

  .xl2\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl2\:bg-right-top{
    background-position: right top;
  }

  .xl2\:bg-right-200-top{
    background-position: right 200px top;
  }

  .xl2\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .xl2\:bg-top{
    background-position: top;
  }

  .xl2\:bg-repeat{
    background-repeat: repeat;
  }

  .xl2\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl2\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl2\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl2\:bg-repeat-round{
    background-repeat: round;
  }

  .xl2\:bg-repeat-space{
    background-repeat: space;
  }

  .xl2\:bg-auto{
    background-size: auto;
  }

  .xl2\:bg-cover{
    background-size: cover;
  }

  .xl2\:bg-contain{
    background-size: contain;
  }

  .xl2\:bg-full{
    background-size: 100% auto;
  }

  .xl2\:bg-449x449{
    background-size: 449px 449px;
  }

  .xl2\:bg-575x575{
    background-size: 575px 575px;
  }

  .xl2\:bg-100x90{
    background-size: 100px 90px;
  }

  .xl2\:border-collapse{
    border-collapse: collapse;
  }

  .xl2\:border-separate{
    border-collapse: separate;
  }

  .xl2\:border-transparent{
    border-color: transparent;
  }

  .xl2\:border-current{
    border-color: currentColor;
  }

  .xl2\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl2\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl2\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl2\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl2\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl2\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl2\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl2\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl2\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl2\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl2\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl2\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl2\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl2\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl2\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl2\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl2\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl2\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl2\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl2\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl2\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl2\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xl2\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl2\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl2\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl2\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .xl2\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xl2\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xl2\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl2\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl2\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl2\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl2\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl2\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl2\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl2\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl2\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl2\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .xl2\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl2\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl2\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xl2\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xl2\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xl2\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl2\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xl2\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xl2\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl2\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xl2\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xl2\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl2\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xl2\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xl2\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xl2\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xl2\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xl2\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl2\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl2\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl2\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl2\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl2\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl2\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl2\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl2\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl2\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl2\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl2\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl2\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl2\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl2\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl2\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xl2\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xl2\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xl2\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl2\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xl2\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xl2\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl2\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xl2\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xl2\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl2\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xl2\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xl2\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xl2\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl2\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl2\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xl2\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xl2\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xl2\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl2\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xl2\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xl2\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl2\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xl2\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xl2\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl2\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xl2\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xl2\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xl2\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl2\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl2\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xl2\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xl2\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xl2\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl2\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xl2\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xl2\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl2\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xl2\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xl2\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl2\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xl2\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xl2\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xl2\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl2\:rounded-3{
    border-radius: 3px;
  }

  .xl2\:rounded-8{
    border-radius: 8px;
  }

  .xl2\:rounded-none{
    border-radius: 0px;
  }

  .xl2\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl2\:rounded{
    border-radius: 0.25rem;
  }

  .xl2\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl2\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl2\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xl2\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl2\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl2\:rounded-full{
    border-radius: 9999px;
  }

  .xl2\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .xl2\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .xl2\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl2\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl2\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .xl2\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .xl2\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl2\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .xl2\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl2\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl2\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl2\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl2\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl2\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl2\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl2\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl2\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl2\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl2\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl2\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl2\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl2\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl2\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl2\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl2\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl2\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl2\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl2\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl2\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl2\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl2\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl2\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl2\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl2\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl2\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl2\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl2\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl2\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl2\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl2\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl2\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl2\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl2\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl2\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl2\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .xl2\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .xl2\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .xl2\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .xl2\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .xl2\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .xl2\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .xl2\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .xl2\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl2\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl2\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl2\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl2\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl2\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl2\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl2\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl2\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl2\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl2\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl2\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl2\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl2\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl2\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl2\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl2\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl2\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl2\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl2\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl2\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xl2\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xl2\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xl2\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xl2\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl2\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl2\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl2\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl2\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl2\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl2\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl2\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xl2\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl2\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl2\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl2\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl2\:border-solid{
    border-style: solid;
  }

  .xl2\:border-dashed{
    border-style: dashed;
  }

  .xl2\:border-dotted{
    border-style: dotted;
  }

  .xl2\:border-double{
    border-style: double;
  }

  .xl2\:border-none{
    border-style: none;
  }

  .xl2\:hover\:border-solid:hover{
    border-style: solid;
  }

  .xl2\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .xl2\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .xl2\:hover\:border-double:hover{
    border-style: double;
  }

  .xl2\:hover\:border-none:hover{
    border-style: none;
  }

  .xl2\:border-0{
    border-width: 0px;
  }

  .xl2\:border-2{
    border-width: 2px;
  }

  .xl2\:border-3{
    border-width: 3px;
  }

  .xl2\:border-4{
    border-width: 4px;
  }

  .xl2\:border-8{
    border-width: 8px;
  }

  .xl2\:border{
    border-width: 1px;
  }

  .xl2\:border-t-0{
    border-top-width: 0px;
  }

  .xl2\:border-r-0{
    border-right-width: 0px;
  }

  .xl2\:border-b-0{
    border-bottom-width: 0px;
  }

  .xl2\:border-l-0{
    border-left-width: 0px;
  }

  .xl2\:border-t-2{
    border-top-width: 2px;
  }

  .xl2\:border-r-2{
    border-right-width: 2px;
  }

  .xl2\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl2\:border-l-2{
    border-left-width: 2px;
  }

  .xl2\:border-t-3{
    border-top-width: 3px;
  }

  .xl2\:border-r-3{
    border-right-width: 3px;
  }

  .xl2\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl2\:border-l-3{
    border-left-width: 3px;
  }

  .xl2\:border-t-4{
    border-top-width: 4px;
  }

  .xl2\:border-r-4{
    border-right-width: 4px;
  }

  .xl2\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl2\:border-l-4{
    border-left-width: 4px;
  }

  .xl2\:border-t-8{
    border-top-width: 8px;
  }

  .xl2\:border-r-8{
    border-right-width: 8px;
  }

  .xl2\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl2\:border-l-8{
    border-left-width: 8px;
  }

  .xl2\:border-t{
    border-top-width: 1px;
  }

  .xl2\:border-r{
    border-right-width: 1px;
  }

  .xl2\:border-b{
    border-bottom-width: 1px;
  }

  .xl2\:border-l{
    border-left-width: 1px;
  }

  .xl2\:box-border{
    box-sizing: border-box;
  }

  .xl2\:box-content{
    box-sizing: content-box;
  }

  .xl2\:cursor-auto{
    cursor: auto;
  }

  .xl2\:cursor-default{
    cursor: default;
  }

  .xl2\:cursor-pointer{
    cursor: pointer;
  }

  .xl2\:cursor-wait{
    cursor: wait;
  }

  .xl2\:cursor-text{
    cursor: text;
  }

  .xl2\:cursor-move{
    cursor: move;
  }

  .xl2\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl2\:block{
    display: block;
  }

  .xl2\:inline-block{
    display: inline-block;
  }

  .xl2\:inline{
    display: inline;
  }

  .xl2\:flex{
    display: flex;
  }

  .xl2\:inline-flex{
    display: inline-flex;
  }

  .xl2\:table{
    display: table;
  }

  .xl2\:table-caption{
    display: table-caption;
  }

  .xl2\:table-cell{
    display: table-cell;
  }

  .xl2\:table-column{
    display: table-column;
  }

  .xl2\:table-column-group{
    display: table-column-group;
  }

  .xl2\:table-footer-group{
    display: table-footer-group;
  }

  .xl2\:table-header-group{
    display: table-header-group;
  }

  .xl2\:table-row-group{
    display: table-row-group;
  }

  .xl2\:table-row{
    display: table-row;
  }

  .xl2\:flow-root{
    display: flow-root;
  }

  .xl2\:grid{
    display: grid;
  }

  .xl2\:inline-grid{
    display: inline-grid;
  }

  .xl2\:contents{
    display: contents;
  }

  .xl2\:hidden{
    display: none;
  }

  .xl2\:flex-row{
    flex-direction: row;
  }

  .xl2\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl2\:flex-col{
    flex-direction: column;
  }

  .xl2\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl2\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl2\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl2\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl2\:place-items-auto{
    place-items: auto;
  }

  .xl2\:place-items-start{
    place-items: start;
  }

  .xl2\:place-items-end{
    place-items: end;
  }

  .xl2\:place-items-center{
    place-items: center;
  }

  .xl2\:place-items-stretch{
    place-items: stretch;
  }

  .xl2\:place-content-center{
    place-content: center;
  }

  .xl2\:place-content-start{
    place-content: start;
  }

  .xl2\:place-content-end{
    place-content: end;
  }

  .xl2\:place-content-between{
    place-content: space-between;
  }

  .xl2\:place-content-around{
    place-content: space-around;
  }

  .xl2\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl2\:place-content-stretch{
    place-content: stretch;
  }

  .xl2\:place-self-auto{
    place-self: auto;
  }

  .xl2\:place-self-start{
    place-self: start;
  }

  .xl2\:place-self-end{
    place-self: end;
  }

  .xl2\:place-self-center{
    place-self: center;
  }

  .xl2\:place-self-stretch{
    place-self: stretch;
  }

  .xl2\:items-start{
    align-items: flex-start;
  }

  .xl2\:items-end{
    align-items: flex-end;
  }

  .xl2\:items-center{
    align-items: center;
  }

  .xl2\:items-baseline{
    align-items: baseline;
  }

  .xl2\:items-stretch{
    align-items: stretch;
  }

  .xl2\:content-center{
    align-content: center;
  }

  .xl2\:content-start{
    align-content: flex-start;
  }

  .xl2\:content-end{
    align-content: flex-end;
  }

  .xl2\:content-between{
    align-content: space-between;
  }

  .xl2\:content-around{
    align-content: space-around;
  }

  .xl2\:content-evenly{
    align-content: space-evenly;
  }

  .xl2\:self-auto{
    align-self: auto;
  }

  .xl2\:self-start{
    align-self: flex-start;
  }

  .xl2\:self-end{
    align-self: flex-end;
  }

  .xl2\:self-center{
    align-self: center;
  }

  .xl2\:self-stretch{
    align-self: stretch;
  }

  .xl2\:justify-items-auto{
    justify-items: auto;
  }

  .xl2\:justify-items-start{
    justify-items: start;
  }

  .xl2\:justify-items-end{
    justify-items: end;
  }

  .xl2\:justify-items-center{
    justify-items: center;
  }

  .xl2\:justify-items-stretch{
    justify-items: stretch;
  }

  .xl2\:justify-start{
    justify-content: flex-start;
  }

  .xl2\:justify-end{
    justify-content: flex-end;
  }

  .xl2\:justify-center{
    justify-content: center;
  }

  .xl2\:justify-between{
    justify-content: space-between;
  }

  .xl2\:justify-around{
    justify-content: space-around;
  }

  .xl2\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl2\:justify-self-auto{
    justify-self: auto;
  }

  .xl2\:justify-self-start{
    justify-self: start;
  }

  .xl2\:justify-self-end{
    justify-self: end;
  }

  .xl2\:justify-self-center{
    justify-self: center;
  }

  .xl2\:justify-self-stretch{
    justify-self: stretch;
  }

  .xl2\:flex-1{
    flex: 1 1 0%;
  }

  .xl2\:flex-auto{
    flex: 1 1 auto;
  }

  .xl2\:flex-initial{
    flex: 0 1 auto;
  }

  .xl2\:flex-none{
    flex: none;
  }

  .xl2\:flex-grow-0{
    flex-grow: 0;
  }

  .xl2\:flex-grow{
    flex-grow: 1;
  }

  .xl2\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl2\:flex-shrink{
    flex-shrink: 1;
  }

  .xl2\:order-1{
    order: 1;
  }

  .xl2\:order-2{
    order: 2;
  }

  .xl2\:order-3{
    order: 3;
  }

  .xl2\:order-4{
    order: 4;
  }

  .xl2\:order-5{
    order: 5;
  }

  .xl2\:order-6{
    order: 6;
  }

  .xl2\:order-7{
    order: 7;
  }

  .xl2\:order-8{
    order: 8;
  }

  .xl2\:order-9{
    order: 9;
  }

  .xl2\:order-10{
    order: 10;
  }

  .xl2\:order-11{
    order: 11;
  }

  .xl2\:order-12{
    order: 12;
  }

  .xl2\:order-first{
    order: -9999;
  }

  .xl2\:order-last{
    order: 9999;
  }

  .xl2\:order-none{
    order: 0;
  }

  .xl2\:float-right{
    float: right;
  }

  .xl2\:float-left{
    float: left;
  }

  .xl2\:float-none{
    float: none;
  }

  .xl2\:clear-left{
    clear: left;
  }

  .xl2\:clear-right{
    clear: right;
  }

  .xl2\:clear-both{
    clear: both;
  }

  .xl2\:clear-none{
    clear: none;
  }

  .xl2\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .xl2\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .xl2\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl2\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl2\:font-saira{
    font-family: Saira, serif;
  }

  .xl2\:font-inter{
    font-family: Inter, serif;
  }

  .xl2\:font-thin{
    font-weight: 100;
  }

  .xl2\:font-extralight{
    font-weight: 200;
  }

  .xl2\:font-light{
    font-weight: 300;
  }

  .xl2\:font-normal{
    font-weight: 400;
  }

  .xl2\:font-medium{
    font-weight: 500;
  }

  .xl2\:font-semibold{
    font-weight: 600;
  }

  .xl2\:font-bold{
    font-weight: 700;
  }

  .xl2\:font-extrabold{
    font-weight: 800;
  }

  .xl2\:font-black{
    font-weight: 900;
  }

  .xl2\:h-0{
    height: 0px;
  }

  .xl2\:h-2{
    height: 2px;
  }

  .xl2\:h-4{
    height: 4px;
  }

  .xl2\:h-5{
    height: 5px;
  }

  .xl2\:h-7{
    height: 7px;
  }

  .xl2\:h-8{
    height: 8px;
  }

  .xl2\:h-10{
    height: 10px;
  }

  .xl2\:h-11{
    height: 11px;
  }

  .xl2\:h-12{
    height: 12px;
  }

  .xl2\:h-13{
    height: 13px;
  }

  .xl2\:h-15{
    height: 15px;
  }

  .xl2\:h-16{
    height: 16px;
  }

  .xl2\:h-18{
    height: 18px;
  }

  .xl2\:h-20{
    height: 20px;
  }

  .xl2\:h-24{
    height: 24px;
  }

  .xl2\:h-28{
    height: 28px;
  }

  .xl2\:h-29{
    height: 29px;
  }

  .xl2\:h-30{
    height: 30px;
  }

  .xl2\:h-32{
    height: 32px;
  }

  .xl2\:h-34{
    height: 34px;
  }

  .xl2\:h-36{
    height: 36px;
  }

  .xl2\:h-40{
    height: 40px;
  }

  .xl2\:h-48{
    height: 48px;
  }

  .xl2\:h-50{
    height: 50px;
  }

  .xl2\:h-56{
    height: 56px;
  }

  .xl2\:h-60{
    height: 60px;
  }

  .xl2\:h-64{
    height: 64px;
  }

  .xl2\:h-70{
    height: 70px;
  }

  .xl2\:h-72{
    height: 72px;
  }

  .xl2\:h-80{
    height: 80px;
  }

  .xl2\:h-88{
    height: 88px;
  }

  .xl2\:h-90{
    height: 90px;
  }

  .xl2\:h-96{
    height: 96px;
  }

  .xl2\:h-100{
    height: 100px;
  }

  .xl2\:h-112{
    height: 112px;
  }

  .xl2\:h-128{
    height: 128px;
  }

  .xl2\:h-135{
    height: 135px;
  }

  .xl2\:h-145{
    height: 145px;
  }

  .xl2\:h-155{
    height: 155px;
  }

  .xl2\:h-160{
    height: 160px;
  }

  .xl2\:h-192{
    height: 192px;
  }

  .xl2\:h-200{
    height: 200px;
  }

  .xl2\:h-224{
    height: 224px;
  }

  .xl2\:h-227{
    height: 227px;
  }

  .xl2\:h-250{
    height: 250px;
  }

  .xl2\:h-256{
    height: 256px;
  }

  .xl2\:h-270{
    height: 270px;
  }

  .xl2\:h-288{
    height: 288px;
  }

  .xl2\:h-304{
    height: 304px;
  }

  .xl2\:h-314{
    height: 314px;
  }

  .xl2\:h-320{
    height: 320px;
  }

  .xl2\:h-352{
    height: 352px;
  }

  .xl2\:h-384{
    height: 384px;
  }

  .xl2\:h-416{
    height: 416px;
  }

  .xl2\:h-448{
    height: 448px;
  }

  .xl2\:h-480{
    height: 480px;
  }

  .xl2\:h-512{
    height: 512px;
  }

  .xl2\:h-576{
    height: 576px;
  }

  .xl2\:h-612{
    height: 612px;
  }

  .xl2\:h-640{
    height: 640px;
  }

  .xl2\:h-768{
    height: 768px;
  }

  .xl2\:h-auto{
    height: auto;
  }

  .xl2\:-h-200{
    height: -200px;
  }

  .xl2\:-h-170{
    height: -170px;
  }

  .xl2\:-h-120{
    height: -120px;
  }

  .xl2\:-h-100{
    height: -100px;
  }

  .xl2\:-h-50{
    height: -50px;
  }

  .xl2\:-h-45{
    height: -45px;
  }

  .xl2\:-h-3{
    height: -3px;
  }

  .xl2\:h-px{
    height: 1px;
  }

  .xl2\:h-20p{
    height: 20%;
  }

  .xl2\:h-40p{
    height: 40%;
  }

  .xl2\:h-49p{
    height: 49%;
  }

  .xl2\:h-52p{
    height: 52%;
  }

  .xl2\:h-53\.5p{
    height: 53.5%;
  }

  .xl2\:h-60p{
    height: 60%;
  }

  .xl2\:h-71\.5p{
    height: 71.5%;
  }

  .xl2\:h-80p{
    height: 80%;
  }

  .xl2\:h-90p{
    height: 90%;
  }

  .xl2\:h-95p{
    height: 95%;
  }

  .xl2\:h-100p{
    height: 100%;
  }

  .xl2\:h-110p{
    height: 110%;
  }

  .xl2\:h-1\/2{
    height: 50%;
  }

  .xl2\:h-1\/3{
    height: 33.333333%;
  }

  .xl2\:h-2\/3{
    height: 66.666667%;
  }

  .xl2\:h-1\/4{
    height: 25%;
  }

  .xl2\:h-2\/4{
    height: 50%;
  }

  .xl2\:h-3\/4{
    height: 75%;
  }

  .xl2\:h-1\/5{
    height: 20%;
  }

  .xl2\:h-2\/5{
    height: 40%;
  }

  .xl2\:h-3\/5{
    height: 60%;
  }

  .xl2\:h-4\/5{
    height: 80%;
  }

  .xl2\:h-1\/6{
    height: 16.666667%;
  }

  .xl2\:h-2\/6{
    height: 33.333333%;
  }

  .xl2\:h-3\/6{
    height: 50%;
  }

  .xl2\:h-4\/6{
    height: 66.666667%;
  }

  .xl2\:h-5\/6{
    height: 83.333333%;
  }

  .xl2\:h-full{
    height: 100%;
  }

  .xl2\:h-screen{
    height: 100vh;
  }

  .xl2\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .xl2\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .xl2\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .xl2\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .xl2\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .xl2\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .xl2\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .xl2\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .xl2\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .xl2\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .xl2\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .xl2\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .xl2\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .xl2\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .xl2\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .xl2\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .xl2\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .xl2\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .xl2\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .xl2\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .xl2\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl2\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl2\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl2\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl2\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl2\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl2\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl2\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl2\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl2\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl2\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl2\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl2\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl2\:leading-3{
    line-height: .75rem;
  }

  .xl2\:leading-4{
    line-height: 1rem;
  }

  .xl2\:leading-5{
    line-height: 1.25rem;
  }

  .xl2\:leading-6{
    line-height: 1.5rem;
  }

  .xl2\:leading-7{
    line-height: 1.75rem;
  }

  .xl2\:leading-8{
    line-height: 2rem;
  }

  .xl2\:leading-9{
    line-height: 2.25rem;
  }

  .xl2\:leading-10{
    line-height: 2.5rem;
  }

  .xl2\:leading-none{
    line-height: 1;
  }

  .xl2\:leading-tight{
    line-height: 1.25;
  }

  .xl2\:leading-snug{
    line-height: 1.375;
  }

  .xl2\:leading-normal{
    line-height: 1.5;
  }

  .xl2\:leading-relaxed{
    line-height: 1.625;
  }

  .xl2\:leading-loose{
    line-height: 2;
  }

  .xl2\:list-inside{
    list-style-position: inside;
  }

  .xl2\:list-outside{
    list-style-position: outside;
  }

  .xl2\:list-none{
    list-style-type: none;
  }

  .xl2\:list-disc{
    list-style-type: disc;
  }

  .xl2\:list-decimal{
    list-style-type: decimal;
  }

  .xl2\:m-0{
    margin: 0px;
  }

  .xl2\:m-2{
    margin: 2px;
  }

  .xl2\:m-4{
    margin: 4px;
  }

  .xl2\:m-5{
    margin: 5px;
  }

  .xl2\:m-7{
    margin: 7px;
  }

  .xl2\:m-8{
    margin: 8px;
  }

  .xl2\:m-10{
    margin: 10px;
  }

  .xl2\:m-11{
    margin: 11px;
  }

  .xl2\:m-12{
    margin: 12px;
  }

  .xl2\:m-13{
    margin: 13px;
  }

  .xl2\:m-15{
    margin: 15px;
  }

  .xl2\:m-16{
    margin: 16px;
  }

  .xl2\:m-18{
    margin: 18px;
  }

  .xl2\:m-20{
    margin: 20px;
  }

  .xl2\:m-24{
    margin: 24px;
  }

  .xl2\:m-28{
    margin: 28px;
  }

  .xl2\:m-29{
    margin: 29px;
  }

  .xl2\:m-30{
    margin: 30px;
  }

  .xl2\:m-32{
    margin: 32px;
  }

  .xl2\:m-34{
    margin: 34px;
  }

  .xl2\:m-36{
    margin: 36px;
  }

  .xl2\:m-40{
    margin: 40px;
  }

  .xl2\:m-48{
    margin: 48px;
  }

  .xl2\:m-50{
    margin: 50px;
  }

  .xl2\:m-56{
    margin: 56px;
  }

  .xl2\:m-60{
    margin: 60px;
  }

  .xl2\:m-64{
    margin: 64px;
  }

  .xl2\:m-70{
    margin: 70px;
  }

  .xl2\:m-72{
    margin: 72px;
  }

  .xl2\:m-80{
    margin: 80px;
  }

  .xl2\:m-88{
    margin: 88px;
  }

  .xl2\:m-90{
    margin: 90px;
  }

  .xl2\:m-96{
    margin: 96px;
  }

  .xl2\:m-100{
    margin: 100px;
  }

  .xl2\:m-112{
    margin: 112px;
  }

  .xl2\:m-128{
    margin: 128px;
  }

  .xl2\:m-135{
    margin: 135px;
  }

  .xl2\:m-145{
    margin: 145px;
  }

  .xl2\:m-155{
    margin: 155px;
  }

  .xl2\:m-160{
    margin: 160px;
  }

  .xl2\:m-192{
    margin: 192px;
  }

  .xl2\:m-200{
    margin: 200px;
  }

  .xl2\:m-224{
    margin: 224px;
  }

  .xl2\:m-227{
    margin: 227px;
  }

  .xl2\:m-250{
    margin: 250px;
  }

  .xl2\:m-256{
    margin: 256px;
  }

  .xl2\:m-270{
    margin: 270px;
  }

  .xl2\:m-288{
    margin: 288px;
  }

  .xl2\:m-304{
    margin: 304px;
  }

  .xl2\:m-314{
    margin: 314px;
  }

  .xl2\:m-320{
    margin: 320px;
  }

  .xl2\:m-352{
    margin: 352px;
  }

  .xl2\:m-384{
    margin: 384px;
  }

  .xl2\:m-416{
    margin: 416px;
  }

  .xl2\:m-448{
    margin: 448px;
  }

  .xl2\:m-480{
    margin: 480px;
  }

  .xl2\:m-512{
    margin: 512px;
  }

  .xl2\:m-576{
    margin: 576px;
  }

  .xl2\:m-612{
    margin: 612px;
  }

  .xl2\:m-640{
    margin: 640px;
  }

  .xl2\:m-768{
    margin: 768px;
  }

  .xl2\:m-auto{
    margin: auto;
  }

  .xl2\:-m-200{
    margin: -200px;
  }

  .xl2\:-m-170{
    margin: -170px;
  }

  .xl2\:-m-120{
    margin: -120px;
  }

  .xl2\:-m-100{
    margin: -100px;
  }

  .xl2\:-m-50{
    margin: -50px;
  }

  .xl2\:-m-45{
    margin: -45px;
  }

  .xl2\:-m-3{
    margin: -3px;
  }

  .xl2\:m-px{
    margin: 1px;
  }

  .xl2\:m-20p{
    margin: 20%;
  }

  .xl2\:m-40p{
    margin: 40%;
  }

  .xl2\:m-49p{
    margin: 49%;
  }

  .xl2\:m-52p{
    margin: 52%;
  }

  .xl2\:m-53\.5p{
    margin: 53.5%;
  }

  .xl2\:m-60p{
    margin: 60%;
  }

  .xl2\:m-71\.5p{
    margin: 71.5%;
  }

  .xl2\:m-80p{
    margin: 80%;
  }

  .xl2\:m-90p{
    margin: 90%;
  }

  .xl2\:m-95p{
    margin: 95%;
  }

  .xl2\:m-100p{
    margin: 100%;
  }

  .xl2\:m-110p{
    margin: 110%;
  }

  .xl2\:-m-0{
    margin: 0px;
  }

  .xl2\:-m-2{
    margin: -2px;
  }

  .xl2\:-m-4{
    margin: -4px;
  }

  .xl2\:-m-5{
    margin: -5px;
  }

  .xl2\:-m-7{
    margin: -7px;
  }

  .xl2\:-m-8{
    margin: -8px;
  }

  .xl2\:-m-10{
    margin: -10px;
  }

  .xl2\:-m-11{
    margin: -11px;
  }

  .xl2\:-m-12{
    margin: -12px;
  }

  .xl2\:-m-13{
    margin: -13px;
  }

  .xl2\:-m-15{
    margin: -15px;
  }

  .xl2\:-m-16{
    margin: -16px;
  }

  .xl2\:-m-18{
    margin: -18px;
  }

  .xl2\:-m-20{
    margin: -20px;
  }

  .xl2\:-m-24{
    margin: -24px;
  }

  .xl2\:-m-28{
    margin: -28px;
  }

  .xl2\:-m-29{
    margin: -29px;
  }

  .xl2\:-m-30{
    margin: -30px;
  }

  .xl2\:-m-32{
    margin: -32px;
  }

  .xl2\:-m-34{
    margin: -34px;
  }

  .xl2\:-m-36{
    margin: -36px;
  }

  .xl2\:-m-40{
    margin: -40px;
  }

  .xl2\:-m-48{
    margin: -48px;
  }

  .xl2\:-m-56{
    margin: -56px;
  }

  .xl2\:-m-60{
    margin: -60px;
  }

  .xl2\:-m-64{
    margin: -64px;
  }

  .xl2\:-m-70{
    margin: -70px;
  }

  .xl2\:-m-72{
    margin: -72px;
  }

  .xl2\:-m-80{
    margin: -80px;
  }

  .xl2\:-m-88{
    margin: -88px;
  }

  .xl2\:-m-90{
    margin: -90px;
  }

  .xl2\:-m-96{
    margin: -96px;
  }

  .xl2\:-m-112{
    margin: -112px;
  }

  .xl2\:-m-128{
    margin: -128px;
  }

  .xl2\:-m-135{
    margin: -135px;
  }

  .xl2\:-m-145{
    margin: -145px;
  }

  .xl2\:-m-155{
    margin: -155px;
  }

  .xl2\:-m-160{
    margin: -160px;
  }

  .xl2\:-m-192{
    margin: -192px;
  }

  .xl2\:-m-224{
    margin: -224px;
  }

  .xl2\:-m-227{
    margin: -227px;
  }

  .xl2\:-m-250{
    margin: -250px;
  }

  .xl2\:-m-256{
    margin: -256px;
  }

  .xl2\:-m-270{
    margin: -270px;
  }

  .xl2\:-m-288{
    margin: -288px;
  }

  .xl2\:-m-304{
    margin: -304px;
  }

  .xl2\:-m-314{
    margin: -314px;
  }

  .xl2\:-m-320{
    margin: -320px;
  }

  .xl2\:-m-352{
    margin: -352px;
  }

  .xl2\:-m-384{
    margin: -384px;
  }

  .xl2\:-m-416{
    margin: -416px;
  }

  .xl2\:-m-448{
    margin: -448px;
  }

  .xl2\:-m-480{
    margin: -480px;
  }

  .xl2\:-m-512{
    margin: -512px;
  }

  .xl2\:-m-576{
    margin: -576px;
  }

  .xl2\:-m-612{
    margin: -612px;
  }

  .xl2\:-m-640{
    margin: -640px;
  }

  .xl2\:-m-768{
    margin: -768px;
  }

  .xl2\:-m--200{
    margin: 200px;
  }

  .xl2\:-m--170{
    margin: 170px;
  }

  .xl2\:-m--120{
    margin: 120px;
  }

  .xl2\:-m--100{
    margin: 100px;
  }

  .xl2\:-m--50{
    margin: 50px;
  }

  .xl2\:-m--45{
    margin: 45px;
  }

  .xl2\:-m--3{
    margin: 3px;
  }

  .xl2\:-m-px{
    margin: -1px;
  }

  .xl2\:-m-20p{
    margin: -20%;
  }

  .xl2\:-m-40p{
    margin: -40%;
  }

  .xl2\:-m-49p{
    margin: -49%;
  }

  .xl2\:-m-52p{
    margin: -52%;
  }

  .xl2\:-m-53\.5p{
    margin: -53.5%;
  }

  .xl2\:-m-60p{
    margin: -60%;
  }

  .xl2\:-m-71\.5p{
    margin: -71.5%;
  }

  .xl2\:-m-80p{
    margin: -80%;
  }

  .xl2\:-m-90p{
    margin: -90%;
  }

  .xl2\:-m-95p{
    margin: -95%;
  }

  .xl2\:-m-100p{
    margin: -100%;
  }

  .xl2\:-m-110p{
    margin: -110%;
  }

  .xl2\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl2\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl2\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl2\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl2\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl2\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl2\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl2\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl2\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl2\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl2\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl2\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl2\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl2\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl2\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xl2\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xl2\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl2\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl2\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xl2\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .xl2\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl2\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl2\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl2\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl2\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl2\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl2\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl2\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl2\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl2\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl2\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl2\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .xl2\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xl2\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .xl2\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl2\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl2\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl2\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl2\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl2\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xl2\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl2\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl2\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl2\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl2\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xl2\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .xl2\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl2\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl2\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl2\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .xl2\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl2\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl2\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl2\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .xl2\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl2\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl2\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl2\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl2\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl2\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl2\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xl2\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .xl2\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl2\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl2\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xl2\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .xl2\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl2\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl2\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .xl2\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .xl2\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xl2\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .xl2\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xl2\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .xl2\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xl2\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .xl2\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .xl2\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .xl2\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xl2\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .xl2\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .xl2\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .xl2\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl2\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl2\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .xl2\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .xl2\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .xl2\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .xl2\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl2\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl2\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .xl2\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .xl2\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .xl2\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .xl2\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .xl2\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .xl2\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .xl2\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .xl2\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .xl2\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .xl2\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xl2\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .xl2\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .xl2\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .xl2\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .xl2\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .xl2\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .xl2\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .xl2\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .xl2\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .xl2\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .xl2\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .xl2\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .xl2\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .xl2\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .xl2\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .xl2\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .xl2\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .xl2\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .xl2\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .xl2\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .xl2\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .xl2\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl2\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl2\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xl2\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .xl2\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xl2\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .xl2\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl2\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl2\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xl2\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .xl2\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl2\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl2\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl2\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl2\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl2\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl2\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl2\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl2\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl2\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl2\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl2\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl2\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xl2\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .xl2\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .xl2\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .xl2\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .xl2\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .xl2\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl2\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl2\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .xl2\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .xl2\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl2\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl2\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl2\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl2\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl2\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl2\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl2\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl2\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .xl2\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .xl2\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl2\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl2\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl2\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl2\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl2\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl2\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl2\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl2\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl2\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl2\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl2\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl2\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl2\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl2\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xl2\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xl2\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl2\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl2\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xl2\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .xl2\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl2\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl2\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl2\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl2\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl2\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl2\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl2\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl2\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl2\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl2\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xl2\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .xl2\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xl2\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .xl2\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl2\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl2\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl2\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl2\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xl2\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xl2\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl2\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl2\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl2\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl2\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xl2\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .xl2\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xl2\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .xl2\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl2\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl2\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xl2\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .xl2\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xl2\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .xl2\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl2\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl2\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl2\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl2\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .xl2\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .xl2\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl2\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl2\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xl2\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .xl2\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .xl2\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .xl2\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xl2\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .xl2\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xl2\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .xl2\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xl2\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .xl2\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .xl2\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .xl2\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xl2\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .xl2\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .xl2\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .xl2\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .xl2\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .xl2\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .xl2\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .xl2\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl2\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl2\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .xl2\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .xl2\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .xl2\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .xl2\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .xl2\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .xl2\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .xl2\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .xl2\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .xl2\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .xl2\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xl2\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .xl2\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .xl2\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .xl2\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .xl2\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .xl2\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .xl2\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .xl2\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .xl2\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .xl2\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .xl2\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .xl2\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .xl2\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .xl2\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .xl2\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .xl2\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .xl2\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .xl2\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .xl2\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .xl2\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .xl2\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .xl2\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl2\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl2\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xl2\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .xl2\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl2\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl2\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl2\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl2\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl2\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl2\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl2\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl2\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl2\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl2\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl2\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl2\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl2\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl2\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl2\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl2\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xl2\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .xl2\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .xl2\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .xl2\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .xl2\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .xl2\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl2\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl2\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .xl2\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .xl2\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl2\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl2\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl2\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl2\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl2\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl2\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl2\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl2\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .xl2\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .xl2\:mt-0{
    margin-top: 0px;
  }

  .xl2\:mr-0{
    margin-right: 0px;
  }

  .xl2\:mb-0{
    margin-bottom: 0px;
  }

  .xl2\:ml-0{
    margin-left: 0px;
  }

  .xl2\:mt-2{
    margin-top: 2px;
  }

  .xl2\:mr-2{
    margin-right: 2px;
  }

  .xl2\:mb-2{
    margin-bottom: 2px;
  }

  .xl2\:ml-2{
    margin-left: 2px;
  }

  .xl2\:mt-4{
    margin-top: 4px;
  }

  .xl2\:mr-4{
    margin-right: 4px;
  }

  .xl2\:mb-4{
    margin-bottom: 4px;
  }

  .xl2\:ml-4{
    margin-left: 4px;
  }

  .xl2\:mt-5{
    margin-top: 5px;
  }

  .xl2\:mr-5{
    margin-right: 5px;
  }

  .xl2\:mb-5{
    margin-bottom: 5px;
  }

  .xl2\:ml-5{
    margin-left: 5px;
  }

  .xl2\:mt-7{
    margin-top: 7px;
  }

  .xl2\:mr-7{
    margin-right: 7px;
  }

  .xl2\:mb-7{
    margin-bottom: 7px;
  }

  .xl2\:ml-7{
    margin-left: 7px;
  }

  .xl2\:mt-8{
    margin-top: 8px;
  }

  .xl2\:mr-8{
    margin-right: 8px;
  }

  .xl2\:mb-8{
    margin-bottom: 8px;
  }

  .xl2\:ml-8{
    margin-left: 8px;
  }

  .xl2\:mt-10{
    margin-top: 10px;
  }

  .xl2\:mr-10{
    margin-right: 10px;
  }

  .xl2\:mb-10{
    margin-bottom: 10px;
  }

  .xl2\:ml-10{
    margin-left: 10px;
  }

  .xl2\:mt-11{
    margin-top: 11px;
  }

  .xl2\:mr-11{
    margin-right: 11px;
  }

  .xl2\:mb-11{
    margin-bottom: 11px;
  }

  .xl2\:ml-11{
    margin-left: 11px;
  }

  .xl2\:mt-12{
    margin-top: 12px;
  }

  .xl2\:mr-12{
    margin-right: 12px;
  }

  .xl2\:mb-12{
    margin-bottom: 12px;
  }

  .xl2\:ml-12{
    margin-left: 12px;
  }

  .xl2\:mt-13{
    margin-top: 13px;
  }

  .xl2\:mr-13{
    margin-right: 13px;
  }

  .xl2\:mb-13{
    margin-bottom: 13px;
  }

  .xl2\:ml-13{
    margin-left: 13px;
  }

  .xl2\:mt-15{
    margin-top: 15px;
  }

  .xl2\:mr-15{
    margin-right: 15px;
  }

  .xl2\:mb-15{
    margin-bottom: 15px;
  }

  .xl2\:ml-15{
    margin-left: 15px;
  }

  .xl2\:mt-16{
    margin-top: 16px;
  }

  .xl2\:mr-16{
    margin-right: 16px;
  }

  .xl2\:mb-16{
    margin-bottom: 16px;
  }

  .xl2\:ml-16{
    margin-left: 16px;
  }

  .xl2\:mt-18{
    margin-top: 18px;
  }

  .xl2\:mr-18{
    margin-right: 18px;
  }

  .xl2\:mb-18{
    margin-bottom: 18px;
  }

  .xl2\:ml-18{
    margin-left: 18px;
  }

  .xl2\:mt-20{
    margin-top: 20px;
  }

  .xl2\:mr-20{
    margin-right: 20px;
  }

  .xl2\:mb-20{
    margin-bottom: 20px;
  }

  .xl2\:ml-20{
    margin-left: 20px;
  }

  .xl2\:mt-24{
    margin-top: 24px;
  }

  .xl2\:mr-24{
    margin-right: 24px;
  }

  .xl2\:mb-24{
    margin-bottom: 24px;
  }

  .xl2\:ml-24{
    margin-left: 24px;
  }

  .xl2\:mt-28{
    margin-top: 28px;
  }

  .xl2\:mr-28{
    margin-right: 28px;
  }

  .xl2\:mb-28{
    margin-bottom: 28px;
  }

  .xl2\:ml-28{
    margin-left: 28px;
  }

  .xl2\:mt-29{
    margin-top: 29px;
  }

  .xl2\:mr-29{
    margin-right: 29px;
  }

  .xl2\:mb-29{
    margin-bottom: 29px;
  }

  .xl2\:ml-29{
    margin-left: 29px;
  }

  .xl2\:mt-30{
    margin-top: 30px;
  }

  .xl2\:mr-30{
    margin-right: 30px;
  }

  .xl2\:mb-30{
    margin-bottom: 30px;
  }

  .xl2\:ml-30{
    margin-left: 30px;
  }

  .xl2\:mt-32{
    margin-top: 32px;
  }

  .xl2\:mr-32{
    margin-right: 32px;
  }

  .xl2\:mb-32{
    margin-bottom: 32px;
  }

  .xl2\:ml-32{
    margin-left: 32px;
  }

  .xl2\:mt-34{
    margin-top: 34px;
  }

  .xl2\:mr-34{
    margin-right: 34px;
  }

  .xl2\:mb-34{
    margin-bottom: 34px;
  }

  .xl2\:ml-34{
    margin-left: 34px;
  }

  .xl2\:mt-36{
    margin-top: 36px;
  }

  .xl2\:mr-36{
    margin-right: 36px;
  }

  .xl2\:mb-36{
    margin-bottom: 36px;
  }

  .xl2\:ml-36{
    margin-left: 36px;
  }

  .xl2\:mt-40{
    margin-top: 40px;
  }

  .xl2\:mr-40{
    margin-right: 40px;
  }

  .xl2\:mb-40{
    margin-bottom: 40px;
  }

  .xl2\:ml-40{
    margin-left: 40px;
  }

  .xl2\:mt-48{
    margin-top: 48px;
  }

  .xl2\:mr-48{
    margin-right: 48px;
  }

  .xl2\:mb-48{
    margin-bottom: 48px;
  }

  .xl2\:ml-48{
    margin-left: 48px;
  }

  .xl2\:mt-50{
    margin-top: 50px;
  }

  .xl2\:mr-50{
    margin-right: 50px;
  }

  .xl2\:mb-50{
    margin-bottom: 50px;
  }

  .xl2\:ml-50{
    margin-left: 50px;
  }

  .xl2\:mt-56{
    margin-top: 56px;
  }

  .xl2\:mr-56{
    margin-right: 56px;
  }

  .xl2\:mb-56{
    margin-bottom: 56px;
  }

  .xl2\:ml-56{
    margin-left: 56px;
  }

  .xl2\:mt-60{
    margin-top: 60px;
  }

  .xl2\:mr-60{
    margin-right: 60px;
  }

  .xl2\:mb-60{
    margin-bottom: 60px;
  }

  .xl2\:ml-60{
    margin-left: 60px;
  }

  .xl2\:mt-64{
    margin-top: 64px;
  }

  .xl2\:mr-64{
    margin-right: 64px;
  }

  .xl2\:mb-64{
    margin-bottom: 64px;
  }

  .xl2\:ml-64{
    margin-left: 64px;
  }

  .xl2\:mt-70{
    margin-top: 70px;
  }

  .xl2\:mr-70{
    margin-right: 70px;
  }

  .xl2\:mb-70{
    margin-bottom: 70px;
  }

  .xl2\:ml-70{
    margin-left: 70px;
  }

  .xl2\:mt-72{
    margin-top: 72px;
  }

  .xl2\:mr-72{
    margin-right: 72px;
  }

  .xl2\:mb-72{
    margin-bottom: 72px;
  }

  .xl2\:ml-72{
    margin-left: 72px;
  }

  .xl2\:mt-80{
    margin-top: 80px;
  }

  .xl2\:mr-80{
    margin-right: 80px;
  }

  .xl2\:mb-80{
    margin-bottom: 80px;
  }

  .xl2\:ml-80{
    margin-left: 80px;
  }

  .xl2\:mt-88{
    margin-top: 88px;
  }

  .xl2\:mr-88{
    margin-right: 88px;
  }

  .xl2\:mb-88{
    margin-bottom: 88px;
  }

  .xl2\:ml-88{
    margin-left: 88px;
  }

  .xl2\:mt-90{
    margin-top: 90px;
  }

  .xl2\:mr-90{
    margin-right: 90px;
  }

  .xl2\:mb-90{
    margin-bottom: 90px;
  }

  .xl2\:ml-90{
    margin-left: 90px;
  }

  .xl2\:mt-96{
    margin-top: 96px;
  }

  .xl2\:mr-96{
    margin-right: 96px;
  }

  .xl2\:mb-96{
    margin-bottom: 96px;
  }

  .xl2\:ml-96{
    margin-left: 96px;
  }

  .xl2\:mt-100{
    margin-top: 100px;
  }

  .xl2\:mr-100{
    margin-right: 100px;
  }

  .xl2\:mb-100{
    margin-bottom: 100px;
  }

  .xl2\:ml-100{
    margin-left: 100px;
  }

  .xl2\:mt-112{
    margin-top: 112px;
  }

  .xl2\:mr-112{
    margin-right: 112px;
  }

  .xl2\:mb-112{
    margin-bottom: 112px;
  }

  .xl2\:ml-112{
    margin-left: 112px;
  }

  .xl2\:mt-128{
    margin-top: 128px;
  }

  .xl2\:mr-128{
    margin-right: 128px;
  }

  .xl2\:mb-128{
    margin-bottom: 128px;
  }

  .xl2\:ml-128{
    margin-left: 128px;
  }

  .xl2\:mt-135{
    margin-top: 135px;
  }

  .xl2\:mr-135{
    margin-right: 135px;
  }

  .xl2\:mb-135{
    margin-bottom: 135px;
  }

  .xl2\:ml-135{
    margin-left: 135px;
  }

  .xl2\:mt-145{
    margin-top: 145px;
  }

  .xl2\:mr-145{
    margin-right: 145px;
  }

  .xl2\:mb-145{
    margin-bottom: 145px;
  }

  .xl2\:ml-145{
    margin-left: 145px;
  }

  .xl2\:mt-155{
    margin-top: 155px;
  }

  .xl2\:mr-155{
    margin-right: 155px;
  }

  .xl2\:mb-155{
    margin-bottom: 155px;
  }

  .xl2\:ml-155{
    margin-left: 155px;
  }

  .xl2\:mt-160{
    margin-top: 160px;
  }

  .xl2\:mr-160{
    margin-right: 160px;
  }

  .xl2\:mb-160{
    margin-bottom: 160px;
  }

  .xl2\:ml-160{
    margin-left: 160px;
  }

  .xl2\:mt-192{
    margin-top: 192px;
  }

  .xl2\:mr-192{
    margin-right: 192px;
  }

  .xl2\:mb-192{
    margin-bottom: 192px;
  }

  .xl2\:ml-192{
    margin-left: 192px;
  }

  .xl2\:mt-200{
    margin-top: 200px;
  }

  .xl2\:mr-200{
    margin-right: 200px;
  }

  .xl2\:mb-200{
    margin-bottom: 200px;
  }

  .xl2\:ml-200{
    margin-left: 200px;
  }

  .xl2\:mt-224{
    margin-top: 224px;
  }

  .xl2\:mr-224{
    margin-right: 224px;
  }

  .xl2\:mb-224{
    margin-bottom: 224px;
  }

  .xl2\:ml-224{
    margin-left: 224px;
  }

  .xl2\:mt-227{
    margin-top: 227px;
  }

  .xl2\:mr-227{
    margin-right: 227px;
  }

  .xl2\:mb-227{
    margin-bottom: 227px;
  }

  .xl2\:ml-227{
    margin-left: 227px;
  }

  .xl2\:mt-250{
    margin-top: 250px;
  }

  .xl2\:mr-250{
    margin-right: 250px;
  }

  .xl2\:mb-250{
    margin-bottom: 250px;
  }

  .xl2\:ml-250{
    margin-left: 250px;
  }

  .xl2\:mt-256{
    margin-top: 256px;
  }

  .xl2\:mr-256{
    margin-right: 256px;
  }

  .xl2\:mb-256{
    margin-bottom: 256px;
  }

  .xl2\:ml-256{
    margin-left: 256px;
  }

  .xl2\:mt-270{
    margin-top: 270px;
  }

  .xl2\:mr-270{
    margin-right: 270px;
  }

  .xl2\:mb-270{
    margin-bottom: 270px;
  }

  .xl2\:ml-270{
    margin-left: 270px;
  }

  .xl2\:mt-288{
    margin-top: 288px;
  }

  .xl2\:mr-288{
    margin-right: 288px;
  }

  .xl2\:mb-288{
    margin-bottom: 288px;
  }

  .xl2\:ml-288{
    margin-left: 288px;
  }

  .xl2\:mt-304{
    margin-top: 304px;
  }

  .xl2\:mr-304{
    margin-right: 304px;
  }

  .xl2\:mb-304{
    margin-bottom: 304px;
  }

  .xl2\:ml-304{
    margin-left: 304px;
  }

  .xl2\:mt-314{
    margin-top: 314px;
  }

  .xl2\:mr-314{
    margin-right: 314px;
  }

  .xl2\:mb-314{
    margin-bottom: 314px;
  }

  .xl2\:ml-314{
    margin-left: 314px;
  }

  .xl2\:mt-320{
    margin-top: 320px;
  }

  .xl2\:mr-320{
    margin-right: 320px;
  }

  .xl2\:mb-320{
    margin-bottom: 320px;
  }

  .xl2\:ml-320{
    margin-left: 320px;
  }

  .xl2\:mt-352{
    margin-top: 352px;
  }

  .xl2\:mr-352{
    margin-right: 352px;
  }

  .xl2\:mb-352{
    margin-bottom: 352px;
  }

  .xl2\:ml-352{
    margin-left: 352px;
  }

  .xl2\:mt-384{
    margin-top: 384px;
  }

  .xl2\:mr-384{
    margin-right: 384px;
  }

  .xl2\:mb-384{
    margin-bottom: 384px;
  }

  .xl2\:ml-384{
    margin-left: 384px;
  }

  .xl2\:mt-416{
    margin-top: 416px;
  }

  .xl2\:mr-416{
    margin-right: 416px;
  }

  .xl2\:mb-416{
    margin-bottom: 416px;
  }

  .xl2\:ml-416{
    margin-left: 416px;
  }

  .xl2\:mt-448{
    margin-top: 448px;
  }

  .xl2\:mr-448{
    margin-right: 448px;
  }

  .xl2\:mb-448{
    margin-bottom: 448px;
  }

  .xl2\:ml-448{
    margin-left: 448px;
  }

  .xl2\:mt-480{
    margin-top: 480px;
  }

  .xl2\:mr-480{
    margin-right: 480px;
  }

  .xl2\:mb-480{
    margin-bottom: 480px;
  }

  .xl2\:ml-480{
    margin-left: 480px;
  }

  .xl2\:mt-512{
    margin-top: 512px;
  }

  .xl2\:mr-512{
    margin-right: 512px;
  }

  .xl2\:mb-512{
    margin-bottom: 512px;
  }

  .xl2\:ml-512{
    margin-left: 512px;
  }

  .xl2\:mt-576{
    margin-top: 576px;
  }

  .xl2\:mr-576{
    margin-right: 576px;
  }

  .xl2\:mb-576{
    margin-bottom: 576px;
  }

  .xl2\:ml-576{
    margin-left: 576px;
  }

  .xl2\:mt-612{
    margin-top: 612px;
  }

  .xl2\:mr-612{
    margin-right: 612px;
  }

  .xl2\:mb-612{
    margin-bottom: 612px;
  }

  .xl2\:ml-612{
    margin-left: 612px;
  }

  .xl2\:mt-640{
    margin-top: 640px;
  }

  .xl2\:mr-640{
    margin-right: 640px;
  }

  .xl2\:mb-640{
    margin-bottom: 640px;
  }

  .xl2\:ml-640{
    margin-left: 640px;
  }

  .xl2\:mt-768{
    margin-top: 768px;
  }

  .xl2\:mr-768{
    margin-right: 768px;
  }

  .xl2\:mb-768{
    margin-bottom: 768px;
  }

  .xl2\:ml-768{
    margin-left: 768px;
  }

  .xl2\:mt-auto{
    margin-top: auto;
  }

  .xl2\:mr-auto{
    margin-right: auto;
  }

  .xl2\:mb-auto{
    margin-bottom: auto;
  }

  .xl2\:ml-auto{
    margin-left: auto;
  }

  .xl2\:-mt-200{
    margin-top: -200px;
  }

  .xl2\:-mr-200{
    margin-right: -200px;
  }

  .xl2\:-mb-200{
    margin-bottom: -200px;
  }

  .xl2\:-ml-200{
    margin-left: -200px;
  }

  .xl2\:-mt-170{
    margin-top: -170px;
  }

  .xl2\:-mr-170{
    margin-right: -170px;
  }

  .xl2\:-mb-170{
    margin-bottom: -170px;
  }

  .xl2\:-ml-170{
    margin-left: -170px;
  }

  .xl2\:-mt-120{
    margin-top: -120px;
  }

  .xl2\:-mr-120{
    margin-right: -120px;
  }

  .xl2\:-mb-120{
    margin-bottom: -120px;
  }

  .xl2\:-ml-120{
    margin-left: -120px;
  }

  .xl2\:-mt-100{
    margin-top: -100px;
  }

  .xl2\:-mr-100{
    margin-right: -100px;
  }

  .xl2\:-mb-100{
    margin-bottom: -100px;
  }

  .xl2\:-ml-100{
    margin-left: -100px;
  }

  .xl2\:-mt-50{
    margin-top: -50px;
  }

  .xl2\:-mr-50{
    margin-right: -50px;
  }

  .xl2\:-mb-50{
    margin-bottom: -50px;
  }

  .xl2\:-ml-50{
    margin-left: -50px;
  }

  .xl2\:-mt-45{
    margin-top: -45px;
  }

  .xl2\:-mr-45{
    margin-right: -45px;
  }

  .xl2\:-mb-45{
    margin-bottom: -45px;
  }

  .xl2\:-ml-45{
    margin-left: -45px;
  }

  .xl2\:-mt-3{
    margin-top: -3px;
  }

  .xl2\:-mr-3{
    margin-right: -3px;
  }

  .xl2\:-mb-3{
    margin-bottom: -3px;
  }

  .xl2\:-ml-3{
    margin-left: -3px;
  }

  .xl2\:mt-px{
    margin-top: 1px;
  }

  .xl2\:mr-px{
    margin-right: 1px;
  }

  .xl2\:mb-px{
    margin-bottom: 1px;
  }

  .xl2\:ml-px{
    margin-left: 1px;
  }

  .xl2\:mt-20p{
    margin-top: 20%;
  }

  .xl2\:mr-20p{
    margin-right: 20%;
  }

  .xl2\:mb-20p{
    margin-bottom: 20%;
  }

  .xl2\:ml-20p{
    margin-left: 20%;
  }

  .xl2\:mt-40p{
    margin-top: 40%;
  }

  .xl2\:mr-40p{
    margin-right: 40%;
  }

  .xl2\:mb-40p{
    margin-bottom: 40%;
  }

  .xl2\:ml-40p{
    margin-left: 40%;
  }

  .xl2\:mt-49p{
    margin-top: 49%;
  }

  .xl2\:mr-49p{
    margin-right: 49%;
  }

  .xl2\:mb-49p{
    margin-bottom: 49%;
  }

  .xl2\:ml-49p{
    margin-left: 49%;
  }

  .xl2\:mt-52p{
    margin-top: 52%;
  }

  .xl2\:mr-52p{
    margin-right: 52%;
  }

  .xl2\:mb-52p{
    margin-bottom: 52%;
  }

  .xl2\:ml-52p{
    margin-left: 52%;
  }

  .xl2\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .xl2\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .xl2\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .xl2\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .xl2\:mt-60p{
    margin-top: 60%;
  }

  .xl2\:mr-60p{
    margin-right: 60%;
  }

  .xl2\:mb-60p{
    margin-bottom: 60%;
  }

  .xl2\:ml-60p{
    margin-left: 60%;
  }

  .xl2\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .xl2\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .xl2\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .xl2\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .xl2\:mt-80p{
    margin-top: 80%;
  }

  .xl2\:mr-80p{
    margin-right: 80%;
  }

  .xl2\:mb-80p{
    margin-bottom: 80%;
  }

  .xl2\:ml-80p{
    margin-left: 80%;
  }

  .xl2\:mt-90p{
    margin-top: 90%;
  }

  .xl2\:mr-90p{
    margin-right: 90%;
  }

  .xl2\:mb-90p{
    margin-bottom: 90%;
  }

  .xl2\:ml-90p{
    margin-left: 90%;
  }

  .xl2\:mt-95p{
    margin-top: 95%;
  }

  .xl2\:mr-95p{
    margin-right: 95%;
  }

  .xl2\:mb-95p{
    margin-bottom: 95%;
  }

  .xl2\:ml-95p{
    margin-left: 95%;
  }

  .xl2\:mt-100p{
    margin-top: 100%;
  }

  .xl2\:mr-100p{
    margin-right: 100%;
  }

  .xl2\:mb-100p{
    margin-bottom: 100%;
  }

  .xl2\:ml-100p{
    margin-left: 100%;
  }

  .xl2\:mt-110p{
    margin-top: 110%;
  }

  .xl2\:mr-110p{
    margin-right: 110%;
  }

  .xl2\:mb-110p{
    margin-bottom: 110%;
  }

  .xl2\:ml-110p{
    margin-left: 110%;
  }

  .xl2\:-mt-0{
    margin-top: 0px;
  }

  .xl2\:-mr-0{
    margin-right: 0px;
  }

  .xl2\:-mb-0{
    margin-bottom: 0px;
  }

  .xl2\:-ml-0{
    margin-left: 0px;
  }

  .xl2\:-mt-2{
    margin-top: -2px;
  }

  .xl2\:-mr-2{
    margin-right: -2px;
  }

  .xl2\:-mb-2{
    margin-bottom: -2px;
  }

  .xl2\:-ml-2{
    margin-left: -2px;
  }

  .xl2\:-mt-4{
    margin-top: -4px;
  }

  .xl2\:-mr-4{
    margin-right: -4px;
  }

  .xl2\:-mb-4{
    margin-bottom: -4px;
  }

  .xl2\:-ml-4{
    margin-left: -4px;
  }

  .xl2\:-mt-5{
    margin-top: -5px;
  }

  .xl2\:-mr-5{
    margin-right: -5px;
  }

  .xl2\:-mb-5{
    margin-bottom: -5px;
  }

  .xl2\:-ml-5{
    margin-left: -5px;
  }

  .xl2\:-mt-7{
    margin-top: -7px;
  }

  .xl2\:-mr-7{
    margin-right: -7px;
  }

  .xl2\:-mb-7{
    margin-bottom: -7px;
  }

  .xl2\:-ml-7{
    margin-left: -7px;
  }

  .xl2\:-mt-8{
    margin-top: -8px;
  }

  .xl2\:-mr-8{
    margin-right: -8px;
  }

  .xl2\:-mb-8{
    margin-bottom: -8px;
  }

  .xl2\:-ml-8{
    margin-left: -8px;
  }

  .xl2\:-mt-10{
    margin-top: -10px;
  }

  .xl2\:-mr-10{
    margin-right: -10px;
  }

  .xl2\:-mb-10{
    margin-bottom: -10px;
  }

  .xl2\:-ml-10{
    margin-left: -10px;
  }

  .xl2\:-mt-11{
    margin-top: -11px;
  }

  .xl2\:-mr-11{
    margin-right: -11px;
  }

  .xl2\:-mb-11{
    margin-bottom: -11px;
  }

  .xl2\:-ml-11{
    margin-left: -11px;
  }

  .xl2\:-mt-12{
    margin-top: -12px;
  }

  .xl2\:-mr-12{
    margin-right: -12px;
  }

  .xl2\:-mb-12{
    margin-bottom: -12px;
  }

  .xl2\:-ml-12{
    margin-left: -12px;
  }

  .xl2\:-mt-13{
    margin-top: -13px;
  }

  .xl2\:-mr-13{
    margin-right: -13px;
  }

  .xl2\:-mb-13{
    margin-bottom: -13px;
  }

  .xl2\:-ml-13{
    margin-left: -13px;
  }

  .xl2\:-mt-15{
    margin-top: -15px;
  }

  .xl2\:-mr-15{
    margin-right: -15px;
  }

  .xl2\:-mb-15{
    margin-bottom: -15px;
  }

  .xl2\:-ml-15{
    margin-left: -15px;
  }

  .xl2\:-mt-16{
    margin-top: -16px;
  }

  .xl2\:-mr-16{
    margin-right: -16px;
  }

  .xl2\:-mb-16{
    margin-bottom: -16px;
  }

  .xl2\:-ml-16{
    margin-left: -16px;
  }

  .xl2\:-mt-18{
    margin-top: -18px;
  }

  .xl2\:-mr-18{
    margin-right: -18px;
  }

  .xl2\:-mb-18{
    margin-bottom: -18px;
  }

  .xl2\:-ml-18{
    margin-left: -18px;
  }

  .xl2\:-mt-20{
    margin-top: -20px;
  }

  .xl2\:-mr-20{
    margin-right: -20px;
  }

  .xl2\:-mb-20{
    margin-bottom: -20px;
  }

  .xl2\:-ml-20{
    margin-left: -20px;
  }

  .xl2\:-mt-24{
    margin-top: -24px;
  }

  .xl2\:-mr-24{
    margin-right: -24px;
  }

  .xl2\:-mb-24{
    margin-bottom: -24px;
  }

  .xl2\:-ml-24{
    margin-left: -24px;
  }

  .xl2\:-mt-28{
    margin-top: -28px;
  }

  .xl2\:-mr-28{
    margin-right: -28px;
  }

  .xl2\:-mb-28{
    margin-bottom: -28px;
  }

  .xl2\:-ml-28{
    margin-left: -28px;
  }

  .xl2\:-mt-29{
    margin-top: -29px;
  }

  .xl2\:-mr-29{
    margin-right: -29px;
  }

  .xl2\:-mb-29{
    margin-bottom: -29px;
  }

  .xl2\:-ml-29{
    margin-left: -29px;
  }

  .xl2\:-mt-30{
    margin-top: -30px;
  }

  .xl2\:-mr-30{
    margin-right: -30px;
  }

  .xl2\:-mb-30{
    margin-bottom: -30px;
  }

  .xl2\:-ml-30{
    margin-left: -30px;
  }

  .xl2\:-mt-32{
    margin-top: -32px;
  }

  .xl2\:-mr-32{
    margin-right: -32px;
  }

  .xl2\:-mb-32{
    margin-bottom: -32px;
  }

  .xl2\:-ml-32{
    margin-left: -32px;
  }

  .xl2\:-mt-34{
    margin-top: -34px;
  }

  .xl2\:-mr-34{
    margin-right: -34px;
  }

  .xl2\:-mb-34{
    margin-bottom: -34px;
  }

  .xl2\:-ml-34{
    margin-left: -34px;
  }

  .xl2\:-mt-36{
    margin-top: -36px;
  }

  .xl2\:-mr-36{
    margin-right: -36px;
  }

  .xl2\:-mb-36{
    margin-bottom: -36px;
  }

  .xl2\:-ml-36{
    margin-left: -36px;
  }

  .xl2\:-mt-40{
    margin-top: -40px;
  }

  .xl2\:-mr-40{
    margin-right: -40px;
  }

  .xl2\:-mb-40{
    margin-bottom: -40px;
  }

  .xl2\:-ml-40{
    margin-left: -40px;
  }

  .xl2\:-mt-48{
    margin-top: -48px;
  }

  .xl2\:-mr-48{
    margin-right: -48px;
  }

  .xl2\:-mb-48{
    margin-bottom: -48px;
  }

  .xl2\:-ml-48{
    margin-left: -48px;
  }

  .xl2\:-mt-56{
    margin-top: -56px;
  }

  .xl2\:-mr-56{
    margin-right: -56px;
  }

  .xl2\:-mb-56{
    margin-bottom: -56px;
  }

  .xl2\:-ml-56{
    margin-left: -56px;
  }

  .xl2\:-mt-60{
    margin-top: -60px;
  }

  .xl2\:-mr-60{
    margin-right: -60px;
  }

  .xl2\:-mb-60{
    margin-bottom: -60px;
  }

  .xl2\:-ml-60{
    margin-left: -60px;
  }

  .xl2\:-mt-64{
    margin-top: -64px;
  }

  .xl2\:-mr-64{
    margin-right: -64px;
  }

  .xl2\:-mb-64{
    margin-bottom: -64px;
  }

  .xl2\:-ml-64{
    margin-left: -64px;
  }

  .xl2\:-mt-70{
    margin-top: -70px;
  }

  .xl2\:-mr-70{
    margin-right: -70px;
  }

  .xl2\:-mb-70{
    margin-bottom: -70px;
  }

  .xl2\:-ml-70{
    margin-left: -70px;
  }

  .xl2\:-mt-72{
    margin-top: -72px;
  }

  .xl2\:-mr-72{
    margin-right: -72px;
  }

  .xl2\:-mb-72{
    margin-bottom: -72px;
  }

  .xl2\:-ml-72{
    margin-left: -72px;
  }

  .xl2\:-mt-80{
    margin-top: -80px;
  }

  .xl2\:-mr-80{
    margin-right: -80px;
  }

  .xl2\:-mb-80{
    margin-bottom: -80px;
  }

  .xl2\:-ml-80{
    margin-left: -80px;
  }

  .xl2\:-mt-88{
    margin-top: -88px;
  }

  .xl2\:-mr-88{
    margin-right: -88px;
  }

  .xl2\:-mb-88{
    margin-bottom: -88px;
  }

  .xl2\:-ml-88{
    margin-left: -88px;
  }

  .xl2\:-mt-90{
    margin-top: -90px;
  }

  .xl2\:-mr-90{
    margin-right: -90px;
  }

  .xl2\:-mb-90{
    margin-bottom: -90px;
  }

  .xl2\:-ml-90{
    margin-left: -90px;
  }

  .xl2\:-mt-96{
    margin-top: -96px;
  }

  .xl2\:-mr-96{
    margin-right: -96px;
  }

  .xl2\:-mb-96{
    margin-bottom: -96px;
  }

  .xl2\:-ml-96{
    margin-left: -96px;
  }

  .xl2\:-mt-112{
    margin-top: -112px;
  }

  .xl2\:-mr-112{
    margin-right: -112px;
  }

  .xl2\:-mb-112{
    margin-bottom: -112px;
  }

  .xl2\:-ml-112{
    margin-left: -112px;
  }

  .xl2\:-mt-128{
    margin-top: -128px;
  }

  .xl2\:-mr-128{
    margin-right: -128px;
  }

  .xl2\:-mb-128{
    margin-bottom: -128px;
  }

  .xl2\:-ml-128{
    margin-left: -128px;
  }

  .xl2\:-mt-135{
    margin-top: -135px;
  }

  .xl2\:-mr-135{
    margin-right: -135px;
  }

  .xl2\:-mb-135{
    margin-bottom: -135px;
  }

  .xl2\:-ml-135{
    margin-left: -135px;
  }

  .xl2\:-mt-145{
    margin-top: -145px;
  }

  .xl2\:-mr-145{
    margin-right: -145px;
  }

  .xl2\:-mb-145{
    margin-bottom: -145px;
  }

  .xl2\:-ml-145{
    margin-left: -145px;
  }

  .xl2\:-mt-155{
    margin-top: -155px;
  }

  .xl2\:-mr-155{
    margin-right: -155px;
  }

  .xl2\:-mb-155{
    margin-bottom: -155px;
  }

  .xl2\:-ml-155{
    margin-left: -155px;
  }

  .xl2\:-mt-160{
    margin-top: -160px;
  }

  .xl2\:-mr-160{
    margin-right: -160px;
  }

  .xl2\:-mb-160{
    margin-bottom: -160px;
  }

  .xl2\:-ml-160{
    margin-left: -160px;
  }

  .xl2\:-mt-192{
    margin-top: -192px;
  }

  .xl2\:-mr-192{
    margin-right: -192px;
  }

  .xl2\:-mb-192{
    margin-bottom: -192px;
  }

  .xl2\:-ml-192{
    margin-left: -192px;
  }

  .xl2\:-mt-224{
    margin-top: -224px;
  }

  .xl2\:-mr-224{
    margin-right: -224px;
  }

  .xl2\:-mb-224{
    margin-bottom: -224px;
  }

  .xl2\:-ml-224{
    margin-left: -224px;
  }

  .xl2\:-mt-227{
    margin-top: -227px;
  }

  .xl2\:-mr-227{
    margin-right: -227px;
  }

  .xl2\:-mb-227{
    margin-bottom: -227px;
  }

  .xl2\:-ml-227{
    margin-left: -227px;
  }

  .xl2\:-mt-250{
    margin-top: -250px;
  }

  .xl2\:-mr-250{
    margin-right: -250px;
  }

  .xl2\:-mb-250{
    margin-bottom: -250px;
  }

  .xl2\:-ml-250{
    margin-left: -250px;
  }

  .xl2\:-mt-256{
    margin-top: -256px;
  }

  .xl2\:-mr-256{
    margin-right: -256px;
  }

  .xl2\:-mb-256{
    margin-bottom: -256px;
  }

  .xl2\:-ml-256{
    margin-left: -256px;
  }

  .xl2\:-mt-270{
    margin-top: -270px;
  }

  .xl2\:-mr-270{
    margin-right: -270px;
  }

  .xl2\:-mb-270{
    margin-bottom: -270px;
  }

  .xl2\:-ml-270{
    margin-left: -270px;
  }

  .xl2\:-mt-288{
    margin-top: -288px;
  }

  .xl2\:-mr-288{
    margin-right: -288px;
  }

  .xl2\:-mb-288{
    margin-bottom: -288px;
  }

  .xl2\:-ml-288{
    margin-left: -288px;
  }

  .xl2\:-mt-304{
    margin-top: -304px;
  }

  .xl2\:-mr-304{
    margin-right: -304px;
  }

  .xl2\:-mb-304{
    margin-bottom: -304px;
  }

  .xl2\:-ml-304{
    margin-left: -304px;
  }

  .xl2\:-mt-314{
    margin-top: -314px;
  }

  .xl2\:-mr-314{
    margin-right: -314px;
  }

  .xl2\:-mb-314{
    margin-bottom: -314px;
  }

  .xl2\:-ml-314{
    margin-left: -314px;
  }

  .xl2\:-mt-320{
    margin-top: -320px;
  }

  .xl2\:-mr-320{
    margin-right: -320px;
  }

  .xl2\:-mb-320{
    margin-bottom: -320px;
  }

  .xl2\:-ml-320{
    margin-left: -320px;
  }

  .xl2\:-mt-352{
    margin-top: -352px;
  }

  .xl2\:-mr-352{
    margin-right: -352px;
  }

  .xl2\:-mb-352{
    margin-bottom: -352px;
  }

  .xl2\:-ml-352{
    margin-left: -352px;
  }

  .xl2\:-mt-384{
    margin-top: -384px;
  }

  .xl2\:-mr-384{
    margin-right: -384px;
  }

  .xl2\:-mb-384{
    margin-bottom: -384px;
  }

  .xl2\:-ml-384{
    margin-left: -384px;
  }

  .xl2\:-mt-416{
    margin-top: -416px;
  }

  .xl2\:-mr-416{
    margin-right: -416px;
  }

  .xl2\:-mb-416{
    margin-bottom: -416px;
  }

  .xl2\:-ml-416{
    margin-left: -416px;
  }

  .xl2\:-mt-448{
    margin-top: -448px;
  }

  .xl2\:-mr-448{
    margin-right: -448px;
  }

  .xl2\:-mb-448{
    margin-bottom: -448px;
  }

  .xl2\:-ml-448{
    margin-left: -448px;
  }

  .xl2\:-mt-480{
    margin-top: -480px;
  }

  .xl2\:-mr-480{
    margin-right: -480px;
  }

  .xl2\:-mb-480{
    margin-bottom: -480px;
  }

  .xl2\:-ml-480{
    margin-left: -480px;
  }

  .xl2\:-mt-512{
    margin-top: -512px;
  }

  .xl2\:-mr-512{
    margin-right: -512px;
  }

  .xl2\:-mb-512{
    margin-bottom: -512px;
  }

  .xl2\:-ml-512{
    margin-left: -512px;
  }

  .xl2\:-mt-576{
    margin-top: -576px;
  }

  .xl2\:-mr-576{
    margin-right: -576px;
  }

  .xl2\:-mb-576{
    margin-bottom: -576px;
  }

  .xl2\:-ml-576{
    margin-left: -576px;
  }

  .xl2\:-mt-612{
    margin-top: -612px;
  }

  .xl2\:-mr-612{
    margin-right: -612px;
  }

  .xl2\:-mb-612{
    margin-bottom: -612px;
  }

  .xl2\:-ml-612{
    margin-left: -612px;
  }

  .xl2\:-mt-640{
    margin-top: -640px;
  }

  .xl2\:-mr-640{
    margin-right: -640px;
  }

  .xl2\:-mb-640{
    margin-bottom: -640px;
  }

  .xl2\:-ml-640{
    margin-left: -640px;
  }

  .xl2\:-mt-768{
    margin-top: -768px;
  }

  .xl2\:-mr-768{
    margin-right: -768px;
  }

  .xl2\:-mb-768{
    margin-bottom: -768px;
  }

  .xl2\:-ml-768{
    margin-left: -768px;
  }

  .xl2\:-mt--200{
    margin-top: 200px;
  }

  .xl2\:-mr--200{
    margin-right: 200px;
  }

  .xl2\:-mb--200{
    margin-bottom: 200px;
  }

  .xl2\:-ml--200{
    margin-left: 200px;
  }

  .xl2\:-mt--170{
    margin-top: 170px;
  }

  .xl2\:-mr--170{
    margin-right: 170px;
  }

  .xl2\:-mb--170{
    margin-bottom: 170px;
  }

  .xl2\:-ml--170{
    margin-left: 170px;
  }

  .xl2\:-mt--120{
    margin-top: 120px;
  }

  .xl2\:-mr--120{
    margin-right: 120px;
  }

  .xl2\:-mb--120{
    margin-bottom: 120px;
  }

  .xl2\:-ml--120{
    margin-left: 120px;
  }

  .xl2\:-mt--100{
    margin-top: 100px;
  }

  .xl2\:-mr--100{
    margin-right: 100px;
  }

  .xl2\:-mb--100{
    margin-bottom: 100px;
  }

  .xl2\:-ml--100{
    margin-left: 100px;
  }

  .xl2\:-mt--50{
    margin-top: 50px;
  }

  .xl2\:-mr--50{
    margin-right: 50px;
  }

  .xl2\:-mb--50{
    margin-bottom: 50px;
  }

  .xl2\:-ml--50{
    margin-left: 50px;
  }

  .xl2\:-mt--45{
    margin-top: 45px;
  }

  .xl2\:-mr--45{
    margin-right: 45px;
  }

  .xl2\:-mb--45{
    margin-bottom: 45px;
  }

  .xl2\:-ml--45{
    margin-left: 45px;
  }

  .xl2\:-mt--3{
    margin-top: 3px;
  }

  .xl2\:-mr--3{
    margin-right: 3px;
  }

  .xl2\:-mb--3{
    margin-bottom: 3px;
  }

  .xl2\:-ml--3{
    margin-left: 3px;
  }

  .xl2\:-mt-px{
    margin-top: -1px;
  }

  .xl2\:-mr-px{
    margin-right: -1px;
  }

  .xl2\:-mb-px{
    margin-bottom: -1px;
  }

  .xl2\:-ml-px{
    margin-left: -1px;
  }

  .xl2\:-mt-20p{
    margin-top: -20%;
  }

  .xl2\:-mr-20p{
    margin-right: -20%;
  }

  .xl2\:-mb-20p{
    margin-bottom: -20%;
  }

  .xl2\:-ml-20p{
    margin-left: -20%;
  }

  .xl2\:-mt-40p{
    margin-top: -40%;
  }

  .xl2\:-mr-40p{
    margin-right: -40%;
  }

  .xl2\:-mb-40p{
    margin-bottom: -40%;
  }

  .xl2\:-ml-40p{
    margin-left: -40%;
  }

  .xl2\:-mt-49p{
    margin-top: -49%;
  }

  .xl2\:-mr-49p{
    margin-right: -49%;
  }

  .xl2\:-mb-49p{
    margin-bottom: -49%;
  }

  .xl2\:-ml-49p{
    margin-left: -49%;
  }

  .xl2\:-mt-52p{
    margin-top: -52%;
  }

  .xl2\:-mr-52p{
    margin-right: -52%;
  }

  .xl2\:-mb-52p{
    margin-bottom: -52%;
  }

  .xl2\:-ml-52p{
    margin-left: -52%;
  }

  .xl2\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .xl2\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .xl2\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .xl2\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .xl2\:-mt-60p{
    margin-top: -60%;
  }

  .xl2\:-mr-60p{
    margin-right: -60%;
  }

  .xl2\:-mb-60p{
    margin-bottom: -60%;
  }

  .xl2\:-ml-60p{
    margin-left: -60%;
  }

  .xl2\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .xl2\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .xl2\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .xl2\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .xl2\:-mt-80p{
    margin-top: -80%;
  }

  .xl2\:-mr-80p{
    margin-right: -80%;
  }

  .xl2\:-mb-80p{
    margin-bottom: -80%;
  }

  .xl2\:-ml-80p{
    margin-left: -80%;
  }

  .xl2\:-mt-90p{
    margin-top: -90%;
  }

  .xl2\:-mr-90p{
    margin-right: -90%;
  }

  .xl2\:-mb-90p{
    margin-bottom: -90%;
  }

  .xl2\:-ml-90p{
    margin-left: -90%;
  }

  .xl2\:-mt-95p{
    margin-top: -95%;
  }

  .xl2\:-mr-95p{
    margin-right: -95%;
  }

  .xl2\:-mb-95p{
    margin-bottom: -95%;
  }

  .xl2\:-ml-95p{
    margin-left: -95%;
  }

  .xl2\:-mt-100p{
    margin-top: -100%;
  }

  .xl2\:-mr-100p{
    margin-right: -100%;
  }

  .xl2\:-mb-100p{
    margin-bottom: -100%;
  }

  .xl2\:-ml-100p{
    margin-left: -100%;
  }

  .xl2\:-mt-110p{
    margin-top: -110%;
  }

  .xl2\:-mr-110p{
    margin-right: -110%;
  }

  .xl2\:-mb-110p{
    margin-bottom: -110%;
  }

  .xl2\:-ml-110p{
    margin-left: -110%;
  }

  .xl2\:max-h-0{
    max-height: 0px;
  }

  .xl2\:max-h-2{
    max-height: 2px;
  }

  .xl2\:max-h-4{
    max-height: 4px;
  }

  .xl2\:max-h-5{
    max-height: 5px;
  }

  .xl2\:max-h-7{
    max-height: 7px;
  }

  .xl2\:max-h-8{
    max-height: 8px;
  }

  .xl2\:max-h-10{
    max-height: 10px;
  }

  .xl2\:max-h-11{
    max-height: 11px;
  }

  .xl2\:max-h-12{
    max-height: 12px;
  }

  .xl2\:max-h-13{
    max-height: 13px;
  }

  .xl2\:max-h-15{
    max-height: 15px;
  }

  .xl2\:max-h-16{
    max-height: 16px;
  }

  .xl2\:max-h-18{
    max-height: 18px;
  }

  .xl2\:max-h-20{
    max-height: 20px;
  }

  .xl2\:max-h-24{
    max-height: 24px;
  }

  .xl2\:max-h-28{
    max-height: 28px;
  }

  .xl2\:max-h-29{
    max-height: 29px;
  }

  .xl2\:max-h-30{
    max-height: 30px;
  }

  .xl2\:max-h-32{
    max-height: 32px;
  }

  .xl2\:max-h-34{
    max-height: 34px;
  }

  .xl2\:max-h-36{
    max-height: 36px;
  }

  .xl2\:max-h-40{
    max-height: 40px;
  }

  .xl2\:max-h-48{
    max-height: 48px;
  }

  .xl2\:max-h-50{
    max-height: 50px;
  }

  .xl2\:max-h-56{
    max-height: 56px;
  }

  .xl2\:max-h-60{
    max-height: 60px;
  }

  .xl2\:max-h-64{
    max-height: 64px;
  }

  .xl2\:max-h-70{
    max-height: 70px;
  }

  .xl2\:max-h-72{
    max-height: 72px;
  }

  .xl2\:max-h-80{
    max-height: 80px;
  }

  .xl2\:max-h-88{
    max-height: 88px;
  }

  .xl2\:max-h-90{
    max-height: 90px;
  }

  .xl2\:max-h-96{
    max-height: 96px;
  }

  .xl2\:max-h-100{
    max-height: 100px;
  }

  .xl2\:max-h-112{
    max-height: 112px;
  }

  .xl2\:max-h-128{
    max-height: 128px;
  }

  .xl2\:max-h-135{
    max-height: 135px;
  }

  .xl2\:max-h-145{
    max-height: 145px;
  }

  .xl2\:max-h-155{
    max-height: 155px;
  }

  .xl2\:max-h-160{
    max-height: 160px;
  }

  .xl2\:max-h-192{
    max-height: 192px;
  }

  .xl2\:max-h-200{
    max-height: 200px;
  }

  .xl2\:max-h-224{
    max-height: 224px;
  }

  .xl2\:max-h-227{
    max-height: 227px;
  }

  .xl2\:max-h-250{
    max-height: 250px;
  }

  .xl2\:max-h-256{
    max-height: 256px;
  }

  .xl2\:max-h-270{
    max-height: 270px;
  }

  .xl2\:max-h-288{
    max-height: 288px;
  }

  .xl2\:max-h-304{
    max-height: 304px;
  }

  .xl2\:max-h-314{
    max-height: 314px;
  }

  .xl2\:max-h-320{
    max-height: 320px;
  }

  .xl2\:max-h-352{
    max-height: 352px;
  }

  .xl2\:max-h-384{
    max-height: 384px;
  }

  .xl2\:max-h-416{
    max-height: 416px;
  }

  .xl2\:max-h-448{
    max-height: 448px;
  }

  .xl2\:max-h-480{
    max-height: 480px;
  }

  .xl2\:max-h-512{
    max-height: 512px;
  }

  .xl2\:max-h-576{
    max-height: 576px;
  }

  .xl2\:max-h-612{
    max-height: 612px;
  }

  .xl2\:max-h-640{
    max-height: 640px;
  }

  .xl2\:max-h-768{
    max-height: 768px;
  }

  .xl2\:-max-h-200{
    max-height: -200px;
  }

  .xl2\:-max-h-170{
    max-height: -170px;
  }

  .xl2\:-max-h-120{
    max-height: -120px;
  }

  .xl2\:-max-h-100{
    max-height: -100px;
  }

  .xl2\:-max-h-50{
    max-height: -50px;
  }

  .xl2\:-max-h-45{
    max-height: -45px;
  }

  .xl2\:-max-h-3{
    max-height: -3px;
  }

  .xl2\:max-h-px{
    max-height: 1px;
  }

  .xl2\:max-h-20p{
    max-height: 20%;
  }

  .xl2\:max-h-40p{
    max-height: 40%;
  }

  .xl2\:max-h-49p{
    max-height: 49%;
  }

  .xl2\:max-h-52p{
    max-height: 52%;
  }

  .xl2\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .xl2\:max-h-60p{
    max-height: 60%;
  }

  .xl2\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .xl2\:max-h-80p{
    max-height: 80%;
  }

  .xl2\:max-h-90p{
    max-height: 90%;
  }

  .xl2\:max-h-95p{
    max-height: 95%;
  }

  .xl2\:max-h-100p{
    max-height: 100%;
  }

  .xl2\:max-h-110p{
    max-height: 110%;
  }

  .xl2\:max-h-full{
    max-height: 100%;
  }

  .xl2\:max-h-screen{
    max-height: 100vh;
  }

  .xl2\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xl2\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl2\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .xl2\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .xl2\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .xl2\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .xl2\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .xl2\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .xl2\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .xl2\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .xl2\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .xl2\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .xl2\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .xl2\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .xl2\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .xl2\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .xl2\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .xl2\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .xl2\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .xl2\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .xl2\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .xl2\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .xl2\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .xl2\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .xl2\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .xl2\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .xl2\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .xl2\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .xl2\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .xl2\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .xl2\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .xl2\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .xl2\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .xl2\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .xl2\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .xl2\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .xl2\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .xl2\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .xl2\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .xl2\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .xl2\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .xl2\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .xl2\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .xl2\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .xl2\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .xl2\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .xl2\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .xl2\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .xl2\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .xl2\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .xl2\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .xl2\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .xl2\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .xl2\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .xl2\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .xl2\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .xl2\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .xl2\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .xl2\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .xl2\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .xl2\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .xl2\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .xl2\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .xl2\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .xl2\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .xl2\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .xl2\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .xl2\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .xl2\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .xl2\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .xl2\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .xl2\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .xl2\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .xl2\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .xl2\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .xl2\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .xl2\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .xl2\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .xl2\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .xl2\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .xl2\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .xl2\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .xl2\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .xl2\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .xl2\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .xl2\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xl2\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl2\:max-w-0{
    max-width: 0rem;
  }

  .xl2\:max-w-30{
    max-width: 30px;
  }

  .xl2\:max-w-40{
    max-width: 40px;
  }

  .xl2\:max-w-45{
    max-width: 45px;
  }

  .xl2\:max-w-50{
    max-width: 50px;
  }

  .xl2\:max-w-60{
    max-width: 60px;
  }

  .xl2\:max-w-80{
    max-width: 80px;
  }

  .xl2\:max-w-92{
    max-width: 92px;
  }

  .xl2\:max-w-100{
    max-width: 100px;
  }

  .xl2\:max-w-132{
    max-width: 132px;
  }

  .xl2\:max-w-172{
    max-width: 172px;
  }

  .xl2\:max-w-200{
    max-width: 200px;
  }

  .xl2\:max-w-235{
    max-width: 235px;
  }

  .xl2\:max-w-250{
    max-width: 250px;
  }

  .xl2\:max-w-270{
    max-width: 270px;
  }

  .xl2\:max-w-300{
    max-width: 300px;
  }

  .xl2\:max-w-380{
    max-width: 380px;
  }

  .xl2\:max-w-480{
    max-width: 480px;
  }

  .xl2\:max-w-540{
    max-width: 540px;
  }

  .xl2\:max-w-570{
    max-width: 570px;
  }

  .xl2\:max-w-600{
    max-width: 600px;
  }

  .xl2\:max-w-740{
    max-width: 740px;
  }

  .xl2\:max-w-770{
    max-width: 770px;
  }

  .xl2\:max-w-900{
    max-width: 900px;
  }

  .xl2\:max-w-970{
    max-width: 970px;
  }

  .xl2\:max-w-none{
    max-width: none;
  }

  .xl2\:max-w-xs{
    max-width: 20rem;
  }

  .xl2\:max-w-sm{
    max-width: 24rem;
  }

  .xl2\:max-w-md{
    max-width: 28rem;
  }

  .xl2\:max-w-lg{
    max-width: 32rem;
  }

  .xl2\:max-w-xl{
    max-width: 36rem;
  }

  .xl2\:max-w-2xl{
    max-width: 42rem;
  }

  .xl2\:max-w-3xl{
    max-width: 48rem;
  }

  .xl2\:max-w-4xl{
    max-width: 56rem;
  }

  .xl2\:max-w-5xl{
    max-width: 64rem;
  }

  .xl2\:max-w-6xl{
    max-width: 72rem;
  }

  .xl2\:max-w-7xl{
    max-width: 80rem;
  }

  .xl2\:max-w-full{
    max-width: 100%;
  }

  .xl2\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl2\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl2\:max-w-prose{
    max-width: 65ch;
  }

  .xl2\:max-w-screen-sm{
    max-width: 640px;
  }

  .xl2\:max-w-screen-md{
    max-width: 768px;
  }

  .xl2\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl2\:max-w-screen-xl{
    max-width: 1260px;
  }

  .xl2\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .xl2\:min-h-0{
    min-height: 0px;
  }

  .xl2\:min-h-full{
    min-height: 100%;
  }

  .xl2\:min-h-screen{
    min-height: 100vh;
  }

  .xl2\:min-w-0{
    min-width: 0px;
  }

  .xl2\:min-w-220{
    min-width: 220px;
  }

  .xl2\:min-w-300{
    min-width: 300px;
  }

  .xl2\:min-w-430{
    min-width: 430px;
  }

  .xl2\:min-w-500{
    min-width: 500px;
  }

  .xl2\:min-w-1024{
    min-width: 1024px;
  }

  .xl2\:min-w-full{
    min-width: 100%;
  }

  .xl2\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl2\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl2\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl2\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl2\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl2\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl2\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl2\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl2\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl2\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl2\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl2\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl2\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl2\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl2\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl2\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .xl2\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .xl2\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .xl2\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .xl2\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .xl2\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .xl2\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .xl2\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .xl2\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .xl2\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl2\:opacity-0{
    opacity: 0;
  }

  .xl2\:opacity-5{
    opacity: 0.05;
  }

  .xl2\:opacity-10{
    opacity: 0.1;
  }

  .xl2\:opacity-20{
    opacity: 0.2;
  }

  .xl2\:opacity-25{
    opacity: 0.25;
  }

  .xl2\:opacity-30{
    opacity: 0.3;
  }

  .xl2\:opacity-40{
    opacity: 0.4;
  }

  .xl2\:opacity-50{
    opacity: 0.5;
  }

  .xl2\:opacity-60{
    opacity: 0.6;
  }

  .xl2\:opacity-70{
    opacity: 0.7;
  }

  .xl2\:opacity-75{
    opacity: 0.75;
  }

  .xl2\:opacity-80{
    opacity: 0.8;
  }

  .xl2\:opacity-90{
    opacity: 0.9;
  }

  .xl2\:opacity-95{
    opacity: 0.95;
  }

  .xl2\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl2\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl2\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl2\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl2\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl2\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl2\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl2\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl2\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl2\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl2\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl2\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl2\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xl2\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl2\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xl2\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl2\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xl2\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl2\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl2\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl2\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl2\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl2\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl2\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl2\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl2\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl2\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl2\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl2\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl2\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl2\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl2\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl2\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl2\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl2\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl2\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl2\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl2\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl2\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl2\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl2\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl2\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl2\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl2\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl2\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl2\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl2\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl2\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl2\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xl2\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl2\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl2\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl2\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl2\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl2\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl2\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl2\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl2\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl2\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl2\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl2\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl2\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl2\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl2\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl2\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl2\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl2\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl2\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl2\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl2\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl2\:overflow-auto{
    overflow: auto;
  }

  .xl2\:overflow-hidden{
    overflow: hidden;
  }

  .xl2\:overflow-visible{
    overflow: visible;
  }

  .xl2\:overflow-scroll{
    overflow: scroll;
  }

  .xl2\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl2\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl2\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl2\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl2\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl2\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl2\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl2\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl2\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl2\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl2\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl2\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl2\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl2\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl2\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl2\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl2\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl2\:p-0{
    padding: 0px;
  }

  .xl2\:p-2{
    padding: 2px;
  }

  .xl2\:p-4{
    padding: 4px;
  }

  .xl2\:p-5{
    padding: 5px;
  }

  .xl2\:p-7{
    padding: 7px;
  }

  .xl2\:p-8{
    padding: 8px;
  }

  .xl2\:p-10{
    padding: 10px;
  }

  .xl2\:p-11{
    padding: 11px;
  }

  .xl2\:p-12{
    padding: 12px;
  }

  .xl2\:p-13{
    padding: 13px;
  }

  .xl2\:p-15{
    padding: 15px;
  }

  .xl2\:p-16{
    padding: 16px;
  }

  .xl2\:p-18{
    padding: 18px;
  }

  .xl2\:p-20{
    padding: 20px;
  }

  .xl2\:p-24{
    padding: 24px;
  }

  .xl2\:p-28{
    padding: 28px;
  }

  .xl2\:p-29{
    padding: 29px;
  }

  .xl2\:p-30{
    padding: 30px;
  }

  .xl2\:p-32{
    padding: 32px;
  }

  .xl2\:p-34{
    padding: 34px;
  }

  .xl2\:p-36{
    padding: 36px;
  }

  .xl2\:p-40{
    padding: 40px;
  }

  .xl2\:p-48{
    padding: 48px;
  }

  .xl2\:p-50{
    padding: 50px;
  }

  .xl2\:p-56{
    padding: 56px;
  }

  .xl2\:p-60{
    padding: 60px;
  }

  .xl2\:p-64{
    padding: 64px;
  }

  .xl2\:p-70{
    padding: 70px;
  }

  .xl2\:p-72{
    padding: 72px;
  }

  .xl2\:p-80{
    padding: 80px;
  }

  .xl2\:p-88{
    padding: 88px;
  }

  .xl2\:p-90{
    padding: 90px;
  }

  .xl2\:p-96{
    padding: 96px;
  }

  .xl2\:p-100{
    padding: 100px;
  }

  .xl2\:p-112{
    padding: 112px;
  }

  .xl2\:p-128{
    padding: 128px;
  }

  .xl2\:p-135{
    padding: 135px;
  }

  .xl2\:p-145{
    padding: 145px;
  }

  .xl2\:p-155{
    padding: 155px;
  }

  .xl2\:p-160{
    padding: 160px;
  }

  .xl2\:p-192{
    padding: 192px;
  }

  .xl2\:p-200{
    padding: 200px;
  }

  .xl2\:p-224{
    padding: 224px;
  }

  .xl2\:p-227{
    padding: 227px;
  }

  .xl2\:p-250{
    padding: 250px;
  }

  .xl2\:p-256{
    padding: 256px;
  }

  .xl2\:p-270{
    padding: 270px;
  }

  .xl2\:p-288{
    padding: 288px;
  }

  .xl2\:p-304{
    padding: 304px;
  }

  .xl2\:p-314{
    padding: 314px;
  }

  .xl2\:p-320{
    padding: 320px;
  }

  .xl2\:p-352{
    padding: 352px;
  }

  .xl2\:p-384{
    padding: 384px;
  }

  .xl2\:p-416{
    padding: 416px;
  }

  .xl2\:p-448{
    padding: 448px;
  }

  .xl2\:p-480{
    padding: 480px;
  }

  .xl2\:p-512{
    padding: 512px;
  }

  .xl2\:p-576{
    padding: 576px;
  }

  .xl2\:p-612{
    padding: 612px;
  }

  .xl2\:p-640{
    padding: 640px;
  }

  .xl2\:p-768{
    padding: 768px;
  }

  .xl2\:-p-200{
    padding: -200px;
  }

  .xl2\:-p-170{
    padding: -170px;
  }

  .xl2\:-p-120{
    padding: -120px;
  }

  .xl2\:-p-100{
    padding: -100px;
  }

  .xl2\:-p-50{
    padding: -50px;
  }

  .xl2\:-p-45{
    padding: -45px;
  }

  .xl2\:-p-3{
    padding: -3px;
  }

  .xl2\:p-px{
    padding: 1px;
  }

  .xl2\:p-20p{
    padding: 20%;
  }

  .xl2\:p-40p{
    padding: 40%;
  }

  .xl2\:p-49p{
    padding: 49%;
  }

  .xl2\:p-52p{
    padding: 52%;
  }

  .xl2\:p-53\.5p{
    padding: 53.5%;
  }

  .xl2\:p-60p{
    padding: 60%;
  }

  .xl2\:p-71\.5p{
    padding: 71.5%;
  }

  .xl2\:p-80p{
    padding: 80%;
  }

  .xl2\:p-90p{
    padding: 90%;
  }

  .xl2\:p-95p{
    padding: 95%;
  }

  .xl2\:p-100p{
    padding: 100%;
  }

  .xl2\:p-110p{
    padding: 110%;
  }

  .xl2\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl2\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl2\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl2\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl2\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl2\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl2\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl2\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl2\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl2\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl2\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl2\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl2\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl2\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl2\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl2\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl2\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl2\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl2\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xl2\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .xl2\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl2\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl2\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl2\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl2\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl2\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl2\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl2\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl2\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl2\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl2\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl2\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .xl2\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xl2\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .xl2\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl2\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl2\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl2\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl2\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl2\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl2\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl2\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl2\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl2\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl2\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl2\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl2\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl2\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl2\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl2\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl2\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl2\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl2\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl2\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl2\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl2\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl2\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl2\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl2\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl2\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl2\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .xl2\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl2\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl2\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl2\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl2\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .xl2\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl2\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl2\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .xl2\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .xl2\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xl2\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .xl2\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xl2\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .xl2\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xl2\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .xl2\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .xl2\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .xl2\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xl2\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl2\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .xl2\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .xl2\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl2\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl2\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .xl2\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .xl2\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .xl2\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .xl2\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl2\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl2\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .xl2\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .xl2\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .xl2\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .xl2\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .xl2\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .xl2\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .xl2\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .xl2\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .xl2\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .xl2\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xl2\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .xl2\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .xl2\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .xl2\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .xl2\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .xl2\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .xl2\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .xl2\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .xl2\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .xl2\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .xl2\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .xl2\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .xl2\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .xl2\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .xl2\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .xl2\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .xl2\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .xl2\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .xl2\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .xl2\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .xl2\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .xl2\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .xl2\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .xl2\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .xl2\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .xl2\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .xl2\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .xl2\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .xl2\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .xl2\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .xl2\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .xl2\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .xl2\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .xl2\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .xl2\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .xl2\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl2\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl2\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl2\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl2\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl2\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl2\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xl2\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .xl2\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .xl2\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .xl2\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .xl2\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .xl2\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl2\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl2\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .xl2\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .xl2\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl2\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl2\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl2\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl2\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl2\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl2\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl2\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl2\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .xl2\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .xl2\:pt-0{
    padding-top: 0px;
  }

  .xl2\:pr-0{
    padding-right: 0px;
  }

  .xl2\:pb-0{
    padding-bottom: 0px;
  }

  .xl2\:pl-0{
    padding-left: 0px;
  }

  .xl2\:pt-2{
    padding-top: 2px;
  }

  .xl2\:pr-2{
    padding-right: 2px;
  }

  .xl2\:pb-2{
    padding-bottom: 2px;
  }

  .xl2\:pl-2{
    padding-left: 2px;
  }

  .xl2\:pt-4{
    padding-top: 4px;
  }

  .xl2\:pr-4{
    padding-right: 4px;
  }

  .xl2\:pb-4{
    padding-bottom: 4px;
  }

  .xl2\:pl-4{
    padding-left: 4px;
  }

  .xl2\:pt-5{
    padding-top: 5px;
  }

  .xl2\:pr-5{
    padding-right: 5px;
  }

  .xl2\:pb-5{
    padding-bottom: 5px;
  }

  .xl2\:pl-5{
    padding-left: 5px;
  }

  .xl2\:pt-7{
    padding-top: 7px;
  }

  .xl2\:pr-7{
    padding-right: 7px;
  }

  .xl2\:pb-7{
    padding-bottom: 7px;
  }

  .xl2\:pl-7{
    padding-left: 7px;
  }

  .xl2\:pt-8{
    padding-top: 8px;
  }

  .xl2\:pr-8{
    padding-right: 8px;
  }

  .xl2\:pb-8{
    padding-bottom: 8px;
  }

  .xl2\:pl-8{
    padding-left: 8px;
  }

  .xl2\:pt-10{
    padding-top: 10px;
  }

  .xl2\:pr-10{
    padding-right: 10px;
  }

  .xl2\:pb-10{
    padding-bottom: 10px;
  }

  .xl2\:pl-10{
    padding-left: 10px;
  }

  .xl2\:pt-11{
    padding-top: 11px;
  }

  .xl2\:pr-11{
    padding-right: 11px;
  }

  .xl2\:pb-11{
    padding-bottom: 11px;
  }

  .xl2\:pl-11{
    padding-left: 11px;
  }

  .xl2\:pt-12{
    padding-top: 12px;
  }

  .xl2\:pr-12{
    padding-right: 12px;
  }

  .xl2\:pb-12{
    padding-bottom: 12px;
  }

  .xl2\:pl-12{
    padding-left: 12px;
  }

  .xl2\:pt-13{
    padding-top: 13px;
  }

  .xl2\:pr-13{
    padding-right: 13px;
  }

  .xl2\:pb-13{
    padding-bottom: 13px;
  }

  .xl2\:pl-13{
    padding-left: 13px;
  }

  .xl2\:pt-15{
    padding-top: 15px;
  }

  .xl2\:pr-15{
    padding-right: 15px;
  }

  .xl2\:pb-15{
    padding-bottom: 15px;
  }

  .xl2\:pl-15{
    padding-left: 15px;
  }

  .xl2\:pt-16{
    padding-top: 16px;
  }

  .xl2\:pr-16{
    padding-right: 16px;
  }

  .xl2\:pb-16{
    padding-bottom: 16px;
  }

  .xl2\:pl-16{
    padding-left: 16px;
  }

  .xl2\:pt-18{
    padding-top: 18px;
  }

  .xl2\:pr-18{
    padding-right: 18px;
  }

  .xl2\:pb-18{
    padding-bottom: 18px;
  }

  .xl2\:pl-18{
    padding-left: 18px;
  }

  .xl2\:pt-20{
    padding-top: 20px;
  }

  .xl2\:pr-20{
    padding-right: 20px;
  }

  .xl2\:pb-20{
    padding-bottom: 20px;
  }

  .xl2\:pl-20{
    padding-left: 20px;
  }

  .xl2\:pt-24{
    padding-top: 24px;
  }

  .xl2\:pr-24{
    padding-right: 24px;
  }

  .xl2\:pb-24{
    padding-bottom: 24px;
  }

  .xl2\:pl-24{
    padding-left: 24px;
  }

  .xl2\:pt-28{
    padding-top: 28px;
  }

  .xl2\:pr-28{
    padding-right: 28px;
  }

  .xl2\:pb-28{
    padding-bottom: 28px;
  }

  .xl2\:pl-28{
    padding-left: 28px;
  }

  .xl2\:pt-29{
    padding-top: 29px;
  }

  .xl2\:pr-29{
    padding-right: 29px;
  }

  .xl2\:pb-29{
    padding-bottom: 29px;
  }

  .xl2\:pl-29{
    padding-left: 29px;
  }

  .xl2\:pt-30{
    padding-top: 30px;
  }

  .xl2\:pr-30{
    padding-right: 30px;
  }

  .xl2\:pb-30{
    padding-bottom: 30px;
  }

  .xl2\:pl-30{
    padding-left: 30px;
  }

  .xl2\:pt-32{
    padding-top: 32px;
  }

  .xl2\:pr-32{
    padding-right: 32px;
  }

  .xl2\:pb-32{
    padding-bottom: 32px;
  }

  .xl2\:pl-32{
    padding-left: 32px;
  }

  .xl2\:pt-34{
    padding-top: 34px;
  }

  .xl2\:pr-34{
    padding-right: 34px;
  }

  .xl2\:pb-34{
    padding-bottom: 34px;
  }

  .xl2\:pl-34{
    padding-left: 34px;
  }

  .xl2\:pt-36{
    padding-top: 36px;
  }

  .xl2\:pr-36{
    padding-right: 36px;
  }

  .xl2\:pb-36{
    padding-bottom: 36px;
  }

  .xl2\:pl-36{
    padding-left: 36px;
  }

  .xl2\:pt-40{
    padding-top: 40px;
  }

  .xl2\:pr-40{
    padding-right: 40px;
  }

  .xl2\:pb-40{
    padding-bottom: 40px;
  }

  .xl2\:pl-40{
    padding-left: 40px;
  }

  .xl2\:pt-48{
    padding-top: 48px;
  }

  .xl2\:pr-48{
    padding-right: 48px;
  }

  .xl2\:pb-48{
    padding-bottom: 48px;
  }

  .xl2\:pl-48{
    padding-left: 48px;
  }

  .xl2\:pt-50{
    padding-top: 50px;
  }

  .xl2\:pr-50{
    padding-right: 50px;
  }

  .xl2\:pb-50{
    padding-bottom: 50px;
  }

  .xl2\:pl-50{
    padding-left: 50px;
  }

  .xl2\:pt-56{
    padding-top: 56px;
  }

  .xl2\:pr-56{
    padding-right: 56px;
  }

  .xl2\:pb-56{
    padding-bottom: 56px;
  }

  .xl2\:pl-56{
    padding-left: 56px;
  }

  .xl2\:pt-60{
    padding-top: 60px;
  }

  .xl2\:pr-60{
    padding-right: 60px;
  }

  .xl2\:pb-60{
    padding-bottom: 60px;
  }

  .xl2\:pl-60{
    padding-left: 60px;
  }

  .xl2\:pt-64{
    padding-top: 64px;
  }

  .xl2\:pr-64{
    padding-right: 64px;
  }

  .xl2\:pb-64{
    padding-bottom: 64px;
  }

  .xl2\:pl-64{
    padding-left: 64px;
  }

  .xl2\:pt-70{
    padding-top: 70px;
  }

  .xl2\:pr-70{
    padding-right: 70px;
  }

  .xl2\:pb-70{
    padding-bottom: 70px;
  }

  .xl2\:pl-70{
    padding-left: 70px;
  }

  .xl2\:pt-72{
    padding-top: 72px;
  }

  .xl2\:pr-72{
    padding-right: 72px;
  }

  .xl2\:pb-72{
    padding-bottom: 72px;
  }

  .xl2\:pl-72{
    padding-left: 72px;
  }

  .xl2\:pt-80{
    padding-top: 80px;
  }

  .xl2\:pr-80{
    padding-right: 80px;
  }

  .xl2\:pb-80{
    padding-bottom: 80px;
  }

  .xl2\:pl-80{
    padding-left: 80px;
  }

  .xl2\:pt-88{
    padding-top: 88px;
  }

  .xl2\:pr-88{
    padding-right: 88px;
  }

  .xl2\:pb-88{
    padding-bottom: 88px;
  }

  .xl2\:pl-88{
    padding-left: 88px;
  }

  .xl2\:pt-90{
    padding-top: 90px;
  }

  .xl2\:pr-90{
    padding-right: 90px;
  }

  .xl2\:pb-90{
    padding-bottom: 90px;
  }

  .xl2\:pl-90{
    padding-left: 90px;
  }

  .xl2\:pt-96{
    padding-top: 96px;
  }

  .xl2\:pr-96{
    padding-right: 96px;
  }

  .xl2\:pb-96{
    padding-bottom: 96px;
  }

  .xl2\:pl-96{
    padding-left: 96px;
  }

  .xl2\:pt-100{
    padding-top: 100px;
  }

  .xl2\:pr-100{
    padding-right: 100px;
  }

  .xl2\:pb-100{
    padding-bottom: 100px;
  }

  .xl2\:pl-100{
    padding-left: 100px;
  }

  .xl2\:pt-112{
    padding-top: 112px;
  }

  .xl2\:pr-112{
    padding-right: 112px;
  }

  .xl2\:pb-112{
    padding-bottom: 112px;
  }

  .xl2\:pl-112{
    padding-left: 112px;
  }

  .xl2\:pt-128{
    padding-top: 128px;
  }

  .xl2\:pr-128{
    padding-right: 128px;
  }

  .xl2\:pb-128{
    padding-bottom: 128px;
  }

  .xl2\:pl-128{
    padding-left: 128px;
  }

  .xl2\:pt-135{
    padding-top: 135px;
  }

  .xl2\:pr-135{
    padding-right: 135px;
  }

  .xl2\:pb-135{
    padding-bottom: 135px;
  }

  .xl2\:pl-135{
    padding-left: 135px;
  }

  .xl2\:pt-145{
    padding-top: 145px;
  }

  .xl2\:pr-145{
    padding-right: 145px;
  }

  .xl2\:pb-145{
    padding-bottom: 145px;
  }

  .xl2\:pl-145{
    padding-left: 145px;
  }

  .xl2\:pt-155{
    padding-top: 155px;
  }

  .xl2\:pr-155{
    padding-right: 155px;
  }

  .xl2\:pb-155{
    padding-bottom: 155px;
  }

  .xl2\:pl-155{
    padding-left: 155px;
  }

  .xl2\:pt-160{
    padding-top: 160px;
  }

  .xl2\:pr-160{
    padding-right: 160px;
  }

  .xl2\:pb-160{
    padding-bottom: 160px;
  }

  .xl2\:pl-160{
    padding-left: 160px;
  }

  .xl2\:pt-192{
    padding-top: 192px;
  }

  .xl2\:pr-192{
    padding-right: 192px;
  }

  .xl2\:pb-192{
    padding-bottom: 192px;
  }

  .xl2\:pl-192{
    padding-left: 192px;
  }

  .xl2\:pt-200{
    padding-top: 200px;
  }

  .xl2\:pr-200{
    padding-right: 200px;
  }

  .xl2\:pb-200{
    padding-bottom: 200px;
  }

  .xl2\:pl-200{
    padding-left: 200px;
  }

  .xl2\:pt-224{
    padding-top: 224px;
  }

  .xl2\:pr-224{
    padding-right: 224px;
  }

  .xl2\:pb-224{
    padding-bottom: 224px;
  }

  .xl2\:pl-224{
    padding-left: 224px;
  }

  .xl2\:pt-227{
    padding-top: 227px;
  }

  .xl2\:pr-227{
    padding-right: 227px;
  }

  .xl2\:pb-227{
    padding-bottom: 227px;
  }

  .xl2\:pl-227{
    padding-left: 227px;
  }

  .xl2\:pt-250{
    padding-top: 250px;
  }

  .xl2\:pr-250{
    padding-right: 250px;
  }

  .xl2\:pb-250{
    padding-bottom: 250px;
  }

  .xl2\:pl-250{
    padding-left: 250px;
  }

  .xl2\:pt-256{
    padding-top: 256px;
  }

  .xl2\:pr-256{
    padding-right: 256px;
  }

  .xl2\:pb-256{
    padding-bottom: 256px;
  }

  .xl2\:pl-256{
    padding-left: 256px;
  }

  .xl2\:pt-270{
    padding-top: 270px;
  }

  .xl2\:pr-270{
    padding-right: 270px;
  }

  .xl2\:pb-270{
    padding-bottom: 270px;
  }

  .xl2\:pl-270{
    padding-left: 270px;
  }

  .xl2\:pt-288{
    padding-top: 288px;
  }

  .xl2\:pr-288{
    padding-right: 288px;
  }

  .xl2\:pb-288{
    padding-bottom: 288px;
  }

  .xl2\:pl-288{
    padding-left: 288px;
  }

  .xl2\:pt-304{
    padding-top: 304px;
  }

  .xl2\:pr-304{
    padding-right: 304px;
  }

  .xl2\:pb-304{
    padding-bottom: 304px;
  }

  .xl2\:pl-304{
    padding-left: 304px;
  }

  .xl2\:pt-314{
    padding-top: 314px;
  }

  .xl2\:pr-314{
    padding-right: 314px;
  }

  .xl2\:pb-314{
    padding-bottom: 314px;
  }

  .xl2\:pl-314{
    padding-left: 314px;
  }

  .xl2\:pt-320{
    padding-top: 320px;
  }

  .xl2\:pr-320{
    padding-right: 320px;
  }

  .xl2\:pb-320{
    padding-bottom: 320px;
  }

  .xl2\:pl-320{
    padding-left: 320px;
  }

  .xl2\:pt-352{
    padding-top: 352px;
  }

  .xl2\:pr-352{
    padding-right: 352px;
  }

  .xl2\:pb-352{
    padding-bottom: 352px;
  }

  .xl2\:pl-352{
    padding-left: 352px;
  }

  .xl2\:pt-384{
    padding-top: 384px;
  }

  .xl2\:pr-384{
    padding-right: 384px;
  }

  .xl2\:pb-384{
    padding-bottom: 384px;
  }

  .xl2\:pl-384{
    padding-left: 384px;
  }

  .xl2\:pt-416{
    padding-top: 416px;
  }

  .xl2\:pr-416{
    padding-right: 416px;
  }

  .xl2\:pb-416{
    padding-bottom: 416px;
  }

  .xl2\:pl-416{
    padding-left: 416px;
  }

  .xl2\:pt-448{
    padding-top: 448px;
  }

  .xl2\:pr-448{
    padding-right: 448px;
  }

  .xl2\:pb-448{
    padding-bottom: 448px;
  }

  .xl2\:pl-448{
    padding-left: 448px;
  }

  .xl2\:pt-480{
    padding-top: 480px;
  }

  .xl2\:pr-480{
    padding-right: 480px;
  }

  .xl2\:pb-480{
    padding-bottom: 480px;
  }

  .xl2\:pl-480{
    padding-left: 480px;
  }

  .xl2\:pt-512{
    padding-top: 512px;
  }

  .xl2\:pr-512{
    padding-right: 512px;
  }

  .xl2\:pb-512{
    padding-bottom: 512px;
  }

  .xl2\:pl-512{
    padding-left: 512px;
  }

  .xl2\:pt-576{
    padding-top: 576px;
  }

  .xl2\:pr-576{
    padding-right: 576px;
  }

  .xl2\:pb-576{
    padding-bottom: 576px;
  }

  .xl2\:pl-576{
    padding-left: 576px;
  }

  .xl2\:pt-612{
    padding-top: 612px;
  }

  .xl2\:pr-612{
    padding-right: 612px;
  }

  .xl2\:pb-612{
    padding-bottom: 612px;
  }

  .xl2\:pl-612{
    padding-left: 612px;
  }

  .xl2\:pt-640{
    padding-top: 640px;
  }

  .xl2\:pr-640{
    padding-right: 640px;
  }

  .xl2\:pb-640{
    padding-bottom: 640px;
  }

  .xl2\:pl-640{
    padding-left: 640px;
  }

  .xl2\:pt-768{
    padding-top: 768px;
  }

  .xl2\:pr-768{
    padding-right: 768px;
  }

  .xl2\:pb-768{
    padding-bottom: 768px;
  }

  .xl2\:pl-768{
    padding-left: 768px;
  }

  .xl2\:-pt-200{
    padding-top: -200px;
  }

  .xl2\:-pr-200{
    padding-right: -200px;
  }

  .xl2\:-pb-200{
    padding-bottom: -200px;
  }

  .xl2\:-pl-200{
    padding-left: -200px;
  }

  .xl2\:-pt-170{
    padding-top: -170px;
  }

  .xl2\:-pr-170{
    padding-right: -170px;
  }

  .xl2\:-pb-170{
    padding-bottom: -170px;
  }

  .xl2\:-pl-170{
    padding-left: -170px;
  }

  .xl2\:-pt-120{
    padding-top: -120px;
  }

  .xl2\:-pr-120{
    padding-right: -120px;
  }

  .xl2\:-pb-120{
    padding-bottom: -120px;
  }

  .xl2\:-pl-120{
    padding-left: -120px;
  }

  .xl2\:-pt-100{
    padding-top: -100px;
  }

  .xl2\:-pr-100{
    padding-right: -100px;
  }

  .xl2\:-pb-100{
    padding-bottom: -100px;
  }

  .xl2\:-pl-100{
    padding-left: -100px;
  }

  .xl2\:-pt-50{
    padding-top: -50px;
  }

  .xl2\:-pr-50{
    padding-right: -50px;
  }

  .xl2\:-pb-50{
    padding-bottom: -50px;
  }

  .xl2\:-pl-50{
    padding-left: -50px;
  }

  .xl2\:-pt-45{
    padding-top: -45px;
  }

  .xl2\:-pr-45{
    padding-right: -45px;
  }

  .xl2\:-pb-45{
    padding-bottom: -45px;
  }

  .xl2\:-pl-45{
    padding-left: -45px;
  }

  .xl2\:-pt-3{
    padding-top: -3px;
  }

  .xl2\:-pr-3{
    padding-right: -3px;
  }

  .xl2\:-pb-3{
    padding-bottom: -3px;
  }

  .xl2\:-pl-3{
    padding-left: -3px;
  }

  .xl2\:pt-px{
    padding-top: 1px;
  }

  .xl2\:pr-px{
    padding-right: 1px;
  }

  .xl2\:pb-px{
    padding-bottom: 1px;
  }

  .xl2\:pl-px{
    padding-left: 1px;
  }

  .xl2\:pt-20p{
    padding-top: 20%;
  }

  .xl2\:pr-20p{
    padding-right: 20%;
  }

  .xl2\:pb-20p{
    padding-bottom: 20%;
  }

  .xl2\:pl-20p{
    padding-left: 20%;
  }

  .xl2\:pt-40p{
    padding-top: 40%;
  }

  .xl2\:pr-40p{
    padding-right: 40%;
  }

  .xl2\:pb-40p{
    padding-bottom: 40%;
  }

  .xl2\:pl-40p{
    padding-left: 40%;
  }

  .xl2\:pt-49p{
    padding-top: 49%;
  }

  .xl2\:pr-49p{
    padding-right: 49%;
  }

  .xl2\:pb-49p{
    padding-bottom: 49%;
  }

  .xl2\:pl-49p{
    padding-left: 49%;
  }

  .xl2\:pt-52p{
    padding-top: 52%;
  }

  .xl2\:pr-52p{
    padding-right: 52%;
  }

  .xl2\:pb-52p{
    padding-bottom: 52%;
  }

  .xl2\:pl-52p{
    padding-left: 52%;
  }

  .xl2\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .xl2\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .xl2\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .xl2\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .xl2\:pt-60p{
    padding-top: 60%;
  }

  .xl2\:pr-60p{
    padding-right: 60%;
  }

  .xl2\:pb-60p{
    padding-bottom: 60%;
  }

  .xl2\:pl-60p{
    padding-left: 60%;
  }

  .xl2\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .xl2\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .xl2\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .xl2\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .xl2\:pt-80p{
    padding-top: 80%;
  }

  .xl2\:pr-80p{
    padding-right: 80%;
  }

  .xl2\:pb-80p{
    padding-bottom: 80%;
  }

  .xl2\:pl-80p{
    padding-left: 80%;
  }

  .xl2\:pt-90p{
    padding-top: 90%;
  }

  .xl2\:pr-90p{
    padding-right: 90%;
  }

  .xl2\:pb-90p{
    padding-bottom: 90%;
  }

  .xl2\:pl-90p{
    padding-left: 90%;
  }

  .xl2\:pt-95p{
    padding-top: 95%;
  }

  .xl2\:pr-95p{
    padding-right: 95%;
  }

  .xl2\:pb-95p{
    padding-bottom: 95%;
  }

  .xl2\:pl-95p{
    padding-left: 95%;
  }

  .xl2\:pt-100p{
    padding-top: 100%;
  }

  .xl2\:pr-100p{
    padding-right: 100%;
  }

  .xl2\:pb-100p{
    padding-bottom: 100%;
  }

  .xl2\:pl-100p{
    padding-left: 100%;
  }

  .xl2\:pt-110p{
    padding-top: 110%;
  }

  .xl2\:pr-110p{
    padding-right: 110%;
  }

  .xl2\:pb-110p{
    padding-bottom: 110%;
  }

  .xl2\:pl-110p{
    padding-left: 110%;
  }

  .xl2\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl2\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl2\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl2\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl2\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl2\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl2\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl2\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl2\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl2\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl2\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl2\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl2\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl2\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl2\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl2\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl2\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl2\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl2\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl2\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl2\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl2\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl2\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl2\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl2\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl2\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl2\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl2\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl2\:pointer-events-none{
    pointer-events: none;
  }

  .xl2\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl2\:static{
    position: static;
  }

  .xl2\:fixed{
    position: fixed;
  }

  .xl2\:absolute{
    position: absolute;
  }

  .xl2\:relative{
    position: relative;
  }

  .xl2\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl2\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl2\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .xl2\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .xl2\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xl2\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .xl2\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .xl2\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl2\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .xl2\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .xl2\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .xl2\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl2\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xl2\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .xl2\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xl2\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl2\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl2\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .xl2\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xl2\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .xl2\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .xl2\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .xl2\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xl2\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xl2\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl2\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .xl2\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xl2\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .xl2\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xl2\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .xl2\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .xl2\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .xl2\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .xl2\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .xl2\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl2\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .xl2\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .xl2\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .xl2\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .xl2\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .xl2\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .xl2\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .xl2\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .xl2\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .xl2\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .xl2\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xl2\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .xl2\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .xl2\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .xl2\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .xl2\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .xl2\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .xl2\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .xl2\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .xl2\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .xl2\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .xl2\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .xl2\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .xl2\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .xl2\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .xl2\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .xl2\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .xl2\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl2\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .xl2\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .xl2\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xl2\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .xl2\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .xl2\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .xl2\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .xl2\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl2\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl2\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xl2\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .xl2\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .xl2\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .xl2\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xl2\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .xl2\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xl2\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xl2\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xl2\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl2\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .xl2\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl2\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xl2\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .xl2\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xl2\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .xl2\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .xl2\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl2\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .xl2\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .xl2\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .xl2\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xl2\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xl2\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .xl2\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xl2\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xl2\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xl2\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .xl2\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xl2\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .xl2\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .xl2\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .xl2\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .xl2\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xl2\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .xl2\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xl2\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .xl2\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .xl2\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .xl2\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .xl2\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .xl2\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .xl2\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .xl2\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .xl2\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .xl2\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .xl2\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .xl2\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .xl2\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .xl2\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .xl2\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .xl2\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .xl2\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .xl2\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .xl2\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .xl2\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .xl2\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .xl2\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .xl2\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .xl2\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .xl2\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .xl2\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .xl2\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .xl2\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .xl2\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .xl2\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .xl2\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .xl2\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .xl2\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .xl2\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .xl2\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .xl2\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xl2\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl2\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl2\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .xl2\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .xl2\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl2\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xl2\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .xl2\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .xl2\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .xl2\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .xl2\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .xl2\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .xl2\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xl2\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .xl2\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .xl2\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl2\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .xl2\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl2\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl2\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl2\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl2\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl2\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl2\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl2\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl2\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl2\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl2\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl2\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl2\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl2\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl2\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl2\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl2\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .xl2\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .xl2\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .xl2\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .xl2\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .xl2\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .xl2\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .xl2\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .xl2\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .xl2\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .xl2\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .xl2\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .xl2\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .xl2\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .xl2\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .xl2\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .xl2\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .xl2\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .xl2\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .xl2\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .xl2\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .xl2\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .xl2\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .xl2\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .xl2\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .xl2\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .xl2\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .xl2\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .xl2\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .xl2\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .xl2\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .xl2\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .xl2\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .xl2\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .xl2\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .xl2\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .xl2\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .xl2\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .xl2\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .xl2\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .xl2\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .xl2\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .xl2\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .xl2\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .xl2\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .xl2\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .xl2\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .xl2\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .xl2\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .xl2\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .xl2\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .xl2\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .xl2\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .xl2\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .xl2\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .xl2\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .xl2\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .xl2\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .xl2\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .xl2\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .xl2\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .xl2\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .xl2\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .xl2\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .xl2\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .xl2\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .xl2\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .xl2\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .xl2\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .xl2\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .xl2\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .xl2\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .xl2\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .xl2\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .xl2\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .xl2\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .xl2\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .xl2\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .xl2\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .xl2\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .xl2\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .xl2\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .xl2\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .xl2\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .xl2\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .xl2\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .xl2\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .xl2\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .xl2\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .xl2\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .xl2\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .xl2\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .xl2\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .xl2\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .xl2\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .xl2\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .xl2\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .xl2\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .xl2\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .xl2\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .xl2\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .xl2\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .xl2\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .xl2\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .xl2\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .xl2\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .xl2\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .xl2\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .xl2\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .xl2\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .xl2\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .xl2\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .xl2\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .xl2\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .xl2\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .xl2\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .xl2\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .xl2\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .xl2\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .xl2\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .xl2\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl2\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl2\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .xl2\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .xl2\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .xl2\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .xl2\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .xl2\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .xl2\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .xl2\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .xl2\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .xl2\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .xl2\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .xl2\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .xl2\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .xl2\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .xl2\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl2\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xl2\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .xl2\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .xl2\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .xl2\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .xl2\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .xl2\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .xl2\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .xl2\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .xl2\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .xl2\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .xl2\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .xl2\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .xl2\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .xl2\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .xl2\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .xl2\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .xl2\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .xl2\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .xl2\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .xl2\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .xl2\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .xl2\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .xl2\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .xl2\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .xl2\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl2\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl2\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .xl2\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .xl2\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .xl2\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .xl2\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .xl2\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .xl2\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .xl2\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .xl2\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .xl2\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .xl2\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .xl2\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .xl2\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .xl2\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .xl2\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .xl2\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .xl2\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .xl2\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .xl2\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .xl2\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .xl2\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .xl2\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .xl2\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .xl2\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .xl2\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .xl2\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .xl2\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .xl2\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .xl2\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .xl2\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .xl2\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .xl2\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .xl2\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .xl2\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .xl2\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .xl2\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .xl2\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .xl2\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .xl2\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .xl2\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .xl2\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .xl2\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .xl2\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .xl2\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .xl2\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .xl2\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .xl2\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .xl2\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .xl2\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .xl2\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .xl2\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .xl2\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .xl2\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .xl2\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .xl2\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .xl2\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .xl2\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .xl2\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .xl2\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .xl2\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .xl2\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .xl2\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .xl2\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .xl2\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .xl2\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .xl2\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .xl2\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .xl2\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .xl2\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .xl2\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .xl2\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .xl2\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .xl2\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .xl2\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .xl2\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .xl2\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .xl2\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .xl2\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .xl2\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .xl2\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .xl2\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .xl2\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .xl2\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .xl2\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .xl2\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .xl2\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .xl2\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .xl2\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .xl2\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .xl2\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .xl2\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .xl2\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .xl2\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .xl2\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .xl2\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .xl2\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .xl2\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .xl2\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .xl2\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .xl2\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .xl2\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .xl2\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .xl2\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .xl2\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .xl2\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .xl2\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .xl2\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .xl2\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .xl2\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .xl2\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .xl2\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .xl2\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .xl2\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .xl2\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .xl2\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .xl2\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .xl2\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .xl2\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .xl2\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .xl2\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .xl2\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .xl2\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .xl2\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .xl2\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .xl2\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .xl2\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .xl2\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .xl2\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .xl2\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl2\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xl2\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .xl2\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .xl2\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .xl2\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .xl2\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .xl2\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .xl2\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .xl2\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .xl2\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .xl2\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .xl2\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .xl2\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .xl2\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .xl2\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .xl2\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .xl2\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .xl2\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .xl2\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .xl2\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .xl2\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .xl2\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .xl2\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .xl2\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .xl2\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .xl2\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl2\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xl2\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl2\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl2\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl2\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl2\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl2\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xl2\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl2\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xl2\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl2\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xl2\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl2\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl2\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl2\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xl2\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl2\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl2\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl2\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl2\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl2\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xl2\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl2\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xl2\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl2\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xl2\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl2\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xl2\:top-0{
    top: 0px;
  }

  .xl2\:right-0{
    right: 0px;
  }

  .xl2\:bottom-0{
    bottom: 0px;
  }

  .xl2\:left-0{
    left: 0px;
  }

  .xl2\:top-2{
    top: 2px;
  }

  .xl2\:right-2{
    right: 2px;
  }

  .xl2\:bottom-2{
    bottom: 2px;
  }

  .xl2\:left-2{
    left: 2px;
  }

  .xl2\:top-4{
    top: 4px;
  }

  .xl2\:right-4{
    right: 4px;
  }

  .xl2\:bottom-4{
    bottom: 4px;
  }

  .xl2\:left-4{
    left: 4px;
  }

  .xl2\:top-5{
    top: 5px;
  }

  .xl2\:right-5{
    right: 5px;
  }

  .xl2\:bottom-5{
    bottom: 5px;
  }

  .xl2\:left-5{
    left: 5px;
  }

  .xl2\:top-7{
    top: 7px;
  }

  .xl2\:right-7{
    right: 7px;
  }

  .xl2\:bottom-7{
    bottom: 7px;
  }

  .xl2\:left-7{
    left: 7px;
  }

  .xl2\:top-8{
    top: 8px;
  }

  .xl2\:right-8{
    right: 8px;
  }

  .xl2\:bottom-8{
    bottom: 8px;
  }

  .xl2\:left-8{
    left: 8px;
  }

  .xl2\:top-10{
    top: 10px;
  }

  .xl2\:right-10{
    right: 10px;
  }

  .xl2\:bottom-10{
    bottom: 10px;
  }

  .xl2\:left-10{
    left: 10px;
  }

  .xl2\:top-11{
    top: 11px;
  }

  .xl2\:right-11{
    right: 11px;
  }

  .xl2\:bottom-11{
    bottom: 11px;
  }

  .xl2\:left-11{
    left: 11px;
  }

  .xl2\:top-12{
    top: 12px;
  }

  .xl2\:right-12{
    right: 12px;
  }

  .xl2\:bottom-12{
    bottom: 12px;
  }

  .xl2\:left-12{
    left: 12px;
  }

  .xl2\:top-13{
    top: 13px;
  }

  .xl2\:right-13{
    right: 13px;
  }

  .xl2\:bottom-13{
    bottom: 13px;
  }

  .xl2\:left-13{
    left: 13px;
  }

  .xl2\:top-15{
    top: 15px;
  }

  .xl2\:right-15{
    right: 15px;
  }

  .xl2\:bottom-15{
    bottom: 15px;
  }

  .xl2\:left-15{
    left: 15px;
  }

  .xl2\:top-16{
    top: 16px;
  }

  .xl2\:right-16{
    right: 16px;
  }

  .xl2\:bottom-16{
    bottom: 16px;
  }

  .xl2\:left-16{
    left: 16px;
  }

  .xl2\:top-18{
    top: 18px;
  }

  .xl2\:right-18{
    right: 18px;
  }

  .xl2\:bottom-18{
    bottom: 18px;
  }

  .xl2\:left-18{
    left: 18px;
  }

  .xl2\:top-20{
    top: 20px;
  }

  .xl2\:right-20{
    right: 20px;
  }

  .xl2\:bottom-20{
    bottom: 20px;
  }

  .xl2\:left-20{
    left: 20px;
  }

  .xl2\:top-24{
    top: 24px;
  }

  .xl2\:right-24{
    right: 24px;
  }

  .xl2\:bottom-24{
    bottom: 24px;
  }

  .xl2\:left-24{
    left: 24px;
  }

  .xl2\:top-28{
    top: 28px;
  }

  .xl2\:right-28{
    right: 28px;
  }

  .xl2\:bottom-28{
    bottom: 28px;
  }

  .xl2\:left-28{
    left: 28px;
  }

  .xl2\:top-29{
    top: 29px;
  }

  .xl2\:right-29{
    right: 29px;
  }

  .xl2\:bottom-29{
    bottom: 29px;
  }

  .xl2\:left-29{
    left: 29px;
  }

  .xl2\:top-30{
    top: 30px;
  }

  .xl2\:right-30{
    right: 30px;
  }

  .xl2\:bottom-30{
    bottom: 30px;
  }

  .xl2\:left-30{
    left: 30px;
  }

  .xl2\:top-32{
    top: 32px;
  }

  .xl2\:right-32{
    right: 32px;
  }

  .xl2\:bottom-32{
    bottom: 32px;
  }

  .xl2\:left-32{
    left: 32px;
  }

  .xl2\:top-34{
    top: 34px;
  }

  .xl2\:right-34{
    right: 34px;
  }

  .xl2\:bottom-34{
    bottom: 34px;
  }

  .xl2\:left-34{
    left: 34px;
  }

  .xl2\:top-36{
    top: 36px;
  }

  .xl2\:right-36{
    right: 36px;
  }

  .xl2\:bottom-36{
    bottom: 36px;
  }

  .xl2\:left-36{
    left: 36px;
  }

  .xl2\:top-40{
    top: 40px;
  }

  .xl2\:right-40{
    right: 40px;
  }

  .xl2\:bottom-40{
    bottom: 40px;
  }

  .xl2\:left-40{
    left: 40px;
  }

  .xl2\:top-48{
    top: 48px;
  }

  .xl2\:right-48{
    right: 48px;
  }

  .xl2\:bottom-48{
    bottom: 48px;
  }

  .xl2\:left-48{
    left: 48px;
  }

  .xl2\:top-50{
    top: 50px;
  }

  .xl2\:right-50{
    right: 50px;
  }

  .xl2\:bottom-50{
    bottom: 50px;
  }

  .xl2\:left-50{
    left: 50px;
  }

  .xl2\:top-56{
    top: 56px;
  }

  .xl2\:right-56{
    right: 56px;
  }

  .xl2\:bottom-56{
    bottom: 56px;
  }

  .xl2\:left-56{
    left: 56px;
  }

  .xl2\:top-60{
    top: 60px;
  }

  .xl2\:right-60{
    right: 60px;
  }

  .xl2\:bottom-60{
    bottom: 60px;
  }

  .xl2\:left-60{
    left: 60px;
  }

  .xl2\:top-64{
    top: 64px;
  }

  .xl2\:right-64{
    right: 64px;
  }

  .xl2\:bottom-64{
    bottom: 64px;
  }

  .xl2\:left-64{
    left: 64px;
  }

  .xl2\:top-70{
    top: 70px;
  }

  .xl2\:right-70{
    right: 70px;
  }

  .xl2\:bottom-70{
    bottom: 70px;
  }

  .xl2\:left-70{
    left: 70px;
  }

  .xl2\:top-72{
    top: 72px;
  }

  .xl2\:right-72{
    right: 72px;
  }

  .xl2\:bottom-72{
    bottom: 72px;
  }

  .xl2\:left-72{
    left: 72px;
  }

  .xl2\:top-80{
    top: 80px;
  }

  .xl2\:right-80{
    right: 80px;
  }

  .xl2\:bottom-80{
    bottom: 80px;
  }

  .xl2\:left-80{
    left: 80px;
  }

  .xl2\:top-88{
    top: 88px;
  }

  .xl2\:right-88{
    right: 88px;
  }

  .xl2\:bottom-88{
    bottom: 88px;
  }

  .xl2\:left-88{
    left: 88px;
  }

  .xl2\:top-90{
    top: 90px;
  }

  .xl2\:right-90{
    right: 90px;
  }

  .xl2\:bottom-90{
    bottom: 90px;
  }

  .xl2\:left-90{
    left: 90px;
  }

  .xl2\:top-96{
    top: 96px;
  }

  .xl2\:right-96{
    right: 96px;
  }

  .xl2\:bottom-96{
    bottom: 96px;
  }

  .xl2\:left-96{
    left: 96px;
  }

  .xl2\:top-100{
    top: 100px;
  }

  .xl2\:right-100{
    right: 100px;
  }

  .xl2\:bottom-100{
    bottom: 100px;
  }

  .xl2\:left-100{
    left: 100px;
  }

  .xl2\:top-112{
    top: 112px;
  }

  .xl2\:right-112{
    right: 112px;
  }

  .xl2\:bottom-112{
    bottom: 112px;
  }

  .xl2\:left-112{
    left: 112px;
  }

  .xl2\:top-128{
    top: 128px;
  }

  .xl2\:right-128{
    right: 128px;
  }

  .xl2\:bottom-128{
    bottom: 128px;
  }

  .xl2\:left-128{
    left: 128px;
  }

  .xl2\:top-135{
    top: 135px;
  }

  .xl2\:right-135{
    right: 135px;
  }

  .xl2\:bottom-135{
    bottom: 135px;
  }

  .xl2\:left-135{
    left: 135px;
  }

  .xl2\:top-145{
    top: 145px;
  }

  .xl2\:right-145{
    right: 145px;
  }

  .xl2\:bottom-145{
    bottom: 145px;
  }

  .xl2\:left-145{
    left: 145px;
  }

  .xl2\:top-155{
    top: 155px;
  }

  .xl2\:right-155{
    right: 155px;
  }

  .xl2\:bottom-155{
    bottom: 155px;
  }

  .xl2\:left-155{
    left: 155px;
  }

  .xl2\:top-160{
    top: 160px;
  }

  .xl2\:right-160{
    right: 160px;
  }

  .xl2\:bottom-160{
    bottom: 160px;
  }

  .xl2\:left-160{
    left: 160px;
  }

  .xl2\:top-192{
    top: 192px;
  }

  .xl2\:right-192{
    right: 192px;
  }

  .xl2\:bottom-192{
    bottom: 192px;
  }

  .xl2\:left-192{
    left: 192px;
  }

  .xl2\:top-200{
    top: 200px;
  }

  .xl2\:right-200{
    right: 200px;
  }

  .xl2\:bottom-200{
    bottom: 200px;
  }

  .xl2\:left-200{
    left: 200px;
  }

  .xl2\:top-224{
    top: 224px;
  }

  .xl2\:right-224{
    right: 224px;
  }

  .xl2\:bottom-224{
    bottom: 224px;
  }

  .xl2\:left-224{
    left: 224px;
  }

  .xl2\:top-227{
    top: 227px;
  }

  .xl2\:right-227{
    right: 227px;
  }

  .xl2\:bottom-227{
    bottom: 227px;
  }

  .xl2\:left-227{
    left: 227px;
  }

  .xl2\:top-250{
    top: 250px;
  }

  .xl2\:right-250{
    right: 250px;
  }

  .xl2\:bottom-250{
    bottom: 250px;
  }

  .xl2\:left-250{
    left: 250px;
  }

  .xl2\:top-256{
    top: 256px;
  }

  .xl2\:right-256{
    right: 256px;
  }

  .xl2\:bottom-256{
    bottom: 256px;
  }

  .xl2\:left-256{
    left: 256px;
  }

  .xl2\:top-270{
    top: 270px;
  }

  .xl2\:right-270{
    right: 270px;
  }

  .xl2\:bottom-270{
    bottom: 270px;
  }

  .xl2\:left-270{
    left: 270px;
  }

  .xl2\:top-288{
    top: 288px;
  }

  .xl2\:right-288{
    right: 288px;
  }

  .xl2\:bottom-288{
    bottom: 288px;
  }

  .xl2\:left-288{
    left: 288px;
  }

  .xl2\:top-304{
    top: 304px;
  }

  .xl2\:right-304{
    right: 304px;
  }

  .xl2\:bottom-304{
    bottom: 304px;
  }

  .xl2\:left-304{
    left: 304px;
  }

  .xl2\:top-314{
    top: 314px;
  }

  .xl2\:right-314{
    right: 314px;
  }

  .xl2\:bottom-314{
    bottom: 314px;
  }

  .xl2\:left-314{
    left: 314px;
  }

  .xl2\:top-320{
    top: 320px;
  }

  .xl2\:right-320{
    right: 320px;
  }

  .xl2\:bottom-320{
    bottom: 320px;
  }

  .xl2\:left-320{
    left: 320px;
  }

  .xl2\:top-352{
    top: 352px;
  }

  .xl2\:right-352{
    right: 352px;
  }

  .xl2\:bottom-352{
    bottom: 352px;
  }

  .xl2\:left-352{
    left: 352px;
  }

  .xl2\:top-384{
    top: 384px;
  }

  .xl2\:right-384{
    right: 384px;
  }

  .xl2\:bottom-384{
    bottom: 384px;
  }

  .xl2\:left-384{
    left: 384px;
  }

  .xl2\:top-416{
    top: 416px;
  }

  .xl2\:right-416{
    right: 416px;
  }

  .xl2\:bottom-416{
    bottom: 416px;
  }

  .xl2\:left-416{
    left: 416px;
  }

  .xl2\:top-448{
    top: 448px;
  }

  .xl2\:right-448{
    right: 448px;
  }

  .xl2\:bottom-448{
    bottom: 448px;
  }

  .xl2\:left-448{
    left: 448px;
  }

  .xl2\:top-480{
    top: 480px;
  }

  .xl2\:right-480{
    right: 480px;
  }

  .xl2\:bottom-480{
    bottom: 480px;
  }

  .xl2\:left-480{
    left: 480px;
  }

  .xl2\:top-512{
    top: 512px;
  }

  .xl2\:right-512{
    right: 512px;
  }

  .xl2\:bottom-512{
    bottom: 512px;
  }

  .xl2\:left-512{
    left: 512px;
  }

  .xl2\:top-576{
    top: 576px;
  }

  .xl2\:right-576{
    right: 576px;
  }

  .xl2\:bottom-576{
    bottom: 576px;
  }

  .xl2\:left-576{
    left: 576px;
  }

  .xl2\:top-612{
    top: 612px;
  }

  .xl2\:right-612{
    right: 612px;
  }

  .xl2\:bottom-612{
    bottom: 612px;
  }

  .xl2\:left-612{
    left: 612px;
  }

  .xl2\:top-640{
    top: 640px;
  }

  .xl2\:right-640{
    right: 640px;
  }

  .xl2\:bottom-640{
    bottom: 640px;
  }

  .xl2\:left-640{
    left: 640px;
  }

  .xl2\:top-768{
    top: 768px;
  }

  .xl2\:right-768{
    right: 768px;
  }

  .xl2\:bottom-768{
    bottom: 768px;
  }

  .xl2\:left-768{
    left: 768px;
  }

  .xl2\:top-auto{
    top: auto;
  }

  .xl2\:right-auto{
    right: auto;
  }

  .xl2\:bottom-auto{
    bottom: auto;
  }

  .xl2\:left-auto{
    left: auto;
  }

  .xl2\:-top-200{
    top: -200px;
  }

  .xl2\:-right-200{
    right: -200px;
  }

  .xl2\:-bottom-200{
    bottom: -200px;
  }

  .xl2\:-left-200{
    left: -200px;
  }

  .xl2\:-top-170{
    top: -170px;
  }

  .xl2\:-right-170{
    right: -170px;
  }

  .xl2\:-bottom-170{
    bottom: -170px;
  }

  .xl2\:-left-170{
    left: -170px;
  }

  .xl2\:-top-120{
    top: -120px;
  }

  .xl2\:-right-120{
    right: -120px;
  }

  .xl2\:-bottom-120{
    bottom: -120px;
  }

  .xl2\:-left-120{
    left: -120px;
  }

  .xl2\:-top-100{
    top: -100px;
  }

  .xl2\:-right-100{
    right: -100px;
  }

  .xl2\:-bottom-100{
    bottom: -100px;
  }

  .xl2\:-left-100{
    left: -100px;
  }

  .xl2\:-top-50{
    top: -50px;
  }

  .xl2\:-right-50{
    right: -50px;
  }

  .xl2\:-bottom-50{
    bottom: -50px;
  }

  .xl2\:-left-50{
    left: -50px;
  }

  .xl2\:-top-45{
    top: -45px;
  }

  .xl2\:-right-45{
    right: -45px;
  }

  .xl2\:-bottom-45{
    bottom: -45px;
  }

  .xl2\:-left-45{
    left: -45px;
  }

  .xl2\:-top-3{
    top: -3px;
  }

  .xl2\:-right-3{
    right: -3px;
  }

  .xl2\:-bottom-3{
    bottom: -3px;
  }

  .xl2\:-left-3{
    left: -3px;
  }

  .xl2\:top-px{
    top: 1px;
  }

  .xl2\:right-px{
    right: 1px;
  }

  .xl2\:bottom-px{
    bottom: 1px;
  }

  .xl2\:left-px{
    left: 1px;
  }

  .xl2\:top-20p{
    top: 20%;
  }

  .xl2\:right-20p{
    right: 20%;
  }

  .xl2\:bottom-20p{
    bottom: 20%;
  }

  .xl2\:left-20p{
    left: 20%;
  }

  .xl2\:top-40p{
    top: 40%;
  }

  .xl2\:right-40p{
    right: 40%;
  }

  .xl2\:bottom-40p{
    bottom: 40%;
  }

  .xl2\:left-40p{
    left: 40%;
  }

  .xl2\:top-49p{
    top: 49%;
  }

  .xl2\:right-49p{
    right: 49%;
  }

  .xl2\:bottom-49p{
    bottom: 49%;
  }

  .xl2\:left-49p{
    left: 49%;
  }

  .xl2\:top-52p{
    top: 52%;
  }

  .xl2\:right-52p{
    right: 52%;
  }

  .xl2\:bottom-52p{
    bottom: 52%;
  }

  .xl2\:left-52p{
    left: 52%;
  }

  .xl2\:top-53\.5p{
    top: 53.5%;
  }

  .xl2\:right-53\.5p{
    right: 53.5%;
  }

  .xl2\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .xl2\:left-53\.5p{
    left: 53.5%;
  }

  .xl2\:top-60p{
    top: 60%;
  }

  .xl2\:right-60p{
    right: 60%;
  }

  .xl2\:bottom-60p{
    bottom: 60%;
  }

  .xl2\:left-60p{
    left: 60%;
  }

  .xl2\:top-71\.5p{
    top: 71.5%;
  }

  .xl2\:right-71\.5p{
    right: 71.5%;
  }

  .xl2\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .xl2\:left-71\.5p{
    left: 71.5%;
  }

  .xl2\:top-80p{
    top: 80%;
  }

  .xl2\:right-80p{
    right: 80%;
  }

  .xl2\:bottom-80p{
    bottom: 80%;
  }

  .xl2\:left-80p{
    left: 80%;
  }

  .xl2\:top-90p{
    top: 90%;
  }

  .xl2\:right-90p{
    right: 90%;
  }

  .xl2\:bottom-90p{
    bottom: 90%;
  }

  .xl2\:left-90p{
    left: 90%;
  }

  .xl2\:top-95p{
    top: 95%;
  }

  .xl2\:right-95p{
    right: 95%;
  }

  .xl2\:bottom-95p{
    bottom: 95%;
  }

  .xl2\:left-95p{
    left: 95%;
  }

  .xl2\:top-100p{
    top: 100%;
  }

  .xl2\:right-100p{
    right: 100%;
  }

  .xl2\:bottom-100p{
    bottom: 100%;
  }

  .xl2\:left-100p{
    left: 100%;
  }

  .xl2\:top-110p{
    top: 110%;
  }

  .xl2\:right-110p{
    right: 110%;
  }

  .xl2\:bottom-110p{
    bottom: 110%;
  }

  .xl2\:left-110p{
    left: 110%;
  }

  .xl2\:-top-0{
    top: 0px;
  }

  .xl2\:-right-0{
    right: 0px;
  }

  .xl2\:-bottom-0{
    bottom: 0px;
  }

  .xl2\:-left-0{
    left: 0px;
  }

  .xl2\:-top-2{
    top: -2px;
  }

  .xl2\:-right-2{
    right: -2px;
  }

  .xl2\:-bottom-2{
    bottom: -2px;
  }

  .xl2\:-left-2{
    left: -2px;
  }

  .xl2\:-top-4{
    top: -4px;
  }

  .xl2\:-right-4{
    right: -4px;
  }

  .xl2\:-bottom-4{
    bottom: -4px;
  }

  .xl2\:-left-4{
    left: -4px;
  }

  .xl2\:-top-5{
    top: -5px;
  }

  .xl2\:-right-5{
    right: -5px;
  }

  .xl2\:-bottom-5{
    bottom: -5px;
  }

  .xl2\:-left-5{
    left: -5px;
  }

  .xl2\:-top-7{
    top: -7px;
  }

  .xl2\:-right-7{
    right: -7px;
  }

  .xl2\:-bottom-7{
    bottom: -7px;
  }

  .xl2\:-left-7{
    left: -7px;
  }

  .xl2\:-top-8{
    top: -8px;
  }

  .xl2\:-right-8{
    right: -8px;
  }

  .xl2\:-bottom-8{
    bottom: -8px;
  }

  .xl2\:-left-8{
    left: -8px;
  }

  .xl2\:-top-10{
    top: -10px;
  }

  .xl2\:-right-10{
    right: -10px;
  }

  .xl2\:-bottom-10{
    bottom: -10px;
  }

  .xl2\:-left-10{
    left: -10px;
  }

  .xl2\:-top-11{
    top: -11px;
  }

  .xl2\:-right-11{
    right: -11px;
  }

  .xl2\:-bottom-11{
    bottom: -11px;
  }

  .xl2\:-left-11{
    left: -11px;
  }

  .xl2\:-top-12{
    top: -12px;
  }

  .xl2\:-right-12{
    right: -12px;
  }

  .xl2\:-bottom-12{
    bottom: -12px;
  }

  .xl2\:-left-12{
    left: -12px;
  }

  .xl2\:-top-13{
    top: -13px;
  }

  .xl2\:-right-13{
    right: -13px;
  }

  .xl2\:-bottom-13{
    bottom: -13px;
  }

  .xl2\:-left-13{
    left: -13px;
  }

  .xl2\:-top-15{
    top: -15px;
  }

  .xl2\:-right-15{
    right: -15px;
  }

  .xl2\:-bottom-15{
    bottom: -15px;
  }

  .xl2\:-left-15{
    left: -15px;
  }

  .xl2\:-top-16{
    top: -16px;
  }

  .xl2\:-right-16{
    right: -16px;
  }

  .xl2\:-bottom-16{
    bottom: -16px;
  }

  .xl2\:-left-16{
    left: -16px;
  }

  .xl2\:-top-18{
    top: -18px;
  }

  .xl2\:-right-18{
    right: -18px;
  }

  .xl2\:-bottom-18{
    bottom: -18px;
  }

  .xl2\:-left-18{
    left: -18px;
  }

  .xl2\:-top-20{
    top: -20px;
  }

  .xl2\:-right-20{
    right: -20px;
  }

  .xl2\:-bottom-20{
    bottom: -20px;
  }

  .xl2\:-left-20{
    left: -20px;
  }

  .xl2\:-top-24{
    top: -24px;
  }

  .xl2\:-right-24{
    right: -24px;
  }

  .xl2\:-bottom-24{
    bottom: -24px;
  }

  .xl2\:-left-24{
    left: -24px;
  }

  .xl2\:-top-28{
    top: -28px;
  }

  .xl2\:-right-28{
    right: -28px;
  }

  .xl2\:-bottom-28{
    bottom: -28px;
  }

  .xl2\:-left-28{
    left: -28px;
  }

  .xl2\:-top-29{
    top: -29px;
  }

  .xl2\:-right-29{
    right: -29px;
  }

  .xl2\:-bottom-29{
    bottom: -29px;
  }

  .xl2\:-left-29{
    left: -29px;
  }

  .xl2\:-top-30{
    top: -30px;
  }

  .xl2\:-right-30{
    right: -30px;
  }

  .xl2\:-bottom-30{
    bottom: -30px;
  }

  .xl2\:-left-30{
    left: -30px;
  }

  .xl2\:-top-32{
    top: -32px;
  }

  .xl2\:-right-32{
    right: -32px;
  }

  .xl2\:-bottom-32{
    bottom: -32px;
  }

  .xl2\:-left-32{
    left: -32px;
  }

  .xl2\:-top-34{
    top: -34px;
  }

  .xl2\:-right-34{
    right: -34px;
  }

  .xl2\:-bottom-34{
    bottom: -34px;
  }

  .xl2\:-left-34{
    left: -34px;
  }

  .xl2\:-top-36{
    top: -36px;
  }

  .xl2\:-right-36{
    right: -36px;
  }

  .xl2\:-bottom-36{
    bottom: -36px;
  }

  .xl2\:-left-36{
    left: -36px;
  }

  .xl2\:-top-40{
    top: -40px;
  }

  .xl2\:-right-40{
    right: -40px;
  }

  .xl2\:-bottom-40{
    bottom: -40px;
  }

  .xl2\:-left-40{
    left: -40px;
  }

  .xl2\:-top-48{
    top: -48px;
  }

  .xl2\:-right-48{
    right: -48px;
  }

  .xl2\:-bottom-48{
    bottom: -48px;
  }

  .xl2\:-left-48{
    left: -48px;
  }

  .xl2\:-top-56{
    top: -56px;
  }

  .xl2\:-right-56{
    right: -56px;
  }

  .xl2\:-bottom-56{
    bottom: -56px;
  }

  .xl2\:-left-56{
    left: -56px;
  }

  .xl2\:-top-60{
    top: -60px;
  }

  .xl2\:-right-60{
    right: -60px;
  }

  .xl2\:-bottom-60{
    bottom: -60px;
  }

  .xl2\:-left-60{
    left: -60px;
  }

  .xl2\:-top-64{
    top: -64px;
  }

  .xl2\:-right-64{
    right: -64px;
  }

  .xl2\:-bottom-64{
    bottom: -64px;
  }

  .xl2\:-left-64{
    left: -64px;
  }

  .xl2\:-top-70{
    top: -70px;
  }

  .xl2\:-right-70{
    right: -70px;
  }

  .xl2\:-bottom-70{
    bottom: -70px;
  }

  .xl2\:-left-70{
    left: -70px;
  }

  .xl2\:-top-72{
    top: -72px;
  }

  .xl2\:-right-72{
    right: -72px;
  }

  .xl2\:-bottom-72{
    bottom: -72px;
  }

  .xl2\:-left-72{
    left: -72px;
  }

  .xl2\:-top-80{
    top: -80px;
  }

  .xl2\:-right-80{
    right: -80px;
  }

  .xl2\:-bottom-80{
    bottom: -80px;
  }

  .xl2\:-left-80{
    left: -80px;
  }

  .xl2\:-top-88{
    top: -88px;
  }

  .xl2\:-right-88{
    right: -88px;
  }

  .xl2\:-bottom-88{
    bottom: -88px;
  }

  .xl2\:-left-88{
    left: -88px;
  }

  .xl2\:-top-90{
    top: -90px;
  }

  .xl2\:-right-90{
    right: -90px;
  }

  .xl2\:-bottom-90{
    bottom: -90px;
  }

  .xl2\:-left-90{
    left: -90px;
  }

  .xl2\:-top-96{
    top: -96px;
  }

  .xl2\:-right-96{
    right: -96px;
  }

  .xl2\:-bottom-96{
    bottom: -96px;
  }

  .xl2\:-left-96{
    left: -96px;
  }

  .xl2\:-top-112{
    top: -112px;
  }

  .xl2\:-right-112{
    right: -112px;
  }

  .xl2\:-bottom-112{
    bottom: -112px;
  }

  .xl2\:-left-112{
    left: -112px;
  }

  .xl2\:-top-128{
    top: -128px;
  }

  .xl2\:-right-128{
    right: -128px;
  }

  .xl2\:-bottom-128{
    bottom: -128px;
  }

  .xl2\:-left-128{
    left: -128px;
  }

  .xl2\:-top-135{
    top: -135px;
  }

  .xl2\:-right-135{
    right: -135px;
  }

  .xl2\:-bottom-135{
    bottom: -135px;
  }

  .xl2\:-left-135{
    left: -135px;
  }

  .xl2\:-top-145{
    top: -145px;
  }

  .xl2\:-right-145{
    right: -145px;
  }

  .xl2\:-bottom-145{
    bottom: -145px;
  }

  .xl2\:-left-145{
    left: -145px;
  }

  .xl2\:-top-155{
    top: -155px;
  }

  .xl2\:-right-155{
    right: -155px;
  }

  .xl2\:-bottom-155{
    bottom: -155px;
  }

  .xl2\:-left-155{
    left: -155px;
  }

  .xl2\:-top-160{
    top: -160px;
  }

  .xl2\:-right-160{
    right: -160px;
  }

  .xl2\:-bottom-160{
    bottom: -160px;
  }

  .xl2\:-left-160{
    left: -160px;
  }

  .xl2\:-top-192{
    top: -192px;
  }

  .xl2\:-right-192{
    right: -192px;
  }

  .xl2\:-bottom-192{
    bottom: -192px;
  }

  .xl2\:-left-192{
    left: -192px;
  }

  .xl2\:-top-224{
    top: -224px;
  }

  .xl2\:-right-224{
    right: -224px;
  }

  .xl2\:-bottom-224{
    bottom: -224px;
  }

  .xl2\:-left-224{
    left: -224px;
  }

  .xl2\:-top-227{
    top: -227px;
  }

  .xl2\:-right-227{
    right: -227px;
  }

  .xl2\:-bottom-227{
    bottom: -227px;
  }

  .xl2\:-left-227{
    left: -227px;
  }

  .xl2\:-top-250{
    top: -250px;
  }

  .xl2\:-right-250{
    right: -250px;
  }

  .xl2\:-bottom-250{
    bottom: -250px;
  }

  .xl2\:-left-250{
    left: -250px;
  }

  .xl2\:-top-256{
    top: -256px;
  }

  .xl2\:-right-256{
    right: -256px;
  }

  .xl2\:-bottom-256{
    bottom: -256px;
  }

  .xl2\:-left-256{
    left: -256px;
  }

  .xl2\:-top-270{
    top: -270px;
  }

  .xl2\:-right-270{
    right: -270px;
  }

  .xl2\:-bottom-270{
    bottom: -270px;
  }

  .xl2\:-left-270{
    left: -270px;
  }

  .xl2\:-top-288{
    top: -288px;
  }

  .xl2\:-right-288{
    right: -288px;
  }

  .xl2\:-bottom-288{
    bottom: -288px;
  }

  .xl2\:-left-288{
    left: -288px;
  }

  .xl2\:-top-304{
    top: -304px;
  }

  .xl2\:-right-304{
    right: -304px;
  }

  .xl2\:-bottom-304{
    bottom: -304px;
  }

  .xl2\:-left-304{
    left: -304px;
  }

  .xl2\:-top-314{
    top: -314px;
  }

  .xl2\:-right-314{
    right: -314px;
  }

  .xl2\:-bottom-314{
    bottom: -314px;
  }

  .xl2\:-left-314{
    left: -314px;
  }

  .xl2\:-top-320{
    top: -320px;
  }

  .xl2\:-right-320{
    right: -320px;
  }

  .xl2\:-bottom-320{
    bottom: -320px;
  }

  .xl2\:-left-320{
    left: -320px;
  }

  .xl2\:-top-352{
    top: -352px;
  }

  .xl2\:-right-352{
    right: -352px;
  }

  .xl2\:-bottom-352{
    bottom: -352px;
  }

  .xl2\:-left-352{
    left: -352px;
  }

  .xl2\:-top-384{
    top: -384px;
  }

  .xl2\:-right-384{
    right: -384px;
  }

  .xl2\:-bottom-384{
    bottom: -384px;
  }

  .xl2\:-left-384{
    left: -384px;
  }

  .xl2\:-top-416{
    top: -416px;
  }

  .xl2\:-right-416{
    right: -416px;
  }

  .xl2\:-bottom-416{
    bottom: -416px;
  }

  .xl2\:-left-416{
    left: -416px;
  }

  .xl2\:-top-448{
    top: -448px;
  }

  .xl2\:-right-448{
    right: -448px;
  }

  .xl2\:-bottom-448{
    bottom: -448px;
  }

  .xl2\:-left-448{
    left: -448px;
  }

  .xl2\:-top-480{
    top: -480px;
  }

  .xl2\:-right-480{
    right: -480px;
  }

  .xl2\:-bottom-480{
    bottom: -480px;
  }

  .xl2\:-left-480{
    left: -480px;
  }

  .xl2\:-top-512{
    top: -512px;
  }

  .xl2\:-right-512{
    right: -512px;
  }

  .xl2\:-bottom-512{
    bottom: -512px;
  }

  .xl2\:-left-512{
    left: -512px;
  }

  .xl2\:-top-576{
    top: -576px;
  }

  .xl2\:-right-576{
    right: -576px;
  }

  .xl2\:-bottom-576{
    bottom: -576px;
  }

  .xl2\:-left-576{
    left: -576px;
  }

  .xl2\:-top-612{
    top: -612px;
  }

  .xl2\:-right-612{
    right: -612px;
  }

  .xl2\:-bottom-612{
    bottom: -612px;
  }

  .xl2\:-left-612{
    left: -612px;
  }

  .xl2\:-top-640{
    top: -640px;
  }

  .xl2\:-right-640{
    right: -640px;
  }

  .xl2\:-bottom-640{
    bottom: -640px;
  }

  .xl2\:-left-640{
    left: -640px;
  }

  .xl2\:-top-768{
    top: -768px;
  }

  .xl2\:-right-768{
    right: -768px;
  }

  .xl2\:-bottom-768{
    bottom: -768px;
  }

  .xl2\:-left-768{
    left: -768px;
  }

  .xl2\:-top--200{
    top: 200px;
  }

  .xl2\:-right--200{
    right: 200px;
  }

  .xl2\:-bottom--200{
    bottom: 200px;
  }

  .xl2\:-left--200{
    left: 200px;
  }

  .xl2\:-top--170{
    top: 170px;
  }

  .xl2\:-right--170{
    right: 170px;
  }

  .xl2\:-bottom--170{
    bottom: 170px;
  }

  .xl2\:-left--170{
    left: 170px;
  }

  .xl2\:-top--120{
    top: 120px;
  }

  .xl2\:-right--120{
    right: 120px;
  }

  .xl2\:-bottom--120{
    bottom: 120px;
  }

  .xl2\:-left--120{
    left: 120px;
  }

  .xl2\:-top--100{
    top: 100px;
  }

  .xl2\:-right--100{
    right: 100px;
  }

  .xl2\:-bottom--100{
    bottom: 100px;
  }

  .xl2\:-left--100{
    left: 100px;
  }

  .xl2\:-top--50{
    top: 50px;
  }

  .xl2\:-right--50{
    right: 50px;
  }

  .xl2\:-bottom--50{
    bottom: 50px;
  }

  .xl2\:-left--50{
    left: 50px;
  }

  .xl2\:-top--45{
    top: 45px;
  }

  .xl2\:-right--45{
    right: 45px;
  }

  .xl2\:-bottom--45{
    bottom: 45px;
  }

  .xl2\:-left--45{
    left: 45px;
  }

  .xl2\:-top--3{
    top: 3px;
  }

  .xl2\:-right--3{
    right: 3px;
  }

  .xl2\:-bottom--3{
    bottom: 3px;
  }

  .xl2\:-left--3{
    left: 3px;
  }

  .xl2\:-top-px{
    top: -1px;
  }

  .xl2\:-right-px{
    right: -1px;
  }

  .xl2\:-bottom-px{
    bottom: -1px;
  }

  .xl2\:-left-px{
    left: -1px;
  }

  .xl2\:-top-20p{
    top: -20%;
  }

  .xl2\:-right-20p{
    right: -20%;
  }

  .xl2\:-bottom-20p{
    bottom: -20%;
  }

  .xl2\:-left-20p{
    left: -20%;
  }

  .xl2\:-top-40p{
    top: -40%;
  }

  .xl2\:-right-40p{
    right: -40%;
  }

  .xl2\:-bottom-40p{
    bottom: -40%;
  }

  .xl2\:-left-40p{
    left: -40%;
  }

  .xl2\:-top-49p{
    top: -49%;
  }

  .xl2\:-right-49p{
    right: -49%;
  }

  .xl2\:-bottom-49p{
    bottom: -49%;
  }

  .xl2\:-left-49p{
    left: -49%;
  }

  .xl2\:-top-52p{
    top: -52%;
  }

  .xl2\:-right-52p{
    right: -52%;
  }

  .xl2\:-bottom-52p{
    bottom: -52%;
  }

  .xl2\:-left-52p{
    left: -52%;
  }

  .xl2\:-top-53\.5p{
    top: -53.5%;
  }

  .xl2\:-right-53\.5p{
    right: -53.5%;
  }

  .xl2\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .xl2\:-left-53\.5p{
    left: -53.5%;
  }

  .xl2\:-top-60p{
    top: -60%;
  }

  .xl2\:-right-60p{
    right: -60%;
  }

  .xl2\:-bottom-60p{
    bottom: -60%;
  }

  .xl2\:-left-60p{
    left: -60%;
  }

  .xl2\:-top-71\.5p{
    top: -71.5%;
  }

  .xl2\:-right-71\.5p{
    right: -71.5%;
  }

  .xl2\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .xl2\:-left-71\.5p{
    left: -71.5%;
  }

  .xl2\:-top-80p{
    top: -80%;
  }

  .xl2\:-right-80p{
    right: -80%;
  }

  .xl2\:-bottom-80p{
    bottom: -80%;
  }

  .xl2\:-left-80p{
    left: -80%;
  }

  .xl2\:-top-90p{
    top: -90%;
  }

  .xl2\:-right-90p{
    right: -90%;
  }

  .xl2\:-bottom-90p{
    bottom: -90%;
  }

  .xl2\:-left-90p{
    left: -90%;
  }

  .xl2\:-top-95p{
    top: -95%;
  }

  .xl2\:-right-95p{
    right: -95%;
  }

  .xl2\:-bottom-95p{
    bottom: -95%;
  }

  .xl2\:-left-95p{
    left: -95%;
  }

  .xl2\:-top-100p{
    top: -100%;
  }

  .xl2\:-right-100p{
    right: -100%;
  }

  .xl2\:-bottom-100p{
    bottom: -100%;
  }

  .xl2\:-left-100p{
    left: -100%;
  }

  .xl2\:-top-110p{
    top: -110%;
  }

  .xl2\:-right-110p{
    right: -110%;
  }

  .xl2\:-bottom-110p{
    bottom: -110%;
  }

  .xl2\:-left-110p{
    left: -110%;
  }

  .xl2\:top-1\/2{
    top: 50%;
  }

  .xl2\:right-1\/2{
    right: 50%;
  }

  .xl2\:bottom-1\/2{
    bottom: 50%;
  }

  .xl2\:left-1\/2{
    left: 50%;
  }

  .xl2\:top-1\/3{
    top: 33.333333%;
  }

  .xl2\:right-1\/3{
    right: 33.333333%;
  }

  .xl2\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl2\:left-1\/3{
    left: 33.333333%;
  }

  .xl2\:top-2\/3{
    top: 66.666667%;
  }

  .xl2\:right-2\/3{
    right: 66.666667%;
  }

  .xl2\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl2\:left-2\/3{
    left: 66.666667%;
  }

  .xl2\:top-1\/4{
    top: 25%;
  }

  .xl2\:right-1\/4{
    right: 25%;
  }

  .xl2\:bottom-1\/4{
    bottom: 25%;
  }

  .xl2\:left-1\/4{
    left: 25%;
  }

  .xl2\:top-2\/4{
    top: 50%;
  }

  .xl2\:right-2\/4{
    right: 50%;
  }

  .xl2\:bottom-2\/4{
    bottom: 50%;
  }

  .xl2\:left-2\/4{
    left: 50%;
  }

  .xl2\:top-3\/4{
    top: 75%;
  }

  .xl2\:right-3\/4{
    right: 75%;
  }

  .xl2\:bottom-3\/4{
    bottom: 75%;
  }

  .xl2\:left-3\/4{
    left: 75%;
  }

  .xl2\:top-full{
    top: 100%;
  }

  .xl2\:right-full{
    right: 100%;
  }

  .xl2\:bottom-full{
    bottom: 100%;
  }

  .xl2\:left-full{
    left: 100%;
  }

  .xl2\:-top-1\/2{
    top: -50%;
  }

  .xl2\:-right-1\/2{
    right: -50%;
  }

  .xl2\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl2\:-left-1\/2{
    left: -50%;
  }

  .xl2\:-top-1\/3{
    top: -33.333333%;
  }

  .xl2\:-right-1\/3{
    right: -33.333333%;
  }

  .xl2\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl2\:-left-1\/3{
    left: -33.333333%;
  }

  .xl2\:-top-2\/3{
    top: -66.666667%;
  }

  .xl2\:-right-2\/3{
    right: -66.666667%;
  }

  .xl2\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl2\:-left-2\/3{
    left: -66.666667%;
  }

  .xl2\:-top-1\/4{
    top: -25%;
  }

  .xl2\:-right-1\/4{
    right: -25%;
  }

  .xl2\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl2\:-left-1\/4{
    left: -25%;
  }

  .xl2\:-top-2\/4{
    top: -50%;
  }

  .xl2\:-right-2\/4{
    right: -50%;
  }

  .xl2\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl2\:-left-2\/4{
    left: -50%;
  }

  .xl2\:-top-3\/4{
    top: -75%;
  }

  .xl2\:-right-3\/4{
    right: -75%;
  }

  .xl2\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl2\:-left-3\/4{
    left: -75%;
  }

  .xl2\:-top-full{
    top: -100%;
  }

  .xl2\:-right-full{
    right: -100%;
  }

  .xl2\:-bottom-full{
    bottom: -100%;
  }

  .xl2\:-left-full{
    left: -100%;
  }

  .xl2\:resize-none{
    resize: none;
  }

  .xl2\:resize-y{
    resize: vertical;
  }

  .xl2\:resize-x{
    resize: horizontal;
  }

  .xl2\:resize{
    resize: both;
  }

  .xl2\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl2\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl2\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl2\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl2\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl2\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl2\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl2\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xl2\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .xl2\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl2\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl2\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .xl2\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .xl2\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .xl2\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl2\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl2\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl2\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl2\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl2\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .xl2\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl2\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl2\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .xl2\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl2\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .xl2\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl2\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .xl2\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl2\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl2\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xl2\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .xl2\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl2\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl2\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .xl2\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .xl2\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .xl2\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl2\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl2\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xl2\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl2\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl2\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .xl2\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl2\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .xl2\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl2\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .xl2\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl2\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl2\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xl2\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .xl2\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .xl2\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .xl2\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .xl2\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .xl2\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .xl2\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .xl2\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl2\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .xl2\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .xl2\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .xl2\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .xl2\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .xl2\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .xl2\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .xl2\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .xl2\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .xl2\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .xl2\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl2\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl2\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl2\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl2\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl2\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl2\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl2\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl2\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl2\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl2\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl2\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl2\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl2\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl2\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl2\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl2\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xl2\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl2\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl2\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl2\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl2\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl2\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl2\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl2\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl2\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl2\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl2\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl2\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl2\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl2\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl2\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl2\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xl2\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl2\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl2\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xl2\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .xl2\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl2\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl2\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xl2\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xl2\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xl2\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl2\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xl2\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xl2\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl2\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xl2\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xl2\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl2\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xl2\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xl2\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xl2\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl2\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl2\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xl2\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xl2\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xl2\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl2\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xl2\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xl2\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl2\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xl2\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xl2\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl2\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xl2\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xl2\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xl2\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl2\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl2\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xl2\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xl2\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xl2\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl2\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xl2\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xl2\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl2\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xl2\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xl2\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl2\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xl2\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xl2\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xl2\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl2\:fill-current{
    fill: currentColor;
  }

  .xl2\:fill-gold{
  }

  .xl2\:fill-green{
  }

  .xl2\:fill-fb{
    fill: #2c88ff;
  }

  .xl2\:fill-twitter{
    fill: #53a7e6;
  }

  .xl2\:fill-insta{
    fill: #d6316c;
  }

  .xl2\:fill-youtube{
    fill: #ff0200;
  }

  .xl2\:stroke-current{
    stroke: currentColor;
  }

  .xl2\:stroke-0{
    stroke-width: 0;
  }

  .xl2\:stroke-1{
    stroke-width: 1;
  }

  .xl2\:stroke-2{
    stroke-width: 2;
  }

  .xl2\:table-auto{
    table-layout: auto;
  }

  .xl2\:table-fixed{
    table-layout: fixed;
  }

  .xl2\:text-left{
    text-align: left;
  }

  .xl2\:text-center{
    text-align: center;
  }

  .xl2\:text-right{
    text-align: right;
  }

  .xl2\:text-justify{
    text-align: justify;
  }

  .xl2\:text-transparent{
    color: transparent;
  }

  .xl2\:text-current{
    color: currentColor;
  }

  .xl2\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl2\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl2\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl2\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl2\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl2\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl2\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl2\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl2\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl2\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl2\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl2\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl2\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl2\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl2\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl2\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl2\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl2\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl2\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl2\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .xl2\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .xl2\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .xl2\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .xl2\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xl2\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xl2\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl2\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl2\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl2\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl2\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl2\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl2\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .xl2\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .xl2\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .xl2\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .xl2\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl2\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl2\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl2\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl2\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl2\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl2\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl2\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl2\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl2\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl2\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl2\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl2\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl2\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl2\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl2\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xl2\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xl2\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl2\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl2\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl2\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl2\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl2\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl2\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl2\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl2\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl2\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl2\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl2\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl2\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl2\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl2\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl2\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xl2\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xl2\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xl2\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl2\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xl2\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xl2\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl2\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xl2\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xl2\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl2\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xl2\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xl2\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xl2\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl2\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl2\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xl2\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xl2\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xl2\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl2\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xl2\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xl2\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl2\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xl2\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xl2\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl2\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xl2\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xl2\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xl2\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl2\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl2\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xl2\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xl2\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xl2\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl2\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xl2\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xl2\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl2\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xl2\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xl2\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl2\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xl2\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xl2\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xl2\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl2\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl2\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl2\:overflow-clip{
    text-overflow: clip;
  }

  .xl2\:italic{
    font-style: italic;
  }

  .xl2\:not-italic{
    font-style: normal;
  }

  .xl2\:uppercase{
    text-transform: uppercase;
  }

  .xl2\:lowercase{
    text-transform: lowercase;
  }

  .xl2\:capitalize{
    text-transform: capitalize;
  }

  .xl2\:normal-case{
    text-transform: none;
  }

  .xl2\:underline{
    text-decoration: underline;
  }

  .xl2\:line-through{
    text-decoration: line-through;
  }

  .xl2\:no-underline{
    text-decoration: none;
  }

  .group:hover .xl2\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xl2\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xl2\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xl2\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xl2\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xl2\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xl2\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl2\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl2\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl2\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl2\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl2\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl2\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl2\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl2\:ordinal, .xl2\:slashed-zero, .xl2\:lining-nums, .xl2\:oldstyle-nums, .xl2\:proportional-nums, .xl2\:tabular-nums, .xl2\:diagonal-fractions, .xl2\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl2\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl2\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xl2\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl2\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl2\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl2\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl2\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl2\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl2\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl2\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .xl2\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl2\:tracking-normal{
    letter-spacing: 0em;
  }

  .xl2\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl2\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl2\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl2\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl2\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl2\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl2\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl2\:align-baseline{
    vertical-align: baseline;
  }

  .xl2\:align-top{
    vertical-align: top;
  }

  .xl2\:align-middle{
    vertical-align: middle;
  }

  .xl2\:align-bottom{
    vertical-align: bottom;
  }

  .xl2\:align-text-top{
    vertical-align: text-top;
  }

  .xl2\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl2\:visible{
    visibility: visible;
  }

  .xl2\:invisible{
    visibility: hidden;
  }

  .group:hover .xl2\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .xl2\:group-hover\:invisible{
    visibility: hidden;
  }

  .xl2\:whitespace-normal{
    white-space: normal;
  }

  .xl2\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xl2\:whitespace-pre{
    white-space: pre;
  }

  .xl2\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl2\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl2\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl2\:break-words{
    overflow-wrap: break-word;
  }

  .xl2\:break-all{
    word-break: break-all;
  }

  .xl2\:w-0{
    width: 0px;
  }

  .xl2\:w-2{
    width: 2px;
  }

  .xl2\:w-4{
    width: 4px;
  }

  .xl2\:w-5{
    width: 5px;
  }

  .xl2\:w-7{
    width: 7px;
  }

  .xl2\:w-8{
    width: 8px;
  }

  .xl2\:w-10{
    width: 10px;
  }

  .xl2\:w-11{
    width: 11px;
  }

  .xl2\:w-12{
    width: 12px;
  }

  .xl2\:w-13{
    width: 13px;
  }

  .xl2\:w-15{
    width: 15px;
  }

  .xl2\:w-16{
    width: 16px;
  }

  .xl2\:w-18{
    width: 18px;
  }

  .xl2\:w-20{
    width: 20px;
  }

  .xl2\:w-24{
    width: 24px;
  }

  .xl2\:w-28{
    width: 28px;
  }

  .xl2\:w-29{
    width: 29px;
  }

  .xl2\:w-30{
    width: 30px;
  }

  .xl2\:w-32{
    width: 32px;
  }

  .xl2\:w-34{
    width: 34px;
  }

  .xl2\:w-36{
    width: 36px;
  }

  .xl2\:w-40{
    width: 40px;
  }

  .xl2\:w-48{
    width: 48px;
  }

  .xl2\:w-50{
    width: 50px;
  }

  .xl2\:w-56{
    width: 56px;
  }

  .xl2\:w-60{
    width: 60px;
  }

  .xl2\:w-64{
    width: 64px;
  }

  .xl2\:w-70{
    width: 70px;
  }

  .xl2\:w-72{
    width: 72px;
  }

  .xl2\:w-80{
    width: 80px;
  }

  .xl2\:w-88{
    width: 88px;
  }

  .xl2\:w-90{
    width: 90px;
  }

  .xl2\:w-96{
    width: 96px;
  }

  .xl2\:w-100{
    width: 100px;
  }

  .xl2\:w-112{
    width: 112px;
  }

  .xl2\:w-128{
    width: 128px;
  }

  .xl2\:w-135{
    width: 135px;
  }

  .xl2\:w-145{
    width: 145px;
  }

  .xl2\:w-155{
    width: 155px;
  }

  .xl2\:w-160{
    width: 160px;
  }

  .xl2\:w-192{
    width: 192px;
  }

  .xl2\:w-200{
    width: 200px;
  }

  .xl2\:w-224{
    width: 224px;
  }

  .xl2\:w-227{
    width: 227px;
  }

  .xl2\:w-250{
    width: 250px;
  }

  .xl2\:w-256{
    width: 256px;
  }

  .xl2\:w-270{
    width: 270px;
  }

  .xl2\:w-288{
    width: 288px;
  }

  .xl2\:w-304{
    width: 304px;
  }

  .xl2\:w-314{
    width: 314px;
  }

  .xl2\:w-320{
    width: 320px;
  }

  .xl2\:w-352{
    width: 352px;
  }

  .xl2\:w-384{
    width: 384px;
  }

  .xl2\:w-416{
    width: 416px;
  }

  .xl2\:w-448{
    width: 448px;
  }

  .xl2\:w-480{
    width: 480px;
  }

  .xl2\:w-512{
    width: 512px;
  }

  .xl2\:w-576{
    width: 576px;
  }

  .xl2\:w-612{
    width: 612px;
  }

  .xl2\:w-640{
    width: 640px;
  }

  .xl2\:w-768{
    width: 768px;
  }

  .xl2\:w-auto{
    width: auto;
  }

  .xl2\:-w-200{
    width: -200px;
  }

  .xl2\:-w-170{
    width: -170px;
  }

  .xl2\:-w-120{
    width: -120px;
  }

  .xl2\:-w-100{
    width: -100px;
  }

  .xl2\:-w-50{
    width: -50px;
  }

  .xl2\:-w-45{
    width: -45px;
  }

  .xl2\:-w-3{
    width: -3px;
  }

  .xl2\:w-px{
    width: 1px;
  }

  .xl2\:w-20p{
    width: 20%;
  }

  .xl2\:w-40p{
    width: 40%;
  }

  .xl2\:w-49p{
    width: 49%;
  }

  .xl2\:w-52p{
    width: 52%;
  }

  .xl2\:w-53\.5p{
    width: 53.5%;
  }

  .xl2\:w-60p{
    width: 60%;
  }

  .xl2\:w-71\.5p{
    width: 71.5%;
  }

  .xl2\:w-80p{
    width: 80%;
  }

  .xl2\:w-90p{
    width: 90%;
  }

  .xl2\:w-95p{
    width: 95%;
  }

  .xl2\:w-100p{
    width: 100%;
  }

  .xl2\:w-110p{
    width: 110%;
  }

  .xl2\:w-1\/2{
    width: 50%;
  }

  .xl2\:w-1\/3{
    width: 33.333333%;
  }

  .xl2\:w-2\/3{
    width: 66.666667%;
  }

  .xl2\:w-1\/4{
    width: 25%;
  }

  .xl2\:w-2\/4{
    width: 50%;
  }

  .xl2\:w-3\/4{
    width: 75%;
  }

  .xl2\:w-1\/5{
    width: 20%;
  }

  .xl2\:w-2\/5{
    width: 40%;
  }

  .xl2\:w-3\/5{
    width: 60%;
  }

  .xl2\:w-4\/5{
    width: 80%;
  }

  .xl2\:w-1\/6{
    width: 16.666667%;
  }

  .xl2\:w-2\/6{
    width: 33.333333%;
  }

  .xl2\:w-3\/6{
    width: 50%;
  }

  .xl2\:w-4\/6{
    width: 66.666667%;
  }

  .xl2\:w-5\/6{
    width: 83.333333%;
  }

  .xl2\:w-1\/12{
    width: 8.333333%;
  }

  .xl2\:w-2\/12{
    width: 16.666667%;
  }

  .xl2\:w-3\/12{
    width: 25%;
  }

  .xl2\:w-4\/12{
    width: 33.333333%;
  }

  .xl2\:w-5\/12{
    width: 41.666667%;
  }

  .xl2\:w-6\/12{
    width: 50%;
  }

  .xl2\:w-7\/12{
    width: 58.333333%;
  }

  .xl2\:w-8\/12{
    width: 66.666667%;
  }

  .xl2\:w-9\/12{
    width: 75%;
  }

  .xl2\:w-10\/12{
    width: 83.333333%;
  }

  .xl2\:w-11\/12{
    width: 91.666667%;
  }

  .xl2\:w-full{
    width: 100%;
  }

  .xl2\:w-screen{
    width: 100vw;
  }

  .xl2\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl2\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl2\:z-0{
    z-index: 0;
  }

  .xl2\:z-1{
    z-index: 1;
  }

  .xl2\:z-10{
    z-index: 10;
  }

  .xl2\:z-20{
    z-index: 20;
  }

  .xl2\:z-30{
    z-index: 30;
  }

  .xl2\:z-40{
    z-index: 40;
  }

  .xl2\:z-50{
    z-index: 50;
  }

  .xl2\:z-auto{
    z-index: auto;
  }

  .xl2\:-z-1{
    z-index: -1;
  }

  .xl2\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xl2\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .xl2\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xl2\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xl2\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xl2\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xl2\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xl2\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xl2\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .xl2\:focus\:z-0:focus{
    z-index: 0;
  }

  .xl2\:focus\:z-1:focus{
    z-index: 1;
  }

  .xl2\:focus\:z-10:focus{
    z-index: 10;
  }

  .xl2\:focus\:z-20:focus{
    z-index: 20;
  }

  .xl2\:focus\:z-30:focus{
    z-index: 30;
  }

  .xl2\:focus\:z-40:focus{
    z-index: 40;
  }

  .xl2\:focus\:z-50:focus{
    z-index: 50;
  }

  .xl2\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xl2\:focus\:-z-1:focus{
    z-index: -1;
  }

  .xl2\:gap-0{
    gap: 0px;
  }

  .xl2\:gap-2{
    gap: 2px;
  }

  .xl2\:gap-4{
    gap: 4px;
  }

  .xl2\:gap-5{
    gap: 5px;
  }

  .xl2\:gap-7{
    gap: 7px;
  }

  .xl2\:gap-8{
    gap: 8px;
  }

  .xl2\:gap-10{
    gap: 10px;
  }

  .xl2\:gap-11{
    gap: 11px;
  }

  .xl2\:gap-12{
    gap: 12px;
  }

  .xl2\:gap-13{
    gap: 13px;
  }

  .xl2\:gap-15{
    gap: 15px;
  }

  .xl2\:gap-16{
    gap: 16px;
  }

  .xl2\:gap-18{
    gap: 18px;
  }

  .xl2\:gap-20{
    gap: 20px;
  }

  .xl2\:gap-24{
    gap: 24px;
  }

  .xl2\:gap-28{
    gap: 28px;
  }

  .xl2\:gap-29{
    gap: 29px;
  }

  .xl2\:gap-30{
    gap: 30px;
  }

  .xl2\:gap-32{
    gap: 32px;
  }

  .xl2\:gap-34{
    gap: 34px;
  }

  .xl2\:gap-36{
    gap: 36px;
  }

  .xl2\:gap-40{
    gap: 40px;
  }

  .xl2\:gap-48{
    gap: 48px;
  }

  .xl2\:gap-50{
    gap: 50px;
  }

  .xl2\:gap-56{
    gap: 56px;
  }

  .xl2\:gap-60{
    gap: 60px;
  }

  .xl2\:gap-64{
    gap: 64px;
  }

  .xl2\:gap-70{
    gap: 70px;
  }

  .xl2\:gap-72{
    gap: 72px;
  }

  .xl2\:gap-80{
    gap: 80px;
  }

  .xl2\:gap-88{
    gap: 88px;
  }

  .xl2\:gap-90{
    gap: 90px;
  }

  .xl2\:gap-96{
    gap: 96px;
  }

  .xl2\:gap-100{
    gap: 100px;
  }

  .xl2\:gap-112{
    gap: 112px;
  }

  .xl2\:gap-128{
    gap: 128px;
  }

  .xl2\:gap-135{
    gap: 135px;
  }

  .xl2\:gap-145{
    gap: 145px;
  }

  .xl2\:gap-155{
    gap: 155px;
  }

  .xl2\:gap-160{
    gap: 160px;
  }

  .xl2\:gap-192{
    gap: 192px;
  }

  .xl2\:gap-200{
    gap: 200px;
  }

  .xl2\:gap-224{
    gap: 224px;
  }

  .xl2\:gap-227{
    gap: 227px;
  }

  .xl2\:gap-250{
    gap: 250px;
  }

  .xl2\:gap-256{
    gap: 256px;
  }

  .xl2\:gap-270{
    gap: 270px;
  }

  .xl2\:gap-288{
    gap: 288px;
  }

  .xl2\:gap-304{
    gap: 304px;
  }

  .xl2\:gap-314{
    gap: 314px;
  }

  .xl2\:gap-320{
    gap: 320px;
  }

  .xl2\:gap-352{
    gap: 352px;
  }

  .xl2\:gap-384{
    gap: 384px;
  }

  .xl2\:gap-416{
    gap: 416px;
  }

  .xl2\:gap-448{
    gap: 448px;
  }

  .xl2\:gap-480{
    gap: 480px;
  }

  .xl2\:gap-512{
    gap: 512px;
  }

  .xl2\:gap-576{
    gap: 576px;
  }

  .xl2\:gap-612{
    gap: 612px;
  }

  .xl2\:gap-640{
    gap: 640px;
  }

  .xl2\:gap-768{
    gap: 768px;
  }

  .xl2\:-gap-200{
    gap: -200px;
  }

  .xl2\:-gap-170{
    gap: -170px;
  }

  .xl2\:-gap-120{
    gap: -120px;
  }

  .xl2\:-gap-100{
    gap: -100px;
  }

  .xl2\:-gap-50{
    gap: -50px;
  }

  .xl2\:-gap-45{
    gap: -45px;
  }

  .xl2\:-gap-3{
    gap: -3px;
  }

  .xl2\:gap-px{
    gap: 1px;
  }

  .xl2\:gap-20p{
    gap: 20%;
  }

  .xl2\:gap-40p{
    gap: 40%;
  }

  .xl2\:gap-49p{
    gap: 49%;
  }

  .xl2\:gap-52p{
    gap: 52%;
  }

  .xl2\:gap-53\.5p{
    gap: 53.5%;
  }

  .xl2\:gap-60p{
    gap: 60%;
  }

  .xl2\:gap-71\.5p{
    gap: 71.5%;
  }

  .xl2\:gap-80p{
    gap: 80%;
  }

  .xl2\:gap-90p{
    gap: 90%;
  }

  .xl2\:gap-95p{
    gap: 95%;
  }

  .xl2\:gap-100p{
    gap: 100%;
  }

  .xl2\:gap-110p{
    gap: 110%;
  }

  .xl2\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl2\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xl2\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xl2\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xl2\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .xl2\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xl2\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xl2\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .xl2\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xl2\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xl2\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xl2\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xl2\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xl2\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl2\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xl2\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xl2\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xl2\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl2\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xl2\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .xl2\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xl2\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xl2\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xl2\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xl2\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xl2\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xl2\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xl2\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xl2\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .xl2\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xl2\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .xl2\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xl2\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xl2\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xl2\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .xl2\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xl2\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xl2\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xl2\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .xl2\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xl2\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .xl2\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xl2\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .xl2\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .xl2\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xl2\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .xl2\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .xl2\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .xl2\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .xl2\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .xl2\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xl2\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .xl2\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .xl2\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .xl2\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .xl2\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .xl2\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .xl2\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .xl2\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .xl2\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .xl2\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .xl2\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .xl2\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .xl2\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .xl2\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .xl2\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .xl2\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .xl2\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .xl2\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl2\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl2\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl2\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xl2\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .xl2\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .xl2\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl2\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .xl2\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl2\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xl2\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xl2\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl2\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .xl2\:gap-y-0{
    row-gap: 0px;
  }

  .xl2\:gap-y-2{
    row-gap: 2px;
  }

  .xl2\:gap-y-4{
    row-gap: 4px;
  }

  .xl2\:gap-y-5{
    row-gap: 5px;
  }

  .xl2\:gap-y-7{
    row-gap: 7px;
  }

  .xl2\:gap-y-8{
    row-gap: 8px;
  }

  .xl2\:gap-y-10{
    row-gap: 10px;
  }

  .xl2\:gap-y-11{
    row-gap: 11px;
  }

  .xl2\:gap-y-12{
    row-gap: 12px;
  }

  .xl2\:gap-y-13{
    row-gap: 13px;
  }

  .xl2\:gap-y-15{
    row-gap: 15px;
  }

  .xl2\:gap-y-16{
    row-gap: 16px;
  }

  .xl2\:gap-y-18{
    row-gap: 18px;
  }

  .xl2\:gap-y-20{
    row-gap: 20px;
  }

  .xl2\:gap-y-24{
    row-gap: 24px;
  }

  .xl2\:gap-y-28{
    row-gap: 28px;
  }

  .xl2\:gap-y-29{
    row-gap: 29px;
  }

  .xl2\:gap-y-30{
    row-gap: 30px;
  }

  .xl2\:gap-y-32{
    row-gap: 32px;
  }

  .xl2\:gap-y-34{
    row-gap: 34px;
  }

  .xl2\:gap-y-36{
    row-gap: 36px;
  }

  .xl2\:gap-y-40{
    row-gap: 40px;
  }

  .xl2\:gap-y-48{
    row-gap: 48px;
  }

  .xl2\:gap-y-50{
    row-gap: 50px;
  }

  .xl2\:gap-y-56{
    row-gap: 56px;
  }

  .xl2\:gap-y-60{
    row-gap: 60px;
  }

  .xl2\:gap-y-64{
    row-gap: 64px;
  }

  .xl2\:gap-y-70{
    row-gap: 70px;
  }

  .xl2\:gap-y-72{
    row-gap: 72px;
  }

  .xl2\:gap-y-80{
    row-gap: 80px;
  }

  .xl2\:gap-y-88{
    row-gap: 88px;
  }

  .xl2\:gap-y-90{
    row-gap: 90px;
  }

  .xl2\:gap-y-96{
    row-gap: 96px;
  }

  .xl2\:gap-y-100{
    row-gap: 100px;
  }

  .xl2\:gap-y-112{
    row-gap: 112px;
  }

  .xl2\:gap-y-128{
    row-gap: 128px;
  }

  .xl2\:gap-y-135{
    row-gap: 135px;
  }

  .xl2\:gap-y-145{
    row-gap: 145px;
  }

  .xl2\:gap-y-155{
    row-gap: 155px;
  }

  .xl2\:gap-y-160{
    row-gap: 160px;
  }

  .xl2\:gap-y-192{
    row-gap: 192px;
  }

  .xl2\:gap-y-200{
    row-gap: 200px;
  }

  .xl2\:gap-y-224{
    row-gap: 224px;
  }

  .xl2\:gap-y-227{
    row-gap: 227px;
  }

  .xl2\:gap-y-250{
    row-gap: 250px;
  }

  .xl2\:gap-y-256{
    row-gap: 256px;
  }

  .xl2\:gap-y-270{
    row-gap: 270px;
  }

  .xl2\:gap-y-288{
    row-gap: 288px;
  }

  .xl2\:gap-y-304{
    row-gap: 304px;
  }

  .xl2\:gap-y-314{
    row-gap: 314px;
  }

  .xl2\:gap-y-320{
    row-gap: 320px;
  }

  .xl2\:gap-y-352{
    row-gap: 352px;
  }

  .xl2\:gap-y-384{
    row-gap: 384px;
  }

  .xl2\:gap-y-416{
    row-gap: 416px;
  }

  .xl2\:gap-y-448{
    row-gap: 448px;
  }

  .xl2\:gap-y-480{
    row-gap: 480px;
  }

  .xl2\:gap-y-512{
    row-gap: 512px;
  }

  .xl2\:gap-y-576{
    row-gap: 576px;
  }

  .xl2\:gap-y-612{
    row-gap: 612px;
  }

  .xl2\:gap-y-640{
    row-gap: 640px;
  }

  .xl2\:gap-y-768{
    row-gap: 768px;
  }

  .xl2\:-gap-y-200{
    row-gap: -200px;
  }

  .xl2\:-gap-y-170{
    row-gap: -170px;
  }

  .xl2\:-gap-y-120{
    row-gap: -120px;
  }

  .xl2\:-gap-y-100{
    row-gap: -100px;
  }

  .xl2\:-gap-y-50{
    row-gap: -50px;
  }

  .xl2\:-gap-y-45{
    row-gap: -45px;
  }

  .xl2\:-gap-y-3{
    row-gap: -3px;
  }

  .xl2\:gap-y-px{
    row-gap: 1px;
  }

  .xl2\:gap-y-20p{
    row-gap: 20%;
  }

  .xl2\:gap-y-40p{
    row-gap: 40%;
  }

  .xl2\:gap-y-49p{
    row-gap: 49%;
  }

  .xl2\:gap-y-52p{
    row-gap: 52%;
  }

  .xl2\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .xl2\:gap-y-60p{
    row-gap: 60%;
  }

  .xl2\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .xl2\:gap-y-80p{
    row-gap: 80%;
  }

  .xl2\:gap-y-90p{
    row-gap: 90%;
  }

  .xl2\:gap-y-95p{
    row-gap: 95%;
  }

  .xl2\:gap-y-100p{
    row-gap: 100%;
  }

  .xl2\:gap-y-110p{
    row-gap: 110%;
  }

  .xl2\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl2\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl2\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl2\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl2\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl2\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl2\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl2\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl2\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl2\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl2\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl2\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl2\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl2\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl2\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl2\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl2\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl2\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl2\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl2\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl2\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl2\:col-auto{
    grid-column: auto;
  }

  .xl2\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl2\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl2\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl2\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl2\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl2\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl2\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl2\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl2\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl2\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl2\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl2\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl2\:col-span-full{
    grid-column: 1 / -1;
  }

  .xl2\:col-start-1{
    grid-column-start: 1;
  }

  .xl2\:col-start-2{
    grid-column-start: 2;
  }

  .xl2\:col-start-3{
    grid-column-start: 3;
  }

  .xl2\:col-start-4{
    grid-column-start: 4;
  }

  .xl2\:col-start-5{
    grid-column-start: 5;
  }

  .xl2\:col-start-6{
    grid-column-start: 6;
  }

  .xl2\:col-start-7{
    grid-column-start: 7;
  }

  .xl2\:col-start-8{
    grid-column-start: 8;
  }

  .xl2\:col-start-9{
    grid-column-start: 9;
  }

  .xl2\:col-start-10{
    grid-column-start: 10;
  }

  .xl2\:col-start-11{
    grid-column-start: 11;
  }

  .xl2\:col-start-12{
    grid-column-start: 12;
  }

  .xl2\:col-start-13{
    grid-column-start: 13;
  }

  .xl2\:col-start-auto{
    grid-column-start: auto;
  }

  .xl2\:col-end-1{
    grid-column-end: 1;
  }

  .xl2\:col-end-2{
    grid-column-end: 2;
  }

  .xl2\:col-end-3{
    grid-column-end: 3;
  }

  .xl2\:col-end-4{
    grid-column-end: 4;
  }

  .xl2\:col-end-5{
    grid-column-end: 5;
  }

  .xl2\:col-end-6{
    grid-column-end: 6;
  }

  .xl2\:col-end-7{
    grid-column-end: 7;
  }

  .xl2\:col-end-8{
    grid-column-end: 8;
  }

  .xl2\:col-end-9{
    grid-column-end: 9;
  }

  .xl2\:col-end-10{
    grid-column-end: 10;
  }

  .xl2\:col-end-11{
    grid-column-end: 11;
  }

  .xl2\:col-end-12{
    grid-column-end: 12;
  }

  .xl2\:col-end-13{
    grid-column-end: 13;
  }

  .xl2\:col-end-auto{
    grid-column-end: auto;
  }

  .xl2\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl2\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl2\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl2\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl2\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl2\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl2\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl2\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl2\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl2\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl2\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl2\:row-auto{
    grid-row: auto;
  }

  .xl2\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl2\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl2\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl2\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl2\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl2\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl2\:row-span-full{
    grid-row: 1 / -1;
  }

  .xl2\:row-start-1{
    grid-row-start: 1;
  }

  .xl2\:row-start-2{
    grid-row-start: 2;
  }

  .xl2\:row-start-3{
    grid-row-start: 3;
  }

  .xl2\:row-start-4{
    grid-row-start: 4;
  }

  .xl2\:row-start-5{
    grid-row-start: 5;
  }

  .xl2\:row-start-6{
    grid-row-start: 6;
  }

  .xl2\:row-start-7{
    grid-row-start: 7;
  }

  .xl2\:row-start-auto{
    grid-row-start: auto;
  }

  .xl2\:row-end-1{
    grid-row-end: 1;
  }

  .xl2\:row-end-2{
    grid-row-end: 2;
  }

  .xl2\:row-end-3{
    grid-row-end: 3;
  }

  .xl2\:row-end-4{
    grid-row-end: 4;
  }

  .xl2\:row-end-5{
    grid-row-end: 5;
  }

  .xl2\:row-end-6{
    grid-row-end: 6;
  }

  .xl2\:row-end-7{
    grid-row-end: 7;
  }

  .xl2\:row-end-auto{
    grid-row-end: auto;
  }

  .xl2\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:transform-none{
    transform: none;
  }

  .xl2\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:hover\:transform-none:hover{
    transform: none;
  }

  .xl2\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl2\:focus\:transform-none:focus{
    transform: none;
  }

  .xl2\:origin-center{
    transform-origin: center;
  }

  .xl2\:origin-top{
    transform-origin: top;
  }

  .xl2\:origin-top-right{
    transform-origin: top right;
  }

  .xl2\:origin-right{
    transform-origin: right;
  }

  .xl2\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl2\:origin-bottom{
    transform-origin: bottom;
  }

  .xl2\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl2\:origin-left{
    transform-origin: left;
  }

  .xl2\:origin-top-left{
    transform-origin: top left;
  }

  .xl2\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl2\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl2\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl2\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl2\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl2\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl2\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl2\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl2\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl2\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl2\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xl2\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xl2\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xl2\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xl2\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xl2\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xl2\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl2\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xl2\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xl2\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl2\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xl2\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xl2\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xl2\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xl2\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xl2\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xl2\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl2\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xl2\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xl2\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl2\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl2\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl2\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl2\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl2\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl2\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl2\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl2\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl2\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl2\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl2\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xl2\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xl2\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xl2\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xl2\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl2\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl2\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl2\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xl2\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xl2\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl2\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xl2\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xl2\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xl2\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xl2\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl2\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl2\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl2\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xl2\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xl2\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl2\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl2\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl2\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl2\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl2\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl2\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl2\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl2\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl2\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl2\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl2\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xl2\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xl2\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xl2\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xl2\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl2\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl2\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl2\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xl2\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xl2\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl2\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xl2\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xl2\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xl2\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xl2\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl2\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl2\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl2\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xl2\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xl2\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .xl2\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .xl2\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .xl2\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .xl2\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .xl2\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .xl2\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .xl2\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .xl2\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .xl2\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .xl2\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .xl2\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .xl2\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .xl2\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .xl2\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .xl2\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .xl2\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .xl2\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .xl2\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .xl2\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .xl2\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .xl2\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .xl2\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .xl2\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .xl2\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .xl2\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .xl2\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .xl2\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .xl2\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .xl2\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .xl2\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl2\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xl2\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xl2\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xl2\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xl2\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xl2\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xl2\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xl2\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xl2\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xl2\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xl2\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xl2\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xl2\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xl2\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xl2\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xl2\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xl2\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xl2\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xl2\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xl2\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xl2\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xl2\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xl2\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xl2\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xl2\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xl2\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xl2\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xl2\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xl2\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xl2\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xl2\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xl2\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xl2\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xl2\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xl2\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xl2\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xl2\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xl2\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xl2\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xl2\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xl2\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xl2\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xl2\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xl2\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xl2\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xl2\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xl2\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xl2\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xl2\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xl2\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xl2\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xl2\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl2\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .xl2\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .xl2\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .xl2\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .xl2\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .xl2\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .xl2\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .xl2\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .xl2\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .xl2\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .xl2\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .xl2\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .xl2\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .xl2\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .xl2\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .xl2\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .xl2\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .xl2\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .xl2\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .xl2\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .xl2\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .xl2\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .xl2\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .xl2\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .xl2\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .xl2\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .xl2\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .xl2\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .xl2\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .xl2\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .xl2\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .xl2\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .xl2\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .xl2\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .xl2\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .xl2\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .xl2\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .xl2\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .xl2\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .xl2\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .xl2\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .xl2\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .xl2\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .xl2\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .xl2\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .xl2\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .xl2\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .xl2\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .xl2\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .xl2\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .xl2\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .xl2\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .xl2\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .xl2\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .xl2\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .xl2\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .xl2\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .xl2\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .xl2\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .xl2\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .xl2\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .xl2\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .xl2\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .xl2\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .xl2\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .xl2\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .xl2\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .xl2\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl2\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .xl2\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .xl2\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .xl2\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .xl2\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .xl2\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .xl2\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .xl2\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .xl2\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .xl2\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .xl2\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .xl2\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .xl2\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl2\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .xl2\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .xl2\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .xl2\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .xl2\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .xl2\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .xl2\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .xl2\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .xl2\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .xl2\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .xl2\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .xl2\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .xl2\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .xl2\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .xl2\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .xl2\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .xl2\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .xl2\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .xl2\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .xl2\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .xl2\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .xl2\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .xl2\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .xl2\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .xl2\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .xl2\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .xl2\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .xl2\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .xl2\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .xl2\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .xl2\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .xl2\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .xl2\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .xl2\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .xl2\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .xl2\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .xl2\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .xl2\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .xl2\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .xl2\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .xl2\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .xl2\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .xl2\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .xl2\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .xl2\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .xl2\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .xl2\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .xl2\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .xl2\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .xl2\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .xl2\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .xl2\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .xl2\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .xl2\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .xl2\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .xl2\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .xl2\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .xl2\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .xl2\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .xl2\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .xl2\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .xl2\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .xl2\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .xl2\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .xl2\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xl2\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .xl2\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .xl2\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .xl2\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .xl2\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .xl2\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .xl2\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .xl2\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .xl2\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .xl2\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .xl2\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .xl2\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .xl2\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl2\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xl2\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xl2\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xl2\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xl2\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xl2\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl2\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl2\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xl2\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xl2\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xl2\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xl2\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xl2\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl2\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl2\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .xl2\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .xl2\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .xl2\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .xl2\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .xl2\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .xl2\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .xl2\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .xl2\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .xl2\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .xl2\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .xl2\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .xl2\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .xl2\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .xl2\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .xl2\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .xl2\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .xl2\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .xl2\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .xl2\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .xl2\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .xl2\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .xl2\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .xl2\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .xl2\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .xl2\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .xl2\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .xl2\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .xl2\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .xl2\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .xl2\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .xl2\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .xl2\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .xl2\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .xl2\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .xl2\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .xl2\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .xl2\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .xl2\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .xl2\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .xl2\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .xl2\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .xl2\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .xl2\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .xl2\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .xl2\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .xl2\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .xl2\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .xl2\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .xl2\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .xl2\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .xl2\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .xl2\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .xl2\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .xl2\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .xl2\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .xl2\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .xl2\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .xl2\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .xl2\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .xl2\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .xl2\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .xl2\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .xl2\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .xl2\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .xl2\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .xl2\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .xl2\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl2\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .xl2\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .xl2\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .xl2\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .xl2\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .xl2\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .xl2\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .xl2\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .xl2\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .xl2\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .xl2\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .xl2\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .xl2\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl2\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .xl2\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .xl2\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .xl2\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .xl2\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .xl2\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .xl2\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .xl2\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .xl2\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .xl2\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .xl2\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .xl2\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .xl2\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .xl2\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .xl2\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .xl2\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .xl2\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .xl2\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .xl2\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .xl2\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .xl2\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .xl2\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .xl2\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .xl2\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .xl2\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .xl2\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .xl2\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .xl2\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .xl2\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .xl2\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .xl2\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .xl2\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .xl2\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .xl2\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .xl2\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .xl2\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .xl2\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .xl2\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .xl2\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .xl2\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .xl2\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .xl2\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .xl2\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .xl2\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .xl2\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .xl2\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .xl2\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .xl2\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .xl2\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .xl2\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .xl2\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .xl2\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .xl2\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .xl2\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .xl2\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .xl2\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .xl2\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .xl2\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .xl2\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .xl2\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .xl2\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .xl2\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .xl2\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .xl2\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .xl2\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xl2\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .xl2\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .xl2\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .xl2\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .xl2\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .xl2\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .xl2\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .xl2\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .xl2\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .xl2\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .xl2\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .xl2\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .xl2\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl2\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xl2\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xl2\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xl2\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xl2\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xl2\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl2\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl2\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xl2\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xl2\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xl2\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xl2\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xl2\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl2\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl2\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .xl2\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .xl2\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .xl2\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .xl2\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .xl2\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .xl2\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .xl2\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .xl2\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .xl2\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .xl2\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .xl2\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .xl2\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .xl2\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .xl2\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .xl2\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .xl2\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .xl2\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .xl2\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .xl2\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .xl2\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .xl2\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .xl2\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .xl2\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .xl2\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .xl2\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .xl2\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .xl2\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .xl2\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .xl2\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .xl2\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .xl2\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .xl2\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .xl2\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .xl2\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .xl2\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .xl2\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .xl2\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .xl2\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .xl2\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .xl2\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .xl2\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .xl2\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .xl2\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .xl2\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .xl2\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .xl2\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .xl2\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .xl2\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .xl2\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .xl2\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .xl2\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .xl2\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .xl2\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .xl2\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .xl2\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .xl2\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .xl2\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .xl2\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .xl2\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .xl2\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .xl2\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .xl2\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .xl2\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .xl2\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .xl2\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .xl2\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .xl2\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl2\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .xl2\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .xl2\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .xl2\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .xl2\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .xl2\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .xl2\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .xl2\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .xl2\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .xl2\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .xl2\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .xl2\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .xl2\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl2\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .xl2\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .xl2\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .xl2\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .xl2\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .xl2\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .xl2\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .xl2\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .xl2\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .xl2\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .xl2\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .xl2\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .xl2\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .xl2\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .xl2\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .xl2\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .xl2\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .xl2\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .xl2\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .xl2\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .xl2\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .xl2\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .xl2\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .xl2\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .xl2\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .xl2\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .xl2\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .xl2\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .xl2\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .xl2\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .xl2\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .xl2\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .xl2\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .xl2\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .xl2\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .xl2\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .xl2\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .xl2\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .xl2\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .xl2\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .xl2\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .xl2\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .xl2\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .xl2\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .xl2\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .xl2\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .xl2\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .xl2\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .xl2\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .xl2\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .xl2\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .xl2\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .xl2\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .xl2\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .xl2\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .xl2\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .xl2\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .xl2\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .xl2\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .xl2\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .xl2\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .xl2\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .xl2\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .xl2\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .xl2\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xl2\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .xl2\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .xl2\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .xl2\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .xl2\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .xl2\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .xl2\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .xl2\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .xl2\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .xl2\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .xl2\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .xl2\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .xl2\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl2\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xl2\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xl2\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xl2\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xl2\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xl2\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl2\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl2\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xl2\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xl2\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xl2\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xl2\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xl2\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl2\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl2\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .xl2\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .xl2\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .xl2\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .xl2\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .xl2\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .xl2\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .xl2\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .xl2\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .xl2\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .xl2\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .xl2\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .xl2\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .xl2\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .xl2\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .xl2\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .xl2\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .xl2\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .xl2\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .xl2\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .xl2\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .xl2\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .xl2\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .xl2\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .xl2\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .xl2\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .xl2\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .xl2\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .xl2\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .xl2\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .xl2\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .xl2\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .xl2\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .xl2\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .xl2\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .xl2\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .xl2\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .xl2\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .xl2\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .xl2\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .xl2\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .xl2\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .xl2\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .xl2\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .xl2\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .xl2\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .xl2\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .xl2\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .xl2\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .xl2\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .xl2\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .xl2\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .xl2\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .xl2\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .xl2\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .xl2\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .xl2\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .xl2\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .xl2\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .xl2\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .xl2\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .xl2\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .xl2\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .xl2\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .xl2\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .xl2\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .xl2\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .xl2\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl2\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .xl2\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .xl2\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .xl2\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .xl2\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .xl2\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .xl2\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .xl2\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .xl2\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .xl2\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .xl2\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .xl2\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .xl2\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl2\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .xl2\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .xl2\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .xl2\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .xl2\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .xl2\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .xl2\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .xl2\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .xl2\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .xl2\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .xl2\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .xl2\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .xl2\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .xl2\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .xl2\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .xl2\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .xl2\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .xl2\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .xl2\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .xl2\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .xl2\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .xl2\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .xl2\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .xl2\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .xl2\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .xl2\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .xl2\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .xl2\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .xl2\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .xl2\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .xl2\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .xl2\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .xl2\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .xl2\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .xl2\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .xl2\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .xl2\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .xl2\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .xl2\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .xl2\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .xl2\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .xl2\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .xl2\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .xl2\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .xl2\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .xl2\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .xl2\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .xl2\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .xl2\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .xl2\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .xl2\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .xl2\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .xl2\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .xl2\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .xl2\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .xl2\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .xl2\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .xl2\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .xl2\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .xl2\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .xl2\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .xl2\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .xl2\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .xl2\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .xl2\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xl2\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .xl2\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .xl2\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .xl2\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .xl2\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .xl2\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .xl2\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .xl2\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .xl2\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .xl2\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .xl2\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .xl2\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .xl2\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl2\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xl2\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xl2\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xl2\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xl2\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xl2\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl2\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl2\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xl2\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xl2\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xl2\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xl2\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xl2\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl2\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl2\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .xl2\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .xl2\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .xl2\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .xl2\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .xl2\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .xl2\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .xl2\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .xl2\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .xl2\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .xl2\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .xl2\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .xl2\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .xl2\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .xl2\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .xl2\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .xl2\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .xl2\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .xl2\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .xl2\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .xl2\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .xl2\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .xl2\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .xl2\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .xl2\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .xl2\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .xl2\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .xl2\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .xl2\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .xl2\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .xl2\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .xl2\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .xl2\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .xl2\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .xl2\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .xl2\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .xl2\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .xl2\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .xl2\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .xl2\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .xl2\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .xl2\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .xl2\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .xl2\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .xl2\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .xl2\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .xl2\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .xl2\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .xl2\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .xl2\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .xl2\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .xl2\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .xl2\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .xl2\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .xl2\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .xl2\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .xl2\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .xl2\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .xl2\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .xl2\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .xl2\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .xl2\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .xl2\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .xl2\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .xl2\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .xl2\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .xl2\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .xl2\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl2\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .xl2\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .xl2\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .xl2\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .xl2\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .xl2\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .xl2\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .xl2\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .xl2\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .xl2\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .xl2\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .xl2\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .xl2\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl2\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .xl2\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .xl2\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .xl2\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .xl2\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .xl2\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .xl2\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .xl2\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .xl2\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .xl2\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .xl2\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .xl2\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .xl2\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .xl2\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .xl2\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .xl2\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .xl2\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .xl2\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .xl2\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .xl2\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .xl2\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .xl2\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .xl2\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .xl2\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .xl2\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .xl2\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .xl2\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .xl2\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .xl2\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .xl2\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .xl2\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .xl2\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .xl2\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .xl2\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .xl2\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .xl2\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .xl2\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .xl2\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .xl2\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .xl2\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .xl2\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .xl2\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .xl2\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .xl2\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .xl2\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .xl2\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .xl2\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .xl2\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .xl2\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .xl2\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .xl2\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .xl2\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .xl2\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .xl2\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .xl2\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .xl2\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .xl2\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .xl2\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .xl2\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .xl2\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .xl2\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .xl2\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .xl2\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .xl2\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .xl2\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xl2\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .xl2\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .xl2\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .xl2\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .xl2\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .xl2\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .xl2\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .xl2\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .xl2\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .xl2\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .xl2\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .xl2\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .xl2\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl2\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xl2\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xl2\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xl2\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xl2\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xl2\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl2\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl2\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xl2\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xl2\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xl2\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xl2\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xl2\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl2\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl2\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .xl2\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .xl2\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .xl2\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .xl2\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .xl2\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .xl2\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .xl2\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .xl2\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .xl2\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .xl2\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .xl2\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .xl2\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .xl2\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .xl2\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .xl2\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .xl2\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .xl2\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .xl2\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .xl2\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .xl2\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .xl2\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .xl2\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .xl2\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .xl2\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .xl2\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .xl2\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .xl2\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .xl2\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .xl2\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .xl2\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .xl2\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .xl2\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .xl2\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .xl2\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .xl2\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .xl2\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .xl2\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .xl2\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .xl2\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .xl2\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .xl2\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .xl2\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .xl2\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .xl2\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .xl2\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .xl2\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .xl2\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .xl2\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .xl2\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .xl2\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .xl2\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .xl2\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .xl2\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .xl2\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .xl2\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .xl2\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .xl2\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .xl2\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .xl2\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .xl2\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .xl2\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .xl2\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .xl2\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .xl2\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .xl2\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .xl2\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .xl2\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl2\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .xl2\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .xl2\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .xl2\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .xl2\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .xl2\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .xl2\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .xl2\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .xl2\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .xl2\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .xl2\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .xl2\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .xl2\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl2\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .xl2\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .xl2\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .xl2\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .xl2\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .xl2\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .xl2\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .xl2\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .xl2\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .xl2\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .xl2\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .xl2\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .xl2\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .xl2\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .xl2\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .xl2\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .xl2\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .xl2\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .xl2\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .xl2\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .xl2\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .xl2\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .xl2\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .xl2\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .xl2\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .xl2\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .xl2\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .xl2\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .xl2\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .xl2\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .xl2\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .xl2\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .xl2\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .xl2\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .xl2\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .xl2\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .xl2\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .xl2\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .xl2\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .xl2\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .xl2\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .xl2\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .xl2\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .xl2\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .xl2\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .xl2\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .xl2\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .xl2\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .xl2\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .xl2\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .xl2\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .xl2\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .xl2\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .xl2\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .xl2\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .xl2\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .xl2\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .xl2\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .xl2\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .xl2\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .xl2\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .xl2\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .xl2\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .xl2\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .xl2\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xl2\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .xl2\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .xl2\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .xl2\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .xl2\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .xl2\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .xl2\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .xl2\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .xl2\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .xl2\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .xl2\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .xl2\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .xl2\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl2\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xl2\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xl2\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xl2\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xl2\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xl2\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl2\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl2\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xl2\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xl2\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xl2\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xl2\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xl2\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl2\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xl2\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xl2\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xl2\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xl2\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xl2\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xl2\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xl2\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xl2\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xl2\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xl2\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xl2\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xl2\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xl2\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xl2\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xl2\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xl2\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xl2\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xl2\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xl2\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xl2\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xl2\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xl2\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xl2\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xl2\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xl2\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xl2\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xl2\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xl2\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xl2\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xl2\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xl2\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xl2\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xl2\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xl2\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xl2\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xl2\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xl2\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xl2\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xl2\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xl2\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xl2\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xl2\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xl2\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xl2\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xl2\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xl2\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xl2\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xl2\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xl2\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xl2\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xl2\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xl2\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xl2\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xl2\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xl2\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xl2\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xl2\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xl2\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xl2\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xl2\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xl2\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xl2\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xl2\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xl2\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xl2\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xl2\:transition-none{
    transition-property: none;
  }

  .xl2\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl2\:ease-linear{
    transition-timing-function: linear;
  }

  .xl2\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl2\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl2\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl2\:duration-75{
    transition-duration: 75ms;
  }

  .xl2\:duration-100{
    transition-duration: 100ms;
  }

  .xl2\:duration-150{
    transition-duration: 150ms;
  }

  .xl2\:duration-200{
    transition-duration: 200ms;
  }

  .xl2\:duration-300{
    transition-duration: 300ms;
  }

  .xl2\:duration-500{
    transition-duration: 500ms;
  }

  .xl2\:duration-700{
    transition-duration: 700ms;
  }

  .xl2\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl2\:delay-75{
    transition-delay: 75ms;
  }

  .xl2\:delay-100{
    transition-delay: 100ms;
  }

  .xl2\:delay-150{
    transition-delay: 150ms;
  }

  .xl2\:delay-200{
    transition-delay: 200ms;
  }

  .xl2\:delay-300{
    transition-delay: 300ms;
  }

  .xl2\:delay-500{
    transition-delay: 500ms;
  }

  .xl2\:delay-700{
    transition-delay: 700ms;
  }

  .xl2\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl2\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xl2\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl2\: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;
  }

  .xl2\: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;
  }

  .xl2\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (max-width: 567px){
  .mobile\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 640px){
    .mobile\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .mobile\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .mobile\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1260px){
    .mobile\:container{
      max-width: 1260px;
    }
  }

  .mobile\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .mobile\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .mobile\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .mobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .mobile\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .mobile\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .mobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .mobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .mobile\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .mobile\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .mobile\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .mobile\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .mobile\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .mobile\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .mobile\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .mobile\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .mobile\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .mobile\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .mobile\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .mobile\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .mobile\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .mobile\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .mobile\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .mobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .mobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .mobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .mobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .mobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .mobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .mobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .mobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .mobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .mobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .mobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .mobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .mobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .mobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .mobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .mobile\: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;
  }

  .mobile\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mobile\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\: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;
  }

  .mobile\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .mobile\:bg-fixed{
    background-attachment: fixed;
  }

  .mobile\:bg-local{
    background-attachment: local;
  }

  .mobile\:bg-scroll{
    background-attachment: scroll;
  }

  .mobile\:bg-clip-border{
    background-clip: border-box;
  }

  .mobile\:bg-clip-padding{
    background-clip: padding-box;
  }

  .mobile\:bg-clip-content{
    background-clip: content-box;
  }

  .mobile\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .mobile\:bg-transparent{
    background-color: transparent;
  }

  .mobile\:bg-current{
    background-color: currentColor;
  }

  .mobile\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .mobile\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .mobile\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .mobile\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .mobile\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .mobile\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .mobile\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .mobile\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .mobile\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .mobile\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .mobile\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .mobile\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .mobile\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .mobile\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .mobile\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .mobile\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .mobile\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .mobile\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .mobile\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .mobile\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .mobile\:bg-none{
    background-image: none;
  }

  .mobile\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .mobile\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .mobile\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .mobile\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .mobile\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .mobile\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .mobile\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .mobile\:to-current{
    --tw-gradient-to: currentColor;
  }

  .mobile\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .mobile\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .mobile\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .mobile\:to-blue{
    --tw-gradient-to: #015480;
  }

  .mobile\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .mobile\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .mobile\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .mobile\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .mobile\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .mobile\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .mobile\:to-white{
    --tw-gradient-to: #fff;
  }

  .mobile\:to-black{
    --tw-gradient-to: #000000;
  }

  .mobile\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .mobile\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .mobile\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .mobile\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .mobile\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .mobile\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .mobile\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .mobile\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .mobile\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .mobile\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .mobile\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .mobile\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .mobile\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .mobile\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .mobile\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .mobile\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .mobile\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .mobile\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .mobile\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .mobile\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .mobile\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .mobile\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .mobile\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .mobile\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .mobile\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .mobile\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .mobile\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .mobile\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .mobile\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .mobile\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .mobile\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .mobile\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .mobile\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .mobile\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .mobile\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .mobile\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .mobile\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .mobile\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .mobile\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .mobile\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .mobile\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .mobile\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .mobile\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .mobile\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .mobile\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .mobile\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .mobile\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .mobile\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .mobile\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .mobile\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .mobile\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .mobile\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .mobile\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .mobile\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .mobile\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .mobile\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .mobile\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .mobile\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .mobile\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .mobile\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .mobile\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .mobile\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .mobile\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .mobile\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .mobile\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .mobile\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .mobile\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .mobile\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .mobile\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .mobile\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .mobile\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .mobile\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .mobile\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .mobile\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .mobile\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .mobile\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .mobile\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .mobile\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .mobile\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .mobile\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .mobile\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .mobile\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .mobile\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .mobile\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .mobile\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .mobile\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .mobile\:bg-bottom{
    background-position: bottom;
  }

  .mobile\:bg-center{
    background-position: center;
  }

  .mobile\:bg-left{
    background-position: left;
  }

  .mobile\:bg-left-bottom{
    background-position: left bottom;
  }

  .mobile\:bg-left-bottom-30{
    background-position: left bottom 30px;
  }

  .mobile\:bg-left-top{
    background-position: left top;
  }

  .mobile\:bg-right{
    background-position: right;
  }

  .mobile\:bg-right-bottom{
    background-position: right bottom;
  }

  .mobile\:bg-right-top{
    background-position: right top;
  }

  .mobile\:bg-right-200-top{
    background-position: right 200px top;
  }

  .mobile\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .mobile\:bg-top{
    background-position: top;
  }

  .mobile\:bg-repeat{
    background-repeat: repeat;
  }

  .mobile\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .mobile\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .mobile\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .mobile\:bg-repeat-round{
    background-repeat: round;
  }

  .mobile\:bg-repeat-space{
    background-repeat: space;
  }

  .mobile\:bg-auto{
    background-size: auto;
  }

  .mobile\:bg-cover{
    background-size: cover;
  }

  .mobile\:bg-contain{
    background-size: contain;
  }

  .mobile\:bg-full{
    background-size: 100% auto;
  }

  .mobile\:bg-449x449{
    background-size: 449px 449px;
  }

  .mobile\:bg-575x575{
    background-size: 575px 575px;
  }

  .mobile\:bg-100x90{
    background-size: 100px 90px;
  }

  .mobile\:border-collapse{
    border-collapse: collapse;
  }

  .mobile\:border-separate{
    border-collapse: separate;
  }

  .mobile\:border-transparent{
    border-color: transparent;
  }

  .mobile\:border-current{
    border-color: currentColor;
  }

  .mobile\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .mobile\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .mobile\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .mobile\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .mobile\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .mobile\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .mobile\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .mobile\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .mobile\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .mobile\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .mobile\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .mobile\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .mobile\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .mobile\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .mobile\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .mobile\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .mobile\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .mobile\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .mobile\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .mobile\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .mobile\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .mobile\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .mobile\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .mobile\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .mobile\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .mobile\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .mobile\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .mobile\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .mobile\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .mobile\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .mobile\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .mobile\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .mobile\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .mobile\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .mobile\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .mobile\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .mobile\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .mobile\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .mobile\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .mobile\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .mobile\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .mobile\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .mobile\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .mobile\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .mobile\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .mobile\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .mobile\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .mobile\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .mobile\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .mobile\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .mobile\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .mobile\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .mobile\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .mobile\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .mobile\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .mobile\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .mobile\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .mobile\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .mobile\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .mobile\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .mobile\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .mobile\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .mobile\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .mobile\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .mobile\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .mobile\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .mobile\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .mobile\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .mobile\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .mobile\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .mobile\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .mobile\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .mobile\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .mobile\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .mobile\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .mobile\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .mobile\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .mobile\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .mobile\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .mobile\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .mobile\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .mobile\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .mobile\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .mobile\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .mobile\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .mobile\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .mobile\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .mobile\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .mobile\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .mobile\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .mobile\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .mobile\:rounded-3{
    border-radius: 3px;
  }

  .mobile\:rounded-8{
    border-radius: 8px;
  }

  .mobile\:rounded-none{
    border-radius: 0px;
  }

  .mobile\:rounded-sm{
    border-radius: 0.125rem;
  }

  .mobile\:rounded{
    border-radius: 0.25rem;
  }

  .mobile\:rounded-md{
    border-radius: 0.375rem;
  }

  .mobile\:rounded-lg{
    border-radius: 0.5rem;
  }

  .mobile\:rounded-xl{
    border-radius: 0.75rem;
  }

  .mobile\:rounded-2xl{
    border-radius: 1rem;
  }

  .mobile\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .mobile\:rounded-full{
    border-radius: 9999px;
  }

  .mobile\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .mobile\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .mobile\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .mobile\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .mobile\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .mobile\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .mobile\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .mobile\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .mobile\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .mobile\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mobile\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .mobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .mobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mobile\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mobile\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .mobile\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .mobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .mobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .mobile\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .mobile\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .mobile\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .mobile\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .mobile\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .mobile\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .mobile\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .mobile\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mobile\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mobile\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .mobile\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .mobile\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .mobile\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .mobile\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .mobile\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .mobile\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .mobile\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .mobile\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .mobile\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .mobile\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .mobile\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .mobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .mobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .mobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .mobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .mobile\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .mobile\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .mobile\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .mobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .mobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .mobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .mobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .mobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .mobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .mobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .mobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .mobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .mobile\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .mobile\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .mobile\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .mobile\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .mobile\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .mobile\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .mobile\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .mobile\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .mobile\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .mobile\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .mobile\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .mobile\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .mobile\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .mobile\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .mobile\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .mobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .mobile\:border-solid{
    border-style: solid;
  }

  .mobile\:border-dashed{
    border-style: dashed;
  }

  .mobile\:border-dotted{
    border-style: dotted;
  }

  .mobile\:border-double{
    border-style: double;
  }

  .mobile\:border-none{
    border-style: none;
  }

  .mobile\:hover\:border-solid:hover{
    border-style: solid;
  }

  .mobile\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .mobile\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .mobile\:hover\:border-double:hover{
    border-style: double;
  }

  .mobile\:hover\:border-none:hover{
    border-style: none;
  }

  .mobile\:border-0{
    border-width: 0px;
  }

  .mobile\:border-2{
    border-width: 2px;
  }

  .mobile\:border-3{
    border-width: 3px;
  }

  .mobile\:border-4{
    border-width: 4px;
  }

  .mobile\:border-8{
    border-width: 8px;
  }

  .mobile\:border{
    border-width: 1px;
  }

  .mobile\:border-t-0{
    border-top-width: 0px;
  }

  .mobile\:border-r-0{
    border-right-width: 0px;
  }

  .mobile\:border-b-0{
    border-bottom-width: 0px;
  }

  .mobile\:border-l-0{
    border-left-width: 0px;
  }

  .mobile\:border-t-2{
    border-top-width: 2px;
  }

  .mobile\:border-r-2{
    border-right-width: 2px;
  }

  .mobile\:border-b-2{
    border-bottom-width: 2px;
  }

  .mobile\:border-l-2{
    border-left-width: 2px;
  }

  .mobile\:border-t-3{
    border-top-width: 3px;
  }

  .mobile\:border-r-3{
    border-right-width: 3px;
  }

  .mobile\:border-b-3{
    border-bottom-width: 3px;
  }

  .mobile\:border-l-3{
    border-left-width: 3px;
  }

  .mobile\:border-t-4{
    border-top-width: 4px;
  }

  .mobile\:border-r-4{
    border-right-width: 4px;
  }

  .mobile\:border-b-4{
    border-bottom-width: 4px;
  }

  .mobile\:border-l-4{
    border-left-width: 4px;
  }

  .mobile\:border-t-8{
    border-top-width: 8px;
  }

  .mobile\:border-r-8{
    border-right-width: 8px;
  }

  .mobile\:border-b-8{
    border-bottom-width: 8px;
  }

  .mobile\:border-l-8{
    border-left-width: 8px;
  }

  .mobile\:border-t{
    border-top-width: 1px;
  }

  .mobile\:border-r{
    border-right-width: 1px;
  }

  .mobile\:border-b{
    border-bottom-width: 1px;
  }

  .mobile\:border-l{
    border-left-width: 1px;
  }

  .mobile\:box-border{
    box-sizing: border-box;
  }

  .mobile\:box-content{
    box-sizing: content-box;
  }

  .mobile\:cursor-auto{
    cursor: auto;
  }

  .mobile\:cursor-default{
    cursor: default;
  }

  .mobile\:cursor-pointer{
    cursor: pointer;
  }

  .mobile\:cursor-wait{
    cursor: wait;
  }

  .mobile\:cursor-text{
    cursor: text;
  }

  .mobile\:cursor-move{
    cursor: move;
  }

  .mobile\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .mobile\:block{
    display: block;
  }

  .mobile\:inline-block{
    display: inline-block;
  }

  .mobile\:inline{
    display: inline;
  }

  .mobile\:flex{
    display: flex;
  }

  .mobile\:inline-flex{
    display: inline-flex;
  }

  .mobile\:table{
    display: table;
  }

  .mobile\:table-caption{
    display: table-caption;
  }

  .mobile\:table-cell{
    display: table-cell;
  }

  .mobile\:table-column{
    display: table-column;
  }

  .mobile\:table-column-group{
    display: table-column-group;
  }

  .mobile\:table-footer-group{
    display: table-footer-group;
  }

  .mobile\:table-header-group{
    display: table-header-group;
  }

  .mobile\:table-row-group{
    display: table-row-group;
  }

  .mobile\:table-row{
    display: table-row;
  }

  .mobile\:flow-root{
    display: flow-root;
  }

  .mobile\:grid{
    display: grid;
  }

  .mobile\:inline-grid{
    display: inline-grid;
  }

  .mobile\:contents{
    display: contents;
  }

  .mobile\:hidden{
    display: none;
  }

  .mobile\:flex-row{
    flex-direction: row;
  }

  .mobile\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .mobile\:flex-col{
    flex-direction: column;
  }

  .mobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .mobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .mobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .mobile\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .mobile\:place-items-auto{
    place-items: auto;
  }

  .mobile\:place-items-start{
    place-items: start;
  }

  .mobile\:place-items-end{
    place-items: end;
  }

  .mobile\:place-items-center{
    place-items: center;
  }

  .mobile\:place-items-stretch{
    place-items: stretch;
  }

  .mobile\:place-content-center{
    place-content: center;
  }

  .mobile\:place-content-start{
    place-content: start;
  }

  .mobile\:place-content-end{
    place-content: end;
  }

  .mobile\:place-content-between{
    place-content: space-between;
  }

  .mobile\:place-content-around{
    place-content: space-around;
  }

  .mobile\:place-content-evenly{
    place-content: space-evenly;
  }

  .mobile\:place-content-stretch{
    place-content: stretch;
  }

  .mobile\:place-self-auto{
    place-self: auto;
  }

  .mobile\:place-self-start{
    place-self: start;
  }

  .mobile\:place-self-end{
    place-self: end;
  }

  .mobile\:place-self-center{
    place-self: center;
  }

  .mobile\:place-self-stretch{
    place-self: stretch;
  }

  .mobile\:items-start{
    align-items: flex-start;
  }

  .mobile\:items-end{
    align-items: flex-end;
  }

  .mobile\:items-center{
    align-items: center;
  }

  .mobile\:items-baseline{
    align-items: baseline;
  }

  .mobile\:items-stretch{
    align-items: stretch;
  }

  .mobile\:content-center{
    align-content: center;
  }

  .mobile\:content-start{
    align-content: flex-start;
  }

  .mobile\:content-end{
    align-content: flex-end;
  }

  .mobile\:content-between{
    align-content: space-between;
  }

  .mobile\:content-around{
    align-content: space-around;
  }

  .mobile\:content-evenly{
    align-content: space-evenly;
  }

  .mobile\:self-auto{
    align-self: auto;
  }

  .mobile\:self-start{
    align-self: flex-start;
  }

  .mobile\:self-end{
    align-self: flex-end;
  }

  .mobile\:self-center{
    align-self: center;
  }

  .mobile\:self-stretch{
    align-self: stretch;
  }

  .mobile\:justify-items-auto{
    justify-items: auto;
  }

  .mobile\:justify-items-start{
    justify-items: start;
  }

  .mobile\:justify-items-end{
    justify-items: end;
  }

  .mobile\:justify-items-center{
    justify-items: center;
  }

  .mobile\:justify-items-stretch{
    justify-items: stretch;
  }

  .mobile\:justify-start{
    justify-content: flex-start;
  }

  .mobile\:justify-end{
    justify-content: flex-end;
  }

  .mobile\:justify-center{
    justify-content: center;
  }

  .mobile\:justify-between{
    justify-content: space-between;
  }

  .mobile\:justify-around{
    justify-content: space-around;
  }

  .mobile\:justify-evenly{
    justify-content: space-evenly;
  }

  .mobile\:justify-self-auto{
    justify-self: auto;
  }

  .mobile\:justify-self-start{
    justify-self: start;
  }

  .mobile\:justify-self-end{
    justify-self: end;
  }

  .mobile\:justify-self-center{
    justify-self: center;
  }

  .mobile\:justify-self-stretch{
    justify-self: stretch;
  }

  .mobile\:flex-1{
    flex: 1 1 0%;
  }

  .mobile\:flex-auto{
    flex: 1 1 auto;
  }

  .mobile\:flex-initial{
    flex: 0 1 auto;
  }

  .mobile\:flex-none{
    flex: none;
  }

  .mobile\:flex-grow-0{
    flex-grow: 0;
  }

  .mobile\:flex-grow{
    flex-grow: 1;
  }

  .mobile\:flex-shrink-0{
    flex-shrink: 0;
  }

  .mobile\:flex-shrink{
    flex-shrink: 1;
  }

  .mobile\:order-1{
    order: 1;
  }

  .mobile\:order-2{
    order: 2;
  }

  .mobile\:order-3{
    order: 3;
  }

  .mobile\:order-4{
    order: 4;
  }

  .mobile\:order-5{
    order: 5;
  }

  .mobile\:order-6{
    order: 6;
  }

  .mobile\:order-7{
    order: 7;
  }

  .mobile\:order-8{
    order: 8;
  }

  .mobile\:order-9{
    order: 9;
  }

  .mobile\:order-10{
    order: 10;
  }

  .mobile\:order-11{
    order: 11;
  }

  .mobile\:order-12{
    order: 12;
  }

  .mobile\:order-first{
    order: -9999;
  }

  .mobile\:order-last{
    order: 9999;
  }

  .mobile\:order-none{
    order: 0;
  }

  .mobile\:float-right{
    float: right;
  }

  .mobile\:float-left{
    float: left;
  }

  .mobile\:float-none{
    float: none;
  }

  .mobile\:clear-left{
    clear: left;
  }

  .mobile\:clear-right{
    clear: right;
  }

  .mobile\:clear-both{
    clear: both;
  }

  .mobile\:clear-none{
    clear: none;
  }

  .mobile\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .mobile\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .mobile\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .mobile\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .mobile\:font-saira{
    font-family: Saira, serif;
  }

  .mobile\:font-inter{
    font-family: Inter, serif;
  }

  .mobile\:font-thin{
    font-weight: 100;
  }

  .mobile\:font-extralight{
    font-weight: 200;
  }

  .mobile\:font-light{
    font-weight: 300;
  }

  .mobile\:font-normal{
    font-weight: 400;
  }

  .mobile\:font-medium{
    font-weight: 500;
  }

  .mobile\:font-semibold{
    font-weight: 600;
  }

  .mobile\:font-bold{
    font-weight: 700;
  }

  .mobile\:font-extrabold{
    font-weight: 800;
  }

  .mobile\:font-black{
    font-weight: 900;
  }

  .mobile\:h-0{
    height: 0px;
  }

  .mobile\:h-2{
    height: 2px;
  }

  .mobile\:h-4{
    height: 4px;
  }

  .mobile\:h-5{
    height: 5px;
  }

  .mobile\:h-7{
    height: 7px;
  }

  .mobile\:h-8{
    height: 8px;
  }

  .mobile\:h-10{
    height: 10px;
  }

  .mobile\:h-11{
    height: 11px;
  }

  .mobile\:h-12{
    height: 12px;
  }

  .mobile\:h-13{
    height: 13px;
  }

  .mobile\:h-15{
    height: 15px;
  }

  .mobile\:h-16{
    height: 16px;
  }

  .mobile\:h-18{
    height: 18px;
  }

  .mobile\:h-20{
    height: 20px;
  }

  .mobile\:h-24{
    height: 24px;
  }

  .mobile\:h-28{
    height: 28px;
  }

  .mobile\:h-29{
    height: 29px;
  }

  .mobile\:h-30{
    height: 30px;
  }

  .mobile\:h-32{
    height: 32px;
  }

  .mobile\:h-34{
    height: 34px;
  }

  .mobile\:h-36{
    height: 36px;
  }

  .mobile\:h-40{
    height: 40px;
  }

  .mobile\:h-48{
    height: 48px;
  }

  .mobile\:h-50{
    height: 50px;
  }

  .mobile\:h-56{
    height: 56px;
  }

  .mobile\:h-60{
    height: 60px;
  }

  .mobile\:h-64{
    height: 64px;
  }

  .mobile\:h-70{
    height: 70px;
  }

  .mobile\:h-72{
    height: 72px;
  }

  .mobile\:h-80{
    height: 80px;
  }

  .mobile\:h-88{
    height: 88px;
  }

  .mobile\:h-90{
    height: 90px;
  }

  .mobile\:h-96{
    height: 96px;
  }

  .mobile\:h-100{
    height: 100px;
  }

  .mobile\:h-112{
    height: 112px;
  }

  .mobile\:h-128{
    height: 128px;
  }

  .mobile\:h-135{
    height: 135px;
  }

  .mobile\:h-145{
    height: 145px;
  }

  .mobile\:h-155{
    height: 155px;
  }

  .mobile\:h-160{
    height: 160px;
  }

  .mobile\:h-192{
    height: 192px;
  }

  .mobile\:h-200{
    height: 200px;
  }

  .mobile\:h-224{
    height: 224px;
  }

  .mobile\:h-227{
    height: 227px;
  }

  .mobile\:h-250{
    height: 250px;
  }

  .mobile\:h-256{
    height: 256px;
  }

  .mobile\:h-270{
    height: 270px;
  }

  .mobile\:h-288{
    height: 288px;
  }

  .mobile\:h-304{
    height: 304px;
  }

  .mobile\:h-314{
    height: 314px;
  }

  .mobile\:h-320{
    height: 320px;
  }

  .mobile\:h-352{
    height: 352px;
  }

  .mobile\:h-384{
    height: 384px;
  }

  .mobile\:h-416{
    height: 416px;
  }

  .mobile\:h-448{
    height: 448px;
  }

  .mobile\:h-480{
    height: 480px;
  }

  .mobile\:h-512{
    height: 512px;
  }

  .mobile\:h-576{
    height: 576px;
  }

  .mobile\:h-612{
    height: 612px;
  }

  .mobile\:h-640{
    height: 640px;
  }

  .mobile\:h-768{
    height: 768px;
  }

  .mobile\:h-auto{
    height: auto;
  }

  .mobile\:-h-200{
    height: -200px;
  }

  .mobile\:-h-170{
    height: -170px;
  }

  .mobile\:-h-120{
    height: -120px;
  }

  .mobile\:-h-100{
    height: -100px;
  }

  .mobile\:-h-50{
    height: -50px;
  }

  .mobile\:-h-45{
    height: -45px;
  }

  .mobile\:-h-3{
    height: -3px;
  }

  .mobile\:h-px{
    height: 1px;
  }

  .mobile\:h-20p{
    height: 20%;
  }

  .mobile\:h-40p{
    height: 40%;
  }

  .mobile\:h-49p{
    height: 49%;
  }

  .mobile\:h-52p{
    height: 52%;
  }

  .mobile\:h-53\.5p{
    height: 53.5%;
  }

  .mobile\:h-60p{
    height: 60%;
  }

  .mobile\:h-71\.5p{
    height: 71.5%;
  }

  .mobile\:h-80p{
    height: 80%;
  }

  .mobile\:h-90p{
    height: 90%;
  }

  .mobile\:h-95p{
    height: 95%;
  }

  .mobile\:h-100p{
    height: 100%;
  }

  .mobile\:h-110p{
    height: 110%;
  }

  .mobile\:h-1\/2{
    height: 50%;
  }

  .mobile\:h-1\/3{
    height: 33.333333%;
  }

  .mobile\:h-2\/3{
    height: 66.666667%;
  }

  .mobile\:h-1\/4{
    height: 25%;
  }

  .mobile\:h-2\/4{
    height: 50%;
  }

  .mobile\:h-3\/4{
    height: 75%;
  }

  .mobile\:h-1\/5{
    height: 20%;
  }

  .mobile\:h-2\/5{
    height: 40%;
  }

  .mobile\:h-3\/5{
    height: 60%;
  }

  .mobile\:h-4\/5{
    height: 80%;
  }

  .mobile\:h-1\/6{
    height: 16.666667%;
  }

  .mobile\:h-2\/6{
    height: 33.333333%;
  }

  .mobile\:h-3\/6{
    height: 50%;
  }

  .mobile\:h-4\/6{
    height: 66.666667%;
  }

  .mobile\:h-5\/6{
    height: 83.333333%;
  }

  .mobile\:h-full{
    height: 100%;
  }

  .mobile\:h-screen{
    height: 100vh;
  }

  .mobile\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .mobile\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .mobile\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .mobile\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .mobile\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .mobile\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .mobile\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .mobile\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .mobile\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .mobile\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .mobile\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .mobile\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .mobile\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .mobile\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .mobile\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .mobile\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .mobile\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .mobile\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .mobile\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .mobile\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .mobile\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mobile\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .mobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mobile\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .mobile\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mobile\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mobile\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .mobile\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .mobile\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .mobile\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .mobile\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .mobile\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .mobile\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .mobile\:leading-3{
    line-height: .75rem;
  }

  .mobile\:leading-4{
    line-height: 1rem;
  }

  .mobile\:leading-5{
    line-height: 1.25rem;
  }

  .mobile\:leading-6{
    line-height: 1.5rem;
  }

  .mobile\:leading-7{
    line-height: 1.75rem;
  }

  .mobile\:leading-8{
    line-height: 2rem;
  }

  .mobile\:leading-9{
    line-height: 2.25rem;
  }

  .mobile\:leading-10{
    line-height: 2.5rem;
  }

  .mobile\:leading-none{
    line-height: 1;
  }

  .mobile\:leading-tight{
    line-height: 1.25;
  }

  .mobile\:leading-snug{
    line-height: 1.375;
  }

  .mobile\:leading-normal{
    line-height: 1.5;
  }

  .mobile\:leading-relaxed{
    line-height: 1.625;
  }

  .mobile\:leading-loose{
    line-height: 2;
  }

  .mobile\:list-inside{
    list-style-position: inside;
  }

  .mobile\:list-outside{
    list-style-position: outside;
  }

  .mobile\:list-none{
    list-style-type: none;
  }

  .mobile\:list-disc{
    list-style-type: disc;
  }

  .mobile\:list-decimal{
    list-style-type: decimal;
  }

  .mobile\:m-0{
    margin: 0px;
  }

  .mobile\:m-2{
    margin: 2px;
  }

  .mobile\:m-4{
    margin: 4px;
  }

  .mobile\:m-5{
    margin: 5px;
  }

  .mobile\:m-7{
    margin: 7px;
  }

  .mobile\:m-8{
    margin: 8px;
  }

  .mobile\:m-10{
    margin: 10px;
  }

  .mobile\:m-11{
    margin: 11px;
  }

  .mobile\:m-12{
    margin: 12px;
  }

  .mobile\:m-13{
    margin: 13px;
  }

  .mobile\:m-15{
    margin: 15px;
  }

  .mobile\:m-16{
    margin: 16px;
  }

  .mobile\:m-18{
    margin: 18px;
  }

  .mobile\:m-20{
    margin: 20px;
  }

  .mobile\:m-24{
    margin: 24px;
  }

  .mobile\:m-28{
    margin: 28px;
  }

  .mobile\:m-29{
    margin: 29px;
  }

  .mobile\:m-30{
    margin: 30px;
  }

  .mobile\:m-32{
    margin: 32px;
  }

  .mobile\:m-34{
    margin: 34px;
  }

  .mobile\:m-36{
    margin: 36px;
  }

  .mobile\:m-40{
    margin: 40px;
  }

  .mobile\:m-48{
    margin: 48px;
  }

  .mobile\:m-50{
    margin: 50px;
  }

  .mobile\:m-56{
    margin: 56px;
  }

  .mobile\:m-60{
    margin: 60px;
  }

  .mobile\:m-64{
    margin: 64px;
  }

  .mobile\:m-70{
    margin: 70px;
  }

  .mobile\:m-72{
    margin: 72px;
  }

  .mobile\:m-80{
    margin: 80px;
  }

  .mobile\:m-88{
    margin: 88px;
  }

  .mobile\:m-90{
    margin: 90px;
  }

  .mobile\:m-96{
    margin: 96px;
  }

  .mobile\:m-100{
    margin: 100px;
  }

  .mobile\:m-112{
    margin: 112px;
  }

  .mobile\:m-128{
    margin: 128px;
  }

  .mobile\:m-135{
    margin: 135px;
  }

  .mobile\:m-145{
    margin: 145px;
  }

  .mobile\:m-155{
    margin: 155px;
  }

  .mobile\:m-160{
    margin: 160px;
  }

  .mobile\:m-192{
    margin: 192px;
  }

  .mobile\:m-200{
    margin: 200px;
  }

  .mobile\:m-224{
    margin: 224px;
  }

  .mobile\:m-227{
    margin: 227px;
  }

  .mobile\:m-250{
    margin: 250px;
  }

  .mobile\:m-256{
    margin: 256px;
  }

  .mobile\:m-270{
    margin: 270px;
  }

  .mobile\:m-288{
    margin: 288px;
  }

  .mobile\:m-304{
    margin: 304px;
  }

  .mobile\:m-314{
    margin: 314px;
  }

  .mobile\:m-320{
    margin: 320px;
  }

  .mobile\:m-352{
    margin: 352px;
  }

  .mobile\:m-384{
    margin: 384px;
  }

  .mobile\:m-416{
    margin: 416px;
  }

  .mobile\:m-448{
    margin: 448px;
  }

  .mobile\:m-480{
    margin: 480px;
  }

  .mobile\:m-512{
    margin: 512px;
  }

  .mobile\:m-576{
    margin: 576px;
  }

  .mobile\:m-612{
    margin: 612px;
  }

  .mobile\:m-640{
    margin: 640px;
  }

  .mobile\:m-768{
    margin: 768px;
  }

  .mobile\:m-auto{
    margin: auto;
  }

  .mobile\:-m-200{
    margin: -200px;
  }

  .mobile\:-m-170{
    margin: -170px;
  }

  .mobile\:-m-120{
    margin: -120px;
  }

  .mobile\:-m-100{
    margin: -100px;
  }

  .mobile\:-m-50{
    margin: -50px;
  }

  .mobile\:-m-45{
    margin: -45px;
  }

  .mobile\:-m-3{
    margin: -3px;
  }

  .mobile\:m-px{
    margin: 1px;
  }

  .mobile\:m-20p{
    margin: 20%;
  }

  .mobile\:m-40p{
    margin: 40%;
  }

  .mobile\:m-49p{
    margin: 49%;
  }

  .mobile\:m-52p{
    margin: 52%;
  }

  .mobile\:m-53\.5p{
    margin: 53.5%;
  }

  .mobile\:m-60p{
    margin: 60%;
  }

  .mobile\:m-71\.5p{
    margin: 71.5%;
  }

  .mobile\:m-80p{
    margin: 80%;
  }

  .mobile\:m-90p{
    margin: 90%;
  }

  .mobile\:m-95p{
    margin: 95%;
  }

  .mobile\:m-100p{
    margin: 100%;
  }

  .mobile\:m-110p{
    margin: 110%;
  }

  .mobile\:-m-0{
    margin: 0px;
  }

  .mobile\:-m-2{
    margin: -2px;
  }

  .mobile\:-m-4{
    margin: -4px;
  }

  .mobile\:-m-5{
    margin: -5px;
  }

  .mobile\:-m-7{
    margin: -7px;
  }

  .mobile\:-m-8{
    margin: -8px;
  }

  .mobile\:-m-10{
    margin: -10px;
  }

  .mobile\:-m-11{
    margin: -11px;
  }

  .mobile\:-m-12{
    margin: -12px;
  }

  .mobile\:-m-13{
    margin: -13px;
  }

  .mobile\:-m-15{
    margin: -15px;
  }

  .mobile\:-m-16{
    margin: -16px;
  }

  .mobile\:-m-18{
    margin: -18px;
  }

  .mobile\:-m-20{
    margin: -20px;
  }

  .mobile\:-m-24{
    margin: -24px;
  }

  .mobile\:-m-28{
    margin: -28px;
  }

  .mobile\:-m-29{
    margin: -29px;
  }

  .mobile\:-m-30{
    margin: -30px;
  }

  .mobile\:-m-32{
    margin: -32px;
  }

  .mobile\:-m-34{
    margin: -34px;
  }

  .mobile\:-m-36{
    margin: -36px;
  }

  .mobile\:-m-40{
    margin: -40px;
  }

  .mobile\:-m-48{
    margin: -48px;
  }

  .mobile\:-m-56{
    margin: -56px;
  }

  .mobile\:-m-60{
    margin: -60px;
  }

  .mobile\:-m-64{
    margin: -64px;
  }

  .mobile\:-m-70{
    margin: -70px;
  }

  .mobile\:-m-72{
    margin: -72px;
  }

  .mobile\:-m-80{
    margin: -80px;
  }

  .mobile\:-m-88{
    margin: -88px;
  }

  .mobile\:-m-90{
    margin: -90px;
  }

  .mobile\:-m-96{
    margin: -96px;
  }

  .mobile\:-m-112{
    margin: -112px;
  }

  .mobile\:-m-128{
    margin: -128px;
  }

  .mobile\:-m-135{
    margin: -135px;
  }

  .mobile\:-m-145{
    margin: -145px;
  }

  .mobile\:-m-155{
    margin: -155px;
  }

  .mobile\:-m-160{
    margin: -160px;
  }

  .mobile\:-m-192{
    margin: -192px;
  }

  .mobile\:-m-224{
    margin: -224px;
  }

  .mobile\:-m-227{
    margin: -227px;
  }

  .mobile\:-m-250{
    margin: -250px;
  }

  .mobile\:-m-256{
    margin: -256px;
  }

  .mobile\:-m-270{
    margin: -270px;
  }

  .mobile\:-m-288{
    margin: -288px;
  }

  .mobile\:-m-304{
    margin: -304px;
  }

  .mobile\:-m-314{
    margin: -314px;
  }

  .mobile\:-m-320{
    margin: -320px;
  }

  .mobile\:-m-352{
    margin: -352px;
  }

  .mobile\:-m-384{
    margin: -384px;
  }

  .mobile\:-m-416{
    margin: -416px;
  }

  .mobile\:-m-448{
    margin: -448px;
  }

  .mobile\:-m-480{
    margin: -480px;
  }

  .mobile\:-m-512{
    margin: -512px;
  }

  .mobile\:-m-576{
    margin: -576px;
  }

  .mobile\:-m-612{
    margin: -612px;
  }

  .mobile\:-m-640{
    margin: -640px;
  }

  .mobile\:-m-768{
    margin: -768px;
  }

  .mobile\:-m--200{
    margin: 200px;
  }

  .mobile\:-m--170{
    margin: 170px;
  }

  .mobile\:-m--120{
    margin: 120px;
  }

  .mobile\:-m--100{
    margin: 100px;
  }

  .mobile\:-m--50{
    margin: 50px;
  }

  .mobile\:-m--45{
    margin: 45px;
  }

  .mobile\:-m--3{
    margin: 3px;
  }

  .mobile\:-m-px{
    margin: -1px;
  }

  .mobile\:-m-20p{
    margin: -20%;
  }

  .mobile\:-m-40p{
    margin: -40%;
  }

  .mobile\:-m-49p{
    margin: -49%;
  }

  .mobile\:-m-52p{
    margin: -52%;
  }

  .mobile\:-m-53\.5p{
    margin: -53.5%;
  }

  .mobile\:-m-60p{
    margin: -60%;
  }

  .mobile\:-m-71\.5p{
    margin: -71.5%;
  }

  .mobile\:-m-80p{
    margin: -80%;
  }

  .mobile\:-m-90p{
    margin: -90%;
  }

  .mobile\:-m-95p{
    margin: -95%;
  }

  .mobile\:-m-100p{
    margin: -100%;
  }

  .mobile\:-m-110p{
    margin: -110%;
  }

  .mobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .mobile\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .mobile\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .mobile\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .mobile\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mobile\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .mobile\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .mobile\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .mobile\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mobile\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .mobile\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .mobile\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .mobile\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .mobile\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .mobile\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .mobile\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .mobile\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mobile\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .mobile\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mobile\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .mobile\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .mobile\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .mobile\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .mobile\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .mobile\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .mobile\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .mobile\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .mobile\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .mobile\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .mobile\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mobile\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .mobile\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mobile\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .mobile\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .mobile\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .mobile\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .mobile\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .mobile\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mobile\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .mobile\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .mobile\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .mobile\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mobile\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .mobile\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .mobile\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .mobile\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mobile\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .mobile\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .mobile\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .mobile\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mobile\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .mobile\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .mobile\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .mobile\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mobile\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .mobile\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .mobile\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .mobile\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mobile\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .mobile\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .mobile\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .mobile\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mobile\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .mobile\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .mobile\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .mobile\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .mobile\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .mobile\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .mobile\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .mobile\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .mobile\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .mobile\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .mobile\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .mobile\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .mobile\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .mobile\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .mobile\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .mobile\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .mobile\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .mobile\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .mobile\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .mobile\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .mobile\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .mobile\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .mobile\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .mobile\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .mobile\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .mobile\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .mobile\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .mobile\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .mobile\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .mobile\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .mobile\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .mobile\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .mobile\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .mobile\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .mobile\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .mobile\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .mobile\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .mobile\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .mobile\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .mobile\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .mobile\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .mobile\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .mobile\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .mobile\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .mobile\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .mobile\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .mobile\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .mobile\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .mobile\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .mobile\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .mobile\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .mobile\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .mobile\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .mobile\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .mobile\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .mobile\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .mobile\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .mobile\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .mobile\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .mobile\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .mobile\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .mobile\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .mobile\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .mobile\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .mobile\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .mobile\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .mobile\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .mobile\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .mobile\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .mobile\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .mobile\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mobile\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .mobile\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .mobile\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .mobile\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .mobile\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .mobile\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .mobile\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .mobile\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .mobile\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .mobile\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .mobile\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .mobile\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .mobile\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .mobile\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .mobile\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .mobile\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .mobile\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .mobile\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .mobile\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .mobile\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .mobile\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .mobile\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .mobile\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .mobile\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .mobile\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .mobile\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .mobile\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .mobile\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .mobile\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .mobile\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .mobile\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .mobile\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .mobile\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .mobile\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .mobile\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .mobile\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mobile\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .mobile\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .mobile\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .mobile\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .mobile\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .mobile\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .mobile\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .mobile\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mobile\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .mobile\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .mobile\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .mobile\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .mobile\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .mobile\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mobile\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .mobile\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .mobile\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .mobile\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .mobile\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .mobile\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .mobile\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .mobile\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .mobile\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .mobile\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .mobile\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .mobile\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .mobile\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .mobile\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .mobile\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .mobile\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .mobile\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .mobile\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .mobile\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .mobile\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .mobile\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .mobile\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .mobile\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .mobile\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .mobile\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .mobile\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .mobile\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .mobile\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .mobile\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .mobile\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .mobile\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .mobile\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .mobile\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .mobile\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .mobile\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .mobile\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .mobile\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .mobile\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .mobile\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .mobile\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .mobile\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .mobile\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .mobile\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .mobile\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .mobile\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .mobile\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .mobile\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .mobile\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .mobile\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .mobile\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .mobile\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .mobile\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .mobile\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .mobile\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .mobile\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .mobile\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .mobile\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .mobile\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .mobile\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .mobile\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .mobile\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .mobile\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .mobile\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .mobile\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .mobile\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .mobile\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .mobile\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .mobile\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .mobile\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .mobile\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .mobile\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .mobile\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .mobile\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .mobile\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .mobile\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .mobile\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .mobile\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .mobile\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .mobile\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .mobile\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .mobile\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .mobile\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .mobile\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .mobile\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .mobile\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .mobile\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .mobile\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .mobile\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .mobile\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .mobile\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .mobile\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .mobile\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .mobile\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .mobile\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .mobile\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .mobile\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mobile\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .mobile\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mobile\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .mobile\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mobile\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .mobile\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .mobile\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .mobile\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mobile\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .mobile\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .mobile\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .mobile\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .mobile\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .mobile\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .mobile\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .mobile\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .mobile\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .mobile\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .mobile\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .mobile\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .mobile\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .mobile\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .mobile\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .mobile\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .mobile\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .mobile\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .mobile\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .mobile\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .mobile\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .mobile\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .mobile\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .mobile\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .mobile\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .mobile\:mt-0{
    margin-top: 0px;
  }

  .mobile\:mr-0{
    margin-right: 0px;
  }

  .mobile\:mb-0{
    margin-bottom: 0px;
  }

  .mobile\:ml-0{
    margin-left: 0px;
  }

  .mobile\:mt-2{
    margin-top: 2px;
  }

  .mobile\:mr-2{
    margin-right: 2px;
  }

  .mobile\:mb-2{
    margin-bottom: 2px;
  }

  .mobile\:ml-2{
    margin-left: 2px;
  }

  .mobile\:mt-4{
    margin-top: 4px;
  }

  .mobile\:mr-4{
    margin-right: 4px;
  }

  .mobile\:mb-4{
    margin-bottom: 4px;
  }

  .mobile\:ml-4{
    margin-left: 4px;
  }

  .mobile\:mt-5{
    margin-top: 5px;
  }

  .mobile\:mr-5{
    margin-right: 5px;
  }

  .mobile\:mb-5{
    margin-bottom: 5px;
  }

  .mobile\:ml-5{
    margin-left: 5px;
  }

  .mobile\:mt-7{
    margin-top: 7px;
  }

  .mobile\:mr-7{
    margin-right: 7px;
  }

  .mobile\:mb-7{
    margin-bottom: 7px;
  }

  .mobile\:ml-7{
    margin-left: 7px;
  }

  .mobile\:mt-8{
    margin-top: 8px;
  }

  .mobile\:mr-8{
    margin-right: 8px;
  }

  .mobile\:mb-8{
    margin-bottom: 8px;
  }

  .mobile\:ml-8{
    margin-left: 8px;
  }

  .mobile\:mt-10{
    margin-top: 10px;
  }

  .mobile\:mr-10{
    margin-right: 10px;
  }

  .mobile\:mb-10{
    margin-bottom: 10px;
  }

  .mobile\:ml-10{
    margin-left: 10px;
  }

  .mobile\:mt-11{
    margin-top: 11px;
  }

  .mobile\:mr-11{
    margin-right: 11px;
  }

  .mobile\:mb-11{
    margin-bottom: 11px;
  }

  .mobile\:ml-11{
    margin-left: 11px;
  }

  .mobile\:mt-12{
    margin-top: 12px;
  }

  .mobile\:mr-12{
    margin-right: 12px;
  }

  .mobile\:mb-12{
    margin-bottom: 12px;
  }

  .mobile\:ml-12{
    margin-left: 12px;
  }

  .mobile\:mt-13{
    margin-top: 13px;
  }

  .mobile\:mr-13{
    margin-right: 13px;
  }

  .mobile\:mb-13{
    margin-bottom: 13px;
  }

  .mobile\:ml-13{
    margin-left: 13px;
  }

  .mobile\:mt-15{
    margin-top: 15px;
  }

  .mobile\:mr-15{
    margin-right: 15px;
  }

  .mobile\:mb-15{
    margin-bottom: 15px;
  }

  .mobile\:ml-15{
    margin-left: 15px;
  }

  .mobile\:mt-16{
    margin-top: 16px;
  }

  .mobile\:mr-16{
    margin-right: 16px;
  }

  .mobile\:mb-16{
    margin-bottom: 16px;
  }

  .mobile\:ml-16{
    margin-left: 16px;
  }

  .mobile\:mt-18{
    margin-top: 18px;
  }

  .mobile\:mr-18{
    margin-right: 18px;
  }

  .mobile\:mb-18{
    margin-bottom: 18px;
  }

  .mobile\:ml-18{
    margin-left: 18px;
  }

  .mobile\:mt-20{
    margin-top: 20px;
  }

  .mobile\:mr-20{
    margin-right: 20px;
  }

  .mobile\:mb-20{
    margin-bottom: 20px;
  }

  .mobile\:ml-20{
    margin-left: 20px;
  }

  .mobile\:mt-24{
    margin-top: 24px;
  }

  .mobile\:mr-24{
    margin-right: 24px;
  }

  .mobile\:mb-24{
    margin-bottom: 24px;
  }

  .mobile\:ml-24{
    margin-left: 24px;
  }

  .mobile\:mt-28{
    margin-top: 28px;
  }

  .mobile\:mr-28{
    margin-right: 28px;
  }

  .mobile\:mb-28{
    margin-bottom: 28px;
  }

  .mobile\:ml-28{
    margin-left: 28px;
  }

  .mobile\:mt-29{
    margin-top: 29px;
  }

  .mobile\:mr-29{
    margin-right: 29px;
  }

  .mobile\:mb-29{
    margin-bottom: 29px;
  }

  .mobile\:ml-29{
    margin-left: 29px;
  }

  .mobile\:mt-30{
    margin-top: 30px;
  }

  .mobile\:mr-30{
    margin-right: 30px;
  }

  .mobile\:mb-30{
    margin-bottom: 30px;
  }

  .mobile\:ml-30{
    margin-left: 30px;
  }

  .mobile\:mt-32{
    margin-top: 32px;
  }

  .mobile\:mr-32{
    margin-right: 32px;
  }

  .mobile\:mb-32{
    margin-bottom: 32px;
  }

  .mobile\:ml-32{
    margin-left: 32px;
  }

  .mobile\:mt-34{
    margin-top: 34px;
  }

  .mobile\:mr-34{
    margin-right: 34px;
  }

  .mobile\:mb-34{
    margin-bottom: 34px;
  }

  .mobile\:ml-34{
    margin-left: 34px;
  }

  .mobile\:mt-36{
    margin-top: 36px;
  }

  .mobile\:mr-36{
    margin-right: 36px;
  }

  .mobile\:mb-36{
    margin-bottom: 36px;
  }

  .mobile\:ml-36{
    margin-left: 36px;
  }

  .mobile\:mt-40{
    margin-top: 40px;
  }

  .mobile\:mr-40{
    margin-right: 40px;
  }

  .mobile\:mb-40{
    margin-bottom: 40px;
  }

  .mobile\:ml-40{
    margin-left: 40px;
  }

  .mobile\:mt-48{
    margin-top: 48px;
  }

  .mobile\:mr-48{
    margin-right: 48px;
  }

  .mobile\:mb-48{
    margin-bottom: 48px;
  }

  .mobile\:ml-48{
    margin-left: 48px;
  }

  .mobile\:mt-50{
    margin-top: 50px;
  }

  .mobile\:mr-50{
    margin-right: 50px;
  }

  .mobile\:mb-50{
    margin-bottom: 50px;
  }

  .mobile\:ml-50{
    margin-left: 50px;
  }

  .mobile\:mt-56{
    margin-top: 56px;
  }

  .mobile\:mr-56{
    margin-right: 56px;
  }

  .mobile\:mb-56{
    margin-bottom: 56px;
  }

  .mobile\:ml-56{
    margin-left: 56px;
  }

  .mobile\:mt-60{
    margin-top: 60px;
  }

  .mobile\:mr-60{
    margin-right: 60px;
  }

  .mobile\:mb-60{
    margin-bottom: 60px;
  }

  .mobile\:ml-60{
    margin-left: 60px;
  }

  .mobile\:mt-64{
    margin-top: 64px;
  }

  .mobile\:mr-64{
    margin-right: 64px;
  }

  .mobile\:mb-64{
    margin-bottom: 64px;
  }

  .mobile\:ml-64{
    margin-left: 64px;
  }

  .mobile\:mt-70{
    margin-top: 70px;
  }

  .mobile\:mr-70{
    margin-right: 70px;
  }

  .mobile\:mb-70{
    margin-bottom: 70px;
  }

  .mobile\:ml-70{
    margin-left: 70px;
  }

  .mobile\:mt-72{
    margin-top: 72px;
  }

  .mobile\:mr-72{
    margin-right: 72px;
  }

  .mobile\:mb-72{
    margin-bottom: 72px;
  }

  .mobile\:ml-72{
    margin-left: 72px;
  }

  .mobile\:mt-80{
    margin-top: 80px;
  }

  .mobile\:mr-80{
    margin-right: 80px;
  }

  .mobile\:mb-80{
    margin-bottom: 80px;
  }

  .mobile\:ml-80{
    margin-left: 80px;
  }

  .mobile\:mt-88{
    margin-top: 88px;
  }

  .mobile\:mr-88{
    margin-right: 88px;
  }

  .mobile\:mb-88{
    margin-bottom: 88px;
  }

  .mobile\:ml-88{
    margin-left: 88px;
  }

  .mobile\:mt-90{
    margin-top: 90px;
  }

  .mobile\:mr-90{
    margin-right: 90px;
  }

  .mobile\:mb-90{
    margin-bottom: 90px;
  }

  .mobile\:ml-90{
    margin-left: 90px;
  }

  .mobile\:mt-96{
    margin-top: 96px;
  }

  .mobile\:mr-96{
    margin-right: 96px;
  }

  .mobile\:mb-96{
    margin-bottom: 96px;
  }

  .mobile\:ml-96{
    margin-left: 96px;
  }

  .mobile\:mt-100{
    margin-top: 100px;
  }

  .mobile\:mr-100{
    margin-right: 100px;
  }

  .mobile\:mb-100{
    margin-bottom: 100px;
  }

  .mobile\:ml-100{
    margin-left: 100px;
  }

  .mobile\:mt-112{
    margin-top: 112px;
  }

  .mobile\:mr-112{
    margin-right: 112px;
  }

  .mobile\:mb-112{
    margin-bottom: 112px;
  }

  .mobile\:ml-112{
    margin-left: 112px;
  }

  .mobile\:mt-128{
    margin-top: 128px;
  }

  .mobile\:mr-128{
    margin-right: 128px;
  }

  .mobile\:mb-128{
    margin-bottom: 128px;
  }

  .mobile\:ml-128{
    margin-left: 128px;
  }

  .mobile\:mt-135{
    margin-top: 135px;
  }

  .mobile\:mr-135{
    margin-right: 135px;
  }

  .mobile\:mb-135{
    margin-bottom: 135px;
  }

  .mobile\:ml-135{
    margin-left: 135px;
  }

  .mobile\:mt-145{
    margin-top: 145px;
  }

  .mobile\:mr-145{
    margin-right: 145px;
  }

  .mobile\:mb-145{
    margin-bottom: 145px;
  }

  .mobile\:ml-145{
    margin-left: 145px;
  }

  .mobile\:mt-155{
    margin-top: 155px;
  }

  .mobile\:mr-155{
    margin-right: 155px;
  }

  .mobile\:mb-155{
    margin-bottom: 155px;
  }

  .mobile\:ml-155{
    margin-left: 155px;
  }

  .mobile\:mt-160{
    margin-top: 160px;
  }

  .mobile\:mr-160{
    margin-right: 160px;
  }

  .mobile\:mb-160{
    margin-bottom: 160px;
  }

  .mobile\:ml-160{
    margin-left: 160px;
  }

  .mobile\:mt-192{
    margin-top: 192px;
  }

  .mobile\:mr-192{
    margin-right: 192px;
  }

  .mobile\:mb-192{
    margin-bottom: 192px;
  }

  .mobile\:ml-192{
    margin-left: 192px;
  }

  .mobile\:mt-200{
    margin-top: 200px;
  }

  .mobile\:mr-200{
    margin-right: 200px;
  }

  .mobile\:mb-200{
    margin-bottom: 200px;
  }

  .mobile\:ml-200{
    margin-left: 200px;
  }

  .mobile\:mt-224{
    margin-top: 224px;
  }

  .mobile\:mr-224{
    margin-right: 224px;
  }

  .mobile\:mb-224{
    margin-bottom: 224px;
  }

  .mobile\:ml-224{
    margin-left: 224px;
  }

  .mobile\:mt-227{
    margin-top: 227px;
  }

  .mobile\:mr-227{
    margin-right: 227px;
  }

  .mobile\:mb-227{
    margin-bottom: 227px;
  }

  .mobile\:ml-227{
    margin-left: 227px;
  }

  .mobile\:mt-250{
    margin-top: 250px;
  }

  .mobile\:mr-250{
    margin-right: 250px;
  }

  .mobile\:mb-250{
    margin-bottom: 250px;
  }

  .mobile\:ml-250{
    margin-left: 250px;
  }

  .mobile\:mt-256{
    margin-top: 256px;
  }

  .mobile\:mr-256{
    margin-right: 256px;
  }

  .mobile\:mb-256{
    margin-bottom: 256px;
  }

  .mobile\:ml-256{
    margin-left: 256px;
  }

  .mobile\:mt-270{
    margin-top: 270px;
  }

  .mobile\:mr-270{
    margin-right: 270px;
  }

  .mobile\:mb-270{
    margin-bottom: 270px;
  }

  .mobile\:ml-270{
    margin-left: 270px;
  }

  .mobile\:mt-288{
    margin-top: 288px;
  }

  .mobile\:mr-288{
    margin-right: 288px;
  }

  .mobile\:mb-288{
    margin-bottom: 288px;
  }

  .mobile\:ml-288{
    margin-left: 288px;
  }

  .mobile\:mt-304{
    margin-top: 304px;
  }

  .mobile\:mr-304{
    margin-right: 304px;
  }

  .mobile\:mb-304{
    margin-bottom: 304px;
  }

  .mobile\:ml-304{
    margin-left: 304px;
  }

  .mobile\:mt-314{
    margin-top: 314px;
  }

  .mobile\:mr-314{
    margin-right: 314px;
  }

  .mobile\:mb-314{
    margin-bottom: 314px;
  }

  .mobile\:ml-314{
    margin-left: 314px;
  }

  .mobile\:mt-320{
    margin-top: 320px;
  }

  .mobile\:mr-320{
    margin-right: 320px;
  }

  .mobile\:mb-320{
    margin-bottom: 320px;
  }

  .mobile\:ml-320{
    margin-left: 320px;
  }

  .mobile\:mt-352{
    margin-top: 352px;
  }

  .mobile\:mr-352{
    margin-right: 352px;
  }

  .mobile\:mb-352{
    margin-bottom: 352px;
  }

  .mobile\:ml-352{
    margin-left: 352px;
  }

  .mobile\:mt-384{
    margin-top: 384px;
  }

  .mobile\:mr-384{
    margin-right: 384px;
  }

  .mobile\:mb-384{
    margin-bottom: 384px;
  }

  .mobile\:ml-384{
    margin-left: 384px;
  }

  .mobile\:mt-416{
    margin-top: 416px;
  }

  .mobile\:mr-416{
    margin-right: 416px;
  }

  .mobile\:mb-416{
    margin-bottom: 416px;
  }

  .mobile\:ml-416{
    margin-left: 416px;
  }

  .mobile\:mt-448{
    margin-top: 448px;
  }

  .mobile\:mr-448{
    margin-right: 448px;
  }

  .mobile\:mb-448{
    margin-bottom: 448px;
  }

  .mobile\:ml-448{
    margin-left: 448px;
  }

  .mobile\:mt-480{
    margin-top: 480px;
  }

  .mobile\:mr-480{
    margin-right: 480px;
  }

  .mobile\:mb-480{
    margin-bottom: 480px;
  }

  .mobile\:ml-480{
    margin-left: 480px;
  }

  .mobile\:mt-512{
    margin-top: 512px;
  }

  .mobile\:mr-512{
    margin-right: 512px;
  }

  .mobile\:mb-512{
    margin-bottom: 512px;
  }

  .mobile\:ml-512{
    margin-left: 512px;
  }

  .mobile\:mt-576{
    margin-top: 576px;
  }

  .mobile\:mr-576{
    margin-right: 576px;
  }

  .mobile\:mb-576{
    margin-bottom: 576px;
  }

  .mobile\:ml-576{
    margin-left: 576px;
  }

  .mobile\:mt-612{
    margin-top: 612px;
  }

  .mobile\:mr-612{
    margin-right: 612px;
  }

  .mobile\:mb-612{
    margin-bottom: 612px;
  }

  .mobile\:ml-612{
    margin-left: 612px;
  }

  .mobile\:mt-640{
    margin-top: 640px;
  }

  .mobile\:mr-640{
    margin-right: 640px;
  }

  .mobile\:mb-640{
    margin-bottom: 640px;
  }

  .mobile\:ml-640{
    margin-left: 640px;
  }

  .mobile\:mt-768{
    margin-top: 768px;
  }

  .mobile\:mr-768{
    margin-right: 768px;
  }

  .mobile\:mb-768{
    margin-bottom: 768px;
  }

  .mobile\:ml-768{
    margin-left: 768px;
  }

  .mobile\:mt-auto{
    margin-top: auto;
  }

  .mobile\:mr-auto{
    margin-right: auto;
  }

  .mobile\:mb-auto{
    margin-bottom: auto;
  }

  .mobile\:ml-auto{
    margin-left: auto;
  }

  .mobile\:-mt-200{
    margin-top: -200px;
  }

  .mobile\:-mr-200{
    margin-right: -200px;
  }

  .mobile\:-mb-200{
    margin-bottom: -200px;
  }

  .mobile\:-ml-200{
    margin-left: -200px;
  }

  .mobile\:-mt-170{
    margin-top: -170px;
  }

  .mobile\:-mr-170{
    margin-right: -170px;
  }

  .mobile\:-mb-170{
    margin-bottom: -170px;
  }

  .mobile\:-ml-170{
    margin-left: -170px;
  }

  .mobile\:-mt-120{
    margin-top: -120px;
  }

  .mobile\:-mr-120{
    margin-right: -120px;
  }

  .mobile\:-mb-120{
    margin-bottom: -120px;
  }

  .mobile\:-ml-120{
    margin-left: -120px;
  }

  .mobile\:-mt-100{
    margin-top: -100px;
  }

  .mobile\:-mr-100{
    margin-right: -100px;
  }

  .mobile\:-mb-100{
    margin-bottom: -100px;
  }

  .mobile\:-ml-100{
    margin-left: -100px;
  }

  .mobile\:-mt-50{
    margin-top: -50px;
  }

  .mobile\:-mr-50{
    margin-right: -50px;
  }

  .mobile\:-mb-50{
    margin-bottom: -50px;
  }

  .mobile\:-ml-50{
    margin-left: -50px;
  }

  .mobile\:-mt-45{
    margin-top: -45px;
  }

  .mobile\:-mr-45{
    margin-right: -45px;
  }

  .mobile\:-mb-45{
    margin-bottom: -45px;
  }

  .mobile\:-ml-45{
    margin-left: -45px;
  }

  .mobile\:-mt-3{
    margin-top: -3px;
  }

  .mobile\:-mr-3{
    margin-right: -3px;
  }

  .mobile\:-mb-3{
    margin-bottom: -3px;
  }

  .mobile\:-ml-3{
    margin-left: -3px;
  }

  .mobile\:mt-px{
    margin-top: 1px;
  }

  .mobile\:mr-px{
    margin-right: 1px;
  }

  .mobile\:mb-px{
    margin-bottom: 1px;
  }

  .mobile\:ml-px{
    margin-left: 1px;
  }

  .mobile\:mt-20p{
    margin-top: 20%;
  }

  .mobile\:mr-20p{
    margin-right: 20%;
  }

  .mobile\:mb-20p{
    margin-bottom: 20%;
  }

  .mobile\:ml-20p{
    margin-left: 20%;
  }

  .mobile\:mt-40p{
    margin-top: 40%;
  }

  .mobile\:mr-40p{
    margin-right: 40%;
  }

  .mobile\:mb-40p{
    margin-bottom: 40%;
  }

  .mobile\:ml-40p{
    margin-left: 40%;
  }

  .mobile\:mt-49p{
    margin-top: 49%;
  }

  .mobile\:mr-49p{
    margin-right: 49%;
  }

  .mobile\:mb-49p{
    margin-bottom: 49%;
  }

  .mobile\:ml-49p{
    margin-left: 49%;
  }

  .mobile\:mt-52p{
    margin-top: 52%;
  }

  .mobile\:mr-52p{
    margin-right: 52%;
  }

  .mobile\:mb-52p{
    margin-bottom: 52%;
  }

  .mobile\:ml-52p{
    margin-left: 52%;
  }

  .mobile\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .mobile\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .mobile\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .mobile\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .mobile\:mt-60p{
    margin-top: 60%;
  }

  .mobile\:mr-60p{
    margin-right: 60%;
  }

  .mobile\:mb-60p{
    margin-bottom: 60%;
  }

  .mobile\:ml-60p{
    margin-left: 60%;
  }

  .mobile\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .mobile\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .mobile\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .mobile\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .mobile\:mt-80p{
    margin-top: 80%;
  }

  .mobile\:mr-80p{
    margin-right: 80%;
  }

  .mobile\:mb-80p{
    margin-bottom: 80%;
  }

  .mobile\:ml-80p{
    margin-left: 80%;
  }

  .mobile\:mt-90p{
    margin-top: 90%;
  }

  .mobile\:mr-90p{
    margin-right: 90%;
  }

  .mobile\:mb-90p{
    margin-bottom: 90%;
  }

  .mobile\:ml-90p{
    margin-left: 90%;
  }

  .mobile\:mt-95p{
    margin-top: 95%;
  }

  .mobile\:mr-95p{
    margin-right: 95%;
  }

  .mobile\:mb-95p{
    margin-bottom: 95%;
  }

  .mobile\:ml-95p{
    margin-left: 95%;
  }

  .mobile\:mt-100p{
    margin-top: 100%;
  }

  .mobile\:mr-100p{
    margin-right: 100%;
  }

  .mobile\:mb-100p{
    margin-bottom: 100%;
  }

  .mobile\:ml-100p{
    margin-left: 100%;
  }

  .mobile\:mt-110p{
    margin-top: 110%;
  }

  .mobile\:mr-110p{
    margin-right: 110%;
  }

  .mobile\:mb-110p{
    margin-bottom: 110%;
  }

  .mobile\:ml-110p{
    margin-left: 110%;
  }

  .mobile\:-mt-0{
    margin-top: 0px;
  }

  .mobile\:-mr-0{
    margin-right: 0px;
  }

  .mobile\:-mb-0{
    margin-bottom: 0px;
  }

  .mobile\:-ml-0{
    margin-left: 0px;
  }

  .mobile\:-mt-2{
    margin-top: -2px;
  }

  .mobile\:-mr-2{
    margin-right: -2px;
  }

  .mobile\:-mb-2{
    margin-bottom: -2px;
  }

  .mobile\:-ml-2{
    margin-left: -2px;
  }

  .mobile\:-mt-4{
    margin-top: -4px;
  }

  .mobile\:-mr-4{
    margin-right: -4px;
  }

  .mobile\:-mb-4{
    margin-bottom: -4px;
  }

  .mobile\:-ml-4{
    margin-left: -4px;
  }

  .mobile\:-mt-5{
    margin-top: -5px;
  }

  .mobile\:-mr-5{
    margin-right: -5px;
  }

  .mobile\:-mb-5{
    margin-bottom: -5px;
  }

  .mobile\:-ml-5{
    margin-left: -5px;
  }

  .mobile\:-mt-7{
    margin-top: -7px;
  }

  .mobile\:-mr-7{
    margin-right: -7px;
  }

  .mobile\:-mb-7{
    margin-bottom: -7px;
  }

  .mobile\:-ml-7{
    margin-left: -7px;
  }

  .mobile\:-mt-8{
    margin-top: -8px;
  }

  .mobile\:-mr-8{
    margin-right: -8px;
  }

  .mobile\:-mb-8{
    margin-bottom: -8px;
  }

  .mobile\:-ml-8{
    margin-left: -8px;
  }

  .mobile\:-mt-10{
    margin-top: -10px;
  }

  .mobile\:-mr-10{
    margin-right: -10px;
  }

  .mobile\:-mb-10{
    margin-bottom: -10px;
  }

  .mobile\:-ml-10{
    margin-left: -10px;
  }

  .mobile\:-mt-11{
    margin-top: -11px;
  }

  .mobile\:-mr-11{
    margin-right: -11px;
  }

  .mobile\:-mb-11{
    margin-bottom: -11px;
  }

  .mobile\:-ml-11{
    margin-left: -11px;
  }

  .mobile\:-mt-12{
    margin-top: -12px;
  }

  .mobile\:-mr-12{
    margin-right: -12px;
  }

  .mobile\:-mb-12{
    margin-bottom: -12px;
  }

  .mobile\:-ml-12{
    margin-left: -12px;
  }

  .mobile\:-mt-13{
    margin-top: -13px;
  }

  .mobile\:-mr-13{
    margin-right: -13px;
  }

  .mobile\:-mb-13{
    margin-bottom: -13px;
  }

  .mobile\:-ml-13{
    margin-left: -13px;
  }

  .mobile\:-mt-15{
    margin-top: -15px;
  }

  .mobile\:-mr-15{
    margin-right: -15px;
  }

  .mobile\:-mb-15{
    margin-bottom: -15px;
  }

  .mobile\:-ml-15{
    margin-left: -15px;
  }

  .mobile\:-mt-16{
    margin-top: -16px;
  }

  .mobile\:-mr-16{
    margin-right: -16px;
  }

  .mobile\:-mb-16{
    margin-bottom: -16px;
  }

  .mobile\:-ml-16{
    margin-left: -16px;
  }

  .mobile\:-mt-18{
    margin-top: -18px;
  }

  .mobile\:-mr-18{
    margin-right: -18px;
  }

  .mobile\:-mb-18{
    margin-bottom: -18px;
  }

  .mobile\:-ml-18{
    margin-left: -18px;
  }

  .mobile\:-mt-20{
    margin-top: -20px;
  }

  .mobile\:-mr-20{
    margin-right: -20px;
  }

  .mobile\:-mb-20{
    margin-bottom: -20px;
  }

  .mobile\:-ml-20{
    margin-left: -20px;
  }

  .mobile\:-mt-24{
    margin-top: -24px;
  }

  .mobile\:-mr-24{
    margin-right: -24px;
  }

  .mobile\:-mb-24{
    margin-bottom: -24px;
  }

  .mobile\:-ml-24{
    margin-left: -24px;
  }

  .mobile\:-mt-28{
    margin-top: -28px;
  }

  .mobile\:-mr-28{
    margin-right: -28px;
  }

  .mobile\:-mb-28{
    margin-bottom: -28px;
  }

  .mobile\:-ml-28{
    margin-left: -28px;
  }

  .mobile\:-mt-29{
    margin-top: -29px;
  }

  .mobile\:-mr-29{
    margin-right: -29px;
  }

  .mobile\:-mb-29{
    margin-bottom: -29px;
  }

  .mobile\:-ml-29{
    margin-left: -29px;
  }

  .mobile\:-mt-30{
    margin-top: -30px;
  }

  .mobile\:-mr-30{
    margin-right: -30px;
  }

  .mobile\:-mb-30{
    margin-bottom: -30px;
  }

  .mobile\:-ml-30{
    margin-left: -30px;
  }

  .mobile\:-mt-32{
    margin-top: -32px;
  }

  .mobile\:-mr-32{
    margin-right: -32px;
  }

  .mobile\:-mb-32{
    margin-bottom: -32px;
  }

  .mobile\:-ml-32{
    margin-left: -32px;
  }

  .mobile\:-mt-34{
    margin-top: -34px;
  }

  .mobile\:-mr-34{
    margin-right: -34px;
  }

  .mobile\:-mb-34{
    margin-bottom: -34px;
  }

  .mobile\:-ml-34{
    margin-left: -34px;
  }

  .mobile\:-mt-36{
    margin-top: -36px;
  }

  .mobile\:-mr-36{
    margin-right: -36px;
  }

  .mobile\:-mb-36{
    margin-bottom: -36px;
  }

  .mobile\:-ml-36{
    margin-left: -36px;
  }

  .mobile\:-mt-40{
    margin-top: -40px;
  }

  .mobile\:-mr-40{
    margin-right: -40px;
  }

  .mobile\:-mb-40{
    margin-bottom: -40px;
  }

  .mobile\:-ml-40{
    margin-left: -40px;
  }

  .mobile\:-mt-48{
    margin-top: -48px;
  }

  .mobile\:-mr-48{
    margin-right: -48px;
  }

  .mobile\:-mb-48{
    margin-bottom: -48px;
  }

  .mobile\:-ml-48{
    margin-left: -48px;
  }

  .mobile\:-mt-56{
    margin-top: -56px;
  }

  .mobile\:-mr-56{
    margin-right: -56px;
  }

  .mobile\:-mb-56{
    margin-bottom: -56px;
  }

  .mobile\:-ml-56{
    margin-left: -56px;
  }

  .mobile\:-mt-60{
    margin-top: -60px;
  }

  .mobile\:-mr-60{
    margin-right: -60px;
  }

  .mobile\:-mb-60{
    margin-bottom: -60px;
  }

  .mobile\:-ml-60{
    margin-left: -60px;
  }

  .mobile\:-mt-64{
    margin-top: -64px;
  }

  .mobile\:-mr-64{
    margin-right: -64px;
  }

  .mobile\:-mb-64{
    margin-bottom: -64px;
  }

  .mobile\:-ml-64{
    margin-left: -64px;
  }

  .mobile\:-mt-70{
    margin-top: -70px;
  }

  .mobile\:-mr-70{
    margin-right: -70px;
  }

  .mobile\:-mb-70{
    margin-bottom: -70px;
  }

  .mobile\:-ml-70{
    margin-left: -70px;
  }

  .mobile\:-mt-72{
    margin-top: -72px;
  }

  .mobile\:-mr-72{
    margin-right: -72px;
  }

  .mobile\:-mb-72{
    margin-bottom: -72px;
  }

  .mobile\:-ml-72{
    margin-left: -72px;
  }

  .mobile\:-mt-80{
    margin-top: -80px;
  }

  .mobile\:-mr-80{
    margin-right: -80px;
  }

  .mobile\:-mb-80{
    margin-bottom: -80px;
  }

  .mobile\:-ml-80{
    margin-left: -80px;
  }

  .mobile\:-mt-88{
    margin-top: -88px;
  }

  .mobile\:-mr-88{
    margin-right: -88px;
  }

  .mobile\:-mb-88{
    margin-bottom: -88px;
  }

  .mobile\:-ml-88{
    margin-left: -88px;
  }

  .mobile\:-mt-90{
    margin-top: -90px;
  }

  .mobile\:-mr-90{
    margin-right: -90px;
  }

  .mobile\:-mb-90{
    margin-bottom: -90px;
  }

  .mobile\:-ml-90{
    margin-left: -90px;
  }

  .mobile\:-mt-96{
    margin-top: -96px;
  }

  .mobile\:-mr-96{
    margin-right: -96px;
  }

  .mobile\:-mb-96{
    margin-bottom: -96px;
  }

  .mobile\:-ml-96{
    margin-left: -96px;
  }

  .mobile\:-mt-112{
    margin-top: -112px;
  }

  .mobile\:-mr-112{
    margin-right: -112px;
  }

  .mobile\:-mb-112{
    margin-bottom: -112px;
  }

  .mobile\:-ml-112{
    margin-left: -112px;
  }

  .mobile\:-mt-128{
    margin-top: -128px;
  }

  .mobile\:-mr-128{
    margin-right: -128px;
  }

  .mobile\:-mb-128{
    margin-bottom: -128px;
  }

  .mobile\:-ml-128{
    margin-left: -128px;
  }

  .mobile\:-mt-135{
    margin-top: -135px;
  }

  .mobile\:-mr-135{
    margin-right: -135px;
  }

  .mobile\:-mb-135{
    margin-bottom: -135px;
  }

  .mobile\:-ml-135{
    margin-left: -135px;
  }

  .mobile\:-mt-145{
    margin-top: -145px;
  }

  .mobile\:-mr-145{
    margin-right: -145px;
  }

  .mobile\:-mb-145{
    margin-bottom: -145px;
  }

  .mobile\:-ml-145{
    margin-left: -145px;
  }

  .mobile\:-mt-155{
    margin-top: -155px;
  }

  .mobile\:-mr-155{
    margin-right: -155px;
  }

  .mobile\:-mb-155{
    margin-bottom: -155px;
  }

  .mobile\:-ml-155{
    margin-left: -155px;
  }

  .mobile\:-mt-160{
    margin-top: -160px;
  }

  .mobile\:-mr-160{
    margin-right: -160px;
  }

  .mobile\:-mb-160{
    margin-bottom: -160px;
  }

  .mobile\:-ml-160{
    margin-left: -160px;
  }

  .mobile\:-mt-192{
    margin-top: -192px;
  }

  .mobile\:-mr-192{
    margin-right: -192px;
  }

  .mobile\:-mb-192{
    margin-bottom: -192px;
  }

  .mobile\:-ml-192{
    margin-left: -192px;
  }

  .mobile\:-mt-224{
    margin-top: -224px;
  }

  .mobile\:-mr-224{
    margin-right: -224px;
  }

  .mobile\:-mb-224{
    margin-bottom: -224px;
  }

  .mobile\:-ml-224{
    margin-left: -224px;
  }

  .mobile\:-mt-227{
    margin-top: -227px;
  }

  .mobile\:-mr-227{
    margin-right: -227px;
  }

  .mobile\:-mb-227{
    margin-bottom: -227px;
  }

  .mobile\:-ml-227{
    margin-left: -227px;
  }

  .mobile\:-mt-250{
    margin-top: -250px;
  }

  .mobile\:-mr-250{
    margin-right: -250px;
  }

  .mobile\:-mb-250{
    margin-bottom: -250px;
  }

  .mobile\:-ml-250{
    margin-left: -250px;
  }

  .mobile\:-mt-256{
    margin-top: -256px;
  }

  .mobile\:-mr-256{
    margin-right: -256px;
  }

  .mobile\:-mb-256{
    margin-bottom: -256px;
  }

  .mobile\:-ml-256{
    margin-left: -256px;
  }

  .mobile\:-mt-270{
    margin-top: -270px;
  }

  .mobile\:-mr-270{
    margin-right: -270px;
  }

  .mobile\:-mb-270{
    margin-bottom: -270px;
  }

  .mobile\:-ml-270{
    margin-left: -270px;
  }

  .mobile\:-mt-288{
    margin-top: -288px;
  }

  .mobile\:-mr-288{
    margin-right: -288px;
  }

  .mobile\:-mb-288{
    margin-bottom: -288px;
  }

  .mobile\:-ml-288{
    margin-left: -288px;
  }

  .mobile\:-mt-304{
    margin-top: -304px;
  }

  .mobile\:-mr-304{
    margin-right: -304px;
  }

  .mobile\:-mb-304{
    margin-bottom: -304px;
  }

  .mobile\:-ml-304{
    margin-left: -304px;
  }

  .mobile\:-mt-314{
    margin-top: -314px;
  }

  .mobile\:-mr-314{
    margin-right: -314px;
  }

  .mobile\:-mb-314{
    margin-bottom: -314px;
  }

  .mobile\:-ml-314{
    margin-left: -314px;
  }

  .mobile\:-mt-320{
    margin-top: -320px;
  }

  .mobile\:-mr-320{
    margin-right: -320px;
  }

  .mobile\:-mb-320{
    margin-bottom: -320px;
  }

  .mobile\:-ml-320{
    margin-left: -320px;
  }

  .mobile\:-mt-352{
    margin-top: -352px;
  }

  .mobile\:-mr-352{
    margin-right: -352px;
  }

  .mobile\:-mb-352{
    margin-bottom: -352px;
  }

  .mobile\:-ml-352{
    margin-left: -352px;
  }

  .mobile\:-mt-384{
    margin-top: -384px;
  }

  .mobile\:-mr-384{
    margin-right: -384px;
  }

  .mobile\:-mb-384{
    margin-bottom: -384px;
  }

  .mobile\:-ml-384{
    margin-left: -384px;
  }

  .mobile\:-mt-416{
    margin-top: -416px;
  }

  .mobile\:-mr-416{
    margin-right: -416px;
  }

  .mobile\:-mb-416{
    margin-bottom: -416px;
  }

  .mobile\:-ml-416{
    margin-left: -416px;
  }

  .mobile\:-mt-448{
    margin-top: -448px;
  }

  .mobile\:-mr-448{
    margin-right: -448px;
  }

  .mobile\:-mb-448{
    margin-bottom: -448px;
  }

  .mobile\:-ml-448{
    margin-left: -448px;
  }

  .mobile\:-mt-480{
    margin-top: -480px;
  }

  .mobile\:-mr-480{
    margin-right: -480px;
  }

  .mobile\:-mb-480{
    margin-bottom: -480px;
  }

  .mobile\:-ml-480{
    margin-left: -480px;
  }

  .mobile\:-mt-512{
    margin-top: -512px;
  }

  .mobile\:-mr-512{
    margin-right: -512px;
  }

  .mobile\:-mb-512{
    margin-bottom: -512px;
  }

  .mobile\:-ml-512{
    margin-left: -512px;
  }

  .mobile\:-mt-576{
    margin-top: -576px;
  }

  .mobile\:-mr-576{
    margin-right: -576px;
  }

  .mobile\:-mb-576{
    margin-bottom: -576px;
  }

  .mobile\:-ml-576{
    margin-left: -576px;
  }

  .mobile\:-mt-612{
    margin-top: -612px;
  }

  .mobile\:-mr-612{
    margin-right: -612px;
  }

  .mobile\:-mb-612{
    margin-bottom: -612px;
  }

  .mobile\:-ml-612{
    margin-left: -612px;
  }

  .mobile\:-mt-640{
    margin-top: -640px;
  }

  .mobile\:-mr-640{
    margin-right: -640px;
  }

  .mobile\:-mb-640{
    margin-bottom: -640px;
  }

  .mobile\:-ml-640{
    margin-left: -640px;
  }

  .mobile\:-mt-768{
    margin-top: -768px;
  }

  .mobile\:-mr-768{
    margin-right: -768px;
  }

  .mobile\:-mb-768{
    margin-bottom: -768px;
  }

  .mobile\:-ml-768{
    margin-left: -768px;
  }

  .mobile\:-mt--200{
    margin-top: 200px;
  }

  .mobile\:-mr--200{
    margin-right: 200px;
  }

  .mobile\:-mb--200{
    margin-bottom: 200px;
  }

  .mobile\:-ml--200{
    margin-left: 200px;
  }

  .mobile\:-mt--170{
    margin-top: 170px;
  }

  .mobile\:-mr--170{
    margin-right: 170px;
  }

  .mobile\:-mb--170{
    margin-bottom: 170px;
  }

  .mobile\:-ml--170{
    margin-left: 170px;
  }

  .mobile\:-mt--120{
    margin-top: 120px;
  }

  .mobile\:-mr--120{
    margin-right: 120px;
  }

  .mobile\:-mb--120{
    margin-bottom: 120px;
  }

  .mobile\:-ml--120{
    margin-left: 120px;
  }

  .mobile\:-mt--100{
    margin-top: 100px;
  }

  .mobile\:-mr--100{
    margin-right: 100px;
  }

  .mobile\:-mb--100{
    margin-bottom: 100px;
  }

  .mobile\:-ml--100{
    margin-left: 100px;
  }

  .mobile\:-mt--50{
    margin-top: 50px;
  }

  .mobile\:-mr--50{
    margin-right: 50px;
  }

  .mobile\:-mb--50{
    margin-bottom: 50px;
  }

  .mobile\:-ml--50{
    margin-left: 50px;
  }

  .mobile\:-mt--45{
    margin-top: 45px;
  }

  .mobile\:-mr--45{
    margin-right: 45px;
  }

  .mobile\:-mb--45{
    margin-bottom: 45px;
  }

  .mobile\:-ml--45{
    margin-left: 45px;
  }

  .mobile\:-mt--3{
    margin-top: 3px;
  }

  .mobile\:-mr--3{
    margin-right: 3px;
  }

  .mobile\:-mb--3{
    margin-bottom: 3px;
  }

  .mobile\:-ml--3{
    margin-left: 3px;
  }

  .mobile\:-mt-px{
    margin-top: -1px;
  }

  .mobile\:-mr-px{
    margin-right: -1px;
  }

  .mobile\:-mb-px{
    margin-bottom: -1px;
  }

  .mobile\:-ml-px{
    margin-left: -1px;
  }

  .mobile\:-mt-20p{
    margin-top: -20%;
  }

  .mobile\:-mr-20p{
    margin-right: -20%;
  }

  .mobile\:-mb-20p{
    margin-bottom: -20%;
  }

  .mobile\:-ml-20p{
    margin-left: -20%;
  }

  .mobile\:-mt-40p{
    margin-top: -40%;
  }

  .mobile\:-mr-40p{
    margin-right: -40%;
  }

  .mobile\:-mb-40p{
    margin-bottom: -40%;
  }

  .mobile\:-ml-40p{
    margin-left: -40%;
  }

  .mobile\:-mt-49p{
    margin-top: -49%;
  }

  .mobile\:-mr-49p{
    margin-right: -49%;
  }

  .mobile\:-mb-49p{
    margin-bottom: -49%;
  }

  .mobile\:-ml-49p{
    margin-left: -49%;
  }

  .mobile\:-mt-52p{
    margin-top: -52%;
  }

  .mobile\:-mr-52p{
    margin-right: -52%;
  }

  .mobile\:-mb-52p{
    margin-bottom: -52%;
  }

  .mobile\:-ml-52p{
    margin-left: -52%;
  }

  .mobile\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .mobile\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .mobile\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .mobile\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .mobile\:-mt-60p{
    margin-top: -60%;
  }

  .mobile\:-mr-60p{
    margin-right: -60%;
  }

  .mobile\:-mb-60p{
    margin-bottom: -60%;
  }

  .mobile\:-ml-60p{
    margin-left: -60%;
  }

  .mobile\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .mobile\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .mobile\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .mobile\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .mobile\:-mt-80p{
    margin-top: -80%;
  }

  .mobile\:-mr-80p{
    margin-right: -80%;
  }

  .mobile\:-mb-80p{
    margin-bottom: -80%;
  }

  .mobile\:-ml-80p{
    margin-left: -80%;
  }

  .mobile\:-mt-90p{
    margin-top: -90%;
  }

  .mobile\:-mr-90p{
    margin-right: -90%;
  }

  .mobile\:-mb-90p{
    margin-bottom: -90%;
  }

  .mobile\:-ml-90p{
    margin-left: -90%;
  }

  .mobile\:-mt-95p{
    margin-top: -95%;
  }

  .mobile\:-mr-95p{
    margin-right: -95%;
  }

  .mobile\:-mb-95p{
    margin-bottom: -95%;
  }

  .mobile\:-ml-95p{
    margin-left: -95%;
  }

  .mobile\:-mt-100p{
    margin-top: -100%;
  }

  .mobile\:-mr-100p{
    margin-right: -100%;
  }

  .mobile\:-mb-100p{
    margin-bottom: -100%;
  }

  .mobile\:-ml-100p{
    margin-left: -100%;
  }

  .mobile\:-mt-110p{
    margin-top: -110%;
  }

  .mobile\:-mr-110p{
    margin-right: -110%;
  }

  .mobile\:-mb-110p{
    margin-bottom: -110%;
  }

  .mobile\:-ml-110p{
    margin-left: -110%;
  }

  .mobile\:max-h-0{
    max-height: 0px;
  }

  .mobile\:max-h-2{
    max-height: 2px;
  }

  .mobile\:max-h-4{
    max-height: 4px;
  }

  .mobile\:max-h-5{
    max-height: 5px;
  }

  .mobile\:max-h-7{
    max-height: 7px;
  }

  .mobile\:max-h-8{
    max-height: 8px;
  }

  .mobile\:max-h-10{
    max-height: 10px;
  }

  .mobile\:max-h-11{
    max-height: 11px;
  }

  .mobile\:max-h-12{
    max-height: 12px;
  }

  .mobile\:max-h-13{
    max-height: 13px;
  }

  .mobile\:max-h-15{
    max-height: 15px;
  }

  .mobile\:max-h-16{
    max-height: 16px;
  }

  .mobile\:max-h-18{
    max-height: 18px;
  }

  .mobile\:max-h-20{
    max-height: 20px;
  }

  .mobile\:max-h-24{
    max-height: 24px;
  }

  .mobile\:max-h-28{
    max-height: 28px;
  }

  .mobile\:max-h-29{
    max-height: 29px;
  }

  .mobile\:max-h-30{
    max-height: 30px;
  }

  .mobile\:max-h-32{
    max-height: 32px;
  }

  .mobile\:max-h-34{
    max-height: 34px;
  }

  .mobile\:max-h-36{
    max-height: 36px;
  }

  .mobile\:max-h-40{
    max-height: 40px;
  }

  .mobile\:max-h-48{
    max-height: 48px;
  }

  .mobile\:max-h-50{
    max-height: 50px;
  }

  .mobile\:max-h-56{
    max-height: 56px;
  }

  .mobile\:max-h-60{
    max-height: 60px;
  }

  .mobile\:max-h-64{
    max-height: 64px;
  }

  .mobile\:max-h-70{
    max-height: 70px;
  }

  .mobile\:max-h-72{
    max-height: 72px;
  }

  .mobile\:max-h-80{
    max-height: 80px;
  }

  .mobile\:max-h-88{
    max-height: 88px;
  }

  .mobile\:max-h-90{
    max-height: 90px;
  }

  .mobile\:max-h-96{
    max-height: 96px;
  }

  .mobile\:max-h-100{
    max-height: 100px;
  }

  .mobile\:max-h-112{
    max-height: 112px;
  }

  .mobile\:max-h-128{
    max-height: 128px;
  }

  .mobile\:max-h-135{
    max-height: 135px;
  }

  .mobile\:max-h-145{
    max-height: 145px;
  }

  .mobile\:max-h-155{
    max-height: 155px;
  }

  .mobile\:max-h-160{
    max-height: 160px;
  }

  .mobile\:max-h-192{
    max-height: 192px;
  }

  .mobile\:max-h-200{
    max-height: 200px;
  }

  .mobile\:max-h-224{
    max-height: 224px;
  }

  .mobile\:max-h-227{
    max-height: 227px;
  }

  .mobile\:max-h-250{
    max-height: 250px;
  }

  .mobile\:max-h-256{
    max-height: 256px;
  }

  .mobile\:max-h-270{
    max-height: 270px;
  }

  .mobile\:max-h-288{
    max-height: 288px;
  }

  .mobile\:max-h-304{
    max-height: 304px;
  }

  .mobile\:max-h-314{
    max-height: 314px;
  }

  .mobile\:max-h-320{
    max-height: 320px;
  }

  .mobile\:max-h-352{
    max-height: 352px;
  }

  .mobile\:max-h-384{
    max-height: 384px;
  }

  .mobile\:max-h-416{
    max-height: 416px;
  }

  .mobile\:max-h-448{
    max-height: 448px;
  }

  .mobile\:max-h-480{
    max-height: 480px;
  }

  .mobile\:max-h-512{
    max-height: 512px;
  }

  .mobile\:max-h-576{
    max-height: 576px;
  }

  .mobile\:max-h-612{
    max-height: 612px;
  }

  .mobile\:max-h-640{
    max-height: 640px;
  }

  .mobile\:max-h-768{
    max-height: 768px;
  }

  .mobile\:-max-h-200{
    max-height: -200px;
  }

  .mobile\:-max-h-170{
    max-height: -170px;
  }

  .mobile\:-max-h-120{
    max-height: -120px;
  }

  .mobile\:-max-h-100{
    max-height: -100px;
  }

  .mobile\:-max-h-50{
    max-height: -50px;
  }

  .mobile\:-max-h-45{
    max-height: -45px;
  }

  .mobile\:-max-h-3{
    max-height: -3px;
  }

  .mobile\:max-h-px{
    max-height: 1px;
  }

  .mobile\:max-h-20p{
    max-height: 20%;
  }

  .mobile\:max-h-40p{
    max-height: 40%;
  }

  .mobile\:max-h-49p{
    max-height: 49%;
  }

  .mobile\:max-h-52p{
    max-height: 52%;
  }

  .mobile\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .mobile\:max-h-60p{
    max-height: 60%;
  }

  .mobile\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .mobile\:max-h-80p{
    max-height: 80%;
  }

  .mobile\:max-h-90p{
    max-height: 90%;
  }

  .mobile\:max-h-95p{
    max-height: 95%;
  }

  .mobile\:max-h-100p{
    max-height: 100%;
  }

  .mobile\:max-h-110p{
    max-height: 110%;
  }

  .mobile\:max-h-full{
    max-height: 100%;
  }

  .mobile\:max-h-screen{
    max-height: 100vh;
  }

  .mobile\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .mobile\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .mobile\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .mobile\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .mobile\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .mobile\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .mobile\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .mobile\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .mobile\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .mobile\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .mobile\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .mobile\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .mobile\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .mobile\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .mobile\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .mobile\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .mobile\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .mobile\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .mobile\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .mobile\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .mobile\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .mobile\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .mobile\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .mobile\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .mobile\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .mobile\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .mobile\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .mobile\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .mobile\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .mobile\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .mobile\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .mobile\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .mobile\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .mobile\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .mobile\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .mobile\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .mobile\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .mobile\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .mobile\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .mobile\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .mobile\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .mobile\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .mobile\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .mobile\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .mobile\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .mobile\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .mobile\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .mobile\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .mobile\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .mobile\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .mobile\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .mobile\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .mobile\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .mobile\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .mobile\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .mobile\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .mobile\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .mobile\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .mobile\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .mobile\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .mobile\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .mobile\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .mobile\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .mobile\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .mobile\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .mobile\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .mobile\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .mobile\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .mobile\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .mobile\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .mobile\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .mobile\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .mobile\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .mobile\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .mobile\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .mobile\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .mobile\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .mobile\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .mobile\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .mobile\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .mobile\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .mobile\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .mobile\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .mobile\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .mobile\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .mobile\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .mobile\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .mobile\:max-w-0{
    max-width: 0rem;
  }

  .mobile\:max-w-30{
    max-width: 30px;
  }

  .mobile\:max-w-40{
    max-width: 40px;
  }

  .mobile\:max-w-45{
    max-width: 45px;
  }

  .mobile\:max-w-50{
    max-width: 50px;
  }

  .mobile\:max-w-60{
    max-width: 60px;
  }

  .mobile\:max-w-80{
    max-width: 80px;
  }

  .mobile\:max-w-92{
    max-width: 92px;
  }

  .mobile\:max-w-100{
    max-width: 100px;
  }

  .mobile\:max-w-132{
    max-width: 132px;
  }

  .mobile\:max-w-172{
    max-width: 172px;
  }

  .mobile\:max-w-200{
    max-width: 200px;
  }

  .mobile\:max-w-235{
    max-width: 235px;
  }

  .mobile\:max-w-250{
    max-width: 250px;
  }

  .mobile\:max-w-270{
    max-width: 270px;
  }

  .mobile\:max-w-300{
    max-width: 300px;
  }

  .mobile\:max-w-380{
    max-width: 380px;
  }

  .mobile\:max-w-480{
    max-width: 480px;
  }

  .mobile\:max-w-540{
    max-width: 540px;
  }

  .mobile\:max-w-570{
    max-width: 570px;
  }

  .mobile\:max-w-600{
    max-width: 600px;
  }

  .mobile\:max-w-740{
    max-width: 740px;
  }

  .mobile\:max-w-770{
    max-width: 770px;
  }

  .mobile\:max-w-900{
    max-width: 900px;
  }

  .mobile\:max-w-970{
    max-width: 970px;
  }

  .mobile\:max-w-none{
    max-width: none;
  }

  .mobile\:max-w-xs{
    max-width: 20rem;
  }

  .mobile\:max-w-sm{
    max-width: 24rem;
  }

  .mobile\:max-w-md{
    max-width: 28rem;
  }

  .mobile\:max-w-lg{
    max-width: 32rem;
  }

  .mobile\:max-w-xl{
    max-width: 36rem;
  }

  .mobile\:max-w-2xl{
    max-width: 42rem;
  }

  .mobile\:max-w-3xl{
    max-width: 48rem;
  }

  .mobile\:max-w-4xl{
    max-width: 56rem;
  }

  .mobile\:max-w-5xl{
    max-width: 64rem;
  }

  .mobile\:max-w-6xl{
    max-width: 72rem;
  }

  .mobile\:max-w-7xl{
    max-width: 80rem;
  }

  .mobile\:max-w-full{
    max-width: 100%;
  }

  .mobile\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .mobile\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .mobile\:max-w-prose{
    max-width: 65ch;
  }

  .mobile\:max-w-screen-sm{
    max-width: 640px;
  }

  .mobile\:max-w-screen-md{
    max-width: 768px;
  }

  .mobile\:max-w-screen-lg{
    max-width: 1024px;
  }

  .mobile\:max-w-screen-xl{
    max-width: 1260px;
  }

  .mobile\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .mobile\:min-h-0{
    min-height: 0px;
  }

  .mobile\:min-h-full{
    min-height: 100%;
  }

  .mobile\:min-h-screen{
    min-height: 100vh;
  }

  .mobile\:min-w-0{
    min-width: 0px;
  }

  .mobile\:min-w-220{
    min-width: 220px;
  }

  .mobile\:min-w-300{
    min-width: 300px;
  }

  .mobile\:min-w-430{
    min-width: 430px;
  }

  .mobile\:min-w-500{
    min-width: 500px;
  }

  .mobile\:min-w-1024{
    min-width: 1024px;
  }

  .mobile\:min-w-full{
    min-width: 100%;
  }

  .mobile\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .mobile\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mobile\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mobile\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mobile\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .mobile\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .mobile\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .mobile\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .mobile\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .mobile\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .mobile\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .mobile\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .mobile\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .mobile\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .mobile\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .mobile\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .mobile\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .mobile\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .mobile\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .mobile\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .mobile\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .mobile\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .mobile\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .mobile\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .mobile\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .mobile\:opacity-0{
    opacity: 0;
  }

  .mobile\:opacity-5{
    opacity: 0.05;
  }

  .mobile\:opacity-10{
    opacity: 0.1;
  }

  .mobile\:opacity-20{
    opacity: 0.2;
  }

  .mobile\:opacity-25{
    opacity: 0.25;
  }

  .mobile\:opacity-30{
    opacity: 0.3;
  }

  .mobile\:opacity-40{
    opacity: 0.4;
  }

  .mobile\:opacity-50{
    opacity: 0.5;
  }

  .mobile\:opacity-60{
    opacity: 0.6;
  }

  .mobile\:opacity-70{
    opacity: 0.7;
  }

  .mobile\:opacity-75{
    opacity: 0.75;
  }

  .mobile\:opacity-80{
    opacity: 0.8;
  }

  .mobile\:opacity-90{
    opacity: 0.9;
  }

  .mobile\:opacity-95{
    opacity: 0.95;
  }

  .mobile\:opacity-100{
    opacity: 1;
  }

  .group:hover .mobile\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .mobile\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:opacity-100{
    opacity: 1;
  }

  .mobile\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .mobile\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .mobile\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .mobile\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .mobile\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .mobile\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .mobile\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .mobile\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .mobile\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .mobile\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .mobile\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .mobile\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .mobile\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .mobile\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .mobile\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .mobile\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .mobile\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .mobile\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .mobile\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .mobile\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .mobile\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .mobile\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .mobile\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .mobile\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .mobile\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .mobile\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .mobile\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .mobile\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .mobile\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .mobile\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .mobile\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .mobile\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .mobile\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .mobile\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .mobile\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .mobile\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .mobile\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .mobile\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .mobile\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .mobile\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .mobile\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .mobile\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .mobile\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .mobile\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .mobile\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .mobile\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .mobile\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .mobile\:overflow-auto{
    overflow: auto;
  }

  .mobile\:overflow-hidden{
    overflow: hidden;
  }

  .mobile\:overflow-visible{
    overflow: visible;
  }

  .mobile\:overflow-scroll{
    overflow: scroll;
  }

  .mobile\:overflow-x-auto{
    overflow-x: auto;
  }

  .mobile\:overflow-y-auto{
    overflow-y: auto;
  }

  .mobile\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .mobile\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .mobile\:overflow-x-visible{
    overflow-x: visible;
  }

  .mobile\:overflow-y-visible{
    overflow-y: visible;
  }

  .mobile\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .mobile\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .mobile\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .mobile\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .mobile\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .mobile\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .mobile\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .mobile\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .mobile\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .mobile\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .mobile\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .mobile\:p-0{
    padding: 0px;
  }

  .mobile\:p-2{
    padding: 2px;
  }

  .mobile\:p-4{
    padding: 4px;
  }

  .mobile\:p-5{
    padding: 5px;
  }

  .mobile\:p-7{
    padding: 7px;
  }

  .mobile\:p-8{
    padding: 8px;
  }

  .mobile\:p-10{
    padding: 10px;
  }

  .mobile\:p-11{
    padding: 11px;
  }

  .mobile\:p-12{
    padding: 12px;
  }

  .mobile\:p-13{
    padding: 13px;
  }

  .mobile\:p-15{
    padding: 15px;
  }

  .mobile\:p-16{
    padding: 16px;
  }

  .mobile\:p-18{
    padding: 18px;
  }

  .mobile\:p-20{
    padding: 20px;
  }

  .mobile\:p-24{
    padding: 24px;
  }

  .mobile\:p-28{
    padding: 28px;
  }

  .mobile\:p-29{
    padding: 29px;
  }

  .mobile\:p-30{
    padding: 30px;
  }

  .mobile\:p-32{
    padding: 32px;
  }

  .mobile\:p-34{
    padding: 34px;
  }

  .mobile\:p-36{
    padding: 36px;
  }

  .mobile\:p-40{
    padding: 40px;
  }

  .mobile\:p-48{
    padding: 48px;
  }

  .mobile\:p-50{
    padding: 50px;
  }

  .mobile\:p-56{
    padding: 56px;
  }

  .mobile\:p-60{
    padding: 60px;
  }

  .mobile\:p-64{
    padding: 64px;
  }

  .mobile\:p-70{
    padding: 70px;
  }

  .mobile\:p-72{
    padding: 72px;
  }

  .mobile\:p-80{
    padding: 80px;
  }

  .mobile\:p-88{
    padding: 88px;
  }

  .mobile\:p-90{
    padding: 90px;
  }

  .mobile\:p-96{
    padding: 96px;
  }

  .mobile\:p-100{
    padding: 100px;
  }

  .mobile\:p-112{
    padding: 112px;
  }

  .mobile\:p-128{
    padding: 128px;
  }

  .mobile\:p-135{
    padding: 135px;
  }

  .mobile\:p-145{
    padding: 145px;
  }

  .mobile\:p-155{
    padding: 155px;
  }

  .mobile\:p-160{
    padding: 160px;
  }

  .mobile\:p-192{
    padding: 192px;
  }

  .mobile\:p-200{
    padding: 200px;
  }

  .mobile\:p-224{
    padding: 224px;
  }

  .mobile\:p-227{
    padding: 227px;
  }

  .mobile\:p-250{
    padding: 250px;
  }

  .mobile\:p-256{
    padding: 256px;
  }

  .mobile\:p-270{
    padding: 270px;
  }

  .mobile\:p-288{
    padding: 288px;
  }

  .mobile\:p-304{
    padding: 304px;
  }

  .mobile\:p-314{
    padding: 314px;
  }

  .mobile\:p-320{
    padding: 320px;
  }

  .mobile\:p-352{
    padding: 352px;
  }

  .mobile\:p-384{
    padding: 384px;
  }

  .mobile\:p-416{
    padding: 416px;
  }

  .mobile\:p-448{
    padding: 448px;
  }

  .mobile\:p-480{
    padding: 480px;
  }

  .mobile\:p-512{
    padding: 512px;
  }

  .mobile\:p-576{
    padding: 576px;
  }

  .mobile\:p-612{
    padding: 612px;
  }

  .mobile\:p-640{
    padding: 640px;
  }

  .mobile\:p-768{
    padding: 768px;
  }

  .mobile\:-p-200{
    padding: -200px;
  }

  .mobile\:-p-170{
    padding: -170px;
  }

  .mobile\:-p-120{
    padding: -120px;
  }

  .mobile\:-p-100{
    padding: -100px;
  }

  .mobile\:-p-50{
    padding: -50px;
  }

  .mobile\:-p-45{
    padding: -45px;
  }

  .mobile\:-p-3{
    padding: -3px;
  }

  .mobile\:p-px{
    padding: 1px;
  }

  .mobile\:p-20p{
    padding: 20%;
  }

  .mobile\:p-40p{
    padding: 40%;
  }

  .mobile\:p-49p{
    padding: 49%;
  }

  .mobile\:p-52p{
    padding: 52%;
  }

  .mobile\:p-53\.5p{
    padding: 53.5%;
  }

  .mobile\:p-60p{
    padding: 60%;
  }

  .mobile\:p-71\.5p{
    padding: 71.5%;
  }

  .mobile\:p-80p{
    padding: 80%;
  }

  .mobile\:p-90p{
    padding: 90%;
  }

  .mobile\:p-95p{
    padding: 95%;
  }

  .mobile\:p-100p{
    padding: 100%;
  }

  .mobile\:p-110p{
    padding: 110%;
  }

  .mobile\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mobile\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .mobile\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mobile\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .mobile\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .mobile\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .mobile\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mobile\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .mobile\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .mobile\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .mobile\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .mobile\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mobile\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mobile\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mobile\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .mobile\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .mobile\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .mobile\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .mobile\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mobile\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .mobile\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .mobile\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .mobile\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .mobile\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .mobile\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mobile\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .mobile\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .mobile\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mobile\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .mobile\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mobile\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .mobile\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mobile\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .mobile\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mobile\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .mobile\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mobile\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .mobile\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mobile\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .mobile\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .mobile\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .mobile\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mobile\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .mobile\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .mobile\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .mobile\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mobile\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .mobile\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .mobile\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .mobile\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .mobile\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .mobile\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .mobile\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .mobile\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .mobile\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .mobile\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .mobile\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .mobile\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .mobile\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .mobile\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .mobile\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .mobile\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .mobile\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .mobile\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .mobile\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .mobile\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .mobile\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .mobile\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .mobile\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .mobile\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .mobile\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .mobile\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .mobile\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .mobile\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .mobile\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .mobile\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .mobile\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .mobile\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .mobile\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .mobile\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .mobile\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .mobile\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .mobile\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .mobile\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .mobile\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .mobile\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .mobile\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .mobile\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .mobile\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .mobile\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .mobile\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .mobile\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .mobile\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .mobile\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .mobile\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .mobile\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .mobile\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .mobile\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .mobile\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .mobile\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .mobile\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .mobile\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .mobile\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .mobile\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .mobile\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .mobile\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .mobile\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .mobile\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .mobile\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .mobile\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .mobile\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .mobile\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .mobile\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .mobile\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .mobile\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .mobile\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mobile\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .mobile\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .mobile\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .mobile\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .mobile\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .mobile\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .mobile\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .mobile\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .mobile\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .mobile\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .mobile\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .mobile\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .mobile\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .mobile\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .mobile\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .mobile\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .mobile\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .mobile\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .mobile\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .mobile\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .mobile\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .mobile\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .mobile\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .mobile\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .mobile\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .mobile\:pt-0{
    padding-top: 0px;
  }

  .mobile\:pr-0{
    padding-right: 0px;
  }

  .mobile\:pb-0{
    padding-bottom: 0px;
  }

  .mobile\:pl-0{
    padding-left: 0px;
  }

  .mobile\:pt-2{
    padding-top: 2px;
  }

  .mobile\:pr-2{
    padding-right: 2px;
  }

  .mobile\:pb-2{
    padding-bottom: 2px;
  }

  .mobile\:pl-2{
    padding-left: 2px;
  }

  .mobile\:pt-4{
    padding-top: 4px;
  }

  .mobile\:pr-4{
    padding-right: 4px;
  }

  .mobile\:pb-4{
    padding-bottom: 4px;
  }

  .mobile\:pl-4{
    padding-left: 4px;
  }

  .mobile\:pt-5{
    padding-top: 5px;
  }

  .mobile\:pr-5{
    padding-right: 5px;
  }

  .mobile\:pb-5{
    padding-bottom: 5px;
  }

  .mobile\:pl-5{
    padding-left: 5px;
  }

  .mobile\:pt-7{
    padding-top: 7px;
  }

  .mobile\:pr-7{
    padding-right: 7px;
  }

  .mobile\:pb-7{
    padding-bottom: 7px;
  }

  .mobile\:pl-7{
    padding-left: 7px;
  }

  .mobile\:pt-8{
    padding-top: 8px;
  }

  .mobile\:pr-8{
    padding-right: 8px;
  }

  .mobile\:pb-8{
    padding-bottom: 8px;
  }

  .mobile\:pl-8{
    padding-left: 8px;
  }

  .mobile\:pt-10{
    padding-top: 10px;
  }

  .mobile\:pr-10{
    padding-right: 10px;
  }

  .mobile\:pb-10{
    padding-bottom: 10px;
  }

  .mobile\:pl-10{
    padding-left: 10px;
  }

  .mobile\:pt-11{
    padding-top: 11px;
  }

  .mobile\:pr-11{
    padding-right: 11px;
  }

  .mobile\:pb-11{
    padding-bottom: 11px;
  }

  .mobile\:pl-11{
    padding-left: 11px;
  }

  .mobile\:pt-12{
    padding-top: 12px;
  }

  .mobile\:pr-12{
    padding-right: 12px;
  }

  .mobile\:pb-12{
    padding-bottom: 12px;
  }

  .mobile\:pl-12{
    padding-left: 12px;
  }

  .mobile\:pt-13{
    padding-top: 13px;
  }

  .mobile\:pr-13{
    padding-right: 13px;
  }

  .mobile\:pb-13{
    padding-bottom: 13px;
  }

  .mobile\:pl-13{
    padding-left: 13px;
  }

  .mobile\:pt-15{
    padding-top: 15px;
  }

  .mobile\:pr-15{
    padding-right: 15px;
  }

  .mobile\:pb-15{
    padding-bottom: 15px;
  }

  .mobile\:pl-15{
    padding-left: 15px;
  }

  .mobile\:pt-16{
    padding-top: 16px;
  }

  .mobile\:pr-16{
    padding-right: 16px;
  }

  .mobile\:pb-16{
    padding-bottom: 16px;
  }

  .mobile\:pl-16{
    padding-left: 16px;
  }

  .mobile\:pt-18{
    padding-top: 18px;
  }

  .mobile\:pr-18{
    padding-right: 18px;
  }

  .mobile\:pb-18{
    padding-bottom: 18px;
  }

  .mobile\:pl-18{
    padding-left: 18px;
  }

  .mobile\:pt-20{
    padding-top: 20px;
  }

  .mobile\:pr-20{
    padding-right: 20px;
  }

  .mobile\:pb-20{
    padding-bottom: 20px;
  }

  .mobile\:pl-20{
    padding-left: 20px;
  }

  .mobile\:pt-24{
    padding-top: 24px;
  }

  .mobile\:pr-24{
    padding-right: 24px;
  }

  .mobile\:pb-24{
    padding-bottom: 24px;
  }

  .mobile\:pl-24{
    padding-left: 24px;
  }

  .mobile\:pt-28{
    padding-top: 28px;
  }

  .mobile\:pr-28{
    padding-right: 28px;
  }

  .mobile\:pb-28{
    padding-bottom: 28px;
  }

  .mobile\:pl-28{
    padding-left: 28px;
  }

  .mobile\:pt-29{
    padding-top: 29px;
  }

  .mobile\:pr-29{
    padding-right: 29px;
  }

  .mobile\:pb-29{
    padding-bottom: 29px;
  }

  .mobile\:pl-29{
    padding-left: 29px;
  }

  .mobile\:pt-30{
    padding-top: 30px;
  }

  .mobile\:pr-30{
    padding-right: 30px;
  }

  .mobile\:pb-30{
    padding-bottom: 30px;
  }

  .mobile\:pl-30{
    padding-left: 30px;
  }

  .mobile\:pt-32{
    padding-top: 32px;
  }

  .mobile\:pr-32{
    padding-right: 32px;
  }

  .mobile\:pb-32{
    padding-bottom: 32px;
  }

  .mobile\:pl-32{
    padding-left: 32px;
  }

  .mobile\:pt-34{
    padding-top: 34px;
  }

  .mobile\:pr-34{
    padding-right: 34px;
  }

  .mobile\:pb-34{
    padding-bottom: 34px;
  }

  .mobile\:pl-34{
    padding-left: 34px;
  }

  .mobile\:pt-36{
    padding-top: 36px;
  }

  .mobile\:pr-36{
    padding-right: 36px;
  }

  .mobile\:pb-36{
    padding-bottom: 36px;
  }

  .mobile\:pl-36{
    padding-left: 36px;
  }

  .mobile\:pt-40{
    padding-top: 40px;
  }

  .mobile\:pr-40{
    padding-right: 40px;
  }

  .mobile\:pb-40{
    padding-bottom: 40px;
  }

  .mobile\:pl-40{
    padding-left: 40px;
  }

  .mobile\:pt-48{
    padding-top: 48px;
  }

  .mobile\:pr-48{
    padding-right: 48px;
  }

  .mobile\:pb-48{
    padding-bottom: 48px;
  }

  .mobile\:pl-48{
    padding-left: 48px;
  }

  .mobile\:pt-50{
    padding-top: 50px;
  }

  .mobile\:pr-50{
    padding-right: 50px;
  }

  .mobile\:pb-50{
    padding-bottom: 50px;
  }

  .mobile\:pl-50{
    padding-left: 50px;
  }

  .mobile\:pt-56{
    padding-top: 56px;
  }

  .mobile\:pr-56{
    padding-right: 56px;
  }

  .mobile\:pb-56{
    padding-bottom: 56px;
  }

  .mobile\:pl-56{
    padding-left: 56px;
  }

  .mobile\:pt-60{
    padding-top: 60px;
  }

  .mobile\:pr-60{
    padding-right: 60px;
  }

  .mobile\:pb-60{
    padding-bottom: 60px;
  }

  .mobile\:pl-60{
    padding-left: 60px;
  }

  .mobile\:pt-64{
    padding-top: 64px;
  }

  .mobile\:pr-64{
    padding-right: 64px;
  }

  .mobile\:pb-64{
    padding-bottom: 64px;
  }

  .mobile\:pl-64{
    padding-left: 64px;
  }

  .mobile\:pt-70{
    padding-top: 70px;
  }

  .mobile\:pr-70{
    padding-right: 70px;
  }

  .mobile\:pb-70{
    padding-bottom: 70px;
  }

  .mobile\:pl-70{
    padding-left: 70px;
  }

  .mobile\:pt-72{
    padding-top: 72px;
  }

  .mobile\:pr-72{
    padding-right: 72px;
  }

  .mobile\:pb-72{
    padding-bottom: 72px;
  }

  .mobile\:pl-72{
    padding-left: 72px;
  }

  .mobile\:pt-80{
    padding-top: 80px;
  }

  .mobile\:pr-80{
    padding-right: 80px;
  }

  .mobile\:pb-80{
    padding-bottom: 80px;
  }

  .mobile\:pl-80{
    padding-left: 80px;
  }

  .mobile\:pt-88{
    padding-top: 88px;
  }

  .mobile\:pr-88{
    padding-right: 88px;
  }

  .mobile\:pb-88{
    padding-bottom: 88px;
  }

  .mobile\:pl-88{
    padding-left: 88px;
  }

  .mobile\:pt-90{
    padding-top: 90px;
  }

  .mobile\:pr-90{
    padding-right: 90px;
  }

  .mobile\:pb-90{
    padding-bottom: 90px;
  }

  .mobile\:pl-90{
    padding-left: 90px;
  }

  .mobile\:pt-96{
    padding-top: 96px;
  }

  .mobile\:pr-96{
    padding-right: 96px;
  }

  .mobile\:pb-96{
    padding-bottom: 96px;
  }

  .mobile\:pl-96{
    padding-left: 96px;
  }

  .mobile\:pt-100{
    padding-top: 100px;
  }

  .mobile\:pr-100{
    padding-right: 100px;
  }

  .mobile\:pb-100{
    padding-bottom: 100px;
  }

  .mobile\:pl-100{
    padding-left: 100px;
  }

  .mobile\:pt-112{
    padding-top: 112px;
  }

  .mobile\:pr-112{
    padding-right: 112px;
  }

  .mobile\:pb-112{
    padding-bottom: 112px;
  }

  .mobile\:pl-112{
    padding-left: 112px;
  }

  .mobile\:pt-128{
    padding-top: 128px;
  }

  .mobile\:pr-128{
    padding-right: 128px;
  }

  .mobile\:pb-128{
    padding-bottom: 128px;
  }

  .mobile\:pl-128{
    padding-left: 128px;
  }

  .mobile\:pt-135{
    padding-top: 135px;
  }

  .mobile\:pr-135{
    padding-right: 135px;
  }

  .mobile\:pb-135{
    padding-bottom: 135px;
  }

  .mobile\:pl-135{
    padding-left: 135px;
  }

  .mobile\:pt-145{
    padding-top: 145px;
  }

  .mobile\:pr-145{
    padding-right: 145px;
  }

  .mobile\:pb-145{
    padding-bottom: 145px;
  }

  .mobile\:pl-145{
    padding-left: 145px;
  }

  .mobile\:pt-155{
    padding-top: 155px;
  }

  .mobile\:pr-155{
    padding-right: 155px;
  }

  .mobile\:pb-155{
    padding-bottom: 155px;
  }

  .mobile\:pl-155{
    padding-left: 155px;
  }

  .mobile\:pt-160{
    padding-top: 160px;
  }

  .mobile\:pr-160{
    padding-right: 160px;
  }

  .mobile\:pb-160{
    padding-bottom: 160px;
  }

  .mobile\:pl-160{
    padding-left: 160px;
  }

  .mobile\:pt-192{
    padding-top: 192px;
  }

  .mobile\:pr-192{
    padding-right: 192px;
  }

  .mobile\:pb-192{
    padding-bottom: 192px;
  }

  .mobile\:pl-192{
    padding-left: 192px;
  }

  .mobile\:pt-200{
    padding-top: 200px;
  }

  .mobile\:pr-200{
    padding-right: 200px;
  }

  .mobile\:pb-200{
    padding-bottom: 200px;
  }

  .mobile\:pl-200{
    padding-left: 200px;
  }

  .mobile\:pt-224{
    padding-top: 224px;
  }

  .mobile\:pr-224{
    padding-right: 224px;
  }

  .mobile\:pb-224{
    padding-bottom: 224px;
  }

  .mobile\:pl-224{
    padding-left: 224px;
  }

  .mobile\:pt-227{
    padding-top: 227px;
  }

  .mobile\:pr-227{
    padding-right: 227px;
  }

  .mobile\:pb-227{
    padding-bottom: 227px;
  }

  .mobile\:pl-227{
    padding-left: 227px;
  }

  .mobile\:pt-250{
    padding-top: 250px;
  }

  .mobile\:pr-250{
    padding-right: 250px;
  }

  .mobile\:pb-250{
    padding-bottom: 250px;
  }

  .mobile\:pl-250{
    padding-left: 250px;
  }

  .mobile\:pt-256{
    padding-top: 256px;
  }

  .mobile\:pr-256{
    padding-right: 256px;
  }

  .mobile\:pb-256{
    padding-bottom: 256px;
  }

  .mobile\:pl-256{
    padding-left: 256px;
  }

  .mobile\:pt-270{
    padding-top: 270px;
  }

  .mobile\:pr-270{
    padding-right: 270px;
  }

  .mobile\:pb-270{
    padding-bottom: 270px;
  }

  .mobile\:pl-270{
    padding-left: 270px;
  }

  .mobile\:pt-288{
    padding-top: 288px;
  }

  .mobile\:pr-288{
    padding-right: 288px;
  }

  .mobile\:pb-288{
    padding-bottom: 288px;
  }

  .mobile\:pl-288{
    padding-left: 288px;
  }

  .mobile\:pt-304{
    padding-top: 304px;
  }

  .mobile\:pr-304{
    padding-right: 304px;
  }

  .mobile\:pb-304{
    padding-bottom: 304px;
  }

  .mobile\:pl-304{
    padding-left: 304px;
  }

  .mobile\:pt-314{
    padding-top: 314px;
  }

  .mobile\:pr-314{
    padding-right: 314px;
  }

  .mobile\:pb-314{
    padding-bottom: 314px;
  }

  .mobile\:pl-314{
    padding-left: 314px;
  }

  .mobile\:pt-320{
    padding-top: 320px;
  }

  .mobile\:pr-320{
    padding-right: 320px;
  }

  .mobile\:pb-320{
    padding-bottom: 320px;
  }

  .mobile\:pl-320{
    padding-left: 320px;
  }

  .mobile\:pt-352{
    padding-top: 352px;
  }

  .mobile\:pr-352{
    padding-right: 352px;
  }

  .mobile\:pb-352{
    padding-bottom: 352px;
  }

  .mobile\:pl-352{
    padding-left: 352px;
  }

  .mobile\:pt-384{
    padding-top: 384px;
  }

  .mobile\:pr-384{
    padding-right: 384px;
  }

  .mobile\:pb-384{
    padding-bottom: 384px;
  }

  .mobile\:pl-384{
    padding-left: 384px;
  }

  .mobile\:pt-416{
    padding-top: 416px;
  }

  .mobile\:pr-416{
    padding-right: 416px;
  }

  .mobile\:pb-416{
    padding-bottom: 416px;
  }

  .mobile\:pl-416{
    padding-left: 416px;
  }

  .mobile\:pt-448{
    padding-top: 448px;
  }

  .mobile\:pr-448{
    padding-right: 448px;
  }

  .mobile\:pb-448{
    padding-bottom: 448px;
  }

  .mobile\:pl-448{
    padding-left: 448px;
  }

  .mobile\:pt-480{
    padding-top: 480px;
  }

  .mobile\:pr-480{
    padding-right: 480px;
  }

  .mobile\:pb-480{
    padding-bottom: 480px;
  }

  .mobile\:pl-480{
    padding-left: 480px;
  }

  .mobile\:pt-512{
    padding-top: 512px;
  }

  .mobile\:pr-512{
    padding-right: 512px;
  }

  .mobile\:pb-512{
    padding-bottom: 512px;
  }

  .mobile\:pl-512{
    padding-left: 512px;
  }

  .mobile\:pt-576{
    padding-top: 576px;
  }

  .mobile\:pr-576{
    padding-right: 576px;
  }

  .mobile\:pb-576{
    padding-bottom: 576px;
  }

  .mobile\:pl-576{
    padding-left: 576px;
  }

  .mobile\:pt-612{
    padding-top: 612px;
  }

  .mobile\:pr-612{
    padding-right: 612px;
  }

  .mobile\:pb-612{
    padding-bottom: 612px;
  }

  .mobile\:pl-612{
    padding-left: 612px;
  }

  .mobile\:pt-640{
    padding-top: 640px;
  }

  .mobile\:pr-640{
    padding-right: 640px;
  }

  .mobile\:pb-640{
    padding-bottom: 640px;
  }

  .mobile\:pl-640{
    padding-left: 640px;
  }

  .mobile\:pt-768{
    padding-top: 768px;
  }

  .mobile\:pr-768{
    padding-right: 768px;
  }

  .mobile\:pb-768{
    padding-bottom: 768px;
  }

  .mobile\:pl-768{
    padding-left: 768px;
  }

  .mobile\:-pt-200{
    padding-top: -200px;
  }

  .mobile\:-pr-200{
    padding-right: -200px;
  }

  .mobile\:-pb-200{
    padding-bottom: -200px;
  }

  .mobile\:-pl-200{
    padding-left: -200px;
  }

  .mobile\:-pt-170{
    padding-top: -170px;
  }

  .mobile\:-pr-170{
    padding-right: -170px;
  }

  .mobile\:-pb-170{
    padding-bottom: -170px;
  }

  .mobile\:-pl-170{
    padding-left: -170px;
  }

  .mobile\:-pt-120{
    padding-top: -120px;
  }

  .mobile\:-pr-120{
    padding-right: -120px;
  }

  .mobile\:-pb-120{
    padding-bottom: -120px;
  }

  .mobile\:-pl-120{
    padding-left: -120px;
  }

  .mobile\:-pt-100{
    padding-top: -100px;
  }

  .mobile\:-pr-100{
    padding-right: -100px;
  }

  .mobile\:-pb-100{
    padding-bottom: -100px;
  }

  .mobile\:-pl-100{
    padding-left: -100px;
  }

  .mobile\:-pt-50{
    padding-top: -50px;
  }

  .mobile\:-pr-50{
    padding-right: -50px;
  }

  .mobile\:-pb-50{
    padding-bottom: -50px;
  }

  .mobile\:-pl-50{
    padding-left: -50px;
  }

  .mobile\:-pt-45{
    padding-top: -45px;
  }

  .mobile\:-pr-45{
    padding-right: -45px;
  }

  .mobile\:-pb-45{
    padding-bottom: -45px;
  }

  .mobile\:-pl-45{
    padding-left: -45px;
  }

  .mobile\:-pt-3{
    padding-top: -3px;
  }

  .mobile\:-pr-3{
    padding-right: -3px;
  }

  .mobile\:-pb-3{
    padding-bottom: -3px;
  }

  .mobile\:-pl-3{
    padding-left: -3px;
  }

  .mobile\:pt-px{
    padding-top: 1px;
  }

  .mobile\:pr-px{
    padding-right: 1px;
  }

  .mobile\:pb-px{
    padding-bottom: 1px;
  }

  .mobile\:pl-px{
    padding-left: 1px;
  }

  .mobile\:pt-20p{
    padding-top: 20%;
  }

  .mobile\:pr-20p{
    padding-right: 20%;
  }

  .mobile\:pb-20p{
    padding-bottom: 20%;
  }

  .mobile\:pl-20p{
    padding-left: 20%;
  }

  .mobile\:pt-40p{
    padding-top: 40%;
  }

  .mobile\:pr-40p{
    padding-right: 40%;
  }

  .mobile\:pb-40p{
    padding-bottom: 40%;
  }

  .mobile\:pl-40p{
    padding-left: 40%;
  }

  .mobile\:pt-49p{
    padding-top: 49%;
  }

  .mobile\:pr-49p{
    padding-right: 49%;
  }

  .mobile\:pb-49p{
    padding-bottom: 49%;
  }

  .mobile\:pl-49p{
    padding-left: 49%;
  }

  .mobile\:pt-52p{
    padding-top: 52%;
  }

  .mobile\:pr-52p{
    padding-right: 52%;
  }

  .mobile\:pb-52p{
    padding-bottom: 52%;
  }

  .mobile\:pl-52p{
    padding-left: 52%;
  }

  .mobile\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .mobile\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .mobile\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .mobile\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .mobile\:pt-60p{
    padding-top: 60%;
  }

  .mobile\:pr-60p{
    padding-right: 60%;
  }

  .mobile\:pb-60p{
    padding-bottom: 60%;
  }

  .mobile\:pl-60p{
    padding-left: 60%;
  }

  .mobile\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .mobile\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .mobile\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .mobile\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .mobile\:pt-80p{
    padding-top: 80%;
  }

  .mobile\:pr-80p{
    padding-right: 80%;
  }

  .mobile\:pb-80p{
    padding-bottom: 80%;
  }

  .mobile\:pl-80p{
    padding-left: 80%;
  }

  .mobile\:pt-90p{
    padding-top: 90%;
  }

  .mobile\:pr-90p{
    padding-right: 90%;
  }

  .mobile\:pb-90p{
    padding-bottom: 90%;
  }

  .mobile\:pl-90p{
    padding-left: 90%;
  }

  .mobile\:pt-95p{
    padding-top: 95%;
  }

  .mobile\:pr-95p{
    padding-right: 95%;
  }

  .mobile\:pb-95p{
    padding-bottom: 95%;
  }

  .mobile\:pl-95p{
    padding-left: 95%;
  }

  .mobile\:pt-100p{
    padding-top: 100%;
  }

  .mobile\:pr-100p{
    padding-right: 100%;
  }

  .mobile\:pb-100p{
    padding-bottom: 100%;
  }

  .mobile\:pl-100p{
    padding-left: 100%;
  }

  .mobile\:pt-110p{
    padding-top: 110%;
  }

  .mobile\:pr-110p{
    padding-right: 110%;
  }

  .mobile\:pb-110p{
    padding-bottom: 110%;
  }

  .mobile\:pl-110p{
    padding-left: 110%;
  }

  .mobile\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .mobile\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .mobile\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .mobile\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .mobile\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .mobile\:placeholder-current::placeholder{
    color: currentColor;
  }

  .mobile\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .mobile\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .mobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .mobile\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .mobile\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .mobile\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .mobile\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .mobile\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .mobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .mobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .mobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .mobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .mobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .mobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .mobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .mobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .mobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .mobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .mobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .mobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .mobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .mobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .mobile\:pointer-events-none{
    pointer-events: none;
  }

  .mobile\:pointer-events-auto{
    pointer-events: auto;
  }

  .mobile\:static{
    position: static;
  }

  .mobile\:fixed{
    position: fixed;
  }

  .mobile\:absolute{
    position: absolute;
  }

  .mobile\:relative{
    position: relative;
  }

  .mobile\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .mobile\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mobile\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .mobile\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .mobile\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .mobile\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .mobile\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .mobile\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .mobile\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .mobile\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .mobile\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .mobile\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .mobile\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .mobile\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .mobile\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .mobile\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .mobile\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .mobile\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .mobile\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .mobile\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .mobile\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .mobile\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .mobile\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .mobile\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .mobile\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .mobile\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .mobile\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .mobile\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .mobile\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .mobile\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .mobile\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .mobile\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .mobile\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .mobile\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .mobile\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .mobile\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .mobile\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .mobile\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .mobile\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .mobile\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .mobile\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .mobile\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .mobile\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .mobile\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .mobile\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .mobile\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .mobile\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .mobile\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .mobile\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .mobile\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .mobile\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .mobile\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .mobile\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .mobile\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .mobile\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .mobile\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .mobile\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .mobile\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .mobile\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .mobile\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .mobile\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .mobile\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .mobile\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .mobile\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .mobile\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .mobile\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .mobile\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .mobile\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .mobile\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .mobile\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .mobile\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .mobile\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .mobile\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .mobile\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .mobile\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .mobile\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .mobile\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .mobile\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .mobile\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .mobile\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .mobile\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .mobile\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .mobile\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .mobile\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .mobile\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .mobile\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .mobile\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .mobile\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .mobile\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .mobile\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .mobile\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .mobile\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .mobile\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .mobile\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .mobile\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .mobile\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .mobile\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .mobile\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .mobile\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .mobile\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .mobile\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .mobile\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .mobile\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .mobile\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .mobile\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .mobile\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .mobile\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .mobile\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .mobile\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .mobile\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .mobile\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .mobile\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .mobile\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .mobile\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .mobile\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .mobile\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .mobile\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .mobile\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .mobile\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .mobile\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .mobile\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .mobile\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .mobile\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .mobile\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .mobile\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .mobile\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .mobile\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .mobile\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .mobile\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .mobile\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .mobile\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .mobile\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .mobile\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .mobile\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .mobile\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .mobile\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .mobile\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .mobile\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .mobile\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .mobile\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .mobile\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .mobile\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .mobile\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .mobile\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .mobile\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .mobile\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .mobile\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .mobile\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .mobile\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .mobile\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .mobile\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .mobile\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .mobile\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .mobile\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .mobile\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .mobile\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .mobile\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .mobile\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .mobile\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .mobile\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .mobile\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .mobile\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mobile\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .mobile\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .mobile\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .mobile\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .mobile\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .mobile\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .mobile\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mobile\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .mobile\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .mobile\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .mobile\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .mobile\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .mobile\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .mobile\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mobile\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .mobile\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .mobile\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .mobile\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .mobile\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .mobile\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .mobile\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .mobile\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .mobile\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .mobile\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .mobile\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .mobile\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .mobile\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .mobile\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .mobile\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .mobile\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .mobile\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .mobile\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .mobile\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .mobile\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .mobile\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .mobile\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .mobile\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .mobile\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .mobile\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .mobile\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .mobile\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .mobile\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .mobile\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .mobile\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .mobile\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .mobile\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .mobile\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .mobile\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .mobile\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .mobile\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .mobile\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .mobile\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .mobile\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .mobile\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .mobile\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .mobile\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .mobile\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .mobile\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .mobile\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .mobile\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .mobile\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .mobile\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .mobile\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .mobile\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .mobile\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .mobile\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .mobile\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .mobile\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .mobile\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .mobile\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .mobile\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .mobile\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .mobile\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .mobile\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .mobile\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .mobile\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .mobile\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .mobile\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .mobile\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .mobile\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .mobile\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .mobile\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .mobile\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .mobile\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .mobile\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .mobile\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .mobile\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .mobile\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .mobile\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .mobile\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .mobile\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .mobile\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .mobile\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .mobile\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .mobile\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .mobile\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .mobile\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .mobile\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .mobile\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .mobile\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .mobile\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .mobile\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .mobile\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .mobile\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .mobile\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .mobile\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .mobile\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .mobile\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .mobile\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .mobile\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .mobile\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .mobile\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .mobile\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .mobile\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .mobile\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .mobile\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .mobile\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .mobile\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .mobile\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .mobile\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .mobile\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .mobile\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .mobile\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .mobile\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .mobile\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .mobile\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .mobile\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .mobile\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .mobile\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .mobile\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .mobile\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .mobile\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .mobile\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .mobile\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .mobile\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .mobile\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .mobile\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .mobile\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .mobile\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .mobile\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .mobile\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .mobile\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .mobile\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .mobile\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .mobile\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .mobile\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .mobile\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .mobile\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .mobile\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .mobile\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .mobile\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .mobile\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .mobile\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .mobile\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .mobile\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .mobile\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .mobile\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .mobile\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .mobile\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .mobile\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .mobile\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .mobile\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .mobile\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .mobile\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .mobile\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .mobile\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .mobile\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .mobile\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .mobile\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .mobile\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .mobile\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .mobile\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .mobile\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .mobile\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .mobile\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .mobile\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .mobile\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .mobile\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .mobile\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .mobile\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .mobile\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .mobile\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .mobile\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .mobile\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .mobile\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .mobile\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .mobile\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .mobile\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .mobile\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .mobile\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .mobile\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .mobile\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .mobile\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .mobile\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .mobile\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .mobile\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .mobile\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .mobile\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .mobile\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .mobile\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .mobile\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .mobile\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .mobile\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .mobile\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .mobile\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .mobile\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .mobile\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .mobile\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .mobile\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .mobile\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .mobile\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .mobile\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .mobile\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .mobile\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .mobile\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .mobile\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .mobile\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .mobile\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .mobile\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .mobile\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .mobile\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .mobile\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .mobile\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .mobile\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .mobile\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .mobile\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .mobile\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .mobile\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .mobile\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .mobile\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .mobile\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .mobile\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .mobile\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .mobile\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .mobile\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .mobile\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .mobile\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .mobile\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .mobile\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .mobile\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .mobile\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .mobile\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .mobile\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .mobile\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .mobile\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .mobile\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .mobile\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .mobile\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .mobile\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .mobile\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .mobile\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .mobile\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .mobile\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .mobile\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .mobile\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .mobile\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .mobile\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .mobile\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .mobile\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .mobile\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .mobile\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .mobile\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .mobile\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .mobile\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .mobile\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .mobile\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .mobile\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .mobile\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .mobile\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .mobile\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .mobile\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .mobile\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .mobile\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .mobile\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .mobile\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .mobile\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .mobile\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .mobile\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .mobile\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .mobile\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .mobile\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .mobile\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .mobile\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .mobile\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .mobile\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .mobile\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .mobile\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .mobile\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .mobile\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .mobile\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .mobile\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .mobile\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .mobile\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .mobile\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .mobile\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .mobile\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .mobile\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .mobile\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .mobile\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .mobile\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .mobile\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .mobile\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .mobile\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .mobile\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .mobile\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .mobile\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .mobile\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .mobile\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .mobile\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .mobile\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .mobile\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .mobile\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .mobile\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .mobile\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .mobile\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .mobile\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .mobile\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .mobile\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .mobile\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .mobile\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .mobile\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .mobile\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .mobile\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .mobile\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .mobile\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .mobile\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .mobile\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .mobile\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .mobile\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .mobile\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .mobile\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .mobile\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .mobile\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .mobile\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .mobile\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .mobile\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .mobile\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .mobile\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .mobile\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .mobile\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .mobile\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .mobile\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .mobile\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .mobile\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .mobile\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .mobile\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .mobile\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .mobile\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .mobile\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .mobile\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .mobile\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .mobile\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .mobile\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .mobile\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .mobile\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .mobile\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .mobile\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .mobile\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .mobile\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .mobile\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .mobile\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .mobile\:top-0{
    top: 0px;
  }

  .mobile\:right-0{
    right: 0px;
  }

  .mobile\:bottom-0{
    bottom: 0px;
  }

  .mobile\:left-0{
    left: 0px;
  }

  .mobile\:top-2{
    top: 2px;
  }

  .mobile\:right-2{
    right: 2px;
  }

  .mobile\:bottom-2{
    bottom: 2px;
  }

  .mobile\:left-2{
    left: 2px;
  }

  .mobile\:top-4{
    top: 4px;
  }

  .mobile\:right-4{
    right: 4px;
  }

  .mobile\:bottom-4{
    bottom: 4px;
  }

  .mobile\:left-4{
    left: 4px;
  }

  .mobile\:top-5{
    top: 5px;
  }

  .mobile\:right-5{
    right: 5px;
  }

  .mobile\:bottom-5{
    bottom: 5px;
  }

  .mobile\:left-5{
    left: 5px;
  }

  .mobile\:top-7{
    top: 7px;
  }

  .mobile\:right-7{
    right: 7px;
  }

  .mobile\:bottom-7{
    bottom: 7px;
  }

  .mobile\:left-7{
    left: 7px;
  }

  .mobile\:top-8{
    top: 8px;
  }

  .mobile\:right-8{
    right: 8px;
  }

  .mobile\:bottom-8{
    bottom: 8px;
  }

  .mobile\:left-8{
    left: 8px;
  }

  .mobile\:top-10{
    top: 10px;
  }

  .mobile\:right-10{
    right: 10px;
  }

  .mobile\:bottom-10{
    bottom: 10px;
  }

  .mobile\:left-10{
    left: 10px;
  }

  .mobile\:top-11{
    top: 11px;
  }

  .mobile\:right-11{
    right: 11px;
  }

  .mobile\:bottom-11{
    bottom: 11px;
  }

  .mobile\:left-11{
    left: 11px;
  }

  .mobile\:top-12{
    top: 12px;
  }

  .mobile\:right-12{
    right: 12px;
  }

  .mobile\:bottom-12{
    bottom: 12px;
  }

  .mobile\:left-12{
    left: 12px;
  }

  .mobile\:top-13{
    top: 13px;
  }

  .mobile\:right-13{
    right: 13px;
  }

  .mobile\:bottom-13{
    bottom: 13px;
  }

  .mobile\:left-13{
    left: 13px;
  }

  .mobile\:top-15{
    top: 15px;
  }

  .mobile\:right-15{
    right: 15px;
  }

  .mobile\:bottom-15{
    bottom: 15px;
  }

  .mobile\:left-15{
    left: 15px;
  }

  .mobile\:top-16{
    top: 16px;
  }

  .mobile\:right-16{
    right: 16px;
  }

  .mobile\:bottom-16{
    bottom: 16px;
  }

  .mobile\:left-16{
    left: 16px;
  }

  .mobile\:top-18{
    top: 18px;
  }

  .mobile\:right-18{
    right: 18px;
  }

  .mobile\:bottom-18{
    bottom: 18px;
  }

  .mobile\:left-18{
    left: 18px;
  }

  .mobile\:top-20{
    top: 20px;
  }

  .mobile\:right-20{
    right: 20px;
  }

  .mobile\:bottom-20{
    bottom: 20px;
  }

  .mobile\:left-20{
    left: 20px;
  }

  .mobile\:top-24{
    top: 24px;
  }

  .mobile\:right-24{
    right: 24px;
  }

  .mobile\:bottom-24{
    bottom: 24px;
  }

  .mobile\:left-24{
    left: 24px;
  }

  .mobile\:top-28{
    top: 28px;
  }

  .mobile\:right-28{
    right: 28px;
  }

  .mobile\:bottom-28{
    bottom: 28px;
  }

  .mobile\:left-28{
    left: 28px;
  }

  .mobile\:top-29{
    top: 29px;
  }

  .mobile\:right-29{
    right: 29px;
  }

  .mobile\:bottom-29{
    bottom: 29px;
  }

  .mobile\:left-29{
    left: 29px;
  }

  .mobile\:top-30{
    top: 30px;
  }

  .mobile\:right-30{
    right: 30px;
  }

  .mobile\:bottom-30{
    bottom: 30px;
  }

  .mobile\:left-30{
    left: 30px;
  }

  .mobile\:top-32{
    top: 32px;
  }

  .mobile\:right-32{
    right: 32px;
  }

  .mobile\:bottom-32{
    bottom: 32px;
  }

  .mobile\:left-32{
    left: 32px;
  }

  .mobile\:top-34{
    top: 34px;
  }

  .mobile\:right-34{
    right: 34px;
  }

  .mobile\:bottom-34{
    bottom: 34px;
  }

  .mobile\:left-34{
    left: 34px;
  }

  .mobile\:top-36{
    top: 36px;
  }

  .mobile\:right-36{
    right: 36px;
  }

  .mobile\:bottom-36{
    bottom: 36px;
  }

  .mobile\:left-36{
    left: 36px;
  }

  .mobile\:top-40{
    top: 40px;
  }

  .mobile\:right-40{
    right: 40px;
  }

  .mobile\:bottom-40{
    bottom: 40px;
  }

  .mobile\:left-40{
    left: 40px;
  }

  .mobile\:top-48{
    top: 48px;
  }

  .mobile\:right-48{
    right: 48px;
  }

  .mobile\:bottom-48{
    bottom: 48px;
  }

  .mobile\:left-48{
    left: 48px;
  }

  .mobile\:top-50{
    top: 50px;
  }

  .mobile\:right-50{
    right: 50px;
  }

  .mobile\:bottom-50{
    bottom: 50px;
  }

  .mobile\:left-50{
    left: 50px;
  }

  .mobile\:top-56{
    top: 56px;
  }

  .mobile\:right-56{
    right: 56px;
  }

  .mobile\:bottom-56{
    bottom: 56px;
  }

  .mobile\:left-56{
    left: 56px;
  }

  .mobile\:top-60{
    top: 60px;
  }

  .mobile\:right-60{
    right: 60px;
  }

  .mobile\:bottom-60{
    bottom: 60px;
  }

  .mobile\:left-60{
    left: 60px;
  }

  .mobile\:top-64{
    top: 64px;
  }

  .mobile\:right-64{
    right: 64px;
  }

  .mobile\:bottom-64{
    bottom: 64px;
  }

  .mobile\:left-64{
    left: 64px;
  }

  .mobile\:top-70{
    top: 70px;
  }

  .mobile\:right-70{
    right: 70px;
  }

  .mobile\:bottom-70{
    bottom: 70px;
  }

  .mobile\:left-70{
    left: 70px;
  }

  .mobile\:top-72{
    top: 72px;
  }

  .mobile\:right-72{
    right: 72px;
  }

  .mobile\:bottom-72{
    bottom: 72px;
  }

  .mobile\:left-72{
    left: 72px;
  }

  .mobile\:top-80{
    top: 80px;
  }

  .mobile\:right-80{
    right: 80px;
  }

  .mobile\:bottom-80{
    bottom: 80px;
  }

  .mobile\:left-80{
    left: 80px;
  }

  .mobile\:top-88{
    top: 88px;
  }

  .mobile\:right-88{
    right: 88px;
  }

  .mobile\:bottom-88{
    bottom: 88px;
  }

  .mobile\:left-88{
    left: 88px;
  }

  .mobile\:top-90{
    top: 90px;
  }

  .mobile\:right-90{
    right: 90px;
  }

  .mobile\:bottom-90{
    bottom: 90px;
  }

  .mobile\:left-90{
    left: 90px;
  }

  .mobile\:top-96{
    top: 96px;
  }

  .mobile\:right-96{
    right: 96px;
  }

  .mobile\:bottom-96{
    bottom: 96px;
  }

  .mobile\:left-96{
    left: 96px;
  }

  .mobile\:top-100{
    top: 100px;
  }

  .mobile\:right-100{
    right: 100px;
  }

  .mobile\:bottom-100{
    bottom: 100px;
  }

  .mobile\:left-100{
    left: 100px;
  }

  .mobile\:top-112{
    top: 112px;
  }

  .mobile\:right-112{
    right: 112px;
  }

  .mobile\:bottom-112{
    bottom: 112px;
  }

  .mobile\:left-112{
    left: 112px;
  }

  .mobile\:top-128{
    top: 128px;
  }

  .mobile\:right-128{
    right: 128px;
  }

  .mobile\:bottom-128{
    bottom: 128px;
  }

  .mobile\:left-128{
    left: 128px;
  }

  .mobile\:top-135{
    top: 135px;
  }

  .mobile\:right-135{
    right: 135px;
  }

  .mobile\:bottom-135{
    bottom: 135px;
  }

  .mobile\:left-135{
    left: 135px;
  }

  .mobile\:top-145{
    top: 145px;
  }

  .mobile\:right-145{
    right: 145px;
  }

  .mobile\:bottom-145{
    bottom: 145px;
  }

  .mobile\:left-145{
    left: 145px;
  }

  .mobile\:top-155{
    top: 155px;
  }

  .mobile\:right-155{
    right: 155px;
  }

  .mobile\:bottom-155{
    bottom: 155px;
  }

  .mobile\:left-155{
    left: 155px;
  }

  .mobile\:top-160{
    top: 160px;
  }

  .mobile\:right-160{
    right: 160px;
  }

  .mobile\:bottom-160{
    bottom: 160px;
  }

  .mobile\:left-160{
    left: 160px;
  }

  .mobile\:top-192{
    top: 192px;
  }

  .mobile\:right-192{
    right: 192px;
  }

  .mobile\:bottom-192{
    bottom: 192px;
  }

  .mobile\:left-192{
    left: 192px;
  }

  .mobile\:top-200{
    top: 200px;
  }

  .mobile\:right-200{
    right: 200px;
  }

  .mobile\:bottom-200{
    bottom: 200px;
  }

  .mobile\:left-200{
    left: 200px;
  }

  .mobile\:top-224{
    top: 224px;
  }

  .mobile\:right-224{
    right: 224px;
  }

  .mobile\:bottom-224{
    bottom: 224px;
  }

  .mobile\:left-224{
    left: 224px;
  }

  .mobile\:top-227{
    top: 227px;
  }

  .mobile\:right-227{
    right: 227px;
  }

  .mobile\:bottom-227{
    bottom: 227px;
  }

  .mobile\:left-227{
    left: 227px;
  }

  .mobile\:top-250{
    top: 250px;
  }

  .mobile\:right-250{
    right: 250px;
  }

  .mobile\:bottom-250{
    bottom: 250px;
  }

  .mobile\:left-250{
    left: 250px;
  }

  .mobile\:top-256{
    top: 256px;
  }

  .mobile\:right-256{
    right: 256px;
  }

  .mobile\:bottom-256{
    bottom: 256px;
  }

  .mobile\:left-256{
    left: 256px;
  }

  .mobile\:top-270{
    top: 270px;
  }

  .mobile\:right-270{
    right: 270px;
  }

  .mobile\:bottom-270{
    bottom: 270px;
  }

  .mobile\:left-270{
    left: 270px;
  }

  .mobile\:top-288{
    top: 288px;
  }

  .mobile\:right-288{
    right: 288px;
  }

  .mobile\:bottom-288{
    bottom: 288px;
  }

  .mobile\:left-288{
    left: 288px;
  }

  .mobile\:top-304{
    top: 304px;
  }

  .mobile\:right-304{
    right: 304px;
  }

  .mobile\:bottom-304{
    bottom: 304px;
  }

  .mobile\:left-304{
    left: 304px;
  }

  .mobile\:top-314{
    top: 314px;
  }

  .mobile\:right-314{
    right: 314px;
  }

  .mobile\:bottom-314{
    bottom: 314px;
  }

  .mobile\:left-314{
    left: 314px;
  }

  .mobile\:top-320{
    top: 320px;
  }

  .mobile\:right-320{
    right: 320px;
  }

  .mobile\:bottom-320{
    bottom: 320px;
  }

  .mobile\:left-320{
    left: 320px;
  }

  .mobile\:top-352{
    top: 352px;
  }

  .mobile\:right-352{
    right: 352px;
  }

  .mobile\:bottom-352{
    bottom: 352px;
  }

  .mobile\:left-352{
    left: 352px;
  }

  .mobile\:top-384{
    top: 384px;
  }

  .mobile\:right-384{
    right: 384px;
  }

  .mobile\:bottom-384{
    bottom: 384px;
  }

  .mobile\:left-384{
    left: 384px;
  }

  .mobile\:top-416{
    top: 416px;
  }

  .mobile\:right-416{
    right: 416px;
  }

  .mobile\:bottom-416{
    bottom: 416px;
  }

  .mobile\:left-416{
    left: 416px;
  }

  .mobile\:top-448{
    top: 448px;
  }

  .mobile\:right-448{
    right: 448px;
  }

  .mobile\:bottom-448{
    bottom: 448px;
  }

  .mobile\:left-448{
    left: 448px;
  }

  .mobile\:top-480{
    top: 480px;
  }

  .mobile\:right-480{
    right: 480px;
  }

  .mobile\:bottom-480{
    bottom: 480px;
  }

  .mobile\:left-480{
    left: 480px;
  }

  .mobile\:top-512{
    top: 512px;
  }

  .mobile\:right-512{
    right: 512px;
  }

  .mobile\:bottom-512{
    bottom: 512px;
  }

  .mobile\:left-512{
    left: 512px;
  }

  .mobile\:top-576{
    top: 576px;
  }

  .mobile\:right-576{
    right: 576px;
  }

  .mobile\:bottom-576{
    bottom: 576px;
  }

  .mobile\:left-576{
    left: 576px;
  }

  .mobile\:top-612{
    top: 612px;
  }

  .mobile\:right-612{
    right: 612px;
  }

  .mobile\:bottom-612{
    bottom: 612px;
  }

  .mobile\:left-612{
    left: 612px;
  }

  .mobile\:top-640{
    top: 640px;
  }

  .mobile\:right-640{
    right: 640px;
  }

  .mobile\:bottom-640{
    bottom: 640px;
  }

  .mobile\:left-640{
    left: 640px;
  }

  .mobile\:top-768{
    top: 768px;
  }

  .mobile\:right-768{
    right: 768px;
  }

  .mobile\:bottom-768{
    bottom: 768px;
  }

  .mobile\:left-768{
    left: 768px;
  }

  .mobile\:top-auto{
    top: auto;
  }

  .mobile\:right-auto{
    right: auto;
  }

  .mobile\:bottom-auto{
    bottom: auto;
  }

  .mobile\:left-auto{
    left: auto;
  }

  .mobile\:-top-200{
    top: -200px;
  }

  .mobile\:-right-200{
    right: -200px;
  }

  .mobile\:-bottom-200{
    bottom: -200px;
  }

  .mobile\:-left-200{
    left: -200px;
  }

  .mobile\:-top-170{
    top: -170px;
  }

  .mobile\:-right-170{
    right: -170px;
  }

  .mobile\:-bottom-170{
    bottom: -170px;
  }

  .mobile\:-left-170{
    left: -170px;
  }

  .mobile\:-top-120{
    top: -120px;
  }

  .mobile\:-right-120{
    right: -120px;
  }

  .mobile\:-bottom-120{
    bottom: -120px;
  }

  .mobile\:-left-120{
    left: -120px;
  }

  .mobile\:-top-100{
    top: -100px;
  }

  .mobile\:-right-100{
    right: -100px;
  }

  .mobile\:-bottom-100{
    bottom: -100px;
  }

  .mobile\:-left-100{
    left: -100px;
  }

  .mobile\:-top-50{
    top: -50px;
  }

  .mobile\:-right-50{
    right: -50px;
  }

  .mobile\:-bottom-50{
    bottom: -50px;
  }

  .mobile\:-left-50{
    left: -50px;
  }

  .mobile\:-top-45{
    top: -45px;
  }

  .mobile\:-right-45{
    right: -45px;
  }

  .mobile\:-bottom-45{
    bottom: -45px;
  }

  .mobile\:-left-45{
    left: -45px;
  }

  .mobile\:-top-3{
    top: -3px;
  }

  .mobile\:-right-3{
    right: -3px;
  }

  .mobile\:-bottom-3{
    bottom: -3px;
  }

  .mobile\:-left-3{
    left: -3px;
  }

  .mobile\:top-px{
    top: 1px;
  }

  .mobile\:right-px{
    right: 1px;
  }

  .mobile\:bottom-px{
    bottom: 1px;
  }

  .mobile\:left-px{
    left: 1px;
  }

  .mobile\:top-20p{
    top: 20%;
  }

  .mobile\:right-20p{
    right: 20%;
  }

  .mobile\:bottom-20p{
    bottom: 20%;
  }

  .mobile\:left-20p{
    left: 20%;
  }

  .mobile\:top-40p{
    top: 40%;
  }

  .mobile\:right-40p{
    right: 40%;
  }

  .mobile\:bottom-40p{
    bottom: 40%;
  }

  .mobile\:left-40p{
    left: 40%;
  }

  .mobile\:top-49p{
    top: 49%;
  }

  .mobile\:right-49p{
    right: 49%;
  }

  .mobile\:bottom-49p{
    bottom: 49%;
  }

  .mobile\:left-49p{
    left: 49%;
  }

  .mobile\:top-52p{
    top: 52%;
  }

  .mobile\:right-52p{
    right: 52%;
  }

  .mobile\:bottom-52p{
    bottom: 52%;
  }

  .mobile\:left-52p{
    left: 52%;
  }

  .mobile\:top-53\.5p{
    top: 53.5%;
  }

  .mobile\:right-53\.5p{
    right: 53.5%;
  }

  .mobile\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .mobile\:left-53\.5p{
    left: 53.5%;
  }

  .mobile\:top-60p{
    top: 60%;
  }

  .mobile\:right-60p{
    right: 60%;
  }

  .mobile\:bottom-60p{
    bottom: 60%;
  }

  .mobile\:left-60p{
    left: 60%;
  }

  .mobile\:top-71\.5p{
    top: 71.5%;
  }

  .mobile\:right-71\.5p{
    right: 71.5%;
  }

  .mobile\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .mobile\:left-71\.5p{
    left: 71.5%;
  }

  .mobile\:top-80p{
    top: 80%;
  }

  .mobile\:right-80p{
    right: 80%;
  }

  .mobile\:bottom-80p{
    bottom: 80%;
  }

  .mobile\:left-80p{
    left: 80%;
  }

  .mobile\:top-90p{
    top: 90%;
  }

  .mobile\:right-90p{
    right: 90%;
  }

  .mobile\:bottom-90p{
    bottom: 90%;
  }

  .mobile\:left-90p{
    left: 90%;
  }

  .mobile\:top-95p{
    top: 95%;
  }

  .mobile\:right-95p{
    right: 95%;
  }

  .mobile\:bottom-95p{
    bottom: 95%;
  }

  .mobile\:left-95p{
    left: 95%;
  }

  .mobile\:top-100p{
    top: 100%;
  }

  .mobile\:right-100p{
    right: 100%;
  }

  .mobile\:bottom-100p{
    bottom: 100%;
  }

  .mobile\:left-100p{
    left: 100%;
  }

  .mobile\:top-110p{
    top: 110%;
  }

  .mobile\:right-110p{
    right: 110%;
  }

  .mobile\:bottom-110p{
    bottom: 110%;
  }

  .mobile\:left-110p{
    left: 110%;
  }

  .mobile\:-top-0{
    top: 0px;
  }

  .mobile\:-right-0{
    right: 0px;
  }

  .mobile\:-bottom-0{
    bottom: 0px;
  }

  .mobile\:-left-0{
    left: 0px;
  }

  .mobile\:-top-2{
    top: -2px;
  }

  .mobile\:-right-2{
    right: -2px;
  }

  .mobile\:-bottom-2{
    bottom: -2px;
  }

  .mobile\:-left-2{
    left: -2px;
  }

  .mobile\:-top-4{
    top: -4px;
  }

  .mobile\:-right-4{
    right: -4px;
  }

  .mobile\:-bottom-4{
    bottom: -4px;
  }

  .mobile\:-left-4{
    left: -4px;
  }

  .mobile\:-top-5{
    top: -5px;
  }

  .mobile\:-right-5{
    right: -5px;
  }

  .mobile\:-bottom-5{
    bottom: -5px;
  }

  .mobile\:-left-5{
    left: -5px;
  }

  .mobile\:-top-7{
    top: -7px;
  }

  .mobile\:-right-7{
    right: -7px;
  }

  .mobile\:-bottom-7{
    bottom: -7px;
  }

  .mobile\:-left-7{
    left: -7px;
  }

  .mobile\:-top-8{
    top: -8px;
  }

  .mobile\:-right-8{
    right: -8px;
  }

  .mobile\:-bottom-8{
    bottom: -8px;
  }

  .mobile\:-left-8{
    left: -8px;
  }

  .mobile\:-top-10{
    top: -10px;
  }

  .mobile\:-right-10{
    right: -10px;
  }

  .mobile\:-bottom-10{
    bottom: -10px;
  }

  .mobile\:-left-10{
    left: -10px;
  }

  .mobile\:-top-11{
    top: -11px;
  }

  .mobile\:-right-11{
    right: -11px;
  }

  .mobile\:-bottom-11{
    bottom: -11px;
  }

  .mobile\:-left-11{
    left: -11px;
  }

  .mobile\:-top-12{
    top: -12px;
  }

  .mobile\:-right-12{
    right: -12px;
  }

  .mobile\:-bottom-12{
    bottom: -12px;
  }

  .mobile\:-left-12{
    left: -12px;
  }

  .mobile\:-top-13{
    top: -13px;
  }

  .mobile\:-right-13{
    right: -13px;
  }

  .mobile\:-bottom-13{
    bottom: -13px;
  }

  .mobile\:-left-13{
    left: -13px;
  }

  .mobile\:-top-15{
    top: -15px;
  }

  .mobile\:-right-15{
    right: -15px;
  }

  .mobile\:-bottom-15{
    bottom: -15px;
  }

  .mobile\:-left-15{
    left: -15px;
  }

  .mobile\:-top-16{
    top: -16px;
  }

  .mobile\:-right-16{
    right: -16px;
  }

  .mobile\:-bottom-16{
    bottom: -16px;
  }

  .mobile\:-left-16{
    left: -16px;
  }

  .mobile\:-top-18{
    top: -18px;
  }

  .mobile\:-right-18{
    right: -18px;
  }

  .mobile\:-bottom-18{
    bottom: -18px;
  }

  .mobile\:-left-18{
    left: -18px;
  }

  .mobile\:-top-20{
    top: -20px;
  }

  .mobile\:-right-20{
    right: -20px;
  }

  .mobile\:-bottom-20{
    bottom: -20px;
  }

  .mobile\:-left-20{
    left: -20px;
  }

  .mobile\:-top-24{
    top: -24px;
  }

  .mobile\:-right-24{
    right: -24px;
  }

  .mobile\:-bottom-24{
    bottom: -24px;
  }

  .mobile\:-left-24{
    left: -24px;
  }

  .mobile\:-top-28{
    top: -28px;
  }

  .mobile\:-right-28{
    right: -28px;
  }

  .mobile\:-bottom-28{
    bottom: -28px;
  }

  .mobile\:-left-28{
    left: -28px;
  }

  .mobile\:-top-29{
    top: -29px;
  }

  .mobile\:-right-29{
    right: -29px;
  }

  .mobile\:-bottom-29{
    bottom: -29px;
  }

  .mobile\:-left-29{
    left: -29px;
  }

  .mobile\:-top-30{
    top: -30px;
  }

  .mobile\:-right-30{
    right: -30px;
  }

  .mobile\:-bottom-30{
    bottom: -30px;
  }

  .mobile\:-left-30{
    left: -30px;
  }

  .mobile\:-top-32{
    top: -32px;
  }

  .mobile\:-right-32{
    right: -32px;
  }

  .mobile\:-bottom-32{
    bottom: -32px;
  }

  .mobile\:-left-32{
    left: -32px;
  }

  .mobile\:-top-34{
    top: -34px;
  }

  .mobile\:-right-34{
    right: -34px;
  }

  .mobile\:-bottom-34{
    bottom: -34px;
  }

  .mobile\:-left-34{
    left: -34px;
  }

  .mobile\:-top-36{
    top: -36px;
  }

  .mobile\:-right-36{
    right: -36px;
  }

  .mobile\:-bottom-36{
    bottom: -36px;
  }

  .mobile\:-left-36{
    left: -36px;
  }

  .mobile\:-top-40{
    top: -40px;
  }

  .mobile\:-right-40{
    right: -40px;
  }

  .mobile\:-bottom-40{
    bottom: -40px;
  }

  .mobile\:-left-40{
    left: -40px;
  }

  .mobile\:-top-48{
    top: -48px;
  }

  .mobile\:-right-48{
    right: -48px;
  }

  .mobile\:-bottom-48{
    bottom: -48px;
  }

  .mobile\:-left-48{
    left: -48px;
  }

  .mobile\:-top-56{
    top: -56px;
  }

  .mobile\:-right-56{
    right: -56px;
  }

  .mobile\:-bottom-56{
    bottom: -56px;
  }

  .mobile\:-left-56{
    left: -56px;
  }

  .mobile\:-top-60{
    top: -60px;
  }

  .mobile\:-right-60{
    right: -60px;
  }

  .mobile\:-bottom-60{
    bottom: -60px;
  }

  .mobile\:-left-60{
    left: -60px;
  }

  .mobile\:-top-64{
    top: -64px;
  }

  .mobile\:-right-64{
    right: -64px;
  }

  .mobile\:-bottom-64{
    bottom: -64px;
  }

  .mobile\:-left-64{
    left: -64px;
  }

  .mobile\:-top-70{
    top: -70px;
  }

  .mobile\:-right-70{
    right: -70px;
  }

  .mobile\:-bottom-70{
    bottom: -70px;
  }

  .mobile\:-left-70{
    left: -70px;
  }

  .mobile\:-top-72{
    top: -72px;
  }

  .mobile\:-right-72{
    right: -72px;
  }

  .mobile\:-bottom-72{
    bottom: -72px;
  }

  .mobile\:-left-72{
    left: -72px;
  }

  .mobile\:-top-80{
    top: -80px;
  }

  .mobile\:-right-80{
    right: -80px;
  }

  .mobile\:-bottom-80{
    bottom: -80px;
  }

  .mobile\:-left-80{
    left: -80px;
  }

  .mobile\:-top-88{
    top: -88px;
  }

  .mobile\:-right-88{
    right: -88px;
  }

  .mobile\:-bottom-88{
    bottom: -88px;
  }

  .mobile\:-left-88{
    left: -88px;
  }

  .mobile\:-top-90{
    top: -90px;
  }

  .mobile\:-right-90{
    right: -90px;
  }

  .mobile\:-bottom-90{
    bottom: -90px;
  }

  .mobile\:-left-90{
    left: -90px;
  }

  .mobile\:-top-96{
    top: -96px;
  }

  .mobile\:-right-96{
    right: -96px;
  }

  .mobile\:-bottom-96{
    bottom: -96px;
  }

  .mobile\:-left-96{
    left: -96px;
  }

  .mobile\:-top-112{
    top: -112px;
  }

  .mobile\:-right-112{
    right: -112px;
  }

  .mobile\:-bottom-112{
    bottom: -112px;
  }

  .mobile\:-left-112{
    left: -112px;
  }

  .mobile\:-top-128{
    top: -128px;
  }

  .mobile\:-right-128{
    right: -128px;
  }

  .mobile\:-bottom-128{
    bottom: -128px;
  }

  .mobile\:-left-128{
    left: -128px;
  }

  .mobile\:-top-135{
    top: -135px;
  }

  .mobile\:-right-135{
    right: -135px;
  }

  .mobile\:-bottom-135{
    bottom: -135px;
  }

  .mobile\:-left-135{
    left: -135px;
  }

  .mobile\:-top-145{
    top: -145px;
  }

  .mobile\:-right-145{
    right: -145px;
  }

  .mobile\:-bottom-145{
    bottom: -145px;
  }

  .mobile\:-left-145{
    left: -145px;
  }

  .mobile\:-top-155{
    top: -155px;
  }

  .mobile\:-right-155{
    right: -155px;
  }

  .mobile\:-bottom-155{
    bottom: -155px;
  }

  .mobile\:-left-155{
    left: -155px;
  }

  .mobile\:-top-160{
    top: -160px;
  }

  .mobile\:-right-160{
    right: -160px;
  }

  .mobile\:-bottom-160{
    bottom: -160px;
  }

  .mobile\:-left-160{
    left: -160px;
  }

  .mobile\:-top-192{
    top: -192px;
  }

  .mobile\:-right-192{
    right: -192px;
  }

  .mobile\:-bottom-192{
    bottom: -192px;
  }

  .mobile\:-left-192{
    left: -192px;
  }

  .mobile\:-top-224{
    top: -224px;
  }

  .mobile\:-right-224{
    right: -224px;
  }

  .mobile\:-bottom-224{
    bottom: -224px;
  }

  .mobile\:-left-224{
    left: -224px;
  }

  .mobile\:-top-227{
    top: -227px;
  }

  .mobile\:-right-227{
    right: -227px;
  }

  .mobile\:-bottom-227{
    bottom: -227px;
  }

  .mobile\:-left-227{
    left: -227px;
  }

  .mobile\:-top-250{
    top: -250px;
  }

  .mobile\:-right-250{
    right: -250px;
  }

  .mobile\:-bottom-250{
    bottom: -250px;
  }

  .mobile\:-left-250{
    left: -250px;
  }

  .mobile\:-top-256{
    top: -256px;
  }

  .mobile\:-right-256{
    right: -256px;
  }

  .mobile\:-bottom-256{
    bottom: -256px;
  }

  .mobile\:-left-256{
    left: -256px;
  }

  .mobile\:-top-270{
    top: -270px;
  }

  .mobile\:-right-270{
    right: -270px;
  }

  .mobile\:-bottom-270{
    bottom: -270px;
  }

  .mobile\:-left-270{
    left: -270px;
  }

  .mobile\:-top-288{
    top: -288px;
  }

  .mobile\:-right-288{
    right: -288px;
  }

  .mobile\:-bottom-288{
    bottom: -288px;
  }

  .mobile\:-left-288{
    left: -288px;
  }

  .mobile\:-top-304{
    top: -304px;
  }

  .mobile\:-right-304{
    right: -304px;
  }

  .mobile\:-bottom-304{
    bottom: -304px;
  }

  .mobile\:-left-304{
    left: -304px;
  }

  .mobile\:-top-314{
    top: -314px;
  }

  .mobile\:-right-314{
    right: -314px;
  }

  .mobile\:-bottom-314{
    bottom: -314px;
  }

  .mobile\:-left-314{
    left: -314px;
  }

  .mobile\:-top-320{
    top: -320px;
  }

  .mobile\:-right-320{
    right: -320px;
  }

  .mobile\:-bottom-320{
    bottom: -320px;
  }

  .mobile\:-left-320{
    left: -320px;
  }

  .mobile\:-top-352{
    top: -352px;
  }

  .mobile\:-right-352{
    right: -352px;
  }

  .mobile\:-bottom-352{
    bottom: -352px;
  }

  .mobile\:-left-352{
    left: -352px;
  }

  .mobile\:-top-384{
    top: -384px;
  }

  .mobile\:-right-384{
    right: -384px;
  }

  .mobile\:-bottom-384{
    bottom: -384px;
  }

  .mobile\:-left-384{
    left: -384px;
  }

  .mobile\:-top-416{
    top: -416px;
  }

  .mobile\:-right-416{
    right: -416px;
  }

  .mobile\:-bottom-416{
    bottom: -416px;
  }

  .mobile\:-left-416{
    left: -416px;
  }

  .mobile\:-top-448{
    top: -448px;
  }

  .mobile\:-right-448{
    right: -448px;
  }

  .mobile\:-bottom-448{
    bottom: -448px;
  }

  .mobile\:-left-448{
    left: -448px;
  }

  .mobile\:-top-480{
    top: -480px;
  }

  .mobile\:-right-480{
    right: -480px;
  }

  .mobile\:-bottom-480{
    bottom: -480px;
  }

  .mobile\:-left-480{
    left: -480px;
  }

  .mobile\:-top-512{
    top: -512px;
  }

  .mobile\:-right-512{
    right: -512px;
  }

  .mobile\:-bottom-512{
    bottom: -512px;
  }

  .mobile\:-left-512{
    left: -512px;
  }

  .mobile\:-top-576{
    top: -576px;
  }

  .mobile\:-right-576{
    right: -576px;
  }

  .mobile\:-bottom-576{
    bottom: -576px;
  }

  .mobile\:-left-576{
    left: -576px;
  }

  .mobile\:-top-612{
    top: -612px;
  }

  .mobile\:-right-612{
    right: -612px;
  }

  .mobile\:-bottom-612{
    bottom: -612px;
  }

  .mobile\:-left-612{
    left: -612px;
  }

  .mobile\:-top-640{
    top: -640px;
  }

  .mobile\:-right-640{
    right: -640px;
  }

  .mobile\:-bottom-640{
    bottom: -640px;
  }

  .mobile\:-left-640{
    left: -640px;
  }

  .mobile\:-top-768{
    top: -768px;
  }

  .mobile\:-right-768{
    right: -768px;
  }

  .mobile\:-bottom-768{
    bottom: -768px;
  }

  .mobile\:-left-768{
    left: -768px;
  }

  .mobile\:-top--200{
    top: 200px;
  }

  .mobile\:-right--200{
    right: 200px;
  }

  .mobile\:-bottom--200{
    bottom: 200px;
  }

  .mobile\:-left--200{
    left: 200px;
  }

  .mobile\:-top--170{
    top: 170px;
  }

  .mobile\:-right--170{
    right: 170px;
  }

  .mobile\:-bottom--170{
    bottom: 170px;
  }

  .mobile\:-left--170{
    left: 170px;
  }

  .mobile\:-top--120{
    top: 120px;
  }

  .mobile\:-right--120{
    right: 120px;
  }

  .mobile\:-bottom--120{
    bottom: 120px;
  }

  .mobile\:-left--120{
    left: 120px;
  }

  .mobile\:-top--100{
    top: 100px;
  }

  .mobile\:-right--100{
    right: 100px;
  }

  .mobile\:-bottom--100{
    bottom: 100px;
  }

  .mobile\:-left--100{
    left: 100px;
  }

  .mobile\:-top--50{
    top: 50px;
  }

  .mobile\:-right--50{
    right: 50px;
  }

  .mobile\:-bottom--50{
    bottom: 50px;
  }

  .mobile\:-left--50{
    left: 50px;
  }

  .mobile\:-top--45{
    top: 45px;
  }

  .mobile\:-right--45{
    right: 45px;
  }

  .mobile\:-bottom--45{
    bottom: 45px;
  }

  .mobile\:-left--45{
    left: 45px;
  }

  .mobile\:-top--3{
    top: 3px;
  }

  .mobile\:-right--3{
    right: 3px;
  }

  .mobile\:-bottom--3{
    bottom: 3px;
  }

  .mobile\:-left--3{
    left: 3px;
  }

  .mobile\:-top-px{
    top: -1px;
  }

  .mobile\:-right-px{
    right: -1px;
  }

  .mobile\:-bottom-px{
    bottom: -1px;
  }

  .mobile\:-left-px{
    left: -1px;
  }

  .mobile\:-top-20p{
    top: -20%;
  }

  .mobile\:-right-20p{
    right: -20%;
  }

  .mobile\:-bottom-20p{
    bottom: -20%;
  }

  .mobile\:-left-20p{
    left: -20%;
  }

  .mobile\:-top-40p{
    top: -40%;
  }

  .mobile\:-right-40p{
    right: -40%;
  }

  .mobile\:-bottom-40p{
    bottom: -40%;
  }

  .mobile\:-left-40p{
    left: -40%;
  }

  .mobile\:-top-49p{
    top: -49%;
  }

  .mobile\:-right-49p{
    right: -49%;
  }

  .mobile\:-bottom-49p{
    bottom: -49%;
  }

  .mobile\:-left-49p{
    left: -49%;
  }

  .mobile\:-top-52p{
    top: -52%;
  }

  .mobile\:-right-52p{
    right: -52%;
  }

  .mobile\:-bottom-52p{
    bottom: -52%;
  }

  .mobile\:-left-52p{
    left: -52%;
  }

  .mobile\:-top-53\.5p{
    top: -53.5%;
  }

  .mobile\:-right-53\.5p{
    right: -53.5%;
  }

  .mobile\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .mobile\:-left-53\.5p{
    left: -53.5%;
  }

  .mobile\:-top-60p{
    top: -60%;
  }

  .mobile\:-right-60p{
    right: -60%;
  }

  .mobile\:-bottom-60p{
    bottom: -60%;
  }

  .mobile\:-left-60p{
    left: -60%;
  }

  .mobile\:-top-71\.5p{
    top: -71.5%;
  }

  .mobile\:-right-71\.5p{
    right: -71.5%;
  }

  .mobile\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .mobile\:-left-71\.5p{
    left: -71.5%;
  }

  .mobile\:-top-80p{
    top: -80%;
  }

  .mobile\:-right-80p{
    right: -80%;
  }

  .mobile\:-bottom-80p{
    bottom: -80%;
  }

  .mobile\:-left-80p{
    left: -80%;
  }

  .mobile\:-top-90p{
    top: -90%;
  }

  .mobile\:-right-90p{
    right: -90%;
  }

  .mobile\:-bottom-90p{
    bottom: -90%;
  }

  .mobile\:-left-90p{
    left: -90%;
  }

  .mobile\:-top-95p{
    top: -95%;
  }

  .mobile\:-right-95p{
    right: -95%;
  }

  .mobile\:-bottom-95p{
    bottom: -95%;
  }

  .mobile\:-left-95p{
    left: -95%;
  }

  .mobile\:-top-100p{
    top: -100%;
  }

  .mobile\:-right-100p{
    right: -100%;
  }

  .mobile\:-bottom-100p{
    bottom: -100%;
  }

  .mobile\:-left-100p{
    left: -100%;
  }

  .mobile\:-top-110p{
    top: -110%;
  }

  .mobile\:-right-110p{
    right: -110%;
  }

  .mobile\:-bottom-110p{
    bottom: -110%;
  }

  .mobile\:-left-110p{
    left: -110%;
  }

  .mobile\:top-1\/2{
    top: 50%;
  }

  .mobile\:right-1\/2{
    right: 50%;
  }

  .mobile\:bottom-1\/2{
    bottom: 50%;
  }

  .mobile\:left-1\/2{
    left: 50%;
  }

  .mobile\:top-1\/3{
    top: 33.333333%;
  }

  .mobile\:right-1\/3{
    right: 33.333333%;
  }

  .mobile\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .mobile\:left-1\/3{
    left: 33.333333%;
  }

  .mobile\:top-2\/3{
    top: 66.666667%;
  }

  .mobile\:right-2\/3{
    right: 66.666667%;
  }

  .mobile\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .mobile\:left-2\/3{
    left: 66.666667%;
  }

  .mobile\:top-1\/4{
    top: 25%;
  }

  .mobile\:right-1\/4{
    right: 25%;
  }

  .mobile\:bottom-1\/4{
    bottom: 25%;
  }

  .mobile\:left-1\/4{
    left: 25%;
  }

  .mobile\:top-2\/4{
    top: 50%;
  }

  .mobile\:right-2\/4{
    right: 50%;
  }

  .mobile\:bottom-2\/4{
    bottom: 50%;
  }

  .mobile\:left-2\/4{
    left: 50%;
  }

  .mobile\:top-3\/4{
    top: 75%;
  }

  .mobile\:right-3\/4{
    right: 75%;
  }

  .mobile\:bottom-3\/4{
    bottom: 75%;
  }

  .mobile\:left-3\/4{
    left: 75%;
  }

  .mobile\:top-full{
    top: 100%;
  }

  .mobile\:right-full{
    right: 100%;
  }

  .mobile\:bottom-full{
    bottom: 100%;
  }

  .mobile\:left-full{
    left: 100%;
  }

  .mobile\:-top-1\/2{
    top: -50%;
  }

  .mobile\:-right-1\/2{
    right: -50%;
  }

  .mobile\:-bottom-1\/2{
    bottom: -50%;
  }

  .mobile\:-left-1\/2{
    left: -50%;
  }

  .mobile\:-top-1\/3{
    top: -33.333333%;
  }

  .mobile\:-right-1\/3{
    right: -33.333333%;
  }

  .mobile\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .mobile\:-left-1\/3{
    left: -33.333333%;
  }

  .mobile\:-top-2\/3{
    top: -66.666667%;
  }

  .mobile\:-right-2\/3{
    right: -66.666667%;
  }

  .mobile\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .mobile\:-left-2\/3{
    left: -66.666667%;
  }

  .mobile\:-top-1\/4{
    top: -25%;
  }

  .mobile\:-right-1\/4{
    right: -25%;
  }

  .mobile\:-bottom-1\/4{
    bottom: -25%;
  }

  .mobile\:-left-1\/4{
    left: -25%;
  }

  .mobile\:-top-2\/4{
    top: -50%;
  }

  .mobile\:-right-2\/4{
    right: -50%;
  }

  .mobile\:-bottom-2\/4{
    bottom: -50%;
  }

  .mobile\:-left-2\/4{
    left: -50%;
  }

  .mobile\:-top-3\/4{
    top: -75%;
  }

  .mobile\:-right-3\/4{
    right: -75%;
  }

  .mobile\:-bottom-3\/4{
    bottom: -75%;
  }

  .mobile\:-left-3\/4{
    left: -75%;
  }

  .mobile\:-top-full{
    top: -100%;
  }

  .mobile\:-right-full{
    right: -100%;
  }

  .mobile\:-bottom-full{
    bottom: -100%;
  }

  .mobile\:-left-full{
    left: -100%;
  }

  .mobile\:resize-none{
    resize: none;
  }

  .mobile\:resize-y{
    resize: vertical;
  }

  .mobile\:resize-x{
    resize: horizontal;
  }

  .mobile\:resize{
    resize: both;
  }

  .mobile\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .mobile\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mobile\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:ring-inset{
    --tw-ring-inset: inset;
  }

  .mobile\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .mobile\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .mobile\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .mobile\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .mobile\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .mobile\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .mobile\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .mobile\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .mobile\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .mobile\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .mobile\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .mobile\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .mobile\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .mobile\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .mobile\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .mobile\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .mobile\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .mobile\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .mobile\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .mobile\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .mobile\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .mobile\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .mobile\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .mobile\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .mobile\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .mobile\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .mobile\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .mobile\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .mobile\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .mobile\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .mobile\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .mobile\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .mobile\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .mobile\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .mobile\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .mobile\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .mobile\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .mobile\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .mobile\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .mobile\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .mobile\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .mobile\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .mobile\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .mobile\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .mobile\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .mobile\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .mobile\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .mobile\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .mobile\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .mobile\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .mobile\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .mobile\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .mobile\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .mobile\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .mobile\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .mobile\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .mobile\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .mobile\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .mobile\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .mobile\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .mobile\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .mobile\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .mobile\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .mobile\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .mobile\:ring-current{
    --tw-ring-color: currentColor;
  }

  .mobile\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .mobile\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .mobile\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .mobile\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .mobile\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .mobile\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .mobile\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .mobile\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .mobile\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .mobile\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .mobile\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .mobile\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .mobile\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .mobile\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .mobile\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .mobile\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .mobile\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .mobile\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .mobile\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .mobile\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .mobile\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .mobile\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .mobile\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .mobile\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .mobile\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .mobile\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .mobile\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .mobile\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .mobile\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .mobile\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .mobile\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .mobile\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .mobile\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .mobile\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .mobile\:fill-current{
    fill: currentColor;
  }

  .mobile\:fill-gold{
  }

  .mobile\:fill-green{
  }

  .mobile\:fill-fb{
    fill: #2c88ff;
  }

  .mobile\:fill-twitter{
    fill: #53a7e6;
  }

  .mobile\:fill-insta{
    fill: #d6316c;
  }

  .mobile\:fill-youtube{
    fill: #ff0200;
  }

  .mobile\:stroke-current{
    stroke: currentColor;
  }

  .mobile\:stroke-0{
    stroke-width: 0;
  }

  .mobile\:stroke-1{
    stroke-width: 1;
  }

  .mobile\:stroke-2{
    stroke-width: 2;
  }

  .mobile\:table-auto{
    table-layout: auto;
  }

  .mobile\:table-fixed{
    table-layout: fixed;
  }

  .mobile\:text-left{
    text-align: left;
  }

  .mobile\:text-center{
    text-align: center;
  }

  .mobile\:text-right{
    text-align: right;
  }

  .mobile\:text-justify{
    text-align: justify;
  }

  .mobile\:text-transparent{
    color: transparent;
  }

  .mobile\:text-current{
    color: currentColor;
  }

  .mobile\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .mobile\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .mobile\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .mobile\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .mobile\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .mobile\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .mobile\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .mobile\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .mobile\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .mobile\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .mobile\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .mobile\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .mobile\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .mobile\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .mobile\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .mobile\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .mobile\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .mobile\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .mobile\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .mobile\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .mobile\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .mobile\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .mobile\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .mobile\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .mobile\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-transparent:hover{
    color: transparent;
  }

  .mobile\:hover\:text-current:hover{
    color: currentColor;
  }

  .mobile\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .mobile\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-transparent:focus{
    color: transparent;
  }

  .mobile\:focus\:text-current:focus{
    color: currentColor;
  }

  .mobile\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .mobile\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .mobile\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .mobile\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .mobile\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .mobile\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .mobile\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .mobile\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .mobile\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .mobile\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .mobile\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .mobile\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .mobile\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .mobile\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .mobile\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .mobile\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .mobile\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .mobile\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .mobile\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .mobile\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .mobile\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .mobile\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .mobile\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .mobile\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .mobile\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .mobile\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .mobile\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .mobile\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .mobile\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .mobile\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .mobile\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .mobile\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .mobile\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .mobile\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .mobile\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .mobile\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .mobile\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .mobile\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .mobile\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .mobile\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .mobile\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .mobile\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .mobile\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .mobile\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .mobile\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .mobile\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .mobile\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .mobile\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .mobile\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .mobile\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .mobile\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .mobile\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .mobile\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .mobile\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .mobile\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .mobile\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .mobile\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .mobile\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .mobile\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .mobile\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .mobile\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .mobile\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .mobile\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .mobile\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .mobile\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .mobile\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .mobile\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .mobile\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .mobile\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .mobile\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .mobile\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .mobile\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .mobile\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .mobile\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .mobile\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .mobile\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .mobile\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .mobile\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .mobile\:overflow-clip{
    text-overflow: clip;
  }

  .mobile\:italic{
    font-style: italic;
  }

  .mobile\:not-italic{
    font-style: normal;
  }

  .mobile\:uppercase{
    text-transform: uppercase;
  }

  .mobile\:lowercase{
    text-transform: lowercase;
  }

  .mobile\:capitalize{
    text-transform: capitalize;
  }

  .mobile\:normal-case{
    text-transform: none;
  }

  .mobile\:underline{
    text-decoration: underline;
  }

  .mobile\:line-through{
    text-decoration: line-through;
  }

  .mobile\:no-underline{
    text-decoration: none;
  }

  .group:hover .mobile\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .mobile\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .mobile\:group-hover\:no-underline{
    text-decoration: none;
  }

  .mobile\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .mobile\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .mobile\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .mobile\:hover\:underline:hover{
    text-decoration: underline;
  }

  .mobile\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .mobile\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .mobile\:focus\:underline:focus{
    text-decoration: underline;
  }

  .mobile\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .mobile\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .mobile\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .mobile\:ordinal, .mobile\:slashed-zero, .mobile\:lining-nums, .mobile\:oldstyle-nums, .mobile\:proportional-nums, .mobile\:tabular-nums, .mobile\:diagonal-fractions, .mobile\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .mobile\:normal-nums{
    font-variant-numeric: normal;
  }

  .mobile\:ordinal{
    --tw-ordinal: ordinal;
  }

  .mobile\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .mobile\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .mobile\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .mobile\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .mobile\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .mobile\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .mobile\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .mobile\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .mobile\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .mobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .mobile\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .mobile\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .mobile\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .mobile\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .mobile\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .mobile\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .mobile\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .mobile\:align-baseline{
    vertical-align: baseline;
  }

  .mobile\:align-top{
    vertical-align: top;
  }

  .mobile\:align-middle{
    vertical-align: middle;
  }

  .mobile\:align-bottom{
    vertical-align: bottom;
  }

  .mobile\:align-text-top{
    vertical-align: text-top;
  }

  .mobile\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .mobile\:visible{
    visibility: visible;
  }

  .mobile\:invisible{
    visibility: hidden;
  }

  .group:hover .mobile\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .mobile\:group-hover\:invisible{
    visibility: hidden;
  }

  .mobile\:whitespace-normal{
    white-space: normal;
  }

  .mobile\:whitespace-nowrap{
    white-space: nowrap;
  }

  .mobile\:whitespace-pre{
    white-space: pre;
  }

  .mobile\:whitespace-pre-line{
    white-space: pre-line;
  }

  .mobile\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .mobile\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .mobile\:break-words{
    overflow-wrap: break-word;
  }

  .mobile\:break-all{
    word-break: break-all;
  }

  .mobile\:w-0{
    width: 0px;
  }

  .mobile\:w-2{
    width: 2px;
  }

  .mobile\:w-4{
    width: 4px;
  }

  .mobile\:w-5{
    width: 5px;
  }

  .mobile\:w-7{
    width: 7px;
  }

  .mobile\:w-8{
    width: 8px;
  }

  .mobile\:w-10{
    width: 10px;
  }

  .mobile\:w-11{
    width: 11px;
  }

  .mobile\:w-12{
    width: 12px;
  }

  .mobile\:w-13{
    width: 13px;
  }

  .mobile\:w-15{
    width: 15px;
  }

  .mobile\:w-16{
    width: 16px;
  }

  .mobile\:w-18{
    width: 18px;
  }

  .mobile\:w-20{
    width: 20px;
  }

  .mobile\:w-24{
    width: 24px;
  }

  .mobile\:w-28{
    width: 28px;
  }

  .mobile\:w-29{
    width: 29px;
  }

  .mobile\:w-30{
    width: 30px;
  }

  .mobile\:w-32{
    width: 32px;
  }

  .mobile\:w-34{
    width: 34px;
  }

  .mobile\:w-36{
    width: 36px;
  }

  .mobile\:w-40{
    width: 40px;
  }

  .mobile\:w-48{
    width: 48px;
  }

  .mobile\:w-50{
    width: 50px;
  }

  .mobile\:w-56{
    width: 56px;
  }

  .mobile\:w-60{
    width: 60px;
  }

  .mobile\:w-64{
    width: 64px;
  }

  .mobile\:w-70{
    width: 70px;
  }

  .mobile\:w-72{
    width: 72px;
  }

  .mobile\:w-80{
    width: 80px;
  }

  .mobile\:w-88{
    width: 88px;
  }

  .mobile\:w-90{
    width: 90px;
  }

  .mobile\:w-96{
    width: 96px;
  }

  .mobile\:w-100{
    width: 100px;
  }

  .mobile\:w-112{
    width: 112px;
  }

  .mobile\:w-128{
    width: 128px;
  }

  .mobile\:w-135{
    width: 135px;
  }

  .mobile\:w-145{
    width: 145px;
  }

  .mobile\:w-155{
    width: 155px;
  }

  .mobile\:w-160{
    width: 160px;
  }

  .mobile\:w-192{
    width: 192px;
  }

  .mobile\:w-200{
    width: 200px;
  }

  .mobile\:w-224{
    width: 224px;
  }

  .mobile\:w-227{
    width: 227px;
  }

  .mobile\:w-250{
    width: 250px;
  }

  .mobile\:w-256{
    width: 256px;
  }

  .mobile\:w-270{
    width: 270px;
  }

  .mobile\:w-288{
    width: 288px;
  }

  .mobile\:w-304{
    width: 304px;
  }

  .mobile\:w-314{
    width: 314px;
  }

  .mobile\:w-320{
    width: 320px;
  }

  .mobile\:w-352{
    width: 352px;
  }

  .mobile\:w-384{
    width: 384px;
  }

  .mobile\:w-416{
    width: 416px;
  }

  .mobile\:w-448{
    width: 448px;
  }

  .mobile\:w-480{
    width: 480px;
  }

  .mobile\:w-512{
    width: 512px;
  }

  .mobile\:w-576{
    width: 576px;
  }

  .mobile\:w-612{
    width: 612px;
  }

  .mobile\:w-640{
    width: 640px;
  }

  .mobile\:w-768{
    width: 768px;
  }

  .mobile\:w-auto{
    width: auto;
  }

  .mobile\:-w-200{
    width: -200px;
  }

  .mobile\:-w-170{
    width: -170px;
  }

  .mobile\:-w-120{
    width: -120px;
  }

  .mobile\:-w-100{
    width: -100px;
  }

  .mobile\:-w-50{
    width: -50px;
  }

  .mobile\:-w-45{
    width: -45px;
  }

  .mobile\:-w-3{
    width: -3px;
  }

  .mobile\:w-px{
    width: 1px;
  }

  .mobile\:w-20p{
    width: 20%;
  }

  .mobile\:w-40p{
    width: 40%;
  }

  .mobile\:w-49p{
    width: 49%;
  }

  .mobile\:w-52p{
    width: 52%;
  }

  .mobile\:w-53\.5p{
    width: 53.5%;
  }

  .mobile\:w-60p{
    width: 60%;
  }

  .mobile\:w-71\.5p{
    width: 71.5%;
  }

  .mobile\:w-80p{
    width: 80%;
  }

  .mobile\:w-90p{
    width: 90%;
  }

  .mobile\:w-95p{
    width: 95%;
  }

  .mobile\:w-100p{
    width: 100%;
  }

  .mobile\:w-110p{
    width: 110%;
  }

  .mobile\:w-1\/2{
    width: 50%;
  }

  .mobile\:w-1\/3{
    width: 33.333333%;
  }

  .mobile\:w-2\/3{
    width: 66.666667%;
  }

  .mobile\:w-1\/4{
    width: 25%;
  }

  .mobile\:w-2\/4{
    width: 50%;
  }

  .mobile\:w-3\/4{
    width: 75%;
  }

  .mobile\:w-1\/5{
    width: 20%;
  }

  .mobile\:w-2\/5{
    width: 40%;
  }

  .mobile\:w-3\/5{
    width: 60%;
  }

  .mobile\:w-4\/5{
    width: 80%;
  }

  .mobile\:w-1\/6{
    width: 16.666667%;
  }

  .mobile\:w-2\/6{
    width: 33.333333%;
  }

  .mobile\:w-3\/6{
    width: 50%;
  }

  .mobile\:w-4\/6{
    width: 66.666667%;
  }

  .mobile\:w-5\/6{
    width: 83.333333%;
  }

  .mobile\:w-1\/12{
    width: 8.333333%;
  }

  .mobile\:w-2\/12{
    width: 16.666667%;
  }

  .mobile\:w-3\/12{
    width: 25%;
  }

  .mobile\:w-4\/12{
    width: 33.333333%;
  }

  .mobile\:w-5\/12{
    width: 41.666667%;
  }

  .mobile\:w-6\/12{
    width: 50%;
  }

  .mobile\:w-7\/12{
    width: 58.333333%;
  }

  .mobile\:w-8\/12{
    width: 66.666667%;
  }

  .mobile\:w-9\/12{
    width: 75%;
  }

  .mobile\:w-10\/12{
    width: 83.333333%;
  }

  .mobile\:w-11\/12{
    width: 91.666667%;
  }

  .mobile\:w-full{
    width: 100%;
  }

  .mobile\:w-screen{
    width: 100vw;
  }

  .mobile\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .mobile\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .mobile\:z-0{
    z-index: 0;
  }

  .mobile\:z-1{
    z-index: 1;
  }

  .mobile\:z-10{
    z-index: 10;
  }

  .mobile\:z-20{
    z-index: 20;
  }

  .mobile\:z-30{
    z-index: 30;
  }

  .mobile\:z-40{
    z-index: 40;
  }

  .mobile\:z-50{
    z-index: 50;
  }

  .mobile\:z-auto{
    z-index: auto;
  }

  .mobile\:-z-1{
    z-index: -1;
  }

  .mobile\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .mobile\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .mobile\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .mobile\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .mobile\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .mobile\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .mobile\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .mobile\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .mobile\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .mobile\:focus\:z-0:focus{
    z-index: 0;
  }

  .mobile\:focus\:z-1:focus{
    z-index: 1;
  }

  .mobile\:focus\:z-10:focus{
    z-index: 10;
  }

  .mobile\:focus\:z-20:focus{
    z-index: 20;
  }

  .mobile\:focus\:z-30:focus{
    z-index: 30;
  }

  .mobile\:focus\:z-40:focus{
    z-index: 40;
  }

  .mobile\:focus\:z-50:focus{
    z-index: 50;
  }

  .mobile\:focus\:z-auto:focus{
    z-index: auto;
  }

  .mobile\:focus\:-z-1:focus{
    z-index: -1;
  }

  .mobile\:gap-0{
    gap: 0px;
  }

  .mobile\:gap-2{
    gap: 2px;
  }

  .mobile\:gap-4{
    gap: 4px;
  }

  .mobile\:gap-5{
    gap: 5px;
  }

  .mobile\:gap-7{
    gap: 7px;
  }

  .mobile\:gap-8{
    gap: 8px;
  }

  .mobile\:gap-10{
    gap: 10px;
  }

  .mobile\:gap-11{
    gap: 11px;
  }

  .mobile\:gap-12{
    gap: 12px;
  }

  .mobile\:gap-13{
    gap: 13px;
  }

  .mobile\:gap-15{
    gap: 15px;
  }

  .mobile\:gap-16{
    gap: 16px;
  }

  .mobile\:gap-18{
    gap: 18px;
  }

  .mobile\:gap-20{
    gap: 20px;
  }

  .mobile\:gap-24{
    gap: 24px;
  }

  .mobile\:gap-28{
    gap: 28px;
  }

  .mobile\:gap-29{
    gap: 29px;
  }

  .mobile\:gap-30{
    gap: 30px;
  }

  .mobile\:gap-32{
    gap: 32px;
  }

  .mobile\:gap-34{
    gap: 34px;
  }

  .mobile\:gap-36{
    gap: 36px;
  }

  .mobile\:gap-40{
    gap: 40px;
  }

  .mobile\:gap-48{
    gap: 48px;
  }

  .mobile\:gap-50{
    gap: 50px;
  }

  .mobile\:gap-56{
    gap: 56px;
  }

  .mobile\:gap-60{
    gap: 60px;
  }

  .mobile\:gap-64{
    gap: 64px;
  }

  .mobile\:gap-70{
    gap: 70px;
  }

  .mobile\:gap-72{
    gap: 72px;
  }

  .mobile\:gap-80{
    gap: 80px;
  }

  .mobile\:gap-88{
    gap: 88px;
  }

  .mobile\:gap-90{
    gap: 90px;
  }

  .mobile\:gap-96{
    gap: 96px;
  }

  .mobile\:gap-100{
    gap: 100px;
  }

  .mobile\:gap-112{
    gap: 112px;
  }

  .mobile\:gap-128{
    gap: 128px;
  }

  .mobile\:gap-135{
    gap: 135px;
  }

  .mobile\:gap-145{
    gap: 145px;
  }

  .mobile\:gap-155{
    gap: 155px;
  }

  .mobile\:gap-160{
    gap: 160px;
  }

  .mobile\:gap-192{
    gap: 192px;
  }

  .mobile\:gap-200{
    gap: 200px;
  }

  .mobile\:gap-224{
    gap: 224px;
  }

  .mobile\:gap-227{
    gap: 227px;
  }

  .mobile\:gap-250{
    gap: 250px;
  }

  .mobile\:gap-256{
    gap: 256px;
  }

  .mobile\:gap-270{
    gap: 270px;
  }

  .mobile\:gap-288{
    gap: 288px;
  }

  .mobile\:gap-304{
    gap: 304px;
  }

  .mobile\:gap-314{
    gap: 314px;
  }

  .mobile\:gap-320{
    gap: 320px;
  }

  .mobile\:gap-352{
    gap: 352px;
  }

  .mobile\:gap-384{
    gap: 384px;
  }

  .mobile\:gap-416{
    gap: 416px;
  }

  .mobile\:gap-448{
    gap: 448px;
  }

  .mobile\:gap-480{
    gap: 480px;
  }

  .mobile\:gap-512{
    gap: 512px;
  }

  .mobile\:gap-576{
    gap: 576px;
  }

  .mobile\:gap-612{
    gap: 612px;
  }

  .mobile\:gap-640{
    gap: 640px;
  }

  .mobile\:gap-768{
    gap: 768px;
  }

  .mobile\:-gap-200{
    gap: -200px;
  }

  .mobile\:-gap-170{
    gap: -170px;
  }

  .mobile\:-gap-120{
    gap: -120px;
  }

  .mobile\:-gap-100{
    gap: -100px;
  }

  .mobile\:-gap-50{
    gap: -50px;
  }

  .mobile\:-gap-45{
    gap: -45px;
  }

  .mobile\:-gap-3{
    gap: -3px;
  }

  .mobile\:gap-px{
    gap: 1px;
  }

  .mobile\:gap-20p{
    gap: 20%;
  }

  .mobile\:gap-40p{
    gap: 40%;
  }

  .mobile\:gap-49p{
    gap: 49%;
  }

  .mobile\:gap-52p{
    gap: 52%;
  }

  .mobile\:gap-53\.5p{
    gap: 53.5%;
  }

  .mobile\:gap-60p{
    gap: 60%;
  }

  .mobile\:gap-71\.5p{
    gap: 71.5%;
  }

  .mobile\:gap-80p{
    gap: 80%;
  }

  .mobile\:gap-90p{
    gap: 90%;
  }

  .mobile\:gap-95p{
    gap: 95%;
  }

  .mobile\:gap-100p{
    gap: 100%;
  }

  .mobile\:gap-110p{
    gap: 110%;
  }

  .mobile\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mobile\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .mobile\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .mobile\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .mobile\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .mobile\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .mobile\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .mobile\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .mobile\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .mobile\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .mobile\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .mobile\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .mobile\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .mobile\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .mobile\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .mobile\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .mobile\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .mobile\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .mobile\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .mobile\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .mobile\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .mobile\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .mobile\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .mobile\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .mobile\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .mobile\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .mobile\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .mobile\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .mobile\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .mobile\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .mobile\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .mobile\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .mobile\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .mobile\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .mobile\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .mobile\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .mobile\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .mobile\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .mobile\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .mobile\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .mobile\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .mobile\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .mobile\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .mobile\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .mobile\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .mobile\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .mobile\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .mobile\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .mobile\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .mobile\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .mobile\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .mobile\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .mobile\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .mobile\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .mobile\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .mobile\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .mobile\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .mobile\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .mobile\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .mobile\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .mobile\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .mobile\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .mobile\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .mobile\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .mobile\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .mobile\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .mobile\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .mobile\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .mobile\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .mobile\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .mobile\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .mobile\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .mobile\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .mobile\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .mobile\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .mobile\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .mobile\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .mobile\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .mobile\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .mobile\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .mobile\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .mobile\:gap-y-0{
    row-gap: 0px;
  }

  .mobile\:gap-y-2{
    row-gap: 2px;
  }

  .mobile\:gap-y-4{
    row-gap: 4px;
  }

  .mobile\:gap-y-5{
    row-gap: 5px;
  }

  .mobile\:gap-y-7{
    row-gap: 7px;
  }

  .mobile\:gap-y-8{
    row-gap: 8px;
  }

  .mobile\:gap-y-10{
    row-gap: 10px;
  }

  .mobile\:gap-y-11{
    row-gap: 11px;
  }

  .mobile\:gap-y-12{
    row-gap: 12px;
  }

  .mobile\:gap-y-13{
    row-gap: 13px;
  }

  .mobile\:gap-y-15{
    row-gap: 15px;
  }

  .mobile\:gap-y-16{
    row-gap: 16px;
  }

  .mobile\:gap-y-18{
    row-gap: 18px;
  }

  .mobile\:gap-y-20{
    row-gap: 20px;
  }

  .mobile\:gap-y-24{
    row-gap: 24px;
  }

  .mobile\:gap-y-28{
    row-gap: 28px;
  }

  .mobile\:gap-y-29{
    row-gap: 29px;
  }

  .mobile\:gap-y-30{
    row-gap: 30px;
  }

  .mobile\:gap-y-32{
    row-gap: 32px;
  }

  .mobile\:gap-y-34{
    row-gap: 34px;
  }

  .mobile\:gap-y-36{
    row-gap: 36px;
  }

  .mobile\:gap-y-40{
    row-gap: 40px;
  }

  .mobile\:gap-y-48{
    row-gap: 48px;
  }

  .mobile\:gap-y-50{
    row-gap: 50px;
  }

  .mobile\:gap-y-56{
    row-gap: 56px;
  }

  .mobile\:gap-y-60{
    row-gap: 60px;
  }

  .mobile\:gap-y-64{
    row-gap: 64px;
  }

  .mobile\:gap-y-70{
    row-gap: 70px;
  }

  .mobile\:gap-y-72{
    row-gap: 72px;
  }

  .mobile\:gap-y-80{
    row-gap: 80px;
  }

  .mobile\:gap-y-88{
    row-gap: 88px;
  }

  .mobile\:gap-y-90{
    row-gap: 90px;
  }

  .mobile\:gap-y-96{
    row-gap: 96px;
  }

  .mobile\:gap-y-100{
    row-gap: 100px;
  }

  .mobile\:gap-y-112{
    row-gap: 112px;
  }

  .mobile\:gap-y-128{
    row-gap: 128px;
  }

  .mobile\:gap-y-135{
    row-gap: 135px;
  }

  .mobile\:gap-y-145{
    row-gap: 145px;
  }

  .mobile\:gap-y-155{
    row-gap: 155px;
  }

  .mobile\:gap-y-160{
    row-gap: 160px;
  }

  .mobile\:gap-y-192{
    row-gap: 192px;
  }

  .mobile\:gap-y-200{
    row-gap: 200px;
  }

  .mobile\:gap-y-224{
    row-gap: 224px;
  }

  .mobile\:gap-y-227{
    row-gap: 227px;
  }

  .mobile\:gap-y-250{
    row-gap: 250px;
  }

  .mobile\:gap-y-256{
    row-gap: 256px;
  }

  .mobile\:gap-y-270{
    row-gap: 270px;
  }

  .mobile\:gap-y-288{
    row-gap: 288px;
  }

  .mobile\:gap-y-304{
    row-gap: 304px;
  }

  .mobile\:gap-y-314{
    row-gap: 314px;
  }

  .mobile\:gap-y-320{
    row-gap: 320px;
  }

  .mobile\:gap-y-352{
    row-gap: 352px;
  }

  .mobile\:gap-y-384{
    row-gap: 384px;
  }

  .mobile\:gap-y-416{
    row-gap: 416px;
  }

  .mobile\:gap-y-448{
    row-gap: 448px;
  }

  .mobile\:gap-y-480{
    row-gap: 480px;
  }

  .mobile\:gap-y-512{
    row-gap: 512px;
  }

  .mobile\:gap-y-576{
    row-gap: 576px;
  }

  .mobile\:gap-y-612{
    row-gap: 612px;
  }

  .mobile\:gap-y-640{
    row-gap: 640px;
  }

  .mobile\:gap-y-768{
    row-gap: 768px;
  }

  .mobile\:-gap-y-200{
    row-gap: -200px;
  }

  .mobile\:-gap-y-170{
    row-gap: -170px;
  }

  .mobile\:-gap-y-120{
    row-gap: -120px;
  }

  .mobile\:-gap-y-100{
    row-gap: -100px;
  }

  .mobile\:-gap-y-50{
    row-gap: -50px;
  }

  .mobile\:-gap-y-45{
    row-gap: -45px;
  }

  .mobile\:-gap-y-3{
    row-gap: -3px;
  }

  .mobile\:gap-y-px{
    row-gap: 1px;
  }

  .mobile\:gap-y-20p{
    row-gap: 20%;
  }

  .mobile\:gap-y-40p{
    row-gap: 40%;
  }

  .mobile\:gap-y-49p{
    row-gap: 49%;
  }

  .mobile\:gap-y-52p{
    row-gap: 52%;
  }

  .mobile\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .mobile\:gap-y-60p{
    row-gap: 60%;
  }

  .mobile\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .mobile\:gap-y-80p{
    row-gap: 80%;
  }

  .mobile\:gap-y-90p{
    row-gap: 90%;
  }

  .mobile\:gap-y-95p{
    row-gap: 95%;
  }

  .mobile\:gap-y-100p{
    row-gap: 100%;
  }

  .mobile\:gap-y-110p{
    row-gap: 110%;
  }

  .mobile\:grid-flow-row{
    grid-auto-flow: row;
  }

  .mobile\:grid-flow-col{
    grid-auto-flow: column;
  }

  .mobile\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .mobile\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .mobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .mobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .mobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .mobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .mobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .mobile\:grid-cols-none{
    grid-template-columns: none;
  }

  .mobile\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .mobile\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .mobile\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .mobile\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .mobile\:col-auto{
    grid-column: auto;
  }

  .mobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .mobile\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .mobile\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .mobile\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .mobile\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .mobile\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .mobile\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .mobile\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .mobile\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .mobile\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .mobile\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .mobile\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .mobile\:col-span-full{
    grid-column: 1 / -1;
  }

  .mobile\:col-start-1{
    grid-column-start: 1;
  }

  .mobile\:col-start-2{
    grid-column-start: 2;
  }

  .mobile\:col-start-3{
    grid-column-start: 3;
  }

  .mobile\:col-start-4{
    grid-column-start: 4;
  }

  .mobile\:col-start-5{
    grid-column-start: 5;
  }

  .mobile\:col-start-6{
    grid-column-start: 6;
  }

  .mobile\:col-start-7{
    grid-column-start: 7;
  }

  .mobile\:col-start-8{
    grid-column-start: 8;
  }

  .mobile\:col-start-9{
    grid-column-start: 9;
  }

  .mobile\:col-start-10{
    grid-column-start: 10;
  }

  .mobile\:col-start-11{
    grid-column-start: 11;
  }

  .mobile\:col-start-12{
    grid-column-start: 12;
  }

  .mobile\:col-start-13{
    grid-column-start: 13;
  }

  .mobile\:col-start-auto{
    grid-column-start: auto;
  }

  .mobile\:col-end-1{
    grid-column-end: 1;
  }

  .mobile\:col-end-2{
    grid-column-end: 2;
  }

  .mobile\:col-end-3{
    grid-column-end: 3;
  }

  .mobile\:col-end-4{
    grid-column-end: 4;
  }

  .mobile\:col-end-5{
    grid-column-end: 5;
  }

  .mobile\:col-end-6{
    grid-column-end: 6;
  }

  .mobile\:col-end-7{
    grid-column-end: 7;
  }

  .mobile\:col-end-8{
    grid-column-end: 8;
  }

  .mobile\:col-end-9{
    grid-column-end: 9;
  }

  .mobile\:col-end-10{
    grid-column-end: 10;
  }

  .mobile\:col-end-11{
    grid-column-end: 11;
  }

  .mobile\:col-end-12{
    grid-column-end: 12;
  }

  .mobile\:col-end-13{
    grid-column-end: 13;
  }

  .mobile\:col-end-auto{
    grid-column-end: auto;
  }

  .mobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .mobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .mobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .mobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .mobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .mobile\:grid-rows-none{
    grid-template-rows: none;
  }

  .mobile\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .mobile\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .mobile\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .mobile\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .mobile\:row-auto{
    grid-row: auto;
  }

  .mobile\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .mobile\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .mobile\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .mobile\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .mobile\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .mobile\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .mobile\:row-span-full{
    grid-row: 1 / -1;
  }

  .mobile\:row-start-1{
    grid-row-start: 1;
  }

  .mobile\:row-start-2{
    grid-row-start: 2;
  }

  .mobile\:row-start-3{
    grid-row-start: 3;
  }

  .mobile\:row-start-4{
    grid-row-start: 4;
  }

  .mobile\:row-start-5{
    grid-row-start: 5;
  }

  .mobile\:row-start-6{
    grid-row-start: 6;
  }

  .mobile\:row-start-7{
    grid-row-start: 7;
  }

  .mobile\:row-start-auto{
    grid-row-start: auto;
  }

  .mobile\:row-end-1{
    grid-row-end: 1;
  }

  .mobile\:row-end-2{
    grid-row-end: 2;
  }

  .mobile\:row-end-3{
    grid-row-end: 3;
  }

  .mobile\:row-end-4{
    grid-row-end: 4;
  }

  .mobile\:row-end-5{
    grid-row-end: 5;
  }

  .mobile\:row-end-6{
    grid-row-end: 6;
  }

  .mobile\:row-end-7{
    grid-row-end: 7;
  }

  .mobile\:row-end-auto{
    grid-row-end: auto;
  }

  .mobile\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:transform-none{
    transform: none;
  }

  .mobile\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:hover\:transform-none:hover{
    transform: none;
  }

  .mobile\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mobile\:focus\:transform-none:focus{
    transform: none;
  }

  .mobile\:origin-center{
    transform-origin: center;
  }

  .mobile\:origin-top{
    transform-origin: top;
  }

  .mobile\:origin-top-right{
    transform-origin: top right;
  }

  .mobile\:origin-right{
    transform-origin: right;
  }

  .mobile\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .mobile\:origin-bottom{
    transform-origin: bottom;
  }

  .mobile\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .mobile\:origin-left{
    transform-origin: left;
  }

  .mobile\:origin-top-left{
    transform-origin: top left;
  }

  .mobile\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:scale-x-0{
    --tw-scale-x: 0;
  }

  .mobile\:scale-x-50{
    --tw-scale-x: .5;
  }

  .mobile\:scale-x-75{
    --tw-scale-x: .75;
  }

  .mobile\:scale-x-90{
    --tw-scale-x: .9;
  }

  .mobile\:scale-x-95{
    --tw-scale-x: .95;
  }

  .mobile\:scale-x-100{
    --tw-scale-x: 1;
  }

  .mobile\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .mobile\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .mobile\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .mobile\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .mobile\:scale-y-0{
    --tw-scale-y: 0;
  }

  .mobile\:scale-y-50{
    --tw-scale-y: .5;
  }

  .mobile\:scale-y-75{
    --tw-scale-y: .75;
  }

  .mobile\:scale-y-90{
    --tw-scale-y: .9;
  }

  .mobile\:scale-y-95{
    --tw-scale-y: .95;
  }

  .mobile\:scale-y-100{
    --tw-scale-y: 1;
  }

  .mobile\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .mobile\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .mobile\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .mobile\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .mobile\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .mobile\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .mobile\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .mobile\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .mobile\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .mobile\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .mobile\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .mobile\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .mobile\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .mobile\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .mobile\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .mobile\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .mobile\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .mobile\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .mobile\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .mobile\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .mobile\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .mobile\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .mobile\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .mobile\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .mobile\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .mobile\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .mobile\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .mobile\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .mobile\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .mobile\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .mobile\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .mobile\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .mobile\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .mobile\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .mobile\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .mobile\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .mobile\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .mobile\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .mobile\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .mobile\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .mobile\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .mobile\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .mobile\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .mobile\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .mobile\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .mobile\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .mobile\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .mobile\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .mobile\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .mobile\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .mobile\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .mobile\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .mobile\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .mobile\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .mobile\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .mobile\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .mobile\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .mobile\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .mobile\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .mobile\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .mobile\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .mobile\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .mobile\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .mobile\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .mobile\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .mobile\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .mobile\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .mobile\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .mobile\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .mobile\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .mobile\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .mobile\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .mobile\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .mobile\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .mobile\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .mobile\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .mobile\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .mobile\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .mobile\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .mobile\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .mobile\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .mobile\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .mobile\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .mobile\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .mobile\:rotate-0{
    --tw-rotate: 0deg;
  }

  .mobile\:rotate-1{
    --tw-rotate: 1deg;
  }

  .mobile\:rotate-2{
    --tw-rotate: 2deg;
  }

  .mobile\:rotate-3{
    --tw-rotate: 3deg;
  }

  .mobile\:rotate-6{
    --tw-rotate: 6deg;
  }

  .mobile\:rotate-12{
    --tw-rotate: 12deg;
  }

  .mobile\:rotate-45{
    --tw-rotate: 45deg;
  }

  .mobile\:rotate-90{
    --tw-rotate: 90deg;
  }

  .mobile\:rotate-180{
    --tw-rotate: 180deg;
  }

  .mobile\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .mobile\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .mobile\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .mobile\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .mobile\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .mobile\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .mobile\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .mobile\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .mobile\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .mobile\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .mobile\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .mobile\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .mobile\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .mobile\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .mobile\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .mobile\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .mobile\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .mobile\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .mobile\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .mobile\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .mobile\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .mobile\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .mobile\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .mobile\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .mobile\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .mobile\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .mobile\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .mobile\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .mobile\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .mobile\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .mobile\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .mobile\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .mobile\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .mobile\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .mobile\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .mobile\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .mobile\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .mobile\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .mobile\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .mobile\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .mobile\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .mobile\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .mobile\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .mobile\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .mobile\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .mobile\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .mobile\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .mobile\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .mobile\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .mobile\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .mobile\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .mobile\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .mobile\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .mobile\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .mobile\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .mobile\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .mobile\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .mobile\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .mobile\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .mobile\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .mobile\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .mobile\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .mobile\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .mobile\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .mobile\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .mobile\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .mobile\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .mobile\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .mobile\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .mobile\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .mobile\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .mobile\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .mobile\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .mobile\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .mobile\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .mobile\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .mobile\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .mobile\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .mobile\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .mobile\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .mobile\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .mobile\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .mobile\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .mobile\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .mobile\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .mobile\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .mobile\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .mobile\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .mobile\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .mobile\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .mobile\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .mobile\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .mobile\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .mobile\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .mobile\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .mobile\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .mobile\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .mobile\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .mobile\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .mobile\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .mobile\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .mobile\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .mobile\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .mobile\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .mobile\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .mobile\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .mobile\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .mobile\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .mobile\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .mobile\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .mobile\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .mobile\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .mobile\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .mobile\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .mobile\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .mobile\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .mobile\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .mobile\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .mobile\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .mobile\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .mobile\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .mobile\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .mobile\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .mobile\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .mobile\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .mobile\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .mobile\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .mobile\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .mobile\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .mobile\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .mobile\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .mobile\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .mobile\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .mobile\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .mobile\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .mobile\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .mobile\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .mobile\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .mobile\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .mobile\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .mobile\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .mobile\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .mobile\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .mobile\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .mobile\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .mobile\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .mobile\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .mobile\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .mobile\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .mobile\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .mobile\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .mobile\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .mobile\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .mobile\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .mobile\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .mobile\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .mobile\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .mobile\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .mobile\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .mobile\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .mobile\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .mobile\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .mobile\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .mobile\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .mobile\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .mobile\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .mobile\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .mobile\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .mobile\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .mobile\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .mobile\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .mobile\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .mobile\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .mobile\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .mobile\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .mobile\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .mobile\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .mobile\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .mobile\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .mobile\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .mobile\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .mobile\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .mobile\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .mobile\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .mobile\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .mobile\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .mobile\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .mobile\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .mobile\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .mobile\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .mobile\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .mobile\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .mobile\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .mobile\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .mobile\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .mobile\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .mobile\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .mobile\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .mobile\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .mobile\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .mobile\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .mobile\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .mobile\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .mobile\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .mobile\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .mobile\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .mobile\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .mobile\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .mobile\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .mobile\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .mobile\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .mobile\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .mobile\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .mobile\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .mobile\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .mobile\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .mobile\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .mobile\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .mobile\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .mobile\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .mobile\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .mobile\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .mobile\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .mobile\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .mobile\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .mobile\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .mobile\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .mobile\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .mobile\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .mobile\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .mobile\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .mobile\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .mobile\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .mobile\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .mobile\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .mobile\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .mobile\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .mobile\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .mobile\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .mobile\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .mobile\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .mobile\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .mobile\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .mobile\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .mobile\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .mobile\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .mobile\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .mobile\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .mobile\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .mobile\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .mobile\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .mobile\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .mobile\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .mobile\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .mobile\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .mobile\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .mobile\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .mobile\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .mobile\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .mobile\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .mobile\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .mobile\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .mobile\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .mobile\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .mobile\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .mobile\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .mobile\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .mobile\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .mobile\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .mobile\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .mobile\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .mobile\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .mobile\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .mobile\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .mobile\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .mobile\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .mobile\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .mobile\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .mobile\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .mobile\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .mobile\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .mobile\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .mobile\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .mobile\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .mobile\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .mobile\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .mobile\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .mobile\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .mobile\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .mobile\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .mobile\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .mobile\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .mobile\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .mobile\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .mobile\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .mobile\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .mobile\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .mobile\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .mobile\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .mobile\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .mobile\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .mobile\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .mobile\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .mobile\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .mobile\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .mobile\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .mobile\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .mobile\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .mobile\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .mobile\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .mobile\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .mobile\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .mobile\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .mobile\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .mobile\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .mobile\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .mobile\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .mobile\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .mobile\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .mobile\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .mobile\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .mobile\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .mobile\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .mobile\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .mobile\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .mobile\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .mobile\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .mobile\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .mobile\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .mobile\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .mobile\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .mobile\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .mobile\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .mobile\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .mobile\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .mobile\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .mobile\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .mobile\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .mobile\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .mobile\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .mobile\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .mobile\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .mobile\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .mobile\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .mobile\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .mobile\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .mobile\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .mobile\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .mobile\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .mobile\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .mobile\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .mobile\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .mobile\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .mobile\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .mobile\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .mobile\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .mobile\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .mobile\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .mobile\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .mobile\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .mobile\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .mobile\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .mobile\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .mobile\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .mobile\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .mobile\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .mobile\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .mobile\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .mobile\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .mobile\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .mobile\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .mobile\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .mobile\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .mobile\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .mobile\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .mobile\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .mobile\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .mobile\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .mobile\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .mobile\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .mobile\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mobile\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .mobile\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .mobile\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .mobile\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .mobile\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .mobile\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .mobile\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .mobile\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .mobile\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .mobile\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .mobile\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .mobile\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .mobile\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .mobile\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .mobile\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .mobile\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .mobile\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .mobile\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .mobile\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .mobile\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .mobile\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .mobile\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .mobile\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .mobile\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .mobile\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .mobile\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .mobile\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .mobile\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .mobile\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .mobile\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .mobile\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .mobile\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .mobile\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .mobile\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .mobile\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .mobile\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .mobile\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .mobile\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .mobile\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .mobile\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .mobile\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .mobile\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .mobile\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .mobile\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .mobile\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .mobile\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .mobile\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .mobile\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .mobile\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .mobile\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .mobile\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .mobile\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .mobile\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .mobile\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .mobile\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .mobile\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .mobile\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .mobile\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .mobile\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .mobile\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .mobile\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .mobile\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .mobile\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .mobile\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .mobile\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .mobile\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .mobile\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .mobile\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .mobile\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .mobile\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .mobile\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .mobile\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .mobile\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .mobile\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .mobile\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .mobile\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .mobile\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .mobile\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .mobile\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .mobile\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .mobile\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .mobile\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .mobile\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .mobile\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .mobile\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .mobile\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .mobile\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .mobile\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .mobile\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .mobile\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .mobile\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .mobile\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .mobile\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .mobile\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .mobile\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .mobile\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .mobile\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .mobile\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .mobile\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .mobile\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .mobile\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .mobile\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .mobile\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .mobile\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .mobile\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .mobile\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .mobile\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .mobile\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .mobile\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .mobile\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .mobile\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .mobile\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .mobile\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .mobile\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .mobile\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .mobile\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .mobile\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .mobile\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .mobile\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .mobile\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .mobile\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .mobile\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .mobile\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .mobile\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .mobile\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .mobile\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .mobile\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .mobile\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .mobile\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .mobile\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .mobile\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .mobile\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .mobile\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .mobile\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .mobile\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .mobile\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .mobile\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .mobile\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .mobile\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .mobile\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .mobile\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .mobile\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .mobile\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .mobile\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .mobile\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .mobile\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .mobile\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .mobile\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .mobile\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .mobile\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .mobile\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .mobile\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .mobile\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .mobile\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .mobile\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .mobile\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .mobile\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .mobile\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .mobile\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .mobile\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .mobile\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .mobile\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .mobile\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .mobile\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .mobile\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .mobile\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .mobile\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .mobile\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .mobile\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mobile\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .mobile\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .mobile\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .mobile\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .mobile\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .mobile\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .mobile\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .mobile\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .mobile\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .mobile\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .mobile\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .mobile\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .mobile\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .mobile\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .mobile\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .mobile\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .mobile\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .mobile\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .mobile\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .mobile\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .mobile\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .mobile\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .mobile\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .mobile\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .mobile\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .mobile\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .mobile\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .mobile\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .mobile\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .mobile\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .mobile\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .mobile\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .mobile\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .mobile\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .mobile\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .mobile\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .mobile\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .mobile\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .mobile\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .mobile\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .mobile\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .mobile\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .mobile\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .mobile\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .mobile\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .mobile\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .mobile\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .mobile\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .mobile\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .mobile\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .mobile\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .mobile\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .mobile\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .mobile\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .mobile\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .mobile\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .mobile\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .mobile\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .mobile\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .mobile\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .mobile\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .mobile\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .mobile\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .mobile\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .mobile\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .mobile\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .mobile\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .mobile\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .mobile\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .mobile\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .mobile\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .mobile\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .mobile\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .mobile\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .mobile\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .mobile\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .mobile\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .mobile\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .mobile\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .mobile\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .mobile\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .mobile\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .mobile\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .mobile\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .mobile\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .mobile\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .mobile\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .mobile\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .mobile\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .mobile\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .mobile\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .mobile\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .mobile\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .mobile\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .mobile\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .mobile\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .mobile\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .mobile\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .mobile\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .mobile\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .mobile\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .mobile\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .mobile\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .mobile\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .mobile\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .mobile\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .mobile\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .mobile\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .mobile\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .mobile\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .mobile\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .mobile\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .mobile\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .mobile\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .mobile\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .mobile\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .mobile\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .mobile\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .mobile\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .mobile\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .mobile\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .mobile\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .mobile\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .mobile\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .mobile\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .mobile\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .mobile\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .mobile\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .mobile\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .mobile\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .mobile\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .mobile\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .mobile\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .mobile\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .mobile\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .mobile\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .mobile\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .mobile\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .mobile\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .mobile\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .mobile\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .mobile\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .mobile\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .mobile\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .mobile\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .mobile\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .mobile\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .mobile\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .mobile\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .mobile\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .mobile\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .mobile\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .mobile\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .mobile\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .mobile\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .mobile\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .mobile\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .mobile\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .mobile\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .mobile\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .mobile\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .mobile\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .mobile\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .mobile\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .mobile\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .mobile\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .mobile\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .mobile\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .mobile\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mobile\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .mobile\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .mobile\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .mobile\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .mobile\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .mobile\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .mobile\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .mobile\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .mobile\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .mobile\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .mobile\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .mobile\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .mobile\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .mobile\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .mobile\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .mobile\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .mobile\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .mobile\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .mobile\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .mobile\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .mobile\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .mobile\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .mobile\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .mobile\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .mobile\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .mobile\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .mobile\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .mobile\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .mobile\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .mobile\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .mobile\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .mobile\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .mobile\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .mobile\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .mobile\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .mobile\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .mobile\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .mobile\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .mobile\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .mobile\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .mobile\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .mobile\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .mobile\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .mobile\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .mobile\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .mobile\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .mobile\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .mobile\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .mobile\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .mobile\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .mobile\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .mobile\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .mobile\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .mobile\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .mobile\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .mobile\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .mobile\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .mobile\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .mobile\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .mobile\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .mobile\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .mobile\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .mobile\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .mobile\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .mobile\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .mobile\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .mobile\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .mobile\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .mobile\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .mobile\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .mobile\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .mobile\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .mobile\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .mobile\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .mobile\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .mobile\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .mobile\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .mobile\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .mobile\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .mobile\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .mobile\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .mobile\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .mobile\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .mobile\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .mobile\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .mobile\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .mobile\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .mobile\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .mobile\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .mobile\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .mobile\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .mobile\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .mobile\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .mobile\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .mobile\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .mobile\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .mobile\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .mobile\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .mobile\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .mobile\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .mobile\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .mobile\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .mobile\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .mobile\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .mobile\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .mobile\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .mobile\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .mobile\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .mobile\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .mobile\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .mobile\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .mobile\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .mobile\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .mobile\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .mobile\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .mobile\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .mobile\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .mobile\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .mobile\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .mobile\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .mobile\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .mobile\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .mobile\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .mobile\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .mobile\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .mobile\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .mobile\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .mobile\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .mobile\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .mobile\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .mobile\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .mobile\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .mobile\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .mobile\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .mobile\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .mobile\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .mobile\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .mobile\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .mobile\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .mobile\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .mobile\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .mobile\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .mobile\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .mobile\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .mobile\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .mobile\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .mobile\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .mobile\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .mobile\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .mobile\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .mobile\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .mobile\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .mobile\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .mobile\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .mobile\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .mobile\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .mobile\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .mobile\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .mobile\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .mobile\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .mobile\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .mobile\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .mobile\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .mobile\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .mobile\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .mobile\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .mobile\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .mobile\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .mobile\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .mobile\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .mobile\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .mobile\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .mobile\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mobile\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .mobile\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .mobile\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .mobile\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .mobile\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .mobile\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .mobile\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .mobile\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .mobile\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .mobile\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .mobile\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .mobile\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .mobile\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .mobile\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .mobile\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .mobile\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .mobile\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .mobile\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .mobile\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .mobile\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .mobile\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .mobile\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .mobile\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .mobile\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .mobile\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .mobile\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .mobile\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .mobile\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .mobile\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .mobile\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .mobile\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .mobile\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .mobile\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .mobile\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .mobile\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .mobile\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .mobile\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .mobile\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .mobile\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .mobile\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .mobile\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .mobile\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .mobile\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .mobile\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .mobile\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .mobile\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .mobile\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .mobile\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .mobile\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .mobile\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .mobile\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .mobile\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .mobile\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .mobile\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .mobile\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .mobile\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .mobile\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .mobile\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .mobile\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .mobile\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .mobile\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .mobile\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .mobile\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .mobile\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .mobile\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .mobile\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .mobile\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .mobile\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .mobile\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .mobile\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .mobile\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .mobile\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .mobile\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .mobile\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .mobile\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .mobile\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .mobile\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .mobile\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .mobile\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .mobile\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .mobile\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .mobile\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .mobile\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .mobile\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .mobile\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .mobile\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .mobile\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .mobile\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .mobile\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .mobile\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .mobile\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .mobile\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .mobile\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .mobile\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .mobile\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .mobile\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .mobile\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .mobile\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .mobile\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .mobile\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .mobile\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .mobile\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .mobile\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .mobile\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .mobile\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .mobile\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .mobile\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .mobile\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .mobile\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .mobile\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .mobile\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .mobile\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .mobile\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .mobile\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .mobile\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .mobile\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .mobile\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .mobile\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .mobile\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .mobile\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .mobile\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .mobile\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .mobile\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .mobile\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .mobile\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .mobile\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .mobile\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .mobile\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .mobile\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .mobile\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .mobile\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .mobile\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .mobile\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .mobile\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .mobile\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .mobile\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .mobile\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .mobile\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .mobile\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .mobile\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .mobile\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .mobile\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .mobile\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .mobile\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .mobile\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .mobile\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .mobile\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .mobile\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .mobile\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .mobile\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .mobile\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .mobile\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .mobile\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .mobile\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .mobile\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .mobile\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .mobile\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .mobile\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .mobile\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .mobile\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .mobile\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .mobile\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .mobile\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .mobile\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .mobile\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .mobile\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .mobile\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .mobile\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .mobile\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .mobile\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .mobile\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .mobile\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .mobile\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .mobile\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .mobile\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .mobile\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .mobile\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .mobile\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .mobile\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .mobile\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .mobile\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .mobile\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .mobile\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .mobile\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .mobile\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .mobile\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .mobile\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .mobile\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .mobile\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .mobile\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .mobile\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .mobile\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .mobile\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .mobile\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .mobile\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .mobile\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .mobile\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .mobile\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .mobile\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .mobile\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .mobile\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .mobile\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .mobile\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .mobile\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .mobile\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .mobile\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .mobile\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .mobile\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .mobile\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .mobile\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .mobile\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .mobile\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .mobile\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .mobile\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .mobile\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .mobile\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .mobile\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .mobile\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .mobile\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .mobile\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .mobile\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .mobile\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .mobile\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .mobile\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .mobile\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .mobile\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .mobile\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .mobile\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .mobile\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .mobile\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .mobile\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .mobile\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .mobile\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .mobile\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .mobile\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .mobile\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .mobile\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .mobile\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .mobile\:transition-none{
    transition-property: none;
  }

  .mobile\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mobile\:ease-linear{
    transition-timing-function: linear;
  }

  .mobile\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .mobile\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .mobile\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mobile\:duration-75{
    transition-duration: 75ms;
  }

  .mobile\:duration-100{
    transition-duration: 100ms;
  }

  .mobile\:duration-150{
    transition-duration: 150ms;
  }

  .mobile\:duration-200{
    transition-duration: 200ms;
  }

  .mobile\:duration-300{
    transition-duration: 300ms;
  }

  .mobile\:duration-500{
    transition-duration: 500ms;
  }

  .mobile\:duration-700{
    transition-duration: 700ms;
  }

  .mobile\:duration-1000{
    transition-duration: 1000ms;
  }

  .mobile\:delay-75{
    transition-delay: 75ms;
  }

  .mobile\:delay-100{
    transition-delay: 100ms;
  }

  .mobile\:delay-150{
    transition-delay: 150ms;
  }

  .mobile\:delay-200{
    transition-delay: 200ms;
  }

  .mobile\:delay-300{
    transition-delay: 300ms;
  }

  .mobile\:delay-500{
    transition-delay: 500ms;
  }

  .mobile\:delay-700{
    transition-delay: 700ms;
  }

  .mobile\:delay-1000{
    transition-delay: 1000ms;
  }

  .mobile\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .mobile\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .mobile\: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;
  }

  .mobile\: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;
  }

  .mobile\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (max-width: 768px){
  .tablet\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 640px){
    .tablet\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .tablet\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .tablet\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1260px){
    .tablet\:container{
      max-width: 1260px;
    }
  }

  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .tablet\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .tablet\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .tablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .tablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tablet\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .tablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .tablet\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .tablet\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .tablet\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .tablet\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .tablet\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .tablet\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .tablet\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .tablet\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .tablet\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .tablet\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .tablet\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .tablet\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .tablet\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .tablet\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .tablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .tablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .tablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .tablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .tablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .tablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .tablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .tablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .tablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .tablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .tablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .tablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .tablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .tablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .tablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .tablet\: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;
  }

  .tablet\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\: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;
  }

  .tablet\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tablet\:bg-fixed{
    background-attachment: fixed;
  }

  .tablet\:bg-local{
    background-attachment: local;
  }

  .tablet\:bg-scroll{
    background-attachment: scroll;
  }

  .tablet\:bg-clip-border{
    background-clip: border-box;
  }

  .tablet\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tablet\:bg-clip-content{
    background-clip: content-box;
  }

  .tablet\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tablet\:bg-transparent{
    background-color: transparent;
  }

  .tablet\:bg-current{
    background-color: currentColor;
  }

  .tablet\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .tablet\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .tablet\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .tablet\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .tablet\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .tablet\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .tablet\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .tablet\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .tablet\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .tablet\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .tablet\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .tablet\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .tablet\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .tablet\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tablet\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tablet\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tablet\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tablet\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .tablet\:bg-none{
    background-image: none;
  }

  .tablet\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tablet\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .tablet\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .tablet\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .tablet\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .tablet\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .tablet\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .tablet\:to-current{
    --tw-gradient-to: currentColor;
  }

  .tablet\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .tablet\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .tablet\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .tablet\:to-blue{
    --tw-gradient-to: #015480;
  }

  .tablet\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .tablet\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .tablet\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .tablet\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .tablet\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .tablet\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .tablet\:to-white{
    --tw-gradient-to: #fff;
  }

  .tablet\:to-black{
    --tw-gradient-to: #000000;
  }

  .tablet\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .tablet\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .tablet\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .tablet\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .tablet\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .tablet\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .tablet\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .tablet\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .tablet\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .tablet\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .tablet\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .tablet\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .tablet\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .tablet\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .tablet\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .tablet\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .tablet\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .tablet\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .tablet\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .tablet\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .tablet\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .tablet\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .tablet\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .tablet\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .tablet\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .tablet\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .tablet\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .tablet\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .tablet\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .tablet\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .tablet\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .tablet\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .tablet\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .tablet\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .tablet\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .tablet\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .tablet\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .tablet\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .tablet\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .tablet\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .tablet\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .tablet\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .tablet\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .tablet\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .tablet\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .tablet\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .tablet\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .tablet\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .tablet\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .tablet\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .tablet\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .tablet\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .tablet\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .tablet\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .tablet\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .tablet\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .tablet\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .tablet\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .tablet\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .tablet\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .tablet\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .tablet\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .tablet\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .tablet\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tablet\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tablet\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .tablet\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .tablet\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .tablet\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .tablet\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .tablet\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .tablet\:bg-bottom{
    background-position: bottom;
  }

  .tablet\:bg-center{
    background-position: center;
  }

  .tablet\:bg-left{
    background-position: left;
  }

  .tablet\:bg-left-bottom{
    background-position: left bottom;
  }

  .tablet\:bg-left-bottom-30{
    background-position: left bottom 30px;
  }

  .tablet\:bg-left-top{
    background-position: left top;
  }

  .tablet\:bg-right{
    background-position: right;
  }

  .tablet\:bg-right-bottom{
    background-position: right bottom;
  }

  .tablet\:bg-right-top{
    background-position: right top;
  }

  .tablet\:bg-right-200-top{
    background-position: right 200px top;
  }

  .tablet\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .tablet\:bg-top{
    background-position: top;
  }

  .tablet\:bg-repeat{
    background-repeat: repeat;
  }

  .tablet\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tablet\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tablet\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tablet\:bg-repeat-round{
    background-repeat: round;
  }

  .tablet\:bg-repeat-space{
    background-repeat: space;
  }

  .tablet\:bg-auto{
    background-size: auto;
  }

  .tablet\:bg-cover{
    background-size: cover;
  }

  .tablet\:bg-contain{
    background-size: contain;
  }

  .tablet\:bg-full{
    background-size: 100% auto;
  }

  .tablet\:bg-449x449{
    background-size: 449px 449px;
  }

  .tablet\:bg-575x575{
    background-size: 575px 575px;
  }

  .tablet\:bg-100x90{
    background-size: 100px 90px;
  }

  .tablet\:border-collapse{
    border-collapse: collapse;
  }

  .tablet\:border-separate{
    border-collapse: separate;
  }

  .tablet\:border-transparent{
    border-color: transparent;
  }

  .tablet\:border-current{
    border-color: currentColor;
  }

  .tablet\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .tablet\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .tablet\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .tablet\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .tablet\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .tablet\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .tablet\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .tablet\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .tablet\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .tablet\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .tablet\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .tablet\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .tablet\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .tablet\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .tablet\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .tablet\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .tablet\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .tablet\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .tablet\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .tablet\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .tablet\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .tablet\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tablet\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tablet\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tablet\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tablet\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .tablet\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tablet\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tablet\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tablet\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tablet\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tablet\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tablet\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tablet\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tablet\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tablet\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tablet\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tablet\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tablet\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tablet\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tablet\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tablet\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .tablet\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .tablet\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .tablet\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .tablet\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .tablet\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .tablet\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .tablet\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .tablet\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .tablet\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .tablet\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .tablet\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .tablet\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .tablet\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .tablet\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .tablet\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .tablet\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .tablet\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .tablet\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .tablet\:rounded-3{
    border-radius: 3px;
  }

  .tablet\:rounded-8{
    border-radius: 8px;
  }

  .tablet\:rounded-none{
    border-radius: 0px;
  }

  .tablet\:rounded-sm{
    border-radius: 0.125rem;
  }

  .tablet\:rounded{
    border-radius: 0.25rem;
  }

  .tablet\:rounded-md{
    border-radius: 0.375rem;
  }

  .tablet\:rounded-lg{
    border-radius: 0.5rem;
  }

  .tablet\:rounded-xl{
    border-radius: 0.75rem;
  }

  .tablet\:rounded-2xl{
    border-radius: 1rem;
  }

  .tablet\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .tablet\:rounded-full{
    border-radius: 9999px;
  }

  .tablet\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .tablet\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .tablet\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .tablet\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .tablet\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .tablet\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .tablet\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .tablet\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .tablet\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .tablet\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tablet\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .tablet\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .tablet\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .tablet\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .tablet\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .tablet\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .tablet\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .tablet\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .tablet\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .tablet\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .tablet\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .tablet\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .tablet\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .tablet\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .tablet\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .tablet\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .tablet\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .tablet\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .tablet\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .tablet\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .tablet\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .tablet\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .tablet\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .tablet\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .tablet\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .tablet\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .tablet\:border-solid{
    border-style: solid;
  }

  .tablet\:border-dashed{
    border-style: dashed;
  }

  .tablet\:border-dotted{
    border-style: dotted;
  }

  .tablet\:border-double{
    border-style: double;
  }

  .tablet\:border-none{
    border-style: none;
  }

  .tablet\:hover\:border-solid:hover{
    border-style: solid;
  }

  .tablet\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .tablet\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .tablet\:hover\:border-double:hover{
    border-style: double;
  }

  .tablet\:hover\:border-none:hover{
    border-style: none;
  }

  .tablet\:border-0{
    border-width: 0px;
  }

  .tablet\:border-2{
    border-width: 2px;
  }

  .tablet\:border-3{
    border-width: 3px;
  }

  .tablet\:border-4{
    border-width: 4px;
  }

  .tablet\:border-8{
    border-width: 8px;
  }

  .tablet\:border{
    border-width: 1px;
  }

  .tablet\:border-t-0{
    border-top-width: 0px;
  }

  .tablet\:border-r-0{
    border-right-width: 0px;
  }

  .tablet\:border-b-0{
    border-bottom-width: 0px;
  }

  .tablet\:border-l-0{
    border-left-width: 0px;
  }

  .tablet\:border-t-2{
    border-top-width: 2px;
  }

  .tablet\:border-r-2{
    border-right-width: 2px;
  }

  .tablet\:border-b-2{
    border-bottom-width: 2px;
  }

  .tablet\:border-l-2{
    border-left-width: 2px;
  }

  .tablet\:border-t-3{
    border-top-width: 3px;
  }

  .tablet\:border-r-3{
    border-right-width: 3px;
  }

  .tablet\:border-b-3{
    border-bottom-width: 3px;
  }

  .tablet\:border-l-3{
    border-left-width: 3px;
  }

  .tablet\:border-t-4{
    border-top-width: 4px;
  }

  .tablet\:border-r-4{
    border-right-width: 4px;
  }

  .tablet\:border-b-4{
    border-bottom-width: 4px;
  }

  .tablet\:border-l-4{
    border-left-width: 4px;
  }

  .tablet\:border-t-8{
    border-top-width: 8px;
  }

  .tablet\:border-r-8{
    border-right-width: 8px;
  }

  .tablet\:border-b-8{
    border-bottom-width: 8px;
  }

  .tablet\:border-l-8{
    border-left-width: 8px;
  }

  .tablet\:border-t{
    border-top-width: 1px;
  }

  .tablet\:border-r{
    border-right-width: 1px;
  }

  .tablet\:border-b{
    border-bottom-width: 1px;
  }

  .tablet\:border-l{
    border-left-width: 1px;
  }

  .tablet\:box-border{
    box-sizing: border-box;
  }

  .tablet\:box-content{
    box-sizing: content-box;
  }

  .tablet\:cursor-auto{
    cursor: auto;
  }

  .tablet\:cursor-default{
    cursor: default;
  }

  .tablet\:cursor-pointer{
    cursor: pointer;
  }

  .tablet\:cursor-wait{
    cursor: wait;
  }

  .tablet\:cursor-text{
    cursor: text;
  }

  .tablet\:cursor-move{
    cursor: move;
  }

  .tablet\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .tablet\:block{
    display: block;
  }

  .tablet\:inline-block{
    display: inline-block;
  }

  .tablet\:inline{
    display: inline;
  }

  .tablet\:flex{
    display: flex;
  }

  .tablet\:inline-flex{
    display: inline-flex;
  }

  .tablet\:table{
    display: table;
  }

  .tablet\:table-caption{
    display: table-caption;
  }

  .tablet\:table-cell{
    display: table-cell;
  }

  .tablet\:table-column{
    display: table-column;
  }

  .tablet\:table-column-group{
    display: table-column-group;
  }

  .tablet\:table-footer-group{
    display: table-footer-group;
  }

  .tablet\:table-header-group{
    display: table-header-group;
  }

  .tablet\:table-row-group{
    display: table-row-group;
  }

  .tablet\:table-row{
    display: table-row;
  }

  .tablet\:flow-root{
    display: flow-root;
  }

  .tablet\:grid{
    display: grid;
  }

  .tablet\:inline-grid{
    display: inline-grid;
  }

  .tablet\:contents{
    display: contents;
  }

  .tablet\:hidden{
    display: none;
  }

  .tablet\:flex-row{
    flex-direction: row;
  }

  .tablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tablet\:flex-col{
    flex-direction: column;
  }

  .tablet\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap{
    flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .tablet\:place-items-auto{
    place-items: auto;
  }

  .tablet\:place-items-start{
    place-items: start;
  }

  .tablet\:place-items-end{
    place-items: end;
  }

  .tablet\:place-items-center{
    place-items: center;
  }

  .tablet\:place-items-stretch{
    place-items: stretch;
  }

  .tablet\:place-content-center{
    place-content: center;
  }

  .tablet\:place-content-start{
    place-content: start;
  }

  .tablet\:place-content-end{
    place-content: end;
  }

  .tablet\:place-content-between{
    place-content: space-between;
  }

  .tablet\:place-content-around{
    place-content: space-around;
  }

  .tablet\:place-content-evenly{
    place-content: space-evenly;
  }

  .tablet\:place-content-stretch{
    place-content: stretch;
  }

  .tablet\:place-self-auto{
    place-self: auto;
  }

  .tablet\:place-self-start{
    place-self: start;
  }

  .tablet\:place-self-end{
    place-self: end;
  }

  .tablet\:place-self-center{
    place-self: center;
  }

  .tablet\:place-self-stretch{
    place-self: stretch;
  }

  .tablet\:items-start{
    align-items: flex-start;
  }

  .tablet\:items-end{
    align-items: flex-end;
  }

  .tablet\:items-center{
    align-items: center;
  }

  .tablet\:items-baseline{
    align-items: baseline;
  }

  .tablet\:items-stretch{
    align-items: stretch;
  }

  .tablet\:content-center{
    align-content: center;
  }

  .tablet\:content-start{
    align-content: flex-start;
  }

  .tablet\:content-end{
    align-content: flex-end;
  }

  .tablet\:content-between{
    align-content: space-between;
  }

  .tablet\:content-around{
    align-content: space-around;
  }

  .tablet\:content-evenly{
    align-content: space-evenly;
  }

  .tablet\:self-auto{
    align-self: auto;
  }

  .tablet\:self-start{
    align-self: flex-start;
  }

  .tablet\:self-end{
    align-self: flex-end;
  }

  .tablet\:self-center{
    align-self: center;
  }

  .tablet\:self-stretch{
    align-self: stretch;
  }

  .tablet\:justify-items-auto{
    justify-items: auto;
  }

  .tablet\:justify-items-start{
    justify-items: start;
  }

  .tablet\:justify-items-end{
    justify-items: end;
  }

  .tablet\:justify-items-center{
    justify-items: center;
  }

  .tablet\:justify-items-stretch{
    justify-items: stretch;
  }

  .tablet\:justify-start{
    justify-content: flex-start;
  }

  .tablet\:justify-end{
    justify-content: flex-end;
  }

  .tablet\:justify-center{
    justify-content: center;
  }

  .tablet\:justify-between{
    justify-content: space-between;
  }

  .tablet\:justify-around{
    justify-content: space-around;
  }

  .tablet\:justify-evenly{
    justify-content: space-evenly;
  }

  .tablet\:justify-self-auto{
    justify-self: auto;
  }

  .tablet\:justify-self-start{
    justify-self: start;
  }

  .tablet\:justify-self-end{
    justify-self: end;
  }

  .tablet\:justify-self-center{
    justify-self: center;
  }

  .tablet\:justify-self-stretch{
    justify-self: stretch;
  }

  .tablet\:flex-1{
    flex: 1 1 0%;
  }

  .tablet\:flex-auto{
    flex: 1 1 auto;
  }

  .tablet\:flex-initial{
    flex: 0 1 auto;
  }

  .tablet\:flex-none{
    flex: none;
  }

  .tablet\:flex-grow-0{
    flex-grow: 0;
  }

  .tablet\:flex-grow{
    flex-grow: 1;
  }

  .tablet\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tablet\:flex-shrink{
    flex-shrink: 1;
  }

  .tablet\:order-1{
    order: 1;
  }

  .tablet\:order-2{
    order: 2;
  }

  .tablet\:order-3{
    order: 3;
  }

  .tablet\:order-4{
    order: 4;
  }

  .tablet\:order-5{
    order: 5;
  }

  .tablet\:order-6{
    order: 6;
  }

  .tablet\:order-7{
    order: 7;
  }

  .tablet\:order-8{
    order: 8;
  }

  .tablet\:order-9{
    order: 9;
  }

  .tablet\:order-10{
    order: 10;
  }

  .tablet\:order-11{
    order: 11;
  }

  .tablet\:order-12{
    order: 12;
  }

  .tablet\:order-first{
    order: -9999;
  }

  .tablet\:order-last{
    order: 9999;
  }

  .tablet\:order-none{
    order: 0;
  }

  .tablet\:float-right{
    float: right;
  }

  .tablet\:float-left{
    float: left;
  }

  .tablet\:float-none{
    float: none;
  }

  .tablet\:clear-left{
    clear: left;
  }

  .tablet\:clear-right{
    clear: right;
  }

  .tablet\:clear-both{
    clear: both;
  }

  .tablet\:clear-none{
    clear: none;
  }

  .tablet\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .tablet\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .tablet\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tablet\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:font-saira{
    font-family: Saira, serif;
  }

  .tablet\:font-inter{
    font-family: Inter, serif;
  }

  .tablet\:font-thin{
    font-weight: 100;
  }

  .tablet\:font-extralight{
    font-weight: 200;
  }

  .tablet\:font-light{
    font-weight: 300;
  }

  .tablet\:font-normal{
    font-weight: 400;
  }

  .tablet\:font-medium{
    font-weight: 500;
  }

  .tablet\:font-semibold{
    font-weight: 600;
  }

  .tablet\:font-bold{
    font-weight: 700;
  }

  .tablet\:font-extrabold{
    font-weight: 800;
  }

  .tablet\:font-black{
    font-weight: 900;
  }

  .tablet\:h-0{
    height: 0px;
  }

  .tablet\:h-2{
    height: 2px;
  }

  .tablet\:h-4{
    height: 4px;
  }

  .tablet\:h-5{
    height: 5px;
  }

  .tablet\:h-7{
    height: 7px;
  }

  .tablet\:h-8{
    height: 8px;
  }

  .tablet\:h-10{
    height: 10px;
  }

  .tablet\:h-11{
    height: 11px;
  }

  .tablet\:h-12{
    height: 12px;
  }

  .tablet\:h-13{
    height: 13px;
  }

  .tablet\:h-15{
    height: 15px;
  }

  .tablet\:h-16{
    height: 16px;
  }

  .tablet\:h-18{
    height: 18px;
  }

  .tablet\:h-20{
    height: 20px;
  }

  .tablet\:h-24{
    height: 24px;
  }

  .tablet\:h-28{
    height: 28px;
  }

  .tablet\:h-29{
    height: 29px;
  }

  .tablet\:h-30{
    height: 30px;
  }

  .tablet\:h-32{
    height: 32px;
  }

  .tablet\:h-34{
    height: 34px;
  }

  .tablet\:h-36{
    height: 36px;
  }

  .tablet\:h-40{
    height: 40px;
  }

  .tablet\:h-48{
    height: 48px;
  }

  .tablet\:h-50{
    height: 50px;
  }

  .tablet\:h-56{
    height: 56px;
  }

  .tablet\:h-60{
    height: 60px;
  }

  .tablet\:h-64{
    height: 64px;
  }

  .tablet\:h-70{
    height: 70px;
  }

  .tablet\:h-72{
    height: 72px;
  }

  .tablet\:h-80{
    height: 80px;
  }

  .tablet\:h-88{
    height: 88px;
  }

  .tablet\:h-90{
    height: 90px;
  }

  .tablet\:h-96{
    height: 96px;
  }

  .tablet\:h-100{
    height: 100px;
  }

  .tablet\:h-112{
    height: 112px;
  }

  .tablet\:h-128{
    height: 128px;
  }

  .tablet\:h-135{
    height: 135px;
  }

  .tablet\:h-145{
    height: 145px;
  }

  .tablet\:h-155{
    height: 155px;
  }

  .tablet\:h-160{
    height: 160px;
  }

  .tablet\:h-192{
    height: 192px;
  }

  .tablet\:h-200{
    height: 200px;
  }

  .tablet\:h-224{
    height: 224px;
  }

  .tablet\:h-227{
    height: 227px;
  }

  .tablet\:h-250{
    height: 250px;
  }

  .tablet\:h-256{
    height: 256px;
  }

  .tablet\:h-270{
    height: 270px;
  }

  .tablet\:h-288{
    height: 288px;
  }

  .tablet\:h-304{
    height: 304px;
  }

  .tablet\:h-314{
    height: 314px;
  }

  .tablet\:h-320{
    height: 320px;
  }

  .tablet\:h-352{
    height: 352px;
  }

  .tablet\:h-384{
    height: 384px;
  }

  .tablet\:h-416{
    height: 416px;
  }

  .tablet\:h-448{
    height: 448px;
  }

  .tablet\:h-480{
    height: 480px;
  }

  .tablet\:h-512{
    height: 512px;
  }

  .tablet\:h-576{
    height: 576px;
  }

  .tablet\:h-612{
    height: 612px;
  }

  .tablet\:h-640{
    height: 640px;
  }

  .tablet\:h-768{
    height: 768px;
  }

  .tablet\:h-auto{
    height: auto;
  }

  .tablet\:-h-200{
    height: -200px;
  }

  .tablet\:-h-170{
    height: -170px;
  }

  .tablet\:-h-120{
    height: -120px;
  }

  .tablet\:-h-100{
    height: -100px;
  }

  .tablet\:-h-50{
    height: -50px;
  }

  .tablet\:-h-45{
    height: -45px;
  }

  .tablet\:-h-3{
    height: -3px;
  }

  .tablet\:h-px{
    height: 1px;
  }

  .tablet\:h-20p{
    height: 20%;
  }

  .tablet\:h-40p{
    height: 40%;
  }

  .tablet\:h-49p{
    height: 49%;
  }

  .tablet\:h-52p{
    height: 52%;
  }

  .tablet\:h-53\.5p{
    height: 53.5%;
  }

  .tablet\:h-60p{
    height: 60%;
  }

  .tablet\:h-71\.5p{
    height: 71.5%;
  }

  .tablet\:h-80p{
    height: 80%;
  }

  .tablet\:h-90p{
    height: 90%;
  }

  .tablet\:h-95p{
    height: 95%;
  }

  .tablet\:h-100p{
    height: 100%;
  }

  .tablet\:h-110p{
    height: 110%;
  }

  .tablet\:h-1\/2{
    height: 50%;
  }

  .tablet\:h-1\/3{
    height: 33.333333%;
  }

  .tablet\:h-2\/3{
    height: 66.666667%;
  }

  .tablet\:h-1\/4{
    height: 25%;
  }

  .tablet\:h-2\/4{
    height: 50%;
  }

  .tablet\:h-3\/4{
    height: 75%;
  }

  .tablet\:h-1\/5{
    height: 20%;
  }

  .tablet\:h-2\/5{
    height: 40%;
  }

  .tablet\:h-3\/5{
    height: 60%;
  }

  .tablet\:h-4\/5{
    height: 80%;
  }

  .tablet\:h-1\/6{
    height: 16.666667%;
  }

  .tablet\:h-2\/6{
    height: 33.333333%;
  }

  .tablet\:h-3\/6{
    height: 50%;
  }

  .tablet\:h-4\/6{
    height: 66.666667%;
  }

  .tablet\:h-5\/6{
    height: 83.333333%;
  }

  .tablet\:h-full{
    height: 100%;
  }

  .tablet\:h-screen{
    height: 100vh;
  }

  .tablet\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .tablet\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .tablet\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .tablet\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .tablet\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .tablet\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .tablet\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .tablet\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .tablet\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .tablet\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .tablet\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .tablet\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .tablet\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .tablet\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .tablet\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .tablet\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .tablet\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .tablet\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .tablet\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .tablet\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .tablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .tablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .tablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .tablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .tablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tablet\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .tablet\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .tablet\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .tablet\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .tablet\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .tablet\:leading-3{
    line-height: .75rem;
  }

  .tablet\:leading-4{
    line-height: 1rem;
  }

  .tablet\:leading-5{
    line-height: 1.25rem;
  }

  .tablet\:leading-6{
    line-height: 1.5rem;
  }

  .tablet\:leading-7{
    line-height: 1.75rem;
  }

  .tablet\:leading-8{
    line-height: 2rem;
  }

  .tablet\:leading-9{
    line-height: 2.25rem;
  }

  .tablet\:leading-10{
    line-height: 2.5rem;
  }

  .tablet\:leading-none{
    line-height: 1;
  }

  .tablet\:leading-tight{
    line-height: 1.25;
  }

  .tablet\:leading-snug{
    line-height: 1.375;
  }

  .tablet\:leading-normal{
    line-height: 1.5;
  }

  .tablet\:leading-relaxed{
    line-height: 1.625;
  }

  .tablet\:leading-loose{
    line-height: 2;
  }

  .tablet\:list-inside{
    list-style-position: inside;
  }

  .tablet\:list-outside{
    list-style-position: outside;
  }

  .tablet\:list-none{
    list-style-type: none;
  }

  .tablet\:list-disc{
    list-style-type: disc;
  }

  .tablet\:list-decimal{
    list-style-type: decimal;
  }

  .tablet\:m-0{
    margin: 0px;
  }

  .tablet\:m-2{
    margin: 2px;
  }

  .tablet\:m-4{
    margin: 4px;
  }

  .tablet\:m-5{
    margin: 5px;
  }

  .tablet\:m-7{
    margin: 7px;
  }

  .tablet\:m-8{
    margin: 8px;
  }

  .tablet\:m-10{
    margin: 10px;
  }

  .tablet\:m-11{
    margin: 11px;
  }

  .tablet\:m-12{
    margin: 12px;
  }

  .tablet\:m-13{
    margin: 13px;
  }

  .tablet\:m-15{
    margin: 15px;
  }

  .tablet\:m-16{
    margin: 16px;
  }

  .tablet\:m-18{
    margin: 18px;
  }

  .tablet\:m-20{
    margin: 20px;
  }

  .tablet\:m-24{
    margin: 24px;
  }

  .tablet\:m-28{
    margin: 28px;
  }

  .tablet\:m-29{
    margin: 29px;
  }

  .tablet\:m-30{
    margin: 30px;
  }

  .tablet\:m-32{
    margin: 32px;
  }

  .tablet\:m-34{
    margin: 34px;
  }

  .tablet\:m-36{
    margin: 36px;
  }

  .tablet\:m-40{
    margin: 40px;
  }

  .tablet\:m-48{
    margin: 48px;
  }

  .tablet\:m-50{
    margin: 50px;
  }

  .tablet\:m-56{
    margin: 56px;
  }

  .tablet\:m-60{
    margin: 60px;
  }

  .tablet\:m-64{
    margin: 64px;
  }

  .tablet\:m-70{
    margin: 70px;
  }

  .tablet\:m-72{
    margin: 72px;
  }

  .tablet\:m-80{
    margin: 80px;
  }

  .tablet\:m-88{
    margin: 88px;
  }

  .tablet\:m-90{
    margin: 90px;
  }

  .tablet\:m-96{
    margin: 96px;
  }

  .tablet\:m-100{
    margin: 100px;
  }

  .tablet\:m-112{
    margin: 112px;
  }

  .tablet\:m-128{
    margin: 128px;
  }

  .tablet\:m-135{
    margin: 135px;
  }

  .tablet\:m-145{
    margin: 145px;
  }

  .tablet\:m-155{
    margin: 155px;
  }

  .tablet\:m-160{
    margin: 160px;
  }

  .tablet\:m-192{
    margin: 192px;
  }

  .tablet\:m-200{
    margin: 200px;
  }

  .tablet\:m-224{
    margin: 224px;
  }

  .tablet\:m-227{
    margin: 227px;
  }

  .tablet\:m-250{
    margin: 250px;
  }

  .tablet\:m-256{
    margin: 256px;
  }

  .tablet\:m-270{
    margin: 270px;
  }

  .tablet\:m-288{
    margin: 288px;
  }

  .tablet\:m-304{
    margin: 304px;
  }

  .tablet\:m-314{
    margin: 314px;
  }

  .tablet\:m-320{
    margin: 320px;
  }

  .tablet\:m-352{
    margin: 352px;
  }

  .tablet\:m-384{
    margin: 384px;
  }

  .tablet\:m-416{
    margin: 416px;
  }

  .tablet\:m-448{
    margin: 448px;
  }

  .tablet\:m-480{
    margin: 480px;
  }

  .tablet\:m-512{
    margin: 512px;
  }

  .tablet\:m-576{
    margin: 576px;
  }

  .tablet\:m-612{
    margin: 612px;
  }

  .tablet\:m-640{
    margin: 640px;
  }

  .tablet\:m-768{
    margin: 768px;
  }

  .tablet\:m-auto{
    margin: auto;
  }

  .tablet\:-m-200{
    margin: -200px;
  }

  .tablet\:-m-170{
    margin: -170px;
  }

  .tablet\:-m-120{
    margin: -120px;
  }

  .tablet\:-m-100{
    margin: -100px;
  }

  .tablet\:-m-50{
    margin: -50px;
  }

  .tablet\:-m-45{
    margin: -45px;
  }

  .tablet\:-m-3{
    margin: -3px;
  }

  .tablet\:m-px{
    margin: 1px;
  }

  .tablet\:m-20p{
    margin: 20%;
  }

  .tablet\:m-40p{
    margin: 40%;
  }

  .tablet\:m-49p{
    margin: 49%;
  }

  .tablet\:m-52p{
    margin: 52%;
  }

  .tablet\:m-53\.5p{
    margin: 53.5%;
  }

  .tablet\:m-60p{
    margin: 60%;
  }

  .tablet\:m-71\.5p{
    margin: 71.5%;
  }

  .tablet\:m-80p{
    margin: 80%;
  }

  .tablet\:m-90p{
    margin: 90%;
  }

  .tablet\:m-95p{
    margin: 95%;
  }

  .tablet\:m-100p{
    margin: 100%;
  }

  .tablet\:m-110p{
    margin: 110%;
  }

  .tablet\:-m-0{
    margin: 0px;
  }

  .tablet\:-m-2{
    margin: -2px;
  }

  .tablet\:-m-4{
    margin: -4px;
  }

  .tablet\:-m-5{
    margin: -5px;
  }

  .tablet\:-m-7{
    margin: -7px;
  }

  .tablet\:-m-8{
    margin: -8px;
  }

  .tablet\:-m-10{
    margin: -10px;
  }

  .tablet\:-m-11{
    margin: -11px;
  }

  .tablet\:-m-12{
    margin: -12px;
  }

  .tablet\:-m-13{
    margin: -13px;
  }

  .tablet\:-m-15{
    margin: -15px;
  }

  .tablet\:-m-16{
    margin: -16px;
  }

  .tablet\:-m-18{
    margin: -18px;
  }

  .tablet\:-m-20{
    margin: -20px;
  }

  .tablet\:-m-24{
    margin: -24px;
  }

  .tablet\:-m-28{
    margin: -28px;
  }

  .tablet\:-m-29{
    margin: -29px;
  }

  .tablet\:-m-30{
    margin: -30px;
  }

  .tablet\:-m-32{
    margin: -32px;
  }

  .tablet\:-m-34{
    margin: -34px;
  }

  .tablet\:-m-36{
    margin: -36px;
  }

  .tablet\:-m-40{
    margin: -40px;
  }

  .tablet\:-m-48{
    margin: -48px;
  }

  .tablet\:-m-56{
    margin: -56px;
  }

  .tablet\:-m-60{
    margin: -60px;
  }

  .tablet\:-m-64{
    margin: -64px;
  }

  .tablet\:-m-70{
    margin: -70px;
  }

  .tablet\:-m-72{
    margin: -72px;
  }

  .tablet\:-m-80{
    margin: -80px;
  }

  .tablet\:-m-88{
    margin: -88px;
  }

  .tablet\:-m-90{
    margin: -90px;
  }

  .tablet\:-m-96{
    margin: -96px;
  }

  .tablet\:-m-112{
    margin: -112px;
  }

  .tablet\:-m-128{
    margin: -128px;
  }

  .tablet\:-m-135{
    margin: -135px;
  }

  .tablet\:-m-145{
    margin: -145px;
  }

  .tablet\:-m-155{
    margin: -155px;
  }

  .tablet\:-m-160{
    margin: -160px;
  }

  .tablet\:-m-192{
    margin: -192px;
  }

  .tablet\:-m-224{
    margin: -224px;
  }

  .tablet\:-m-227{
    margin: -227px;
  }

  .tablet\:-m-250{
    margin: -250px;
  }

  .tablet\:-m-256{
    margin: -256px;
  }

  .tablet\:-m-270{
    margin: -270px;
  }

  .tablet\:-m-288{
    margin: -288px;
  }

  .tablet\:-m-304{
    margin: -304px;
  }

  .tablet\:-m-314{
    margin: -314px;
  }

  .tablet\:-m-320{
    margin: -320px;
  }

  .tablet\:-m-352{
    margin: -352px;
  }

  .tablet\:-m-384{
    margin: -384px;
  }

  .tablet\:-m-416{
    margin: -416px;
  }

  .tablet\:-m-448{
    margin: -448px;
  }

  .tablet\:-m-480{
    margin: -480px;
  }

  .tablet\:-m-512{
    margin: -512px;
  }

  .tablet\:-m-576{
    margin: -576px;
  }

  .tablet\:-m-612{
    margin: -612px;
  }

  .tablet\:-m-640{
    margin: -640px;
  }

  .tablet\:-m-768{
    margin: -768px;
  }

  .tablet\:-m--200{
    margin: 200px;
  }

  .tablet\:-m--170{
    margin: 170px;
  }

  .tablet\:-m--120{
    margin: 120px;
  }

  .tablet\:-m--100{
    margin: 100px;
  }

  .tablet\:-m--50{
    margin: 50px;
  }

  .tablet\:-m--45{
    margin: 45px;
  }

  .tablet\:-m--3{
    margin: 3px;
  }

  .tablet\:-m-px{
    margin: -1px;
  }

  .tablet\:-m-20p{
    margin: -20%;
  }

  .tablet\:-m-40p{
    margin: -40%;
  }

  .tablet\:-m-49p{
    margin: -49%;
  }

  .tablet\:-m-52p{
    margin: -52%;
  }

  .tablet\:-m-53\.5p{
    margin: -53.5%;
  }

  .tablet\:-m-60p{
    margin: -60%;
  }

  .tablet\:-m-71\.5p{
    margin: -71.5%;
  }

  .tablet\:-m-80p{
    margin: -80%;
  }

  .tablet\:-m-90p{
    margin: -90%;
  }

  .tablet\:-m-95p{
    margin: -95%;
  }

  .tablet\:-m-100p{
    margin: -100%;
  }

  .tablet\:-m-110p{
    margin: -110%;
  }

  .tablet\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tablet\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablet\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tablet\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .tablet\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tablet\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tablet\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tablet\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .tablet\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tablet\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .tablet\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tablet\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .tablet\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .tablet\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .tablet\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tablet\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .tablet\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tablet\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .tablet\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tablet\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .tablet\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .tablet\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .tablet\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tablet\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .tablet\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tablet\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablet\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tablet\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tablet\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .tablet\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .tablet\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .tablet\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .tablet\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .tablet\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tablet\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .tablet\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .tablet\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .tablet\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tablet\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .tablet\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tablet\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .tablet\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .tablet\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .tablet\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tablet\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tablet\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .tablet\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .tablet\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tablet\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .tablet\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .tablet\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .tablet\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .tablet\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .tablet\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .tablet\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .tablet\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tablet\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tablet\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .tablet\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .tablet\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .tablet\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .tablet\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .tablet\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .tablet\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tablet\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tablet\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .tablet\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .tablet\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .tablet\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .tablet\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .tablet\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .tablet\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .tablet\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .tablet\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .tablet\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .tablet\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .tablet\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .tablet\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .tablet\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .tablet\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tablet\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tablet\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .tablet\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .tablet\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .tablet\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .tablet\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .tablet\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .tablet\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .tablet\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .tablet\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .tablet\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .tablet\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .tablet\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .tablet\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .tablet\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .tablet\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .tablet\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .tablet\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .tablet\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .tablet\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .tablet\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .tablet\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .tablet\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .tablet\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .tablet\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .tablet\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .tablet\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .tablet\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .tablet\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .tablet\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .tablet\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .tablet\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .tablet\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .tablet\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .tablet\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .tablet\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .tablet\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .tablet\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .tablet\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .tablet\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .tablet\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .tablet\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .tablet\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .tablet\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .tablet\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .tablet\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .tablet\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .tablet\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .tablet\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .tablet\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .tablet\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .tablet\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .tablet\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .tablet\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .tablet\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .tablet\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .tablet\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .tablet\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .tablet\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .tablet\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .tablet\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .tablet\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .tablet\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .tablet\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .tablet\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .tablet\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .tablet\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .tablet\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .tablet\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .tablet\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .tablet\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .tablet\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .tablet\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .tablet\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .tablet\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .tablet\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .tablet\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .tablet\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tablet\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .tablet\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .tablet\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .tablet\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .tablet\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .tablet\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .tablet\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .tablet\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .tablet\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .tablet\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .tablet\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .tablet\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .tablet\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .tablet\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .tablet\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .tablet\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .tablet\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .tablet\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .tablet\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .tablet\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .tablet\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .tablet\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .tablet\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .tablet\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tablet\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .tablet\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .tablet\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .tablet\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .tablet\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .tablet\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .tablet\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .tablet\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tablet\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .tablet\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .tablet\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .tablet\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .tablet\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .tablet\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .tablet\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .tablet\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .tablet\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .tablet\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .tablet\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .tablet\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .tablet\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .tablet\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .tablet\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .tablet\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .tablet\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .tablet\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .tablet\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .tablet\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .tablet\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .tablet\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .tablet\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .tablet\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .tablet\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .tablet\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .tablet\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .tablet\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .tablet\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .tablet\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .tablet\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .tablet\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .tablet\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .tablet\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .tablet\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .tablet\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .tablet\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .tablet\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .tablet\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .tablet\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .tablet\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .tablet\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .tablet\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .tablet\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .tablet\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .tablet\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .tablet\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .tablet\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .tablet\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .tablet\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .tablet\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .tablet\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .tablet\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .tablet\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .tablet\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .tablet\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .tablet\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .tablet\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .tablet\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .tablet\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .tablet\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .tablet\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .tablet\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .tablet\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .tablet\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .tablet\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .tablet\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .tablet\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .tablet\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .tablet\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .tablet\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .tablet\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .tablet\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .tablet\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .tablet\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .tablet\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .tablet\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .tablet\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .tablet\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .tablet\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .tablet\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .tablet\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .tablet\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .tablet\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .tablet\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .tablet\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .tablet\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .tablet\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tablet\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .tablet\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tablet\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .tablet\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .tablet\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .tablet\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .tablet\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .tablet\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .tablet\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .tablet\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .tablet\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .tablet\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .tablet\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .tablet\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .tablet\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .tablet\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .tablet\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .tablet\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .tablet\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .tablet\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .tablet\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .tablet\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .tablet\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .tablet\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .tablet\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .tablet\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .tablet\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .tablet\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .tablet\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .tablet\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .tablet\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .tablet\:mt-0{
    margin-top: 0px;
  }

  .tablet\:mr-0{
    margin-right: 0px;
  }

  .tablet\:mb-0{
    margin-bottom: 0px;
  }

  .tablet\:ml-0{
    margin-left: 0px;
  }

  .tablet\:mt-2{
    margin-top: 2px;
  }

  .tablet\:mr-2{
    margin-right: 2px;
  }

  .tablet\:mb-2{
    margin-bottom: 2px;
  }

  .tablet\:ml-2{
    margin-left: 2px;
  }

  .tablet\:mt-4{
    margin-top: 4px;
  }

  .tablet\:mr-4{
    margin-right: 4px;
  }

  .tablet\:mb-4{
    margin-bottom: 4px;
  }

  .tablet\:ml-4{
    margin-left: 4px;
  }

  .tablet\:mt-5{
    margin-top: 5px;
  }

  .tablet\:mr-5{
    margin-right: 5px;
  }

  .tablet\:mb-5{
    margin-bottom: 5px;
  }

  .tablet\:ml-5{
    margin-left: 5px;
  }

  .tablet\:mt-7{
    margin-top: 7px;
  }

  .tablet\:mr-7{
    margin-right: 7px;
  }

  .tablet\:mb-7{
    margin-bottom: 7px;
  }

  .tablet\:ml-7{
    margin-left: 7px;
  }

  .tablet\:mt-8{
    margin-top: 8px;
  }

  .tablet\:mr-8{
    margin-right: 8px;
  }

  .tablet\:mb-8{
    margin-bottom: 8px;
  }

  .tablet\:ml-8{
    margin-left: 8px;
  }

  .tablet\:mt-10{
    margin-top: 10px;
  }

  .tablet\:mr-10{
    margin-right: 10px;
  }

  .tablet\:mb-10{
    margin-bottom: 10px;
  }

  .tablet\:ml-10{
    margin-left: 10px;
  }

  .tablet\:mt-11{
    margin-top: 11px;
  }

  .tablet\:mr-11{
    margin-right: 11px;
  }

  .tablet\:mb-11{
    margin-bottom: 11px;
  }

  .tablet\:ml-11{
    margin-left: 11px;
  }

  .tablet\:mt-12{
    margin-top: 12px;
  }

  .tablet\:mr-12{
    margin-right: 12px;
  }

  .tablet\:mb-12{
    margin-bottom: 12px;
  }

  .tablet\:ml-12{
    margin-left: 12px;
  }

  .tablet\:mt-13{
    margin-top: 13px;
  }

  .tablet\:mr-13{
    margin-right: 13px;
  }

  .tablet\:mb-13{
    margin-bottom: 13px;
  }

  .tablet\:ml-13{
    margin-left: 13px;
  }

  .tablet\:mt-15{
    margin-top: 15px;
  }

  .tablet\:mr-15{
    margin-right: 15px;
  }

  .tablet\:mb-15{
    margin-bottom: 15px;
  }

  .tablet\:ml-15{
    margin-left: 15px;
  }

  .tablet\:mt-16{
    margin-top: 16px;
  }

  .tablet\:mr-16{
    margin-right: 16px;
  }

  .tablet\:mb-16{
    margin-bottom: 16px;
  }

  .tablet\:ml-16{
    margin-left: 16px;
  }

  .tablet\:mt-18{
    margin-top: 18px;
  }

  .tablet\:mr-18{
    margin-right: 18px;
  }

  .tablet\:mb-18{
    margin-bottom: 18px;
  }

  .tablet\:ml-18{
    margin-left: 18px;
  }

  .tablet\:mt-20{
    margin-top: 20px;
  }

  .tablet\:mr-20{
    margin-right: 20px;
  }

  .tablet\:mb-20{
    margin-bottom: 20px;
  }

  .tablet\:ml-20{
    margin-left: 20px;
  }

  .tablet\:mt-24{
    margin-top: 24px;
  }

  .tablet\:mr-24{
    margin-right: 24px;
  }

  .tablet\:mb-24{
    margin-bottom: 24px;
  }

  .tablet\:ml-24{
    margin-left: 24px;
  }

  .tablet\:mt-28{
    margin-top: 28px;
  }

  .tablet\:mr-28{
    margin-right: 28px;
  }

  .tablet\:mb-28{
    margin-bottom: 28px;
  }

  .tablet\:ml-28{
    margin-left: 28px;
  }

  .tablet\:mt-29{
    margin-top: 29px;
  }

  .tablet\:mr-29{
    margin-right: 29px;
  }

  .tablet\:mb-29{
    margin-bottom: 29px;
  }

  .tablet\:ml-29{
    margin-left: 29px;
  }

  .tablet\:mt-30{
    margin-top: 30px;
  }

  .tablet\:mr-30{
    margin-right: 30px;
  }

  .tablet\:mb-30{
    margin-bottom: 30px;
  }

  .tablet\:ml-30{
    margin-left: 30px;
  }

  .tablet\:mt-32{
    margin-top: 32px;
  }

  .tablet\:mr-32{
    margin-right: 32px;
  }

  .tablet\:mb-32{
    margin-bottom: 32px;
  }

  .tablet\:ml-32{
    margin-left: 32px;
  }

  .tablet\:mt-34{
    margin-top: 34px;
  }

  .tablet\:mr-34{
    margin-right: 34px;
  }

  .tablet\:mb-34{
    margin-bottom: 34px;
  }

  .tablet\:ml-34{
    margin-left: 34px;
  }

  .tablet\:mt-36{
    margin-top: 36px;
  }

  .tablet\:mr-36{
    margin-right: 36px;
  }

  .tablet\:mb-36{
    margin-bottom: 36px;
  }

  .tablet\:ml-36{
    margin-left: 36px;
  }

  .tablet\:mt-40{
    margin-top: 40px;
  }

  .tablet\:mr-40{
    margin-right: 40px;
  }

  .tablet\:mb-40{
    margin-bottom: 40px;
  }

  .tablet\:ml-40{
    margin-left: 40px;
  }

  .tablet\:mt-48{
    margin-top: 48px;
  }

  .tablet\:mr-48{
    margin-right: 48px;
  }

  .tablet\:mb-48{
    margin-bottom: 48px;
  }

  .tablet\:ml-48{
    margin-left: 48px;
  }

  .tablet\:mt-50{
    margin-top: 50px;
  }

  .tablet\:mr-50{
    margin-right: 50px;
  }

  .tablet\:mb-50{
    margin-bottom: 50px;
  }

  .tablet\:ml-50{
    margin-left: 50px;
  }

  .tablet\:mt-56{
    margin-top: 56px;
  }

  .tablet\:mr-56{
    margin-right: 56px;
  }

  .tablet\:mb-56{
    margin-bottom: 56px;
  }

  .tablet\:ml-56{
    margin-left: 56px;
  }

  .tablet\:mt-60{
    margin-top: 60px;
  }

  .tablet\:mr-60{
    margin-right: 60px;
  }

  .tablet\:mb-60{
    margin-bottom: 60px;
  }

  .tablet\:ml-60{
    margin-left: 60px;
  }

  .tablet\:mt-64{
    margin-top: 64px;
  }

  .tablet\:mr-64{
    margin-right: 64px;
  }

  .tablet\:mb-64{
    margin-bottom: 64px;
  }

  .tablet\:ml-64{
    margin-left: 64px;
  }

  .tablet\:mt-70{
    margin-top: 70px;
  }

  .tablet\:mr-70{
    margin-right: 70px;
  }

  .tablet\:mb-70{
    margin-bottom: 70px;
  }

  .tablet\:ml-70{
    margin-left: 70px;
  }

  .tablet\:mt-72{
    margin-top: 72px;
  }

  .tablet\:mr-72{
    margin-right: 72px;
  }

  .tablet\:mb-72{
    margin-bottom: 72px;
  }

  .tablet\:ml-72{
    margin-left: 72px;
  }

  .tablet\:mt-80{
    margin-top: 80px;
  }

  .tablet\:mr-80{
    margin-right: 80px;
  }

  .tablet\:mb-80{
    margin-bottom: 80px;
  }

  .tablet\:ml-80{
    margin-left: 80px;
  }

  .tablet\:mt-88{
    margin-top: 88px;
  }

  .tablet\:mr-88{
    margin-right: 88px;
  }

  .tablet\:mb-88{
    margin-bottom: 88px;
  }

  .tablet\:ml-88{
    margin-left: 88px;
  }

  .tablet\:mt-90{
    margin-top: 90px;
  }

  .tablet\:mr-90{
    margin-right: 90px;
  }

  .tablet\:mb-90{
    margin-bottom: 90px;
  }

  .tablet\:ml-90{
    margin-left: 90px;
  }

  .tablet\:mt-96{
    margin-top: 96px;
  }

  .tablet\:mr-96{
    margin-right: 96px;
  }

  .tablet\:mb-96{
    margin-bottom: 96px;
  }

  .tablet\:ml-96{
    margin-left: 96px;
  }

  .tablet\:mt-100{
    margin-top: 100px;
  }

  .tablet\:mr-100{
    margin-right: 100px;
  }

  .tablet\:mb-100{
    margin-bottom: 100px;
  }

  .tablet\:ml-100{
    margin-left: 100px;
  }

  .tablet\:mt-112{
    margin-top: 112px;
  }

  .tablet\:mr-112{
    margin-right: 112px;
  }

  .tablet\:mb-112{
    margin-bottom: 112px;
  }

  .tablet\:ml-112{
    margin-left: 112px;
  }

  .tablet\:mt-128{
    margin-top: 128px;
  }

  .tablet\:mr-128{
    margin-right: 128px;
  }

  .tablet\:mb-128{
    margin-bottom: 128px;
  }

  .tablet\:ml-128{
    margin-left: 128px;
  }

  .tablet\:mt-135{
    margin-top: 135px;
  }

  .tablet\:mr-135{
    margin-right: 135px;
  }

  .tablet\:mb-135{
    margin-bottom: 135px;
  }

  .tablet\:ml-135{
    margin-left: 135px;
  }

  .tablet\:mt-145{
    margin-top: 145px;
  }

  .tablet\:mr-145{
    margin-right: 145px;
  }

  .tablet\:mb-145{
    margin-bottom: 145px;
  }

  .tablet\:ml-145{
    margin-left: 145px;
  }

  .tablet\:mt-155{
    margin-top: 155px;
  }

  .tablet\:mr-155{
    margin-right: 155px;
  }

  .tablet\:mb-155{
    margin-bottom: 155px;
  }

  .tablet\:ml-155{
    margin-left: 155px;
  }

  .tablet\:mt-160{
    margin-top: 160px;
  }

  .tablet\:mr-160{
    margin-right: 160px;
  }

  .tablet\:mb-160{
    margin-bottom: 160px;
  }

  .tablet\:ml-160{
    margin-left: 160px;
  }

  .tablet\:mt-192{
    margin-top: 192px;
  }

  .tablet\:mr-192{
    margin-right: 192px;
  }

  .tablet\:mb-192{
    margin-bottom: 192px;
  }

  .tablet\:ml-192{
    margin-left: 192px;
  }

  .tablet\:mt-200{
    margin-top: 200px;
  }

  .tablet\:mr-200{
    margin-right: 200px;
  }

  .tablet\:mb-200{
    margin-bottom: 200px;
  }

  .tablet\:ml-200{
    margin-left: 200px;
  }

  .tablet\:mt-224{
    margin-top: 224px;
  }

  .tablet\:mr-224{
    margin-right: 224px;
  }

  .tablet\:mb-224{
    margin-bottom: 224px;
  }

  .tablet\:ml-224{
    margin-left: 224px;
  }

  .tablet\:mt-227{
    margin-top: 227px;
  }

  .tablet\:mr-227{
    margin-right: 227px;
  }

  .tablet\:mb-227{
    margin-bottom: 227px;
  }

  .tablet\:ml-227{
    margin-left: 227px;
  }

  .tablet\:mt-250{
    margin-top: 250px;
  }

  .tablet\:mr-250{
    margin-right: 250px;
  }

  .tablet\:mb-250{
    margin-bottom: 250px;
  }

  .tablet\:ml-250{
    margin-left: 250px;
  }

  .tablet\:mt-256{
    margin-top: 256px;
  }

  .tablet\:mr-256{
    margin-right: 256px;
  }

  .tablet\:mb-256{
    margin-bottom: 256px;
  }

  .tablet\:ml-256{
    margin-left: 256px;
  }

  .tablet\:mt-270{
    margin-top: 270px;
  }

  .tablet\:mr-270{
    margin-right: 270px;
  }

  .tablet\:mb-270{
    margin-bottom: 270px;
  }

  .tablet\:ml-270{
    margin-left: 270px;
  }

  .tablet\:mt-288{
    margin-top: 288px;
  }

  .tablet\:mr-288{
    margin-right: 288px;
  }

  .tablet\:mb-288{
    margin-bottom: 288px;
  }

  .tablet\:ml-288{
    margin-left: 288px;
  }

  .tablet\:mt-304{
    margin-top: 304px;
  }

  .tablet\:mr-304{
    margin-right: 304px;
  }

  .tablet\:mb-304{
    margin-bottom: 304px;
  }

  .tablet\:ml-304{
    margin-left: 304px;
  }

  .tablet\:mt-314{
    margin-top: 314px;
  }

  .tablet\:mr-314{
    margin-right: 314px;
  }

  .tablet\:mb-314{
    margin-bottom: 314px;
  }

  .tablet\:ml-314{
    margin-left: 314px;
  }

  .tablet\:mt-320{
    margin-top: 320px;
  }

  .tablet\:mr-320{
    margin-right: 320px;
  }

  .tablet\:mb-320{
    margin-bottom: 320px;
  }

  .tablet\:ml-320{
    margin-left: 320px;
  }

  .tablet\:mt-352{
    margin-top: 352px;
  }

  .tablet\:mr-352{
    margin-right: 352px;
  }

  .tablet\:mb-352{
    margin-bottom: 352px;
  }

  .tablet\:ml-352{
    margin-left: 352px;
  }

  .tablet\:mt-384{
    margin-top: 384px;
  }

  .tablet\:mr-384{
    margin-right: 384px;
  }

  .tablet\:mb-384{
    margin-bottom: 384px;
  }

  .tablet\:ml-384{
    margin-left: 384px;
  }

  .tablet\:mt-416{
    margin-top: 416px;
  }

  .tablet\:mr-416{
    margin-right: 416px;
  }

  .tablet\:mb-416{
    margin-bottom: 416px;
  }

  .tablet\:ml-416{
    margin-left: 416px;
  }

  .tablet\:mt-448{
    margin-top: 448px;
  }

  .tablet\:mr-448{
    margin-right: 448px;
  }

  .tablet\:mb-448{
    margin-bottom: 448px;
  }

  .tablet\:ml-448{
    margin-left: 448px;
  }

  .tablet\:mt-480{
    margin-top: 480px;
  }

  .tablet\:mr-480{
    margin-right: 480px;
  }

  .tablet\:mb-480{
    margin-bottom: 480px;
  }

  .tablet\:ml-480{
    margin-left: 480px;
  }

  .tablet\:mt-512{
    margin-top: 512px;
  }

  .tablet\:mr-512{
    margin-right: 512px;
  }

  .tablet\:mb-512{
    margin-bottom: 512px;
  }

  .tablet\:ml-512{
    margin-left: 512px;
  }

  .tablet\:mt-576{
    margin-top: 576px;
  }

  .tablet\:mr-576{
    margin-right: 576px;
  }

  .tablet\:mb-576{
    margin-bottom: 576px;
  }

  .tablet\:ml-576{
    margin-left: 576px;
  }

  .tablet\:mt-612{
    margin-top: 612px;
  }

  .tablet\:mr-612{
    margin-right: 612px;
  }

  .tablet\:mb-612{
    margin-bottom: 612px;
  }

  .tablet\:ml-612{
    margin-left: 612px;
  }

  .tablet\:mt-640{
    margin-top: 640px;
  }

  .tablet\:mr-640{
    margin-right: 640px;
  }

  .tablet\:mb-640{
    margin-bottom: 640px;
  }

  .tablet\:ml-640{
    margin-left: 640px;
  }

  .tablet\:mt-768{
    margin-top: 768px;
  }

  .tablet\:mr-768{
    margin-right: 768px;
  }

  .tablet\:mb-768{
    margin-bottom: 768px;
  }

  .tablet\:ml-768{
    margin-left: 768px;
  }

  .tablet\:mt-auto{
    margin-top: auto;
  }

  .tablet\:mr-auto{
    margin-right: auto;
  }

  .tablet\:mb-auto{
    margin-bottom: auto;
  }

  .tablet\:ml-auto{
    margin-left: auto;
  }

  .tablet\:-mt-200{
    margin-top: -200px;
  }

  .tablet\:-mr-200{
    margin-right: -200px;
  }

  .tablet\:-mb-200{
    margin-bottom: -200px;
  }

  .tablet\:-ml-200{
    margin-left: -200px;
  }

  .tablet\:-mt-170{
    margin-top: -170px;
  }

  .tablet\:-mr-170{
    margin-right: -170px;
  }

  .tablet\:-mb-170{
    margin-bottom: -170px;
  }

  .tablet\:-ml-170{
    margin-left: -170px;
  }

  .tablet\:-mt-120{
    margin-top: -120px;
  }

  .tablet\:-mr-120{
    margin-right: -120px;
  }

  .tablet\:-mb-120{
    margin-bottom: -120px;
  }

  .tablet\:-ml-120{
    margin-left: -120px;
  }

  .tablet\:-mt-100{
    margin-top: -100px;
  }

  .tablet\:-mr-100{
    margin-right: -100px;
  }

  .tablet\:-mb-100{
    margin-bottom: -100px;
  }

  .tablet\:-ml-100{
    margin-left: -100px;
  }

  .tablet\:-mt-50{
    margin-top: -50px;
  }

  .tablet\:-mr-50{
    margin-right: -50px;
  }

  .tablet\:-mb-50{
    margin-bottom: -50px;
  }

  .tablet\:-ml-50{
    margin-left: -50px;
  }

  .tablet\:-mt-45{
    margin-top: -45px;
  }

  .tablet\:-mr-45{
    margin-right: -45px;
  }

  .tablet\:-mb-45{
    margin-bottom: -45px;
  }

  .tablet\:-ml-45{
    margin-left: -45px;
  }

  .tablet\:-mt-3{
    margin-top: -3px;
  }

  .tablet\:-mr-3{
    margin-right: -3px;
  }

  .tablet\:-mb-3{
    margin-bottom: -3px;
  }

  .tablet\:-ml-3{
    margin-left: -3px;
  }

  .tablet\:mt-px{
    margin-top: 1px;
  }

  .tablet\:mr-px{
    margin-right: 1px;
  }

  .tablet\:mb-px{
    margin-bottom: 1px;
  }

  .tablet\:ml-px{
    margin-left: 1px;
  }

  .tablet\:mt-20p{
    margin-top: 20%;
  }

  .tablet\:mr-20p{
    margin-right: 20%;
  }

  .tablet\:mb-20p{
    margin-bottom: 20%;
  }

  .tablet\:ml-20p{
    margin-left: 20%;
  }

  .tablet\:mt-40p{
    margin-top: 40%;
  }

  .tablet\:mr-40p{
    margin-right: 40%;
  }

  .tablet\:mb-40p{
    margin-bottom: 40%;
  }

  .tablet\:ml-40p{
    margin-left: 40%;
  }

  .tablet\:mt-49p{
    margin-top: 49%;
  }

  .tablet\:mr-49p{
    margin-right: 49%;
  }

  .tablet\:mb-49p{
    margin-bottom: 49%;
  }

  .tablet\:ml-49p{
    margin-left: 49%;
  }

  .tablet\:mt-52p{
    margin-top: 52%;
  }

  .tablet\:mr-52p{
    margin-right: 52%;
  }

  .tablet\:mb-52p{
    margin-bottom: 52%;
  }

  .tablet\:ml-52p{
    margin-left: 52%;
  }

  .tablet\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .tablet\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .tablet\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .tablet\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .tablet\:mt-60p{
    margin-top: 60%;
  }

  .tablet\:mr-60p{
    margin-right: 60%;
  }

  .tablet\:mb-60p{
    margin-bottom: 60%;
  }

  .tablet\:ml-60p{
    margin-left: 60%;
  }

  .tablet\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .tablet\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .tablet\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .tablet\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .tablet\:mt-80p{
    margin-top: 80%;
  }

  .tablet\:mr-80p{
    margin-right: 80%;
  }

  .tablet\:mb-80p{
    margin-bottom: 80%;
  }

  .tablet\:ml-80p{
    margin-left: 80%;
  }

  .tablet\:mt-90p{
    margin-top: 90%;
  }

  .tablet\:mr-90p{
    margin-right: 90%;
  }

  .tablet\:mb-90p{
    margin-bottom: 90%;
  }

  .tablet\:ml-90p{
    margin-left: 90%;
  }

  .tablet\:mt-95p{
    margin-top: 95%;
  }

  .tablet\:mr-95p{
    margin-right: 95%;
  }

  .tablet\:mb-95p{
    margin-bottom: 95%;
  }

  .tablet\:ml-95p{
    margin-left: 95%;
  }

  .tablet\:mt-100p{
    margin-top: 100%;
  }

  .tablet\:mr-100p{
    margin-right: 100%;
  }

  .tablet\:mb-100p{
    margin-bottom: 100%;
  }

  .tablet\:ml-100p{
    margin-left: 100%;
  }

  .tablet\:mt-110p{
    margin-top: 110%;
  }

  .tablet\:mr-110p{
    margin-right: 110%;
  }

  .tablet\:mb-110p{
    margin-bottom: 110%;
  }

  .tablet\:ml-110p{
    margin-left: 110%;
  }

  .tablet\:-mt-0{
    margin-top: 0px;
  }

  .tablet\:-mr-0{
    margin-right: 0px;
  }

  .tablet\:-mb-0{
    margin-bottom: 0px;
  }

  .tablet\:-ml-0{
    margin-left: 0px;
  }

  .tablet\:-mt-2{
    margin-top: -2px;
  }

  .tablet\:-mr-2{
    margin-right: -2px;
  }

  .tablet\:-mb-2{
    margin-bottom: -2px;
  }

  .tablet\:-ml-2{
    margin-left: -2px;
  }

  .tablet\:-mt-4{
    margin-top: -4px;
  }

  .tablet\:-mr-4{
    margin-right: -4px;
  }

  .tablet\:-mb-4{
    margin-bottom: -4px;
  }

  .tablet\:-ml-4{
    margin-left: -4px;
  }

  .tablet\:-mt-5{
    margin-top: -5px;
  }

  .tablet\:-mr-5{
    margin-right: -5px;
  }

  .tablet\:-mb-5{
    margin-bottom: -5px;
  }

  .tablet\:-ml-5{
    margin-left: -5px;
  }

  .tablet\:-mt-7{
    margin-top: -7px;
  }

  .tablet\:-mr-7{
    margin-right: -7px;
  }

  .tablet\:-mb-7{
    margin-bottom: -7px;
  }

  .tablet\:-ml-7{
    margin-left: -7px;
  }

  .tablet\:-mt-8{
    margin-top: -8px;
  }

  .tablet\:-mr-8{
    margin-right: -8px;
  }

  .tablet\:-mb-8{
    margin-bottom: -8px;
  }

  .tablet\:-ml-8{
    margin-left: -8px;
  }

  .tablet\:-mt-10{
    margin-top: -10px;
  }

  .tablet\:-mr-10{
    margin-right: -10px;
  }

  .tablet\:-mb-10{
    margin-bottom: -10px;
  }

  .tablet\:-ml-10{
    margin-left: -10px;
  }

  .tablet\:-mt-11{
    margin-top: -11px;
  }

  .tablet\:-mr-11{
    margin-right: -11px;
  }

  .tablet\:-mb-11{
    margin-bottom: -11px;
  }

  .tablet\:-ml-11{
    margin-left: -11px;
  }

  .tablet\:-mt-12{
    margin-top: -12px;
  }

  .tablet\:-mr-12{
    margin-right: -12px;
  }

  .tablet\:-mb-12{
    margin-bottom: -12px;
  }

  .tablet\:-ml-12{
    margin-left: -12px;
  }

  .tablet\:-mt-13{
    margin-top: -13px;
  }

  .tablet\:-mr-13{
    margin-right: -13px;
  }

  .tablet\:-mb-13{
    margin-bottom: -13px;
  }

  .tablet\:-ml-13{
    margin-left: -13px;
  }

  .tablet\:-mt-15{
    margin-top: -15px;
  }

  .tablet\:-mr-15{
    margin-right: -15px;
  }

  .tablet\:-mb-15{
    margin-bottom: -15px;
  }

  .tablet\:-ml-15{
    margin-left: -15px;
  }

  .tablet\:-mt-16{
    margin-top: -16px;
  }

  .tablet\:-mr-16{
    margin-right: -16px;
  }

  .tablet\:-mb-16{
    margin-bottom: -16px;
  }

  .tablet\:-ml-16{
    margin-left: -16px;
  }

  .tablet\:-mt-18{
    margin-top: -18px;
  }

  .tablet\:-mr-18{
    margin-right: -18px;
  }

  .tablet\:-mb-18{
    margin-bottom: -18px;
  }

  .tablet\:-ml-18{
    margin-left: -18px;
  }

  .tablet\:-mt-20{
    margin-top: -20px;
  }

  .tablet\:-mr-20{
    margin-right: -20px;
  }

  .tablet\:-mb-20{
    margin-bottom: -20px;
  }

  .tablet\:-ml-20{
    margin-left: -20px;
  }

  .tablet\:-mt-24{
    margin-top: -24px;
  }

  .tablet\:-mr-24{
    margin-right: -24px;
  }

  .tablet\:-mb-24{
    margin-bottom: -24px;
  }

  .tablet\:-ml-24{
    margin-left: -24px;
  }

  .tablet\:-mt-28{
    margin-top: -28px;
  }

  .tablet\:-mr-28{
    margin-right: -28px;
  }

  .tablet\:-mb-28{
    margin-bottom: -28px;
  }

  .tablet\:-ml-28{
    margin-left: -28px;
  }

  .tablet\:-mt-29{
    margin-top: -29px;
  }

  .tablet\:-mr-29{
    margin-right: -29px;
  }

  .tablet\:-mb-29{
    margin-bottom: -29px;
  }

  .tablet\:-ml-29{
    margin-left: -29px;
  }

  .tablet\:-mt-30{
    margin-top: -30px;
  }

  .tablet\:-mr-30{
    margin-right: -30px;
  }

  .tablet\:-mb-30{
    margin-bottom: -30px;
  }

  .tablet\:-ml-30{
    margin-left: -30px;
  }

  .tablet\:-mt-32{
    margin-top: -32px;
  }

  .tablet\:-mr-32{
    margin-right: -32px;
  }

  .tablet\:-mb-32{
    margin-bottom: -32px;
  }

  .tablet\:-ml-32{
    margin-left: -32px;
  }

  .tablet\:-mt-34{
    margin-top: -34px;
  }

  .tablet\:-mr-34{
    margin-right: -34px;
  }

  .tablet\:-mb-34{
    margin-bottom: -34px;
  }

  .tablet\:-ml-34{
    margin-left: -34px;
  }

  .tablet\:-mt-36{
    margin-top: -36px;
  }

  .tablet\:-mr-36{
    margin-right: -36px;
  }

  .tablet\:-mb-36{
    margin-bottom: -36px;
  }

  .tablet\:-ml-36{
    margin-left: -36px;
  }

  .tablet\:-mt-40{
    margin-top: -40px;
  }

  .tablet\:-mr-40{
    margin-right: -40px;
  }

  .tablet\:-mb-40{
    margin-bottom: -40px;
  }

  .tablet\:-ml-40{
    margin-left: -40px;
  }

  .tablet\:-mt-48{
    margin-top: -48px;
  }

  .tablet\:-mr-48{
    margin-right: -48px;
  }

  .tablet\:-mb-48{
    margin-bottom: -48px;
  }

  .tablet\:-ml-48{
    margin-left: -48px;
  }

  .tablet\:-mt-56{
    margin-top: -56px;
  }

  .tablet\:-mr-56{
    margin-right: -56px;
  }

  .tablet\:-mb-56{
    margin-bottom: -56px;
  }

  .tablet\:-ml-56{
    margin-left: -56px;
  }

  .tablet\:-mt-60{
    margin-top: -60px;
  }

  .tablet\:-mr-60{
    margin-right: -60px;
  }

  .tablet\:-mb-60{
    margin-bottom: -60px;
  }

  .tablet\:-ml-60{
    margin-left: -60px;
  }

  .tablet\:-mt-64{
    margin-top: -64px;
  }

  .tablet\:-mr-64{
    margin-right: -64px;
  }

  .tablet\:-mb-64{
    margin-bottom: -64px;
  }

  .tablet\:-ml-64{
    margin-left: -64px;
  }

  .tablet\:-mt-70{
    margin-top: -70px;
  }

  .tablet\:-mr-70{
    margin-right: -70px;
  }

  .tablet\:-mb-70{
    margin-bottom: -70px;
  }

  .tablet\:-ml-70{
    margin-left: -70px;
  }

  .tablet\:-mt-72{
    margin-top: -72px;
  }

  .tablet\:-mr-72{
    margin-right: -72px;
  }

  .tablet\:-mb-72{
    margin-bottom: -72px;
  }

  .tablet\:-ml-72{
    margin-left: -72px;
  }

  .tablet\:-mt-80{
    margin-top: -80px;
  }

  .tablet\:-mr-80{
    margin-right: -80px;
  }

  .tablet\:-mb-80{
    margin-bottom: -80px;
  }

  .tablet\:-ml-80{
    margin-left: -80px;
  }

  .tablet\:-mt-88{
    margin-top: -88px;
  }

  .tablet\:-mr-88{
    margin-right: -88px;
  }

  .tablet\:-mb-88{
    margin-bottom: -88px;
  }

  .tablet\:-ml-88{
    margin-left: -88px;
  }

  .tablet\:-mt-90{
    margin-top: -90px;
  }

  .tablet\:-mr-90{
    margin-right: -90px;
  }

  .tablet\:-mb-90{
    margin-bottom: -90px;
  }

  .tablet\:-ml-90{
    margin-left: -90px;
  }

  .tablet\:-mt-96{
    margin-top: -96px;
  }

  .tablet\:-mr-96{
    margin-right: -96px;
  }

  .tablet\:-mb-96{
    margin-bottom: -96px;
  }

  .tablet\:-ml-96{
    margin-left: -96px;
  }

  .tablet\:-mt-112{
    margin-top: -112px;
  }

  .tablet\:-mr-112{
    margin-right: -112px;
  }

  .tablet\:-mb-112{
    margin-bottom: -112px;
  }

  .tablet\:-ml-112{
    margin-left: -112px;
  }

  .tablet\:-mt-128{
    margin-top: -128px;
  }

  .tablet\:-mr-128{
    margin-right: -128px;
  }

  .tablet\:-mb-128{
    margin-bottom: -128px;
  }

  .tablet\:-ml-128{
    margin-left: -128px;
  }

  .tablet\:-mt-135{
    margin-top: -135px;
  }

  .tablet\:-mr-135{
    margin-right: -135px;
  }

  .tablet\:-mb-135{
    margin-bottom: -135px;
  }

  .tablet\:-ml-135{
    margin-left: -135px;
  }

  .tablet\:-mt-145{
    margin-top: -145px;
  }

  .tablet\:-mr-145{
    margin-right: -145px;
  }

  .tablet\:-mb-145{
    margin-bottom: -145px;
  }

  .tablet\:-ml-145{
    margin-left: -145px;
  }

  .tablet\:-mt-155{
    margin-top: -155px;
  }

  .tablet\:-mr-155{
    margin-right: -155px;
  }

  .tablet\:-mb-155{
    margin-bottom: -155px;
  }

  .tablet\:-ml-155{
    margin-left: -155px;
  }

  .tablet\:-mt-160{
    margin-top: -160px;
  }

  .tablet\:-mr-160{
    margin-right: -160px;
  }

  .tablet\:-mb-160{
    margin-bottom: -160px;
  }

  .tablet\:-ml-160{
    margin-left: -160px;
  }

  .tablet\:-mt-192{
    margin-top: -192px;
  }

  .tablet\:-mr-192{
    margin-right: -192px;
  }

  .tablet\:-mb-192{
    margin-bottom: -192px;
  }

  .tablet\:-ml-192{
    margin-left: -192px;
  }

  .tablet\:-mt-224{
    margin-top: -224px;
  }

  .tablet\:-mr-224{
    margin-right: -224px;
  }

  .tablet\:-mb-224{
    margin-bottom: -224px;
  }

  .tablet\:-ml-224{
    margin-left: -224px;
  }

  .tablet\:-mt-227{
    margin-top: -227px;
  }

  .tablet\:-mr-227{
    margin-right: -227px;
  }

  .tablet\:-mb-227{
    margin-bottom: -227px;
  }

  .tablet\:-ml-227{
    margin-left: -227px;
  }

  .tablet\:-mt-250{
    margin-top: -250px;
  }

  .tablet\:-mr-250{
    margin-right: -250px;
  }

  .tablet\:-mb-250{
    margin-bottom: -250px;
  }

  .tablet\:-ml-250{
    margin-left: -250px;
  }

  .tablet\:-mt-256{
    margin-top: -256px;
  }

  .tablet\:-mr-256{
    margin-right: -256px;
  }

  .tablet\:-mb-256{
    margin-bottom: -256px;
  }

  .tablet\:-ml-256{
    margin-left: -256px;
  }

  .tablet\:-mt-270{
    margin-top: -270px;
  }

  .tablet\:-mr-270{
    margin-right: -270px;
  }

  .tablet\:-mb-270{
    margin-bottom: -270px;
  }

  .tablet\:-ml-270{
    margin-left: -270px;
  }

  .tablet\:-mt-288{
    margin-top: -288px;
  }

  .tablet\:-mr-288{
    margin-right: -288px;
  }

  .tablet\:-mb-288{
    margin-bottom: -288px;
  }

  .tablet\:-ml-288{
    margin-left: -288px;
  }

  .tablet\:-mt-304{
    margin-top: -304px;
  }

  .tablet\:-mr-304{
    margin-right: -304px;
  }

  .tablet\:-mb-304{
    margin-bottom: -304px;
  }

  .tablet\:-ml-304{
    margin-left: -304px;
  }

  .tablet\:-mt-314{
    margin-top: -314px;
  }

  .tablet\:-mr-314{
    margin-right: -314px;
  }

  .tablet\:-mb-314{
    margin-bottom: -314px;
  }

  .tablet\:-ml-314{
    margin-left: -314px;
  }

  .tablet\:-mt-320{
    margin-top: -320px;
  }

  .tablet\:-mr-320{
    margin-right: -320px;
  }

  .tablet\:-mb-320{
    margin-bottom: -320px;
  }

  .tablet\:-ml-320{
    margin-left: -320px;
  }

  .tablet\:-mt-352{
    margin-top: -352px;
  }

  .tablet\:-mr-352{
    margin-right: -352px;
  }

  .tablet\:-mb-352{
    margin-bottom: -352px;
  }

  .tablet\:-ml-352{
    margin-left: -352px;
  }

  .tablet\:-mt-384{
    margin-top: -384px;
  }

  .tablet\:-mr-384{
    margin-right: -384px;
  }

  .tablet\:-mb-384{
    margin-bottom: -384px;
  }

  .tablet\:-ml-384{
    margin-left: -384px;
  }

  .tablet\:-mt-416{
    margin-top: -416px;
  }

  .tablet\:-mr-416{
    margin-right: -416px;
  }

  .tablet\:-mb-416{
    margin-bottom: -416px;
  }

  .tablet\:-ml-416{
    margin-left: -416px;
  }

  .tablet\:-mt-448{
    margin-top: -448px;
  }

  .tablet\:-mr-448{
    margin-right: -448px;
  }

  .tablet\:-mb-448{
    margin-bottom: -448px;
  }

  .tablet\:-ml-448{
    margin-left: -448px;
  }

  .tablet\:-mt-480{
    margin-top: -480px;
  }

  .tablet\:-mr-480{
    margin-right: -480px;
  }

  .tablet\:-mb-480{
    margin-bottom: -480px;
  }

  .tablet\:-ml-480{
    margin-left: -480px;
  }

  .tablet\:-mt-512{
    margin-top: -512px;
  }

  .tablet\:-mr-512{
    margin-right: -512px;
  }

  .tablet\:-mb-512{
    margin-bottom: -512px;
  }

  .tablet\:-ml-512{
    margin-left: -512px;
  }

  .tablet\:-mt-576{
    margin-top: -576px;
  }

  .tablet\:-mr-576{
    margin-right: -576px;
  }

  .tablet\:-mb-576{
    margin-bottom: -576px;
  }

  .tablet\:-ml-576{
    margin-left: -576px;
  }

  .tablet\:-mt-612{
    margin-top: -612px;
  }

  .tablet\:-mr-612{
    margin-right: -612px;
  }

  .tablet\:-mb-612{
    margin-bottom: -612px;
  }

  .tablet\:-ml-612{
    margin-left: -612px;
  }

  .tablet\:-mt-640{
    margin-top: -640px;
  }

  .tablet\:-mr-640{
    margin-right: -640px;
  }

  .tablet\:-mb-640{
    margin-bottom: -640px;
  }

  .tablet\:-ml-640{
    margin-left: -640px;
  }

  .tablet\:-mt-768{
    margin-top: -768px;
  }

  .tablet\:-mr-768{
    margin-right: -768px;
  }

  .tablet\:-mb-768{
    margin-bottom: -768px;
  }

  .tablet\:-ml-768{
    margin-left: -768px;
  }

  .tablet\:-mt--200{
    margin-top: 200px;
  }

  .tablet\:-mr--200{
    margin-right: 200px;
  }

  .tablet\:-mb--200{
    margin-bottom: 200px;
  }

  .tablet\:-ml--200{
    margin-left: 200px;
  }

  .tablet\:-mt--170{
    margin-top: 170px;
  }

  .tablet\:-mr--170{
    margin-right: 170px;
  }

  .tablet\:-mb--170{
    margin-bottom: 170px;
  }

  .tablet\:-ml--170{
    margin-left: 170px;
  }

  .tablet\:-mt--120{
    margin-top: 120px;
  }

  .tablet\:-mr--120{
    margin-right: 120px;
  }

  .tablet\:-mb--120{
    margin-bottom: 120px;
  }

  .tablet\:-ml--120{
    margin-left: 120px;
  }

  .tablet\:-mt--100{
    margin-top: 100px;
  }

  .tablet\:-mr--100{
    margin-right: 100px;
  }

  .tablet\:-mb--100{
    margin-bottom: 100px;
  }

  .tablet\:-ml--100{
    margin-left: 100px;
  }

  .tablet\:-mt--50{
    margin-top: 50px;
  }

  .tablet\:-mr--50{
    margin-right: 50px;
  }

  .tablet\:-mb--50{
    margin-bottom: 50px;
  }

  .tablet\:-ml--50{
    margin-left: 50px;
  }

  .tablet\:-mt--45{
    margin-top: 45px;
  }

  .tablet\:-mr--45{
    margin-right: 45px;
  }

  .tablet\:-mb--45{
    margin-bottom: 45px;
  }

  .tablet\:-ml--45{
    margin-left: 45px;
  }

  .tablet\:-mt--3{
    margin-top: 3px;
  }

  .tablet\:-mr--3{
    margin-right: 3px;
  }

  .tablet\:-mb--3{
    margin-bottom: 3px;
  }

  .tablet\:-ml--3{
    margin-left: 3px;
  }

  .tablet\:-mt-px{
    margin-top: -1px;
  }

  .tablet\:-mr-px{
    margin-right: -1px;
  }

  .tablet\:-mb-px{
    margin-bottom: -1px;
  }

  .tablet\:-ml-px{
    margin-left: -1px;
  }

  .tablet\:-mt-20p{
    margin-top: -20%;
  }

  .tablet\:-mr-20p{
    margin-right: -20%;
  }

  .tablet\:-mb-20p{
    margin-bottom: -20%;
  }

  .tablet\:-ml-20p{
    margin-left: -20%;
  }

  .tablet\:-mt-40p{
    margin-top: -40%;
  }

  .tablet\:-mr-40p{
    margin-right: -40%;
  }

  .tablet\:-mb-40p{
    margin-bottom: -40%;
  }

  .tablet\:-ml-40p{
    margin-left: -40%;
  }

  .tablet\:-mt-49p{
    margin-top: -49%;
  }

  .tablet\:-mr-49p{
    margin-right: -49%;
  }

  .tablet\:-mb-49p{
    margin-bottom: -49%;
  }

  .tablet\:-ml-49p{
    margin-left: -49%;
  }

  .tablet\:-mt-52p{
    margin-top: -52%;
  }

  .tablet\:-mr-52p{
    margin-right: -52%;
  }

  .tablet\:-mb-52p{
    margin-bottom: -52%;
  }

  .tablet\:-ml-52p{
    margin-left: -52%;
  }

  .tablet\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .tablet\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .tablet\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .tablet\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .tablet\:-mt-60p{
    margin-top: -60%;
  }

  .tablet\:-mr-60p{
    margin-right: -60%;
  }

  .tablet\:-mb-60p{
    margin-bottom: -60%;
  }

  .tablet\:-ml-60p{
    margin-left: -60%;
  }

  .tablet\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .tablet\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .tablet\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .tablet\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .tablet\:-mt-80p{
    margin-top: -80%;
  }

  .tablet\:-mr-80p{
    margin-right: -80%;
  }

  .tablet\:-mb-80p{
    margin-bottom: -80%;
  }

  .tablet\:-ml-80p{
    margin-left: -80%;
  }

  .tablet\:-mt-90p{
    margin-top: -90%;
  }

  .tablet\:-mr-90p{
    margin-right: -90%;
  }

  .tablet\:-mb-90p{
    margin-bottom: -90%;
  }

  .tablet\:-ml-90p{
    margin-left: -90%;
  }

  .tablet\:-mt-95p{
    margin-top: -95%;
  }

  .tablet\:-mr-95p{
    margin-right: -95%;
  }

  .tablet\:-mb-95p{
    margin-bottom: -95%;
  }

  .tablet\:-ml-95p{
    margin-left: -95%;
  }

  .tablet\:-mt-100p{
    margin-top: -100%;
  }

  .tablet\:-mr-100p{
    margin-right: -100%;
  }

  .tablet\:-mb-100p{
    margin-bottom: -100%;
  }

  .tablet\:-ml-100p{
    margin-left: -100%;
  }

  .tablet\:-mt-110p{
    margin-top: -110%;
  }

  .tablet\:-mr-110p{
    margin-right: -110%;
  }

  .tablet\:-mb-110p{
    margin-bottom: -110%;
  }

  .tablet\:-ml-110p{
    margin-left: -110%;
  }

  .tablet\:max-h-0{
    max-height: 0px;
  }

  .tablet\:max-h-2{
    max-height: 2px;
  }

  .tablet\:max-h-4{
    max-height: 4px;
  }

  .tablet\:max-h-5{
    max-height: 5px;
  }

  .tablet\:max-h-7{
    max-height: 7px;
  }

  .tablet\:max-h-8{
    max-height: 8px;
  }

  .tablet\:max-h-10{
    max-height: 10px;
  }

  .tablet\:max-h-11{
    max-height: 11px;
  }

  .tablet\:max-h-12{
    max-height: 12px;
  }

  .tablet\:max-h-13{
    max-height: 13px;
  }

  .tablet\:max-h-15{
    max-height: 15px;
  }

  .tablet\:max-h-16{
    max-height: 16px;
  }

  .tablet\:max-h-18{
    max-height: 18px;
  }

  .tablet\:max-h-20{
    max-height: 20px;
  }

  .tablet\:max-h-24{
    max-height: 24px;
  }

  .tablet\:max-h-28{
    max-height: 28px;
  }

  .tablet\:max-h-29{
    max-height: 29px;
  }

  .tablet\:max-h-30{
    max-height: 30px;
  }

  .tablet\:max-h-32{
    max-height: 32px;
  }

  .tablet\:max-h-34{
    max-height: 34px;
  }

  .tablet\:max-h-36{
    max-height: 36px;
  }

  .tablet\:max-h-40{
    max-height: 40px;
  }

  .tablet\:max-h-48{
    max-height: 48px;
  }

  .tablet\:max-h-50{
    max-height: 50px;
  }

  .tablet\:max-h-56{
    max-height: 56px;
  }

  .tablet\:max-h-60{
    max-height: 60px;
  }

  .tablet\:max-h-64{
    max-height: 64px;
  }

  .tablet\:max-h-70{
    max-height: 70px;
  }

  .tablet\:max-h-72{
    max-height: 72px;
  }

  .tablet\:max-h-80{
    max-height: 80px;
  }

  .tablet\:max-h-88{
    max-height: 88px;
  }

  .tablet\:max-h-90{
    max-height: 90px;
  }

  .tablet\:max-h-96{
    max-height: 96px;
  }

  .tablet\:max-h-100{
    max-height: 100px;
  }

  .tablet\:max-h-112{
    max-height: 112px;
  }

  .tablet\:max-h-128{
    max-height: 128px;
  }

  .tablet\:max-h-135{
    max-height: 135px;
  }

  .tablet\:max-h-145{
    max-height: 145px;
  }

  .tablet\:max-h-155{
    max-height: 155px;
  }

  .tablet\:max-h-160{
    max-height: 160px;
  }

  .tablet\:max-h-192{
    max-height: 192px;
  }

  .tablet\:max-h-200{
    max-height: 200px;
  }

  .tablet\:max-h-224{
    max-height: 224px;
  }

  .tablet\:max-h-227{
    max-height: 227px;
  }

  .tablet\:max-h-250{
    max-height: 250px;
  }

  .tablet\:max-h-256{
    max-height: 256px;
  }

  .tablet\:max-h-270{
    max-height: 270px;
  }

  .tablet\:max-h-288{
    max-height: 288px;
  }

  .tablet\:max-h-304{
    max-height: 304px;
  }

  .tablet\:max-h-314{
    max-height: 314px;
  }

  .tablet\:max-h-320{
    max-height: 320px;
  }

  .tablet\:max-h-352{
    max-height: 352px;
  }

  .tablet\:max-h-384{
    max-height: 384px;
  }

  .tablet\:max-h-416{
    max-height: 416px;
  }

  .tablet\:max-h-448{
    max-height: 448px;
  }

  .tablet\:max-h-480{
    max-height: 480px;
  }

  .tablet\:max-h-512{
    max-height: 512px;
  }

  .tablet\:max-h-576{
    max-height: 576px;
  }

  .tablet\:max-h-612{
    max-height: 612px;
  }

  .tablet\:max-h-640{
    max-height: 640px;
  }

  .tablet\:max-h-768{
    max-height: 768px;
  }

  .tablet\:-max-h-200{
    max-height: -200px;
  }

  .tablet\:-max-h-170{
    max-height: -170px;
  }

  .tablet\:-max-h-120{
    max-height: -120px;
  }

  .tablet\:-max-h-100{
    max-height: -100px;
  }

  .tablet\:-max-h-50{
    max-height: -50px;
  }

  .tablet\:-max-h-45{
    max-height: -45px;
  }

  .tablet\:-max-h-3{
    max-height: -3px;
  }

  .tablet\:max-h-px{
    max-height: 1px;
  }

  .tablet\:max-h-20p{
    max-height: 20%;
  }

  .tablet\:max-h-40p{
    max-height: 40%;
  }

  .tablet\:max-h-49p{
    max-height: 49%;
  }

  .tablet\:max-h-52p{
    max-height: 52%;
  }

  .tablet\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .tablet\:max-h-60p{
    max-height: 60%;
  }

  .tablet\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .tablet\:max-h-80p{
    max-height: 80%;
  }

  .tablet\:max-h-90p{
    max-height: 90%;
  }

  .tablet\:max-h-95p{
    max-height: 95%;
  }

  .tablet\:max-h-100p{
    max-height: 100%;
  }

  .tablet\:max-h-110p{
    max-height: 110%;
  }

  .tablet\:max-h-full{
    max-height: 100%;
  }

  .tablet\:max-h-screen{
    max-height: 100vh;
  }

  .tablet\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .tablet\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .tablet\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .tablet\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .tablet\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .tablet\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .tablet\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .tablet\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .tablet\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .tablet\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .tablet\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .tablet\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .tablet\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .tablet\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .tablet\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .tablet\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .tablet\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .tablet\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .tablet\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .tablet\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .tablet\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .tablet\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .tablet\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .tablet\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .tablet\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .tablet\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .tablet\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .tablet\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .tablet\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .tablet\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .tablet\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .tablet\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .tablet\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .tablet\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .tablet\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .tablet\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .tablet\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .tablet\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .tablet\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .tablet\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .tablet\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .tablet\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .tablet\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .tablet\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .tablet\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .tablet\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .tablet\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .tablet\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .tablet\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .tablet\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .tablet\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .tablet\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .tablet\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .tablet\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .tablet\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .tablet\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .tablet\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .tablet\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .tablet\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .tablet\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .tablet\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .tablet\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .tablet\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .tablet\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .tablet\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .tablet\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .tablet\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .tablet\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .tablet\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .tablet\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .tablet\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .tablet\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .tablet\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .tablet\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .tablet\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .tablet\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .tablet\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .tablet\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .tablet\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .tablet\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .tablet\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .tablet\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .tablet\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .tablet\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .tablet\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .tablet\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .tablet\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .tablet\:max-w-0{
    max-width: 0rem;
  }

  .tablet\:max-w-30{
    max-width: 30px;
  }

  .tablet\:max-w-40{
    max-width: 40px;
  }

  .tablet\:max-w-45{
    max-width: 45px;
  }

  .tablet\:max-w-50{
    max-width: 50px;
  }

  .tablet\:max-w-60{
    max-width: 60px;
  }

  .tablet\:max-w-80{
    max-width: 80px;
  }

  .tablet\:max-w-92{
    max-width: 92px;
  }

  .tablet\:max-w-100{
    max-width: 100px;
  }

  .tablet\:max-w-132{
    max-width: 132px;
  }

  .tablet\:max-w-172{
    max-width: 172px;
  }

  .tablet\:max-w-200{
    max-width: 200px;
  }

  .tablet\:max-w-235{
    max-width: 235px;
  }

  .tablet\:max-w-250{
    max-width: 250px;
  }

  .tablet\:max-w-270{
    max-width: 270px;
  }

  .tablet\:max-w-300{
    max-width: 300px;
  }

  .tablet\:max-w-380{
    max-width: 380px;
  }

  .tablet\:max-w-480{
    max-width: 480px;
  }

  .tablet\:max-w-540{
    max-width: 540px;
  }

  .tablet\:max-w-570{
    max-width: 570px;
  }

  .tablet\:max-w-600{
    max-width: 600px;
  }

  .tablet\:max-w-740{
    max-width: 740px;
  }

  .tablet\:max-w-770{
    max-width: 770px;
  }

  .tablet\:max-w-900{
    max-width: 900px;
  }

  .tablet\:max-w-970{
    max-width: 970px;
  }

  .tablet\:max-w-none{
    max-width: none;
  }

  .tablet\:max-w-xs{
    max-width: 20rem;
  }

  .tablet\:max-w-sm{
    max-width: 24rem;
  }

  .tablet\:max-w-md{
    max-width: 28rem;
  }

  .tablet\:max-w-lg{
    max-width: 32rem;
  }

  .tablet\:max-w-xl{
    max-width: 36rem;
  }

  .tablet\:max-w-2xl{
    max-width: 42rem;
  }

  .tablet\:max-w-3xl{
    max-width: 48rem;
  }

  .tablet\:max-w-4xl{
    max-width: 56rem;
  }

  .tablet\:max-w-5xl{
    max-width: 64rem;
  }

  .tablet\:max-w-6xl{
    max-width: 72rem;
  }

  .tablet\:max-w-7xl{
    max-width: 80rem;
  }

  .tablet\:max-w-full{
    max-width: 100%;
  }

  .tablet\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tablet\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tablet\:max-w-prose{
    max-width: 65ch;
  }

  .tablet\:max-w-screen-sm{
    max-width: 640px;
  }

  .tablet\:max-w-screen-md{
    max-width: 768px;
  }

  .tablet\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tablet\:max-w-screen-xl{
    max-width: 1260px;
  }

  .tablet\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .tablet\:min-h-0{
    min-height: 0px;
  }

  .tablet\:min-h-full{
    min-height: 100%;
  }

  .tablet\:min-h-screen{
    min-height: 100vh;
  }

  .tablet\:min-w-0{
    min-width: 0px;
  }

  .tablet\:min-w-220{
    min-width: 220px;
  }

  .tablet\:min-w-300{
    min-width: 300px;
  }

  .tablet\:min-w-430{
    min-width: 430px;
  }

  .tablet\:min-w-500{
    min-width: 500px;
  }

  .tablet\:min-w-1024{
    min-width: 1024px;
  }

  .tablet\:min-w-full{
    min-width: 100%;
  }

  .tablet\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tablet\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tablet\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tablet\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tablet\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tablet\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tablet\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tablet\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tablet\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tablet\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tablet\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tablet\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tablet\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tablet\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tablet\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tablet\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .tablet\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .tablet\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .tablet\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .tablet\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .tablet\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .tablet\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .tablet\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .tablet\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .tablet\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tablet\:opacity-0{
    opacity: 0;
  }

  .tablet\:opacity-5{
    opacity: 0.05;
  }

  .tablet\:opacity-10{
    opacity: 0.1;
  }

  .tablet\:opacity-20{
    opacity: 0.2;
  }

  .tablet\:opacity-25{
    opacity: 0.25;
  }

  .tablet\:opacity-30{
    opacity: 0.3;
  }

  .tablet\:opacity-40{
    opacity: 0.4;
  }

  .tablet\:opacity-50{
    opacity: 0.5;
  }

  .tablet\:opacity-60{
    opacity: 0.6;
  }

  .tablet\:opacity-70{
    opacity: 0.7;
  }

  .tablet\:opacity-75{
    opacity: 0.75;
  }

  .tablet\:opacity-80{
    opacity: 0.8;
  }

  .tablet\:opacity-90{
    opacity: 0.9;
  }

  .tablet\:opacity-95{
    opacity: 0.95;
  }

  .tablet\:opacity-100{
    opacity: 1;
  }

  .group:hover .tablet\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .tablet\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:opacity-100{
    opacity: 1;
  }

  .tablet\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .tablet\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .tablet\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .tablet\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .tablet\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .tablet\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .tablet\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .tablet\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .tablet\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .tablet\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .tablet\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .tablet\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .tablet\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .tablet\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .tablet\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .tablet\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tablet\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .tablet\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .tablet\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .tablet\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tablet\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tablet\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tablet\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tablet\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .tablet\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .tablet\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tablet\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .tablet\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .tablet\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .tablet\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tablet\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tablet\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .tablet\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .tablet\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .tablet\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tablet\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tablet\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tablet\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tablet\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .tablet\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .tablet\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tablet\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .tablet\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .tablet\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .tablet\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tablet\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:overflow-auto{
    overflow: auto;
  }

  .tablet\:overflow-hidden{
    overflow: hidden;
  }

  .tablet\:overflow-visible{
    overflow: visible;
  }

  .tablet\:overflow-scroll{
    overflow: scroll;
  }

  .tablet\:overflow-x-auto{
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto{
    overflow-y: auto;
  }

  .tablet\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tablet\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tablet\:overflow-x-visible{
    overflow-x: visible;
  }

  .tablet\:overflow-y-visible{
    overflow-y: visible;
  }

  .tablet\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tablet\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .tablet\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .tablet\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .tablet\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tablet\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tablet\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tablet\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tablet\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tablet\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tablet\:p-0{
    padding: 0px;
  }

  .tablet\:p-2{
    padding: 2px;
  }

  .tablet\:p-4{
    padding: 4px;
  }

  .tablet\:p-5{
    padding: 5px;
  }

  .tablet\:p-7{
    padding: 7px;
  }

  .tablet\:p-8{
    padding: 8px;
  }

  .tablet\:p-10{
    padding: 10px;
  }

  .tablet\:p-11{
    padding: 11px;
  }

  .tablet\:p-12{
    padding: 12px;
  }

  .tablet\:p-13{
    padding: 13px;
  }

  .tablet\:p-15{
    padding: 15px;
  }

  .tablet\:p-16{
    padding: 16px;
  }

  .tablet\:p-18{
    padding: 18px;
  }

  .tablet\:p-20{
    padding: 20px;
  }

  .tablet\:p-24{
    padding: 24px;
  }

  .tablet\:p-28{
    padding: 28px;
  }

  .tablet\:p-29{
    padding: 29px;
  }

  .tablet\:p-30{
    padding: 30px;
  }

  .tablet\:p-32{
    padding: 32px;
  }

  .tablet\:p-34{
    padding: 34px;
  }

  .tablet\:p-36{
    padding: 36px;
  }

  .tablet\:p-40{
    padding: 40px;
  }

  .tablet\:p-48{
    padding: 48px;
  }

  .tablet\:p-50{
    padding: 50px;
  }

  .tablet\:p-56{
    padding: 56px;
  }

  .tablet\:p-60{
    padding: 60px;
  }

  .tablet\:p-64{
    padding: 64px;
  }

  .tablet\:p-70{
    padding: 70px;
  }

  .tablet\:p-72{
    padding: 72px;
  }

  .tablet\:p-80{
    padding: 80px;
  }

  .tablet\:p-88{
    padding: 88px;
  }

  .tablet\:p-90{
    padding: 90px;
  }

  .tablet\:p-96{
    padding: 96px;
  }

  .tablet\:p-100{
    padding: 100px;
  }

  .tablet\:p-112{
    padding: 112px;
  }

  .tablet\:p-128{
    padding: 128px;
  }

  .tablet\:p-135{
    padding: 135px;
  }

  .tablet\:p-145{
    padding: 145px;
  }

  .tablet\:p-155{
    padding: 155px;
  }

  .tablet\:p-160{
    padding: 160px;
  }

  .tablet\:p-192{
    padding: 192px;
  }

  .tablet\:p-200{
    padding: 200px;
  }

  .tablet\:p-224{
    padding: 224px;
  }

  .tablet\:p-227{
    padding: 227px;
  }

  .tablet\:p-250{
    padding: 250px;
  }

  .tablet\:p-256{
    padding: 256px;
  }

  .tablet\:p-270{
    padding: 270px;
  }

  .tablet\:p-288{
    padding: 288px;
  }

  .tablet\:p-304{
    padding: 304px;
  }

  .tablet\:p-314{
    padding: 314px;
  }

  .tablet\:p-320{
    padding: 320px;
  }

  .tablet\:p-352{
    padding: 352px;
  }

  .tablet\:p-384{
    padding: 384px;
  }

  .tablet\:p-416{
    padding: 416px;
  }

  .tablet\:p-448{
    padding: 448px;
  }

  .tablet\:p-480{
    padding: 480px;
  }

  .tablet\:p-512{
    padding: 512px;
  }

  .tablet\:p-576{
    padding: 576px;
  }

  .tablet\:p-612{
    padding: 612px;
  }

  .tablet\:p-640{
    padding: 640px;
  }

  .tablet\:p-768{
    padding: 768px;
  }

  .tablet\:-p-200{
    padding: -200px;
  }

  .tablet\:-p-170{
    padding: -170px;
  }

  .tablet\:-p-120{
    padding: -120px;
  }

  .tablet\:-p-100{
    padding: -100px;
  }

  .tablet\:-p-50{
    padding: -50px;
  }

  .tablet\:-p-45{
    padding: -45px;
  }

  .tablet\:-p-3{
    padding: -3px;
  }

  .tablet\:p-px{
    padding: 1px;
  }

  .tablet\:p-20p{
    padding: 20%;
  }

  .tablet\:p-40p{
    padding: 40%;
  }

  .tablet\:p-49p{
    padding: 49%;
  }

  .tablet\:p-52p{
    padding: 52%;
  }

  .tablet\:p-53\.5p{
    padding: 53.5%;
  }

  .tablet\:p-60p{
    padding: 60%;
  }

  .tablet\:p-71\.5p{
    padding: 71.5%;
  }

  .tablet\:p-80p{
    padding: 80%;
  }

  .tablet\:p-90p{
    padding: 90%;
  }

  .tablet\:p-95p{
    padding: 95%;
  }

  .tablet\:p-100p{
    padding: 100%;
  }

  .tablet\:p-110p{
    padding: 110%;
  }

  .tablet\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tablet\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .tablet\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tablet\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .tablet\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tablet\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .tablet\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tablet\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .tablet\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tablet\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .tablet\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tablet\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tablet\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .tablet\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tablet\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .tablet\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tablet\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .tablet\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tablet\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .tablet\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tablet\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .tablet\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tablet\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .tablet\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tablet\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablet\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .tablet\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .tablet\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tablet\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .tablet\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tablet\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tablet\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .tablet\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .tablet\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .tablet\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tablet\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .tablet\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tablet\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .tablet\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tablet\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .tablet\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tablet\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .tablet\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tablet\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .tablet\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablet\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .tablet\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tablet\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .tablet\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tablet\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .tablet\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tablet\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .tablet\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tablet\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .tablet\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tablet\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .tablet\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .tablet\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .tablet\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tablet\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .tablet\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tablet\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .tablet\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .tablet\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .tablet\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .tablet\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .tablet\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .tablet\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .tablet\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .tablet\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .tablet\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .tablet\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .tablet\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .tablet\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .tablet\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .tablet\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .tablet\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tablet\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .tablet\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .tablet\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .tablet\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .tablet\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .tablet\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .tablet\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .tablet\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .tablet\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .tablet\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .tablet\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .tablet\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .tablet\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .tablet\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .tablet\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .tablet\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .tablet\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .tablet\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .tablet\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .tablet\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .tablet\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .tablet\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .tablet\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .tablet\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .tablet\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .tablet\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .tablet\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .tablet\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .tablet\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .tablet\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .tablet\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .tablet\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .tablet\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .tablet\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .tablet\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .tablet\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .tablet\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .tablet\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .tablet\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .tablet\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .tablet\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .tablet\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .tablet\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .tablet\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .tablet\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .tablet\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .tablet\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .tablet\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .tablet\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .tablet\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .tablet\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .tablet\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .tablet\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .tablet\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .tablet\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .tablet\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .tablet\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .tablet\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .tablet\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .tablet\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .tablet\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .tablet\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .tablet\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .tablet\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .tablet\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .tablet\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .tablet\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .tablet\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .tablet\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .tablet\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .tablet\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .tablet\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .tablet\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .tablet\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .tablet\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .tablet\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .tablet\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .tablet\:pt-0{
    padding-top: 0px;
  }

  .tablet\:pr-0{
    padding-right: 0px;
  }

  .tablet\:pb-0{
    padding-bottom: 0px;
  }

  .tablet\:pl-0{
    padding-left: 0px;
  }

  .tablet\:pt-2{
    padding-top: 2px;
  }

  .tablet\:pr-2{
    padding-right: 2px;
  }

  .tablet\:pb-2{
    padding-bottom: 2px;
  }

  .tablet\:pl-2{
    padding-left: 2px;
  }

  .tablet\:pt-4{
    padding-top: 4px;
  }

  .tablet\:pr-4{
    padding-right: 4px;
  }

  .tablet\:pb-4{
    padding-bottom: 4px;
  }

  .tablet\:pl-4{
    padding-left: 4px;
  }

  .tablet\:pt-5{
    padding-top: 5px;
  }

  .tablet\:pr-5{
    padding-right: 5px;
  }

  .tablet\:pb-5{
    padding-bottom: 5px;
  }

  .tablet\:pl-5{
    padding-left: 5px;
  }

  .tablet\:pt-7{
    padding-top: 7px;
  }

  .tablet\:pr-7{
    padding-right: 7px;
  }

  .tablet\:pb-7{
    padding-bottom: 7px;
  }

  .tablet\:pl-7{
    padding-left: 7px;
  }

  .tablet\:pt-8{
    padding-top: 8px;
  }

  .tablet\:pr-8{
    padding-right: 8px;
  }

  .tablet\:pb-8{
    padding-bottom: 8px;
  }

  .tablet\:pl-8{
    padding-left: 8px;
  }

  .tablet\:pt-10{
    padding-top: 10px;
  }

  .tablet\:pr-10{
    padding-right: 10px;
  }

  .tablet\:pb-10{
    padding-bottom: 10px;
  }

  .tablet\:pl-10{
    padding-left: 10px;
  }

  .tablet\:pt-11{
    padding-top: 11px;
  }

  .tablet\:pr-11{
    padding-right: 11px;
  }

  .tablet\:pb-11{
    padding-bottom: 11px;
  }

  .tablet\:pl-11{
    padding-left: 11px;
  }

  .tablet\:pt-12{
    padding-top: 12px;
  }

  .tablet\:pr-12{
    padding-right: 12px;
  }

  .tablet\:pb-12{
    padding-bottom: 12px;
  }

  .tablet\:pl-12{
    padding-left: 12px;
  }

  .tablet\:pt-13{
    padding-top: 13px;
  }

  .tablet\:pr-13{
    padding-right: 13px;
  }

  .tablet\:pb-13{
    padding-bottom: 13px;
  }

  .tablet\:pl-13{
    padding-left: 13px;
  }

  .tablet\:pt-15{
    padding-top: 15px;
  }

  .tablet\:pr-15{
    padding-right: 15px;
  }

  .tablet\:pb-15{
    padding-bottom: 15px;
  }

  .tablet\:pl-15{
    padding-left: 15px;
  }

  .tablet\:pt-16{
    padding-top: 16px;
  }

  .tablet\:pr-16{
    padding-right: 16px;
  }

  .tablet\:pb-16{
    padding-bottom: 16px;
  }

  .tablet\:pl-16{
    padding-left: 16px;
  }

  .tablet\:pt-18{
    padding-top: 18px;
  }

  .tablet\:pr-18{
    padding-right: 18px;
  }

  .tablet\:pb-18{
    padding-bottom: 18px;
  }

  .tablet\:pl-18{
    padding-left: 18px;
  }

  .tablet\:pt-20{
    padding-top: 20px;
  }

  .tablet\:pr-20{
    padding-right: 20px;
  }

  .tablet\:pb-20{
    padding-bottom: 20px;
  }

  .tablet\:pl-20{
    padding-left: 20px;
  }

  .tablet\:pt-24{
    padding-top: 24px;
  }

  .tablet\:pr-24{
    padding-right: 24px;
  }

  .tablet\:pb-24{
    padding-bottom: 24px;
  }

  .tablet\:pl-24{
    padding-left: 24px;
  }

  .tablet\:pt-28{
    padding-top: 28px;
  }

  .tablet\:pr-28{
    padding-right: 28px;
  }

  .tablet\:pb-28{
    padding-bottom: 28px;
  }

  .tablet\:pl-28{
    padding-left: 28px;
  }

  .tablet\:pt-29{
    padding-top: 29px;
  }

  .tablet\:pr-29{
    padding-right: 29px;
  }

  .tablet\:pb-29{
    padding-bottom: 29px;
  }

  .tablet\:pl-29{
    padding-left: 29px;
  }

  .tablet\:pt-30{
    padding-top: 30px;
  }

  .tablet\:pr-30{
    padding-right: 30px;
  }

  .tablet\:pb-30{
    padding-bottom: 30px;
  }

  .tablet\:pl-30{
    padding-left: 30px;
  }

  .tablet\:pt-32{
    padding-top: 32px;
  }

  .tablet\:pr-32{
    padding-right: 32px;
  }

  .tablet\:pb-32{
    padding-bottom: 32px;
  }

  .tablet\:pl-32{
    padding-left: 32px;
  }

  .tablet\:pt-34{
    padding-top: 34px;
  }

  .tablet\:pr-34{
    padding-right: 34px;
  }

  .tablet\:pb-34{
    padding-bottom: 34px;
  }

  .tablet\:pl-34{
    padding-left: 34px;
  }

  .tablet\:pt-36{
    padding-top: 36px;
  }

  .tablet\:pr-36{
    padding-right: 36px;
  }

  .tablet\:pb-36{
    padding-bottom: 36px;
  }

  .tablet\:pl-36{
    padding-left: 36px;
  }

  .tablet\:pt-40{
    padding-top: 40px;
  }

  .tablet\:pr-40{
    padding-right: 40px;
  }

  .tablet\:pb-40{
    padding-bottom: 40px;
  }

  .tablet\:pl-40{
    padding-left: 40px;
  }

  .tablet\:pt-48{
    padding-top: 48px;
  }

  .tablet\:pr-48{
    padding-right: 48px;
  }

  .tablet\:pb-48{
    padding-bottom: 48px;
  }

  .tablet\:pl-48{
    padding-left: 48px;
  }

  .tablet\:pt-50{
    padding-top: 50px;
  }

  .tablet\:pr-50{
    padding-right: 50px;
  }

  .tablet\:pb-50{
    padding-bottom: 50px;
  }

  .tablet\:pl-50{
    padding-left: 50px;
  }

  .tablet\:pt-56{
    padding-top: 56px;
  }

  .tablet\:pr-56{
    padding-right: 56px;
  }

  .tablet\:pb-56{
    padding-bottom: 56px;
  }

  .tablet\:pl-56{
    padding-left: 56px;
  }

  .tablet\:pt-60{
    padding-top: 60px;
  }

  .tablet\:pr-60{
    padding-right: 60px;
  }

  .tablet\:pb-60{
    padding-bottom: 60px;
  }

  .tablet\:pl-60{
    padding-left: 60px;
  }

  .tablet\:pt-64{
    padding-top: 64px;
  }

  .tablet\:pr-64{
    padding-right: 64px;
  }

  .tablet\:pb-64{
    padding-bottom: 64px;
  }

  .tablet\:pl-64{
    padding-left: 64px;
  }

  .tablet\:pt-70{
    padding-top: 70px;
  }

  .tablet\:pr-70{
    padding-right: 70px;
  }

  .tablet\:pb-70{
    padding-bottom: 70px;
  }

  .tablet\:pl-70{
    padding-left: 70px;
  }

  .tablet\:pt-72{
    padding-top: 72px;
  }

  .tablet\:pr-72{
    padding-right: 72px;
  }

  .tablet\:pb-72{
    padding-bottom: 72px;
  }

  .tablet\:pl-72{
    padding-left: 72px;
  }

  .tablet\:pt-80{
    padding-top: 80px;
  }

  .tablet\:pr-80{
    padding-right: 80px;
  }

  .tablet\:pb-80{
    padding-bottom: 80px;
  }

  .tablet\:pl-80{
    padding-left: 80px;
  }

  .tablet\:pt-88{
    padding-top: 88px;
  }

  .tablet\:pr-88{
    padding-right: 88px;
  }

  .tablet\:pb-88{
    padding-bottom: 88px;
  }

  .tablet\:pl-88{
    padding-left: 88px;
  }

  .tablet\:pt-90{
    padding-top: 90px;
  }

  .tablet\:pr-90{
    padding-right: 90px;
  }

  .tablet\:pb-90{
    padding-bottom: 90px;
  }

  .tablet\:pl-90{
    padding-left: 90px;
  }

  .tablet\:pt-96{
    padding-top: 96px;
  }

  .tablet\:pr-96{
    padding-right: 96px;
  }

  .tablet\:pb-96{
    padding-bottom: 96px;
  }

  .tablet\:pl-96{
    padding-left: 96px;
  }

  .tablet\:pt-100{
    padding-top: 100px;
  }

  .tablet\:pr-100{
    padding-right: 100px;
  }

  .tablet\:pb-100{
    padding-bottom: 100px;
  }

  .tablet\:pl-100{
    padding-left: 100px;
  }

  .tablet\:pt-112{
    padding-top: 112px;
  }

  .tablet\:pr-112{
    padding-right: 112px;
  }

  .tablet\:pb-112{
    padding-bottom: 112px;
  }

  .tablet\:pl-112{
    padding-left: 112px;
  }

  .tablet\:pt-128{
    padding-top: 128px;
  }

  .tablet\:pr-128{
    padding-right: 128px;
  }

  .tablet\:pb-128{
    padding-bottom: 128px;
  }

  .tablet\:pl-128{
    padding-left: 128px;
  }

  .tablet\:pt-135{
    padding-top: 135px;
  }

  .tablet\:pr-135{
    padding-right: 135px;
  }

  .tablet\:pb-135{
    padding-bottom: 135px;
  }

  .tablet\:pl-135{
    padding-left: 135px;
  }

  .tablet\:pt-145{
    padding-top: 145px;
  }

  .tablet\:pr-145{
    padding-right: 145px;
  }

  .tablet\:pb-145{
    padding-bottom: 145px;
  }

  .tablet\:pl-145{
    padding-left: 145px;
  }

  .tablet\:pt-155{
    padding-top: 155px;
  }

  .tablet\:pr-155{
    padding-right: 155px;
  }

  .tablet\:pb-155{
    padding-bottom: 155px;
  }

  .tablet\:pl-155{
    padding-left: 155px;
  }

  .tablet\:pt-160{
    padding-top: 160px;
  }

  .tablet\:pr-160{
    padding-right: 160px;
  }

  .tablet\:pb-160{
    padding-bottom: 160px;
  }

  .tablet\:pl-160{
    padding-left: 160px;
  }

  .tablet\:pt-192{
    padding-top: 192px;
  }

  .tablet\:pr-192{
    padding-right: 192px;
  }

  .tablet\:pb-192{
    padding-bottom: 192px;
  }

  .tablet\:pl-192{
    padding-left: 192px;
  }

  .tablet\:pt-200{
    padding-top: 200px;
  }

  .tablet\:pr-200{
    padding-right: 200px;
  }

  .tablet\:pb-200{
    padding-bottom: 200px;
  }

  .tablet\:pl-200{
    padding-left: 200px;
  }

  .tablet\:pt-224{
    padding-top: 224px;
  }

  .tablet\:pr-224{
    padding-right: 224px;
  }

  .tablet\:pb-224{
    padding-bottom: 224px;
  }

  .tablet\:pl-224{
    padding-left: 224px;
  }

  .tablet\:pt-227{
    padding-top: 227px;
  }

  .tablet\:pr-227{
    padding-right: 227px;
  }

  .tablet\:pb-227{
    padding-bottom: 227px;
  }

  .tablet\:pl-227{
    padding-left: 227px;
  }

  .tablet\:pt-250{
    padding-top: 250px;
  }

  .tablet\:pr-250{
    padding-right: 250px;
  }

  .tablet\:pb-250{
    padding-bottom: 250px;
  }

  .tablet\:pl-250{
    padding-left: 250px;
  }

  .tablet\:pt-256{
    padding-top: 256px;
  }

  .tablet\:pr-256{
    padding-right: 256px;
  }

  .tablet\:pb-256{
    padding-bottom: 256px;
  }

  .tablet\:pl-256{
    padding-left: 256px;
  }

  .tablet\:pt-270{
    padding-top: 270px;
  }

  .tablet\:pr-270{
    padding-right: 270px;
  }

  .tablet\:pb-270{
    padding-bottom: 270px;
  }

  .tablet\:pl-270{
    padding-left: 270px;
  }

  .tablet\:pt-288{
    padding-top: 288px;
  }

  .tablet\:pr-288{
    padding-right: 288px;
  }

  .tablet\:pb-288{
    padding-bottom: 288px;
  }

  .tablet\:pl-288{
    padding-left: 288px;
  }

  .tablet\:pt-304{
    padding-top: 304px;
  }

  .tablet\:pr-304{
    padding-right: 304px;
  }

  .tablet\:pb-304{
    padding-bottom: 304px;
  }

  .tablet\:pl-304{
    padding-left: 304px;
  }

  .tablet\:pt-314{
    padding-top: 314px;
  }

  .tablet\:pr-314{
    padding-right: 314px;
  }

  .tablet\:pb-314{
    padding-bottom: 314px;
  }

  .tablet\:pl-314{
    padding-left: 314px;
  }

  .tablet\:pt-320{
    padding-top: 320px;
  }

  .tablet\:pr-320{
    padding-right: 320px;
  }

  .tablet\:pb-320{
    padding-bottom: 320px;
  }

  .tablet\:pl-320{
    padding-left: 320px;
  }

  .tablet\:pt-352{
    padding-top: 352px;
  }

  .tablet\:pr-352{
    padding-right: 352px;
  }

  .tablet\:pb-352{
    padding-bottom: 352px;
  }

  .tablet\:pl-352{
    padding-left: 352px;
  }

  .tablet\:pt-384{
    padding-top: 384px;
  }

  .tablet\:pr-384{
    padding-right: 384px;
  }

  .tablet\:pb-384{
    padding-bottom: 384px;
  }

  .tablet\:pl-384{
    padding-left: 384px;
  }

  .tablet\:pt-416{
    padding-top: 416px;
  }

  .tablet\:pr-416{
    padding-right: 416px;
  }

  .tablet\:pb-416{
    padding-bottom: 416px;
  }

  .tablet\:pl-416{
    padding-left: 416px;
  }

  .tablet\:pt-448{
    padding-top: 448px;
  }

  .tablet\:pr-448{
    padding-right: 448px;
  }

  .tablet\:pb-448{
    padding-bottom: 448px;
  }

  .tablet\:pl-448{
    padding-left: 448px;
  }

  .tablet\:pt-480{
    padding-top: 480px;
  }

  .tablet\:pr-480{
    padding-right: 480px;
  }

  .tablet\:pb-480{
    padding-bottom: 480px;
  }

  .tablet\:pl-480{
    padding-left: 480px;
  }

  .tablet\:pt-512{
    padding-top: 512px;
  }

  .tablet\:pr-512{
    padding-right: 512px;
  }

  .tablet\:pb-512{
    padding-bottom: 512px;
  }

  .tablet\:pl-512{
    padding-left: 512px;
  }

  .tablet\:pt-576{
    padding-top: 576px;
  }

  .tablet\:pr-576{
    padding-right: 576px;
  }

  .tablet\:pb-576{
    padding-bottom: 576px;
  }

  .tablet\:pl-576{
    padding-left: 576px;
  }

  .tablet\:pt-612{
    padding-top: 612px;
  }

  .tablet\:pr-612{
    padding-right: 612px;
  }

  .tablet\:pb-612{
    padding-bottom: 612px;
  }

  .tablet\:pl-612{
    padding-left: 612px;
  }

  .tablet\:pt-640{
    padding-top: 640px;
  }

  .tablet\:pr-640{
    padding-right: 640px;
  }

  .tablet\:pb-640{
    padding-bottom: 640px;
  }

  .tablet\:pl-640{
    padding-left: 640px;
  }

  .tablet\:pt-768{
    padding-top: 768px;
  }

  .tablet\:pr-768{
    padding-right: 768px;
  }

  .tablet\:pb-768{
    padding-bottom: 768px;
  }

  .tablet\:pl-768{
    padding-left: 768px;
  }

  .tablet\:-pt-200{
    padding-top: -200px;
  }

  .tablet\:-pr-200{
    padding-right: -200px;
  }

  .tablet\:-pb-200{
    padding-bottom: -200px;
  }

  .tablet\:-pl-200{
    padding-left: -200px;
  }

  .tablet\:-pt-170{
    padding-top: -170px;
  }

  .tablet\:-pr-170{
    padding-right: -170px;
  }

  .tablet\:-pb-170{
    padding-bottom: -170px;
  }

  .tablet\:-pl-170{
    padding-left: -170px;
  }

  .tablet\:-pt-120{
    padding-top: -120px;
  }

  .tablet\:-pr-120{
    padding-right: -120px;
  }

  .tablet\:-pb-120{
    padding-bottom: -120px;
  }

  .tablet\:-pl-120{
    padding-left: -120px;
  }

  .tablet\:-pt-100{
    padding-top: -100px;
  }

  .tablet\:-pr-100{
    padding-right: -100px;
  }

  .tablet\:-pb-100{
    padding-bottom: -100px;
  }

  .tablet\:-pl-100{
    padding-left: -100px;
  }

  .tablet\:-pt-50{
    padding-top: -50px;
  }

  .tablet\:-pr-50{
    padding-right: -50px;
  }

  .tablet\:-pb-50{
    padding-bottom: -50px;
  }

  .tablet\:-pl-50{
    padding-left: -50px;
  }

  .tablet\:-pt-45{
    padding-top: -45px;
  }

  .tablet\:-pr-45{
    padding-right: -45px;
  }

  .tablet\:-pb-45{
    padding-bottom: -45px;
  }

  .tablet\:-pl-45{
    padding-left: -45px;
  }

  .tablet\:-pt-3{
    padding-top: -3px;
  }

  .tablet\:-pr-3{
    padding-right: -3px;
  }

  .tablet\:-pb-3{
    padding-bottom: -3px;
  }

  .tablet\:-pl-3{
    padding-left: -3px;
  }

  .tablet\:pt-px{
    padding-top: 1px;
  }

  .tablet\:pr-px{
    padding-right: 1px;
  }

  .tablet\:pb-px{
    padding-bottom: 1px;
  }

  .tablet\:pl-px{
    padding-left: 1px;
  }

  .tablet\:pt-20p{
    padding-top: 20%;
  }

  .tablet\:pr-20p{
    padding-right: 20%;
  }

  .tablet\:pb-20p{
    padding-bottom: 20%;
  }

  .tablet\:pl-20p{
    padding-left: 20%;
  }

  .tablet\:pt-40p{
    padding-top: 40%;
  }

  .tablet\:pr-40p{
    padding-right: 40%;
  }

  .tablet\:pb-40p{
    padding-bottom: 40%;
  }

  .tablet\:pl-40p{
    padding-left: 40%;
  }

  .tablet\:pt-49p{
    padding-top: 49%;
  }

  .tablet\:pr-49p{
    padding-right: 49%;
  }

  .tablet\:pb-49p{
    padding-bottom: 49%;
  }

  .tablet\:pl-49p{
    padding-left: 49%;
  }

  .tablet\:pt-52p{
    padding-top: 52%;
  }

  .tablet\:pr-52p{
    padding-right: 52%;
  }

  .tablet\:pb-52p{
    padding-bottom: 52%;
  }

  .tablet\:pl-52p{
    padding-left: 52%;
  }

  .tablet\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .tablet\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .tablet\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .tablet\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .tablet\:pt-60p{
    padding-top: 60%;
  }

  .tablet\:pr-60p{
    padding-right: 60%;
  }

  .tablet\:pb-60p{
    padding-bottom: 60%;
  }

  .tablet\:pl-60p{
    padding-left: 60%;
  }

  .tablet\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .tablet\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .tablet\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .tablet\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .tablet\:pt-80p{
    padding-top: 80%;
  }

  .tablet\:pr-80p{
    padding-right: 80%;
  }

  .tablet\:pb-80p{
    padding-bottom: 80%;
  }

  .tablet\:pl-80p{
    padding-left: 80%;
  }

  .tablet\:pt-90p{
    padding-top: 90%;
  }

  .tablet\:pr-90p{
    padding-right: 90%;
  }

  .tablet\:pb-90p{
    padding-bottom: 90%;
  }

  .tablet\:pl-90p{
    padding-left: 90%;
  }

  .tablet\:pt-95p{
    padding-top: 95%;
  }

  .tablet\:pr-95p{
    padding-right: 95%;
  }

  .tablet\:pb-95p{
    padding-bottom: 95%;
  }

  .tablet\:pl-95p{
    padding-left: 95%;
  }

  .tablet\:pt-100p{
    padding-top: 100%;
  }

  .tablet\:pr-100p{
    padding-right: 100%;
  }

  .tablet\:pb-100p{
    padding-bottom: 100%;
  }

  .tablet\:pl-100p{
    padding-left: 100%;
  }

  .tablet\:pt-110p{
    padding-top: 110%;
  }

  .tablet\:pr-110p{
    padding-right: 110%;
  }

  .tablet\:pb-110p{
    padding-bottom: 110%;
  }

  .tablet\:pl-110p{
    padding-left: 110%;
  }

  .tablet\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tablet\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .tablet\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tablet\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tablet\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .tablet\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tablet\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tablet\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tablet\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .tablet\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tablet\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .tablet\:pointer-events-none{
    pointer-events: none;
  }

  .tablet\:pointer-events-auto{
    pointer-events: auto;
  }

  .tablet\:static{
    position: static;
  }

  .tablet\:fixed{
    position: fixed;
  }

  .tablet\:absolute{
    position: absolute;
  }

  .tablet\:relative{
    position: relative;
  }

  .tablet\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .tablet\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .tablet\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .tablet\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .tablet\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tablet\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .tablet\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .tablet\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .tablet\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .tablet\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .tablet\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .tablet\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tablet\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .tablet\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tablet\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .tablet\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .tablet\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .tablet\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .tablet\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .tablet\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .tablet\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .tablet\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .tablet\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .tablet\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tablet\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .tablet\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .tablet\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .tablet\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .tablet\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .tablet\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .tablet\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .tablet\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .tablet\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .tablet\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tablet\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .tablet\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .tablet\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .tablet\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .tablet\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .tablet\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .tablet\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .tablet\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tablet\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .tablet\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .tablet\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .tablet\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .tablet\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .tablet\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .tablet\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .tablet\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .tablet\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .tablet\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .tablet\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .tablet\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .tablet\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .tablet\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .tablet\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .tablet\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .tablet\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .tablet\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .tablet\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .tablet\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .tablet\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .tablet\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .tablet\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .tablet\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .tablet\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .tablet\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .tablet\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tablet\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .tablet\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .tablet\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .tablet\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .tablet\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .tablet\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .tablet\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .tablet\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .tablet\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .tablet\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .tablet\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .tablet\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tablet\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .tablet\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .tablet\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .tablet\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .tablet\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .tablet\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .tablet\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .tablet\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .tablet\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .tablet\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .tablet\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .tablet\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .tablet\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .tablet\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .tablet\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .tablet\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .tablet\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .tablet\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .tablet\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .tablet\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .tablet\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .tablet\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .tablet\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .tablet\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .tablet\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .tablet\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .tablet\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .tablet\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .tablet\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .tablet\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .tablet\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .tablet\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .tablet\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .tablet\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .tablet\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .tablet\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .tablet\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .tablet\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .tablet\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .tablet\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .tablet\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .tablet\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .tablet\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .tablet\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .tablet\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .tablet\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .tablet\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .tablet\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .tablet\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .tablet\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .tablet\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .tablet\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .tablet\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .tablet\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .tablet\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .tablet\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .tablet\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .tablet\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .tablet\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .tablet\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .tablet\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .tablet\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .tablet\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .tablet\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tablet\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .tablet\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .tablet\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .tablet\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .tablet\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .tablet\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .tablet\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .tablet\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .tablet\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .tablet\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .tablet\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tablet\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .tablet\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tablet\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tablet\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tablet\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tablet\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tablet\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tablet\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tablet\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tablet\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tablet\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tablet\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .tablet\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .tablet\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .tablet\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .tablet\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .tablet\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .tablet\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .tablet\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .tablet\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .tablet\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .tablet\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .tablet\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .tablet\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .tablet\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .tablet\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .tablet\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .tablet\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .tablet\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .tablet\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .tablet\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .tablet\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .tablet\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .tablet\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .tablet\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .tablet\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .tablet\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .tablet\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .tablet\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .tablet\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .tablet\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .tablet\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .tablet\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .tablet\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .tablet\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .tablet\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .tablet\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .tablet\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .tablet\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .tablet\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .tablet\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .tablet\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .tablet\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .tablet\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .tablet\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .tablet\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .tablet\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .tablet\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .tablet\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .tablet\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .tablet\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .tablet\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .tablet\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .tablet\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .tablet\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .tablet\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .tablet\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .tablet\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .tablet\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .tablet\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .tablet\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .tablet\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .tablet\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .tablet\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .tablet\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .tablet\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .tablet\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .tablet\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .tablet\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .tablet\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .tablet\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .tablet\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .tablet\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .tablet\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .tablet\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .tablet\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .tablet\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .tablet\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .tablet\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .tablet\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .tablet\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .tablet\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .tablet\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .tablet\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .tablet\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .tablet\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .tablet\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .tablet\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .tablet\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .tablet\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .tablet\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .tablet\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .tablet\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .tablet\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .tablet\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .tablet\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .tablet\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .tablet\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .tablet\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .tablet\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .tablet\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .tablet\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .tablet\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .tablet\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .tablet\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .tablet\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .tablet\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .tablet\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .tablet\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .tablet\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .tablet\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .tablet\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .tablet\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .tablet\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .tablet\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .tablet\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .tablet\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .tablet\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .tablet\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .tablet\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .tablet\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .tablet\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .tablet\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tablet\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .tablet\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .tablet\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .tablet\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .tablet\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .tablet\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .tablet\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .tablet\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .tablet\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .tablet\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .tablet\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .tablet\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .tablet\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .tablet\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .tablet\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .tablet\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .tablet\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .tablet\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .tablet\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .tablet\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .tablet\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .tablet\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .tablet\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .tablet\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .tablet\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .tablet\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .tablet\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .tablet\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .tablet\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .tablet\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .tablet\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .tablet\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .tablet\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .tablet\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .tablet\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .tablet\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .tablet\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .tablet\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .tablet\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .tablet\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .tablet\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .tablet\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .tablet\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .tablet\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .tablet\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .tablet\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .tablet\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .tablet\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .tablet\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .tablet\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .tablet\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .tablet\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .tablet\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .tablet\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .tablet\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .tablet\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .tablet\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .tablet\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .tablet\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .tablet\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .tablet\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .tablet\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .tablet\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .tablet\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .tablet\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .tablet\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .tablet\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .tablet\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .tablet\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .tablet\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .tablet\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .tablet\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .tablet\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .tablet\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .tablet\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .tablet\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .tablet\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .tablet\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .tablet\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .tablet\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .tablet\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .tablet\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .tablet\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .tablet\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .tablet\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .tablet\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .tablet\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .tablet\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .tablet\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .tablet\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .tablet\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .tablet\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .tablet\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .tablet\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .tablet\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .tablet\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .tablet\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .tablet\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .tablet\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .tablet\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .tablet\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .tablet\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .tablet\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .tablet\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .tablet\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .tablet\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .tablet\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .tablet\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .tablet\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .tablet\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .tablet\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .tablet\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .tablet\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .tablet\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .tablet\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .tablet\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .tablet\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .tablet\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .tablet\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .tablet\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .tablet\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .tablet\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .tablet\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .tablet\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .tablet\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .tablet\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .tablet\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .tablet\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .tablet\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .tablet\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .tablet\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .tablet\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .tablet\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .tablet\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .tablet\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .tablet\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .tablet\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .tablet\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .tablet\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .tablet\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .tablet\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .tablet\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .tablet\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .tablet\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .tablet\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .tablet\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .tablet\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .tablet\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .tablet\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .tablet\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .tablet\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .tablet\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .tablet\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .tablet\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .tablet\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .tablet\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .tablet\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .tablet\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .tablet\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .tablet\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .tablet\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .tablet\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .tablet\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .tablet\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .tablet\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .tablet\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .tablet\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .tablet\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .tablet\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .tablet\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .tablet\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .tablet\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .tablet\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .tablet\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .tablet\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .tablet\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .tablet\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .tablet\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .tablet\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .tablet\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .tablet\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .tablet\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .tablet\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .tablet\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .tablet\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .tablet\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .tablet\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .tablet\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .tablet\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .tablet\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .tablet\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .tablet\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .tablet\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .tablet\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .tablet\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .tablet\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .tablet\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .tablet\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .tablet\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tablet\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .tablet\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tablet\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .tablet\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .tablet\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .tablet\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .tablet\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .tablet\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .tablet\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .tablet\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .tablet\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .tablet\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .tablet\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tablet\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .tablet\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tablet\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .tablet\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .tablet\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .tablet\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .tablet\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .tablet\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .tablet\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .tablet\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .tablet\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .tablet\:top-0{
    top: 0px;
  }

  .tablet\:right-0{
    right: 0px;
  }

  .tablet\:bottom-0{
    bottom: 0px;
  }

  .tablet\:left-0{
    left: 0px;
  }

  .tablet\:top-2{
    top: 2px;
  }

  .tablet\:right-2{
    right: 2px;
  }

  .tablet\:bottom-2{
    bottom: 2px;
  }

  .tablet\:left-2{
    left: 2px;
  }

  .tablet\:top-4{
    top: 4px;
  }

  .tablet\:right-4{
    right: 4px;
  }

  .tablet\:bottom-4{
    bottom: 4px;
  }

  .tablet\:left-4{
    left: 4px;
  }

  .tablet\:top-5{
    top: 5px;
  }

  .tablet\:right-5{
    right: 5px;
  }

  .tablet\:bottom-5{
    bottom: 5px;
  }

  .tablet\:left-5{
    left: 5px;
  }

  .tablet\:top-7{
    top: 7px;
  }

  .tablet\:right-7{
    right: 7px;
  }

  .tablet\:bottom-7{
    bottom: 7px;
  }

  .tablet\:left-7{
    left: 7px;
  }

  .tablet\:top-8{
    top: 8px;
  }

  .tablet\:right-8{
    right: 8px;
  }

  .tablet\:bottom-8{
    bottom: 8px;
  }

  .tablet\:left-8{
    left: 8px;
  }

  .tablet\:top-10{
    top: 10px;
  }

  .tablet\:right-10{
    right: 10px;
  }

  .tablet\:bottom-10{
    bottom: 10px;
  }

  .tablet\:left-10{
    left: 10px;
  }

  .tablet\:top-11{
    top: 11px;
  }

  .tablet\:right-11{
    right: 11px;
  }

  .tablet\:bottom-11{
    bottom: 11px;
  }

  .tablet\:left-11{
    left: 11px;
  }

  .tablet\:top-12{
    top: 12px;
  }

  .tablet\:right-12{
    right: 12px;
  }

  .tablet\:bottom-12{
    bottom: 12px;
  }

  .tablet\:left-12{
    left: 12px;
  }

  .tablet\:top-13{
    top: 13px;
  }

  .tablet\:right-13{
    right: 13px;
  }

  .tablet\:bottom-13{
    bottom: 13px;
  }

  .tablet\:left-13{
    left: 13px;
  }

  .tablet\:top-15{
    top: 15px;
  }

  .tablet\:right-15{
    right: 15px;
  }

  .tablet\:bottom-15{
    bottom: 15px;
  }

  .tablet\:left-15{
    left: 15px;
  }

  .tablet\:top-16{
    top: 16px;
  }

  .tablet\:right-16{
    right: 16px;
  }

  .tablet\:bottom-16{
    bottom: 16px;
  }

  .tablet\:left-16{
    left: 16px;
  }

  .tablet\:top-18{
    top: 18px;
  }

  .tablet\:right-18{
    right: 18px;
  }

  .tablet\:bottom-18{
    bottom: 18px;
  }

  .tablet\:left-18{
    left: 18px;
  }

  .tablet\:top-20{
    top: 20px;
  }

  .tablet\:right-20{
    right: 20px;
  }

  .tablet\:bottom-20{
    bottom: 20px;
  }

  .tablet\:left-20{
    left: 20px;
  }

  .tablet\:top-24{
    top: 24px;
  }

  .tablet\:right-24{
    right: 24px;
  }

  .tablet\:bottom-24{
    bottom: 24px;
  }

  .tablet\:left-24{
    left: 24px;
  }

  .tablet\:top-28{
    top: 28px;
  }

  .tablet\:right-28{
    right: 28px;
  }

  .tablet\:bottom-28{
    bottom: 28px;
  }

  .tablet\:left-28{
    left: 28px;
  }

  .tablet\:top-29{
    top: 29px;
  }

  .tablet\:right-29{
    right: 29px;
  }

  .tablet\:bottom-29{
    bottom: 29px;
  }

  .tablet\:left-29{
    left: 29px;
  }

  .tablet\:top-30{
    top: 30px;
  }

  .tablet\:right-30{
    right: 30px;
  }

  .tablet\:bottom-30{
    bottom: 30px;
  }

  .tablet\:left-30{
    left: 30px;
  }

  .tablet\:top-32{
    top: 32px;
  }

  .tablet\:right-32{
    right: 32px;
  }

  .tablet\:bottom-32{
    bottom: 32px;
  }

  .tablet\:left-32{
    left: 32px;
  }

  .tablet\:top-34{
    top: 34px;
  }

  .tablet\:right-34{
    right: 34px;
  }

  .tablet\:bottom-34{
    bottom: 34px;
  }

  .tablet\:left-34{
    left: 34px;
  }

  .tablet\:top-36{
    top: 36px;
  }

  .tablet\:right-36{
    right: 36px;
  }

  .tablet\:bottom-36{
    bottom: 36px;
  }

  .tablet\:left-36{
    left: 36px;
  }

  .tablet\:top-40{
    top: 40px;
  }

  .tablet\:right-40{
    right: 40px;
  }

  .tablet\:bottom-40{
    bottom: 40px;
  }

  .tablet\:left-40{
    left: 40px;
  }

  .tablet\:top-48{
    top: 48px;
  }

  .tablet\:right-48{
    right: 48px;
  }

  .tablet\:bottom-48{
    bottom: 48px;
  }

  .tablet\:left-48{
    left: 48px;
  }

  .tablet\:top-50{
    top: 50px;
  }

  .tablet\:right-50{
    right: 50px;
  }

  .tablet\:bottom-50{
    bottom: 50px;
  }

  .tablet\:left-50{
    left: 50px;
  }

  .tablet\:top-56{
    top: 56px;
  }

  .tablet\:right-56{
    right: 56px;
  }

  .tablet\:bottom-56{
    bottom: 56px;
  }

  .tablet\:left-56{
    left: 56px;
  }

  .tablet\:top-60{
    top: 60px;
  }

  .tablet\:right-60{
    right: 60px;
  }

  .tablet\:bottom-60{
    bottom: 60px;
  }

  .tablet\:left-60{
    left: 60px;
  }

  .tablet\:top-64{
    top: 64px;
  }

  .tablet\:right-64{
    right: 64px;
  }

  .tablet\:bottom-64{
    bottom: 64px;
  }

  .tablet\:left-64{
    left: 64px;
  }

  .tablet\:top-70{
    top: 70px;
  }

  .tablet\:right-70{
    right: 70px;
  }

  .tablet\:bottom-70{
    bottom: 70px;
  }

  .tablet\:left-70{
    left: 70px;
  }

  .tablet\:top-72{
    top: 72px;
  }

  .tablet\:right-72{
    right: 72px;
  }

  .tablet\:bottom-72{
    bottom: 72px;
  }

  .tablet\:left-72{
    left: 72px;
  }

  .tablet\:top-80{
    top: 80px;
  }

  .tablet\:right-80{
    right: 80px;
  }

  .tablet\:bottom-80{
    bottom: 80px;
  }

  .tablet\:left-80{
    left: 80px;
  }

  .tablet\:top-88{
    top: 88px;
  }

  .tablet\:right-88{
    right: 88px;
  }

  .tablet\:bottom-88{
    bottom: 88px;
  }

  .tablet\:left-88{
    left: 88px;
  }

  .tablet\:top-90{
    top: 90px;
  }

  .tablet\:right-90{
    right: 90px;
  }

  .tablet\:bottom-90{
    bottom: 90px;
  }

  .tablet\:left-90{
    left: 90px;
  }

  .tablet\:top-96{
    top: 96px;
  }

  .tablet\:right-96{
    right: 96px;
  }

  .tablet\:bottom-96{
    bottom: 96px;
  }

  .tablet\:left-96{
    left: 96px;
  }

  .tablet\:top-100{
    top: 100px;
  }

  .tablet\:right-100{
    right: 100px;
  }

  .tablet\:bottom-100{
    bottom: 100px;
  }

  .tablet\:left-100{
    left: 100px;
  }

  .tablet\:top-112{
    top: 112px;
  }

  .tablet\:right-112{
    right: 112px;
  }

  .tablet\:bottom-112{
    bottom: 112px;
  }

  .tablet\:left-112{
    left: 112px;
  }

  .tablet\:top-128{
    top: 128px;
  }

  .tablet\:right-128{
    right: 128px;
  }

  .tablet\:bottom-128{
    bottom: 128px;
  }

  .tablet\:left-128{
    left: 128px;
  }

  .tablet\:top-135{
    top: 135px;
  }

  .tablet\:right-135{
    right: 135px;
  }

  .tablet\:bottom-135{
    bottom: 135px;
  }

  .tablet\:left-135{
    left: 135px;
  }

  .tablet\:top-145{
    top: 145px;
  }

  .tablet\:right-145{
    right: 145px;
  }

  .tablet\:bottom-145{
    bottom: 145px;
  }

  .tablet\:left-145{
    left: 145px;
  }

  .tablet\:top-155{
    top: 155px;
  }

  .tablet\:right-155{
    right: 155px;
  }

  .tablet\:bottom-155{
    bottom: 155px;
  }

  .tablet\:left-155{
    left: 155px;
  }

  .tablet\:top-160{
    top: 160px;
  }

  .tablet\:right-160{
    right: 160px;
  }

  .tablet\:bottom-160{
    bottom: 160px;
  }

  .tablet\:left-160{
    left: 160px;
  }

  .tablet\:top-192{
    top: 192px;
  }

  .tablet\:right-192{
    right: 192px;
  }

  .tablet\:bottom-192{
    bottom: 192px;
  }

  .tablet\:left-192{
    left: 192px;
  }

  .tablet\:top-200{
    top: 200px;
  }

  .tablet\:right-200{
    right: 200px;
  }

  .tablet\:bottom-200{
    bottom: 200px;
  }

  .tablet\:left-200{
    left: 200px;
  }

  .tablet\:top-224{
    top: 224px;
  }

  .tablet\:right-224{
    right: 224px;
  }

  .tablet\:bottom-224{
    bottom: 224px;
  }

  .tablet\:left-224{
    left: 224px;
  }

  .tablet\:top-227{
    top: 227px;
  }

  .tablet\:right-227{
    right: 227px;
  }

  .tablet\:bottom-227{
    bottom: 227px;
  }

  .tablet\:left-227{
    left: 227px;
  }

  .tablet\:top-250{
    top: 250px;
  }

  .tablet\:right-250{
    right: 250px;
  }

  .tablet\:bottom-250{
    bottom: 250px;
  }

  .tablet\:left-250{
    left: 250px;
  }

  .tablet\:top-256{
    top: 256px;
  }

  .tablet\:right-256{
    right: 256px;
  }

  .tablet\:bottom-256{
    bottom: 256px;
  }

  .tablet\:left-256{
    left: 256px;
  }

  .tablet\:top-270{
    top: 270px;
  }

  .tablet\:right-270{
    right: 270px;
  }

  .tablet\:bottom-270{
    bottom: 270px;
  }

  .tablet\:left-270{
    left: 270px;
  }

  .tablet\:top-288{
    top: 288px;
  }

  .tablet\:right-288{
    right: 288px;
  }

  .tablet\:bottom-288{
    bottom: 288px;
  }

  .tablet\:left-288{
    left: 288px;
  }

  .tablet\:top-304{
    top: 304px;
  }

  .tablet\:right-304{
    right: 304px;
  }

  .tablet\:bottom-304{
    bottom: 304px;
  }

  .tablet\:left-304{
    left: 304px;
  }

  .tablet\:top-314{
    top: 314px;
  }

  .tablet\:right-314{
    right: 314px;
  }

  .tablet\:bottom-314{
    bottom: 314px;
  }

  .tablet\:left-314{
    left: 314px;
  }

  .tablet\:top-320{
    top: 320px;
  }

  .tablet\:right-320{
    right: 320px;
  }

  .tablet\:bottom-320{
    bottom: 320px;
  }

  .tablet\:left-320{
    left: 320px;
  }

  .tablet\:top-352{
    top: 352px;
  }

  .tablet\:right-352{
    right: 352px;
  }

  .tablet\:bottom-352{
    bottom: 352px;
  }

  .tablet\:left-352{
    left: 352px;
  }

  .tablet\:top-384{
    top: 384px;
  }

  .tablet\:right-384{
    right: 384px;
  }

  .tablet\:bottom-384{
    bottom: 384px;
  }

  .tablet\:left-384{
    left: 384px;
  }

  .tablet\:top-416{
    top: 416px;
  }

  .tablet\:right-416{
    right: 416px;
  }

  .tablet\:bottom-416{
    bottom: 416px;
  }

  .tablet\:left-416{
    left: 416px;
  }

  .tablet\:top-448{
    top: 448px;
  }

  .tablet\:right-448{
    right: 448px;
  }

  .tablet\:bottom-448{
    bottom: 448px;
  }

  .tablet\:left-448{
    left: 448px;
  }

  .tablet\:top-480{
    top: 480px;
  }

  .tablet\:right-480{
    right: 480px;
  }

  .tablet\:bottom-480{
    bottom: 480px;
  }

  .tablet\:left-480{
    left: 480px;
  }

  .tablet\:top-512{
    top: 512px;
  }

  .tablet\:right-512{
    right: 512px;
  }

  .tablet\:bottom-512{
    bottom: 512px;
  }

  .tablet\:left-512{
    left: 512px;
  }

  .tablet\:top-576{
    top: 576px;
  }

  .tablet\:right-576{
    right: 576px;
  }

  .tablet\:bottom-576{
    bottom: 576px;
  }

  .tablet\:left-576{
    left: 576px;
  }

  .tablet\:top-612{
    top: 612px;
  }

  .tablet\:right-612{
    right: 612px;
  }

  .tablet\:bottom-612{
    bottom: 612px;
  }

  .tablet\:left-612{
    left: 612px;
  }

  .tablet\:top-640{
    top: 640px;
  }

  .tablet\:right-640{
    right: 640px;
  }

  .tablet\:bottom-640{
    bottom: 640px;
  }

  .tablet\:left-640{
    left: 640px;
  }

  .tablet\:top-768{
    top: 768px;
  }

  .tablet\:right-768{
    right: 768px;
  }

  .tablet\:bottom-768{
    bottom: 768px;
  }

  .tablet\:left-768{
    left: 768px;
  }

  .tablet\:top-auto{
    top: auto;
  }

  .tablet\:right-auto{
    right: auto;
  }

  .tablet\:bottom-auto{
    bottom: auto;
  }

  .tablet\:left-auto{
    left: auto;
  }

  .tablet\:-top-200{
    top: -200px;
  }

  .tablet\:-right-200{
    right: -200px;
  }

  .tablet\:-bottom-200{
    bottom: -200px;
  }

  .tablet\:-left-200{
    left: -200px;
  }

  .tablet\:-top-170{
    top: -170px;
  }

  .tablet\:-right-170{
    right: -170px;
  }

  .tablet\:-bottom-170{
    bottom: -170px;
  }

  .tablet\:-left-170{
    left: -170px;
  }

  .tablet\:-top-120{
    top: -120px;
  }

  .tablet\:-right-120{
    right: -120px;
  }

  .tablet\:-bottom-120{
    bottom: -120px;
  }

  .tablet\:-left-120{
    left: -120px;
  }

  .tablet\:-top-100{
    top: -100px;
  }

  .tablet\:-right-100{
    right: -100px;
  }

  .tablet\:-bottom-100{
    bottom: -100px;
  }

  .tablet\:-left-100{
    left: -100px;
  }

  .tablet\:-top-50{
    top: -50px;
  }

  .tablet\:-right-50{
    right: -50px;
  }

  .tablet\:-bottom-50{
    bottom: -50px;
  }

  .tablet\:-left-50{
    left: -50px;
  }

  .tablet\:-top-45{
    top: -45px;
  }

  .tablet\:-right-45{
    right: -45px;
  }

  .tablet\:-bottom-45{
    bottom: -45px;
  }

  .tablet\:-left-45{
    left: -45px;
  }

  .tablet\:-top-3{
    top: -3px;
  }

  .tablet\:-right-3{
    right: -3px;
  }

  .tablet\:-bottom-3{
    bottom: -3px;
  }

  .tablet\:-left-3{
    left: -3px;
  }

  .tablet\:top-px{
    top: 1px;
  }

  .tablet\:right-px{
    right: 1px;
  }

  .tablet\:bottom-px{
    bottom: 1px;
  }

  .tablet\:left-px{
    left: 1px;
  }

  .tablet\:top-20p{
    top: 20%;
  }

  .tablet\:right-20p{
    right: 20%;
  }

  .tablet\:bottom-20p{
    bottom: 20%;
  }

  .tablet\:left-20p{
    left: 20%;
  }

  .tablet\:top-40p{
    top: 40%;
  }

  .tablet\:right-40p{
    right: 40%;
  }

  .tablet\:bottom-40p{
    bottom: 40%;
  }

  .tablet\:left-40p{
    left: 40%;
  }

  .tablet\:top-49p{
    top: 49%;
  }

  .tablet\:right-49p{
    right: 49%;
  }

  .tablet\:bottom-49p{
    bottom: 49%;
  }

  .tablet\:left-49p{
    left: 49%;
  }

  .tablet\:top-52p{
    top: 52%;
  }

  .tablet\:right-52p{
    right: 52%;
  }

  .tablet\:bottom-52p{
    bottom: 52%;
  }

  .tablet\:left-52p{
    left: 52%;
  }

  .tablet\:top-53\.5p{
    top: 53.5%;
  }

  .tablet\:right-53\.5p{
    right: 53.5%;
  }

  .tablet\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .tablet\:left-53\.5p{
    left: 53.5%;
  }

  .tablet\:top-60p{
    top: 60%;
  }

  .tablet\:right-60p{
    right: 60%;
  }

  .tablet\:bottom-60p{
    bottom: 60%;
  }

  .tablet\:left-60p{
    left: 60%;
  }

  .tablet\:top-71\.5p{
    top: 71.5%;
  }

  .tablet\:right-71\.5p{
    right: 71.5%;
  }

  .tablet\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .tablet\:left-71\.5p{
    left: 71.5%;
  }

  .tablet\:top-80p{
    top: 80%;
  }

  .tablet\:right-80p{
    right: 80%;
  }

  .tablet\:bottom-80p{
    bottom: 80%;
  }

  .tablet\:left-80p{
    left: 80%;
  }

  .tablet\:top-90p{
    top: 90%;
  }

  .tablet\:right-90p{
    right: 90%;
  }

  .tablet\:bottom-90p{
    bottom: 90%;
  }

  .tablet\:left-90p{
    left: 90%;
  }

  .tablet\:top-95p{
    top: 95%;
  }

  .tablet\:right-95p{
    right: 95%;
  }

  .tablet\:bottom-95p{
    bottom: 95%;
  }

  .tablet\:left-95p{
    left: 95%;
  }

  .tablet\:top-100p{
    top: 100%;
  }

  .tablet\:right-100p{
    right: 100%;
  }

  .tablet\:bottom-100p{
    bottom: 100%;
  }

  .tablet\:left-100p{
    left: 100%;
  }

  .tablet\:top-110p{
    top: 110%;
  }

  .tablet\:right-110p{
    right: 110%;
  }

  .tablet\:bottom-110p{
    bottom: 110%;
  }

  .tablet\:left-110p{
    left: 110%;
  }

  .tablet\:-top-0{
    top: 0px;
  }

  .tablet\:-right-0{
    right: 0px;
  }

  .tablet\:-bottom-0{
    bottom: 0px;
  }

  .tablet\:-left-0{
    left: 0px;
  }

  .tablet\:-top-2{
    top: -2px;
  }

  .tablet\:-right-2{
    right: -2px;
  }

  .tablet\:-bottom-2{
    bottom: -2px;
  }

  .tablet\:-left-2{
    left: -2px;
  }

  .tablet\:-top-4{
    top: -4px;
  }

  .tablet\:-right-4{
    right: -4px;
  }

  .tablet\:-bottom-4{
    bottom: -4px;
  }

  .tablet\:-left-4{
    left: -4px;
  }

  .tablet\:-top-5{
    top: -5px;
  }

  .tablet\:-right-5{
    right: -5px;
  }

  .tablet\:-bottom-5{
    bottom: -5px;
  }

  .tablet\:-left-5{
    left: -5px;
  }

  .tablet\:-top-7{
    top: -7px;
  }

  .tablet\:-right-7{
    right: -7px;
  }

  .tablet\:-bottom-7{
    bottom: -7px;
  }

  .tablet\:-left-7{
    left: -7px;
  }

  .tablet\:-top-8{
    top: -8px;
  }

  .tablet\:-right-8{
    right: -8px;
  }

  .tablet\:-bottom-8{
    bottom: -8px;
  }

  .tablet\:-left-8{
    left: -8px;
  }

  .tablet\:-top-10{
    top: -10px;
  }

  .tablet\:-right-10{
    right: -10px;
  }

  .tablet\:-bottom-10{
    bottom: -10px;
  }

  .tablet\:-left-10{
    left: -10px;
  }

  .tablet\:-top-11{
    top: -11px;
  }

  .tablet\:-right-11{
    right: -11px;
  }

  .tablet\:-bottom-11{
    bottom: -11px;
  }

  .tablet\:-left-11{
    left: -11px;
  }

  .tablet\:-top-12{
    top: -12px;
  }

  .tablet\:-right-12{
    right: -12px;
  }

  .tablet\:-bottom-12{
    bottom: -12px;
  }

  .tablet\:-left-12{
    left: -12px;
  }

  .tablet\:-top-13{
    top: -13px;
  }

  .tablet\:-right-13{
    right: -13px;
  }

  .tablet\:-bottom-13{
    bottom: -13px;
  }

  .tablet\:-left-13{
    left: -13px;
  }

  .tablet\:-top-15{
    top: -15px;
  }

  .tablet\:-right-15{
    right: -15px;
  }

  .tablet\:-bottom-15{
    bottom: -15px;
  }

  .tablet\:-left-15{
    left: -15px;
  }

  .tablet\:-top-16{
    top: -16px;
  }

  .tablet\:-right-16{
    right: -16px;
  }

  .tablet\:-bottom-16{
    bottom: -16px;
  }

  .tablet\:-left-16{
    left: -16px;
  }

  .tablet\:-top-18{
    top: -18px;
  }

  .tablet\:-right-18{
    right: -18px;
  }

  .tablet\:-bottom-18{
    bottom: -18px;
  }

  .tablet\:-left-18{
    left: -18px;
  }

  .tablet\:-top-20{
    top: -20px;
  }

  .tablet\:-right-20{
    right: -20px;
  }

  .tablet\:-bottom-20{
    bottom: -20px;
  }

  .tablet\:-left-20{
    left: -20px;
  }

  .tablet\:-top-24{
    top: -24px;
  }

  .tablet\:-right-24{
    right: -24px;
  }

  .tablet\:-bottom-24{
    bottom: -24px;
  }

  .tablet\:-left-24{
    left: -24px;
  }

  .tablet\:-top-28{
    top: -28px;
  }

  .tablet\:-right-28{
    right: -28px;
  }

  .tablet\:-bottom-28{
    bottom: -28px;
  }

  .tablet\:-left-28{
    left: -28px;
  }

  .tablet\:-top-29{
    top: -29px;
  }

  .tablet\:-right-29{
    right: -29px;
  }

  .tablet\:-bottom-29{
    bottom: -29px;
  }

  .tablet\:-left-29{
    left: -29px;
  }

  .tablet\:-top-30{
    top: -30px;
  }

  .tablet\:-right-30{
    right: -30px;
  }

  .tablet\:-bottom-30{
    bottom: -30px;
  }

  .tablet\:-left-30{
    left: -30px;
  }

  .tablet\:-top-32{
    top: -32px;
  }

  .tablet\:-right-32{
    right: -32px;
  }

  .tablet\:-bottom-32{
    bottom: -32px;
  }

  .tablet\:-left-32{
    left: -32px;
  }

  .tablet\:-top-34{
    top: -34px;
  }

  .tablet\:-right-34{
    right: -34px;
  }

  .tablet\:-bottom-34{
    bottom: -34px;
  }

  .tablet\:-left-34{
    left: -34px;
  }

  .tablet\:-top-36{
    top: -36px;
  }

  .tablet\:-right-36{
    right: -36px;
  }

  .tablet\:-bottom-36{
    bottom: -36px;
  }

  .tablet\:-left-36{
    left: -36px;
  }

  .tablet\:-top-40{
    top: -40px;
  }

  .tablet\:-right-40{
    right: -40px;
  }

  .tablet\:-bottom-40{
    bottom: -40px;
  }

  .tablet\:-left-40{
    left: -40px;
  }

  .tablet\:-top-48{
    top: -48px;
  }

  .tablet\:-right-48{
    right: -48px;
  }

  .tablet\:-bottom-48{
    bottom: -48px;
  }

  .tablet\:-left-48{
    left: -48px;
  }

  .tablet\:-top-56{
    top: -56px;
  }

  .tablet\:-right-56{
    right: -56px;
  }

  .tablet\:-bottom-56{
    bottom: -56px;
  }

  .tablet\:-left-56{
    left: -56px;
  }

  .tablet\:-top-60{
    top: -60px;
  }

  .tablet\:-right-60{
    right: -60px;
  }

  .tablet\:-bottom-60{
    bottom: -60px;
  }

  .tablet\:-left-60{
    left: -60px;
  }

  .tablet\:-top-64{
    top: -64px;
  }

  .tablet\:-right-64{
    right: -64px;
  }

  .tablet\:-bottom-64{
    bottom: -64px;
  }

  .tablet\:-left-64{
    left: -64px;
  }

  .tablet\:-top-70{
    top: -70px;
  }

  .tablet\:-right-70{
    right: -70px;
  }

  .tablet\:-bottom-70{
    bottom: -70px;
  }

  .tablet\:-left-70{
    left: -70px;
  }

  .tablet\:-top-72{
    top: -72px;
  }

  .tablet\:-right-72{
    right: -72px;
  }

  .tablet\:-bottom-72{
    bottom: -72px;
  }

  .tablet\:-left-72{
    left: -72px;
  }

  .tablet\:-top-80{
    top: -80px;
  }

  .tablet\:-right-80{
    right: -80px;
  }

  .tablet\:-bottom-80{
    bottom: -80px;
  }

  .tablet\:-left-80{
    left: -80px;
  }

  .tablet\:-top-88{
    top: -88px;
  }

  .tablet\:-right-88{
    right: -88px;
  }

  .tablet\:-bottom-88{
    bottom: -88px;
  }

  .tablet\:-left-88{
    left: -88px;
  }

  .tablet\:-top-90{
    top: -90px;
  }

  .tablet\:-right-90{
    right: -90px;
  }

  .tablet\:-bottom-90{
    bottom: -90px;
  }

  .tablet\:-left-90{
    left: -90px;
  }

  .tablet\:-top-96{
    top: -96px;
  }

  .tablet\:-right-96{
    right: -96px;
  }

  .tablet\:-bottom-96{
    bottom: -96px;
  }

  .tablet\:-left-96{
    left: -96px;
  }

  .tablet\:-top-112{
    top: -112px;
  }

  .tablet\:-right-112{
    right: -112px;
  }

  .tablet\:-bottom-112{
    bottom: -112px;
  }

  .tablet\:-left-112{
    left: -112px;
  }

  .tablet\:-top-128{
    top: -128px;
  }

  .tablet\:-right-128{
    right: -128px;
  }

  .tablet\:-bottom-128{
    bottom: -128px;
  }

  .tablet\:-left-128{
    left: -128px;
  }

  .tablet\:-top-135{
    top: -135px;
  }

  .tablet\:-right-135{
    right: -135px;
  }

  .tablet\:-bottom-135{
    bottom: -135px;
  }

  .tablet\:-left-135{
    left: -135px;
  }

  .tablet\:-top-145{
    top: -145px;
  }

  .tablet\:-right-145{
    right: -145px;
  }

  .tablet\:-bottom-145{
    bottom: -145px;
  }

  .tablet\:-left-145{
    left: -145px;
  }

  .tablet\:-top-155{
    top: -155px;
  }

  .tablet\:-right-155{
    right: -155px;
  }

  .tablet\:-bottom-155{
    bottom: -155px;
  }

  .tablet\:-left-155{
    left: -155px;
  }

  .tablet\:-top-160{
    top: -160px;
  }

  .tablet\:-right-160{
    right: -160px;
  }

  .tablet\:-bottom-160{
    bottom: -160px;
  }

  .tablet\:-left-160{
    left: -160px;
  }

  .tablet\:-top-192{
    top: -192px;
  }

  .tablet\:-right-192{
    right: -192px;
  }

  .tablet\:-bottom-192{
    bottom: -192px;
  }

  .tablet\:-left-192{
    left: -192px;
  }

  .tablet\:-top-224{
    top: -224px;
  }

  .tablet\:-right-224{
    right: -224px;
  }

  .tablet\:-bottom-224{
    bottom: -224px;
  }

  .tablet\:-left-224{
    left: -224px;
  }

  .tablet\:-top-227{
    top: -227px;
  }

  .tablet\:-right-227{
    right: -227px;
  }

  .tablet\:-bottom-227{
    bottom: -227px;
  }

  .tablet\:-left-227{
    left: -227px;
  }

  .tablet\:-top-250{
    top: -250px;
  }

  .tablet\:-right-250{
    right: -250px;
  }

  .tablet\:-bottom-250{
    bottom: -250px;
  }

  .tablet\:-left-250{
    left: -250px;
  }

  .tablet\:-top-256{
    top: -256px;
  }

  .tablet\:-right-256{
    right: -256px;
  }

  .tablet\:-bottom-256{
    bottom: -256px;
  }

  .tablet\:-left-256{
    left: -256px;
  }

  .tablet\:-top-270{
    top: -270px;
  }

  .tablet\:-right-270{
    right: -270px;
  }

  .tablet\:-bottom-270{
    bottom: -270px;
  }

  .tablet\:-left-270{
    left: -270px;
  }

  .tablet\:-top-288{
    top: -288px;
  }

  .tablet\:-right-288{
    right: -288px;
  }

  .tablet\:-bottom-288{
    bottom: -288px;
  }

  .tablet\:-left-288{
    left: -288px;
  }

  .tablet\:-top-304{
    top: -304px;
  }

  .tablet\:-right-304{
    right: -304px;
  }

  .tablet\:-bottom-304{
    bottom: -304px;
  }

  .tablet\:-left-304{
    left: -304px;
  }

  .tablet\:-top-314{
    top: -314px;
  }

  .tablet\:-right-314{
    right: -314px;
  }

  .tablet\:-bottom-314{
    bottom: -314px;
  }

  .tablet\:-left-314{
    left: -314px;
  }

  .tablet\:-top-320{
    top: -320px;
  }

  .tablet\:-right-320{
    right: -320px;
  }

  .tablet\:-bottom-320{
    bottom: -320px;
  }

  .tablet\:-left-320{
    left: -320px;
  }

  .tablet\:-top-352{
    top: -352px;
  }

  .tablet\:-right-352{
    right: -352px;
  }

  .tablet\:-bottom-352{
    bottom: -352px;
  }

  .tablet\:-left-352{
    left: -352px;
  }

  .tablet\:-top-384{
    top: -384px;
  }

  .tablet\:-right-384{
    right: -384px;
  }

  .tablet\:-bottom-384{
    bottom: -384px;
  }

  .tablet\:-left-384{
    left: -384px;
  }

  .tablet\:-top-416{
    top: -416px;
  }

  .tablet\:-right-416{
    right: -416px;
  }

  .tablet\:-bottom-416{
    bottom: -416px;
  }

  .tablet\:-left-416{
    left: -416px;
  }

  .tablet\:-top-448{
    top: -448px;
  }

  .tablet\:-right-448{
    right: -448px;
  }

  .tablet\:-bottom-448{
    bottom: -448px;
  }

  .tablet\:-left-448{
    left: -448px;
  }

  .tablet\:-top-480{
    top: -480px;
  }

  .tablet\:-right-480{
    right: -480px;
  }

  .tablet\:-bottom-480{
    bottom: -480px;
  }

  .tablet\:-left-480{
    left: -480px;
  }

  .tablet\:-top-512{
    top: -512px;
  }

  .tablet\:-right-512{
    right: -512px;
  }

  .tablet\:-bottom-512{
    bottom: -512px;
  }

  .tablet\:-left-512{
    left: -512px;
  }

  .tablet\:-top-576{
    top: -576px;
  }

  .tablet\:-right-576{
    right: -576px;
  }

  .tablet\:-bottom-576{
    bottom: -576px;
  }

  .tablet\:-left-576{
    left: -576px;
  }

  .tablet\:-top-612{
    top: -612px;
  }

  .tablet\:-right-612{
    right: -612px;
  }

  .tablet\:-bottom-612{
    bottom: -612px;
  }

  .tablet\:-left-612{
    left: -612px;
  }

  .tablet\:-top-640{
    top: -640px;
  }

  .tablet\:-right-640{
    right: -640px;
  }

  .tablet\:-bottom-640{
    bottom: -640px;
  }

  .tablet\:-left-640{
    left: -640px;
  }

  .tablet\:-top-768{
    top: -768px;
  }

  .tablet\:-right-768{
    right: -768px;
  }

  .tablet\:-bottom-768{
    bottom: -768px;
  }

  .tablet\:-left-768{
    left: -768px;
  }

  .tablet\:-top--200{
    top: 200px;
  }

  .tablet\:-right--200{
    right: 200px;
  }

  .tablet\:-bottom--200{
    bottom: 200px;
  }

  .tablet\:-left--200{
    left: 200px;
  }

  .tablet\:-top--170{
    top: 170px;
  }

  .tablet\:-right--170{
    right: 170px;
  }

  .tablet\:-bottom--170{
    bottom: 170px;
  }

  .tablet\:-left--170{
    left: 170px;
  }

  .tablet\:-top--120{
    top: 120px;
  }

  .tablet\:-right--120{
    right: 120px;
  }

  .tablet\:-bottom--120{
    bottom: 120px;
  }

  .tablet\:-left--120{
    left: 120px;
  }

  .tablet\:-top--100{
    top: 100px;
  }

  .tablet\:-right--100{
    right: 100px;
  }

  .tablet\:-bottom--100{
    bottom: 100px;
  }

  .tablet\:-left--100{
    left: 100px;
  }

  .tablet\:-top--50{
    top: 50px;
  }

  .tablet\:-right--50{
    right: 50px;
  }

  .tablet\:-bottom--50{
    bottom: 50px;
  }

  .tablet\:-left--50{
    left: 50px;
  }

  .tablet\:-top--45{
    top: 45px;
  }

  .tablet\:-right--45{
    right: 45px;
  }

  .tablet\:-bottom--45{
    bottom: 45px;
  }

  .tablet\:-left--45{
    left: 45px;
  }

  .tablet\:-top--3{
    top: 3px;
  }

  .tablet\:-right--3{
    right: 3px;
  }

  .tablet\:-bottom--3{
    bottom: 3px;
  }

  .tablet\:-left--3{
    left: 3px;
  }

  .tablet\:-top-px{
    top: -1px;
  }

  .tablet\:-right-px{
    right: -1px;
  }

  .tablet\:-bottom-px{
    bottom: -1px;
  }

  .tablet\:-left-px{
    left: -1px;
  }

  .tablet\:-top-20p{
    top: -20%;
  }

  .tablet\:-right-20p{
    right: -20%;
  }

  .tablet\:-bottom-20p{
    bottom: -20%;
  }

  .tablet\:-left-20p{
    left: -20%;
  }

  .tablet\:-top-40p{
    top: -40%;
  }

  .tablet\:-right-40p{
    right: -40%;
  }

  .tablet\:-bottom-40p{
    bottom: -40%;
  }

  .tablet\:-left-40p{
    left: -40%;
  }

  .tablet\:-top-49p{
    top: -49%;
  }

  .tablet\:-right-49p{
    right: -49%;
  }

  .tablet\:-bottom-49p{
    bottom: -49%;
  }

  .tablet\:-left-49p{
    left: -49%;
  }

  .tablet\:-top-52p{
    top: -52%;
  }

  .tablet\:-right-52p{
    right: -52%;
  }

  .tablet\:-bottom-52p{
    bottom: -52%;
  }

  .tablet\:-left-52p{
    left: -52%;
  }

  .tablet\:-top-53\.5p{
    top: -53.5%;
  }

  .tablet\:-right-53\.5p{
    right: -53.5%;
  }

  .tablet\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .tablet\:-left-53\.5p{
    left: -53.5%;
  }

  .tablet\:-top-60p{
    top: -60%;
  }

  .tablet\:-right-60p{
    right: -60%;
  }

  .tablet\:-bottom-60p{
    bottom: -60%;
  }

  .tablet\:-left-60p{
    left: -60%;
  }

  .tablet\:-top-71\.5p{
    top: -71.5%;
  }

  .tablet\:-right-71\.5p{
    right: -71.5%;
  }

  .tablet\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .tablet\:-left-71\.5p{
    left: -71.5%;
  }

  .tablet\:-top-80p{
    top: -80%;
  }

  .tablet\:-right-80p{
    right: -80%;
  }

  .tablet\:-bottom-80p{
    bottom: -80%;
  }

  .tablet\:-left-80p{
    left: -80%;
  }

  .tablet\:-top-90p{
    top: -90%;
  }

  .tablet\:-right-90p{
    right: -90%;
  }

  .tablet\:-bottom-90p{
    bottom: -90%;
  }

  .tablet\:-left-90p{
    left: -90%;
  }

  .tablet\:-top-95p{
    top: -95%;
  }

  .tablet\:-right-95p{
    right: -95%;
  }

  .tablet\:-bottom-95p{
    bottom: -95%;
  }

  .tablet\:-left-95p{
    left: -95%;
  }

  .tablet\:-top-100p{
    top: -100%;
  }

  .tablet\:-right-100p{
    right: -100%;
  }

  .tablet\:-bottom-100p{
    bottom: -100%;
  }

  .tablet\:-left-100p{
    left: -100%;
  }

  .tablet\:-top-110p{
    top: -110%;
  }

  .tablet\:-right-110p{
    right: -110%;
  }

  .tablet\:-bottom-110p{
    bottom: -110%;
  }

  .tablet\:-left-110p{
    left: -110%;
  }

  .tablet\:top-1\/2{
    top: 50%;
  }

  .tablet\:right-1\/2{
    right: 50%;
  }

  .tablet\:bottom-1\/2{
    bottom: 50%;
  }

  .tablet\:left-1\/2{
    left: 50%;
  }

  .tablet\:top-1\/3{
    top: 33.333333%;
  }

  .tablet\:right-1\/3{
    right: 33.333333%;
  }

  .tablet\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .tablet\:left-1\/3{
    left: 33.333333%;
  }

  .tablet\:top-2\/3{
    top: 66.666667%;
  }

  .tablet\:right-2\/3{
    right: 66.666667%;
  }

  .tablet\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .tablet\:left-2\/3{
    left: 66.666667%;
  }

  .tablet\:top-1\/4{
    top: 25%;
  }

  .tablet\:right-1\/4{
    right: 25%;
  }

  .tablet\:bottom-1\/4{
    bottom: 25%;
  }

  .tablet\:left-1\/4{
    left: 25%;
  }

  .tablet\:top-2\/4{
    top: 50%;
  }

  .tablet\:right-2\/4{
    right: 50%;
  }

  .tablet\:bottom-2\/4{
    bottom: 50%;
  }

  .tablet\:left-2\/4{
    left: 50%;
  }

  .tablet\:top-3\/4{
    top: 75%;
  }

  .tablet\:right-3\/4{
    right: 75%;
  }

  .tablet\:bottom-3\/4{
    bottom: 75%;
  }

  .tablet\:left-3\/4{
    left: 75%;
  }

  .tablet\:top-full{
    top: 100%;
  }

  .tablet\:right-full{
    right: 100%;
  }

  .tablet\:bottom-full{
    bottom: 100%;
  }

  .tablet\:left-full{
    left: 100%;
  }

  .tablet\:-top-1\/2{
    top: -50%;
  }

  .tablet\:-right-1\/2{
    right: -50%;
  }

  .tablet\:-bottom-1\/2{
    bottom: -50%;
  }

  .tablet\:-left-1\/2{
    left: -50%;
  }

  .tablet\:-top-1\/3{
    top: -33.333333%;
  }

  .tablet\:-right-1\/3{
    right: -33.333333%;
  }

  .tablet\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .tablet\:-left-1\/3{
    left: -33.333333%;
  }

  .tablet\:-top-2\/3{
    top: -66.666667%;
  }

  .tablet\:-right-2\/3{
    right: -66.666667%;
  }

  .tablet\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .tablet\:-left-2\/3{
    left: -66.666667%;
  }

  .tablet\:-top-1\/4{
    top: -25%;
  }

  .tablet\:-right-1\/4{
    right: -25%;
  }

  .tablet\:-bottom-1\/4{
    bottom: -25%;
  }

  .tablet\:-left-1\/4{
    left: -25%;
  }

  .tablet\:-top-2\/4{
    top: -50%;
  }

  .tablet\:-right-2\/4{
    right: -50%;
  }

  .tablet\:-bottom-2\/4{
    bottom: -50%;
  }

  .tablet\:-left-2\/4{
    left: -50%;
  }

  .tablet\:-top-3\/4{
    top: -75%;
  }

  .tablet\:-right-3\/4{
    right: -75%;
  }

  .tablet\:-bottom-3\/4{
    bottom: -75%;
  }

  .tablet\:-left-3\/4{
    left: -75%;
  }

  .tablet\:-top-full{
    top: -100%;
  }

  .tablet\:-right-full{
    right: -100%;
  }

  .tablet\:-bottom-full{
    bottom: -100%;
  }

  .tablet\:-left-full{
    left: -100%;
  }

  .tablet\:resize-none{
    resize: none;
  }

  .tablet\:resize-y{
    resize: vertical;
  }

  .tablet\:resize-x{
    resize: horizontal;
  }

  .tablet\:resize{
    resize: both;
  }

  .tablet\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .tablet\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:ring-inset{
    --tw-ring-inset: inset;
  }

  .tablet\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .tablet\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .tablet\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .tablet\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .tablet\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .tablet\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .tablet\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .tablet\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .tablet\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .tablet\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .tablet\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .tablet\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .tablet\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .tablet\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .tablet\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .tablet\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tablet\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .tablet\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .tablet\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .tablet\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .tablet\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .tablet\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .tablet\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .tablet\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .tablet\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .tablet\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .tablet\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .tablet\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .tablet\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .tablet\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .tablet\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .tablet\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tablet\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .tablet\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .tablet\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .tablet\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .tablet\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .tablet\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .tablet\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .tablet\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .tablet\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .tablet\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .tablet\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .tablet\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .tablet\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .tablet\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .tablet\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .tablet\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .tablet\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .tablet\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .tablet\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .tablet\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .tablet\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .tablet\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .tablet\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .tablet\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .tablet\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .tablet\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .tablet\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .tablet\:ring-current{
    --tw-ring-color: currentColor;
  }

  .tablet\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .tablet\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .tablet\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .tablet\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .tablet\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .tablet\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .tablet\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .tablet\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .tablet\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .tablet\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .tablet\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .tablet\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .tablet\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .tablet\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .tablet\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .tablet\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .tablet\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .tablet\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .tablet\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .tablet\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .tablet\:fill-current{
    fill: currentColor;
  }

  .tablet\:fill-gold{
  }

  .tablet\:fill-green{
  }

  .tablet\:fill-fb{
    fill: #2c88ff;
  }

  .tablet\:fill-twitter{
    fill: #53a7e6;
  }

  .tablet\:fill-insta{
    fill: #d6316c;
  }

  .tablet\:fill-youtube{
    fill: #ff0200;
  }

  .tablet\:stroke-current{
    stroke: currentColor;
  }

  .tablet\:stroke-0{
    stroke-width: 0;
  }

  .tablet\:stroke-1{
    stroke-width: 1;
  }

  .tablet\:stroke-2{
    stroke-width: 2;
  }

  .tablet\:table-auto{
    table-layout: auto;
  }

  .tablet\:table-fixed{
    table-layout: fixed;
  }

  .tablet\:text-left{
    text-align: left;
  }

  .tablet\:text-center{
    text-align: center;
  }

  .tablet\:text-right{
    text-align: right;
  }

  .tablet\:text-justify{
    text-align: justify;
  }

  .tablet\:text-transparent{
    color: transparent;
  }

  .tablet\:text-current{
    color: currentColor;
  }

  .tablet\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .tablet\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .tablet\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .tablet\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .tablet\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .tablet\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .tablet\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .tablet\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .tablet\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .tablet\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .tablet\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .tablet\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .tablet\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .tablet\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .tablet\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .tablet\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .tablet\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .tablet\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .tablet\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .tablet\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .tablet\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .tablet\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-transparent:hover{
    color: transparent;
  }

  .tablet\:hover\:text-current:hover{
    color: currentColor;
  }

  .tablet\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-transparent:focus{
    color: transparent;
  }

  .tablet\:focus\:text-current:focus{
    color: currentColor;
  }

  .tablet\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .tablet\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tablet\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tablet\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tablet\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tablet\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tablet\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tablet\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tablet\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tablet\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tablet\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tablet\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tablet\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tablet\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tablet\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tablet\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .tablet\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .tablet\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .tablet\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .tablet\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .tablet\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .tablet\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .tablet\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .tablet\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .tablet\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .tablet\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .tablet\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .tablet\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .tablet\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .tablet\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tablet\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .tablet\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .tablet\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .tablet\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .tablet\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .tablet\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .tablet\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .tablet\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .tablet\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .tablet\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .tablet\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .tablet\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .tablet\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .tablet\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .tablet\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .tablet\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .tablet\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .tablet\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .tablet\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .tablet\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .tablet\:overflow-clip{
    text-overflow: clip;
  }

  .tablet\:italic{
    font-style: italic;
  }

  .tablet\:not-italic{
    font-style: normal;
  }

  .tablet\:uppercase{
    text-transform: uppercase;
  }

  .tablet\:lowercase{
    text-transform: lowercase;
  }

  .tablet\:capitalize{
    text-transform: capitalize;
  }

  .tablet\:normal-case{
    text-transform: none;
  }

  .tablet\:underline{
    text-decoration: underline;
  }

  .tablet\:line-through{
    text-decoration: line-through;
  }

  .tablet\:no-underline{
    text-decoration: none;
  }

  .group:hover .tablet\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .tablet\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .tablet\:group-hover\:no-underline{
    text-decoration: none;
  }

  .tablet\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .tablet\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .tablet\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .tablet\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tablet\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tablet\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tablet\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tablet\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:ordinal, .tablet\:slashed-zero, .tablet\:lining-nums, .tablet\:oldstyle-nums, .tablet\:proportional-nums, .tablet\:tabular-nums, .tablet\:diagonal-fractions, .tablet\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .tablet\:normal-nums{
    font-variant-numeric: normal;
  }

  .tablet\:ordinal{
    --tw-ordinal: ordinal;
  }

  .tablet\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .tablet\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .tablet\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .tablet\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .tablet\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .tablet\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tablet\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .tablet\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .tablet\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tablet\:tracking-normal{
    letter-spacing: 0em;
  }

  .tablet\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tablet\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tablet\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tablet\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tablet\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .tablet\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tablet\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .tablet\:align-baseline{
    vertical-align: baseline;
  }

  .tablet\:align-top{
    vertical-align: top;
  }

  .tablet\:align-middle{
    vertical-align: middle;
  }

  .tablet\:align-bottom{
    vertical-align: bottom;
  }

  .tablet\:align-text-top{
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tablet\:visible{
    visibility: visible;
  }

  .tablet\:invisible{
    visibility: hidden;
  }

  .group:hover .tablet\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .tablet\:group-hover\:invisible{
    visibility: hidden;
  }

  .tablet\:whitespace-normal{
    white-space: normal;
  }

  .tablet\:whitespace-nowrap{
    white-space: nowrap;
  }

  .tablet\:whitespace-pre{
    white-space: pre;
  }

  .tablet\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tablet\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .tablet\:break-words{
    overflow-wrap: break-word;
  }

  .tablet\:break-all{
    word-break: break-all;
  }

  .tablet\:w-0{
    width: 0px;
  }

  .tablet\:w-2{
    width: 2px;
  }

  .tablet\:w-4{
    width: 4px;
  }

  .tablet\:w-5{
    width: 5px;
  }

  .tablet\:w-7{
    width: 7px;
  }

  .tablet\:w-8{
    width: 8px;
  }

  .tablet\:w-10{
    width: 10px;
  }

  .tablet\:w-11{
    width: 11px;
  }

  .tablet\:w-12{
    width: 12px;
  }

  .tablet\:w-13{
    width: 13px;
  }

  .tablet\:w-15{
    width: 15px;
  }

  .tablet\:w-16{
    width: 16px;
  }

  .tablet\:w-18{
    width: 18px;
  }

  .tablet\:w-20{
    width: 20px;
  }

  .tablet\:w-24{
    width: 24px;
  }

  .tablet\:w-28{
    width: 28px;
  }

  .tablet\:w-29{
    width: 29px;
  }

  .tablet\:w-30{
    width: 30px;
  }

  .tablet\:w-32{
    width: 32px;
  }

  .tablet\:w-34{
    width: 34px;
  }

  .tablet\:w-36{
    width: 36px;
  }

  .tablet\:w-40{
    width: 40px;
  }

  .tablet\:w-48{
    width: 48px;
  }

  .tablet\:w-50{
    width: 50px;
  }

  .tablet\:w-56{
    width: 56px;
  }

  .tablet\:w-60{
    width: 60px;
  }

  .tablet\:w-64{
    width: 64px;
  }

  .tablet\:w-70{
    width: 70px;
  }

  .tablet\:w-72{
    width: 72px;
  }

  .tablet\:w-80{
    width: 80px;
  }

  .tablet\:w-88{
    width: 88px;
  }

  .tablet\:w-90{
    width: 90px;
  }

  .tablet\:w-96{
    width: 96px;
  }

  .tablet\:w-100{
    width: 100px;
  }

  .tablet\:w-112{
    width: 112px;
  }

  .tablet\:w-128{
    width: 128px;
  }

  .tablet\:w-135{
    width: 135px;
  }

  .tablet\:w-145{
    width: 145px;
  }

  .tablet\:w-155{
    width: 155px;
  }

  .tablet\:w-160{
    width: 160px;
  }

  .tablet\:w-192{
    width: 192px;
  }

  .tablet\:w-200{
    width: 200px;
  }

  .tablet\:w-224{
    width: 224px;
  }

  .tablet\:w-227{
    width: 227px;
  }

  .tablet\:w-250{
    width: 250px;
  }

  .tablet\:w-256{
    width: 256px;
  }

  .tablet\:w-270{
    width: 270px;
  }

  .tablet\:w-288{
    width: 288px;
  }

  .tablet\:w-304{
    width: 304px;
  }

  .tablet\:w-314{
    width: 314px;
  }

  .tablet\:w-320{
    width: 320px;
  }

  .tablet\:w-352{
    width: 352px;
  }

  .tablet\:w-384{
    width: 384px;
  }

  .tablet\:w-416{
    width: 416px;
  }

  .tablet\:w-448{
    width: 448px;
  }

  .tablet\:w-480{
    width: 480px;
  }

  .tablet\:w-512{
    width: 512px;
  }

  .tablet\:w-576{
    width: 576px;
  }

  .tablet\:w-612{
    width: 612px;
  }

  .tablet\:w-640{
    width: 640px;
  }

  .tablet\:w-768{
    width: 768px;
  }

  .tablet\:w-auto{
    width: auto;
  }

  .tablet\:-w-200{
    width: -200px;
  }

  .tablet\:-w-170{
    width: -170px;
  }

  .tablet\:-w-120{
    width: -120px;
  }

  .tablet\:-w-100{
    width: -100px;
  }

  .tablet\:-w-50{
    width: -50px;
  }

  .tablet\:-w-45{
    width: -45px;
  }

  .tablet\:-w-3{
    width: -3px;
  }

  .tablet\:w-px{
    width: 1px;
  }

  .tablet\:w-20p{
    width: 20%;
  }

  .tablet\:w-40p{
    width: 40%;
  }

  .tablet\:w-49p{
    width: 49%;
  }

  .tablet\:w-52p{
    width: 52%;
  }

  .tablet\:w-53\.5p{
    width: 53.5%;
  }

  .tablet\:w-60p{
    width: 60%;
  }

  .tablet\:w-71\.5p{
    width: 71.5%;
  }

  .tablet\:w-80p{
    width: 80%;
  }

  .tablet\:w-90p{
    width: 90%;
  }

  .tablet\:w-95p{
    width: 95%;
  }

  .tablet\:w-100p{
    width: 100%;
  }

  .tablet\:w-110p{
    width: 110%;
  }

  .tablet\:w-1\/2{
    width: 50%;
  }

  .tablet\:w-1\/3{
    width: 33.333333%;
  }

  .tablet\:w-2\/3{
    width: 66.666667%;
  }

  .tablet\:w-1\/4{
    width: 25%;
  }

  .tablet\:w-2\/4{
    width: 50%;
  }

  .tablet\:w-3\/4{
    width: 75%;
  }

  .tablet\:w-1\/5{
    width: 20%;
  }

  .tablet\:w-2\/5{
    width: 40%;
  }

  .tablet\:w-3\/5{
    width: 60%;
  }

  .tablet\:w-4\/5{
    width: 80%;
  }

  .tablet\:w-1\/6{
    width: 16.666667%;
  }

  .tablet\:w-2\/6{
    width: 33.333333%;
  }

  .tablet\:w-3\/6{
    width: 50%;
  }

  .tablet\:w-4\/6{
    width: 66.666667%;
  }

  .tablet\:w-5\/6{
    width: 83.333333%;
  }

  .tablet\:w-1\/12{
    width: 8.333333%;
  }

  .tablet\:w-2\/12{
    width: 16.666667%;
  }

  .tablet\:w-3\/12{
    width: 25%;
  }

  .tablet\:w-4\/12{
    width: 33.333333%;
  }

  .tablet\:w-5\/12{
    width: 41.666667%;
  }

  .tablet\:w-6\/12{
    width: 50%;
  }

  .tablet\:w-7\/12{
    width: 58.333333%;
  }

  .tablet\:w-8\/12{
    width: 66.666667%;
  }

  .tablet\:w-9\/12{
    width: 75%;
  }

  .tablet\:w-10\/12{
    width: 83.333333%;
  }

  .tablet\:w-11\/12{
    width: 91.666667%;
  }

  .tablet\:w-full{
    width: 100%;
  }

  .tablet\:w-screen{
    width: 100vw;
  }

  .tablet\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .tablet\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .tablet\:z-0{
    z-index: 0;
  }

  .tablet\:z-1{
    z-index: 1;
  }

  .tablet\:z-10{
    z-index: 10;
  }

  .tablet\:z-20{
    z-index: 20;
  }

  .tablet\:z-30{
    z-index: 30;
  }

  .tablet\:z-40{
    z-index: 40;
  }

  .tablet\:z-50{
    z-index: 50;
  }

  .tablet\:z-auto{
    z-index: auto;
  }

  .tablet\:-z-1{
    z-index: -1;
  }

  .tablet\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .tablet\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .tablet\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .tablet\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .tablet\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .tablet\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .tablet\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .tablet\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .tablet\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .tablet\:focus\:z-0:focus{
    z-index: 0;
  }

  .tablet\:focus\:z-1:focus{
    z-index: 1;
  }

  .tablet\:focus\:z-10:focus{
    z-index: 10;
  }

  .tablet\:focus\:z-20:focus{
    z-index: 20;
  }

  .tablet\:focus\:z-30:focus{
    z-index: 30;
  }

  .tablet\:focus\:z-40:focus{
    z-index: 40;
  }

  .tablet\:focus\:z-50:focus{
    z-index: 50;
  }

  .tablet\:focus\:z-auto:focus{
    z-index: auto;
  }

  .tablet\:focus\:-z-1:focus{
    z-index: -1;
  }

  .tablet\:gap-0{
    gap: 0px;
  }

  .tablet\:gap-2{
    gap: 2px;
  }

  .tablet\:gap-4{
    gap: 4px;
  }

  .tablet\:gap-5{
    gap: 5px;
  }

  .tablet\:gap-7{
    gap: 7px;
  }

  .tablet\:gap-8{
    gap: 8px;
  }

  .tablet\:gap-10{
    gap: 10px;
  }

  .tablet\:gap-11{
    gap: 11px;
  }

  .tablet\:gap-12{
    gap: 12px;
  }

  .tablet\:gap-13{
    gap: 13px;
  }

  .tablet\:gap-15{
    gap: 15px;
  }

  .tablet\:gap-16{
    gap: 16px;
  }

  .tablet\:gap-18{
    gap: 18px;
  }

  .tablet\:gap-20{
    gap: 20px;
  }

  .tablet\:gap-24{
    gap: 24px;
  }

  .tablet\:gap-28{
    gap: 28px;
  }

  .tablet\:gap-29{
    gap: 29px;
  }

  .tablet\:gap-30{
    gap: 30px;
  }

  .tablet\:gap-32{
    gap: 32px;
  }

  .tablet\:gap-34{
    gap: 34px;
  }

  .tablet\:gap-36{
    gap: 36px;
  }

  .tablet\:gap-40{
    gap: 40px;
  }

  .tablet\:gap-48{
    gap: 48px;
  }

  .tablet\:gap-50{
    gap: 50px;
  }

  .tablet\:gap-56{
    gap: 56px;
  }

  .tablet\:gap-60{
    gap: 60px;
  }

  .tablet\:gap-64{
    gap: 64px;
  }

  .tablet\:gap-70{
    gap: 70px;
  }

  .tablet\:gap-72{
    gap: 72px;
  }

  .tablet\:gap-80{
    gap: 80px;
  }

  .tablet\:gap-88{
    gap: 88px;
  }

  .tablet\:gap-90{
    gap: 90px;
  }

  .tablet\:gap-96{
    gap: 96px;
  }

  .tablet\:gap-100{
    gap: 100px;
  }

  .tablet\:gap-112{
    gap: 112px;
  }

  .tablet\:gap-128{
    gap: 128px;
  }

  .tablet\:gap-135{
    gap: 135px;
  }

  .tablet\:gap-145{
    gap: 145px;
  }

  .tablet\:gap-155{
    gap: 155px;
  }

  .tablet\:gap-160{
    gap: 160px;
  }

  .tablet\:gap-192{
    gap: 192px;
  }

  .tablet\:gap-200{
    gap: 200px;
  }

  .tablet\:gap-224{
    gap: 224px;
  }

  .tablet\:gap-227{
    gap: 227px;
  }

  .tablet\:gap-250{
    gap: 250px;
  }

  .tablet\:gap-256{
    gap: 256px;
  }

  .tablet\:gap-270{
    gap: 270px;
  }

  .tablet\:gap-288{
    gap: 288px;
  }

  .tablet\:gap-304{
    gap: 304px;
  }

  .tablet\:gap-314{
    gap: 314px;
  }

  .tablet\:gap-320{
    gap: 320px;
  }

  .tablet\:gap-352{
    gap: 352px;
  }

  .tablet\:gap-384{
    gap: 384px;
  }

  .tablet\:gap-416{
    gap: 416px;
  }

  .tablet\:gap-448{
    gap: 448px;
  }

  .tablet\:gap-480{
    gap: 480px;
  }

  .tablet\:gap-512{
    gap: 512px;
  }

  .tablet\:gap-576{
    gap: 576px;
  }

  .tablet\:gap-612{
    gap: 612px;
  }

  .tablet\:gap-640{
    gap: 640px;
  }

  .tablet\:gap-768{
    gap: 768px;
  }

  .tablet\:-gap-200{
    gap: -200px;
  }

  .tablet\:-gap-170{
    gap: -170px;
  }

  .tablet\:-gap-120{
    gap: -120px;
  }

  .tablet\:-gap-100{
    gap: -100px;
  }

  .tablet\:-gap-50{
    gap: -50px;
  }

  .tablet\:-gap-45{
    gap: -45px;
  }

  .tablet\:-gap-3{
    gap: -3px;
  }

  .tablet\:gap-px{
    gap: 1px;
  }

  .tablet\:gap-20p{
    gap: 20%;
  }

  .tablet\:gap-40p{
    gap: 40%;
  }

  .tablet\:gap-49p{
    gap: 49%;
  }

  .tablet\:gap-52p{
    gap: 52%;
  }

  .tablet\:gap-53\.5p{
    gap: 53.5%;
  }

  .tablet\:gap-60p{
    gap: 60%;
  }

  .tablet\:gap-71\.5p{
    gap: 71.5%;
  }

  .tablet\:gap-80p{
    gap: 80%;
  }

  .tablet\:gap-90p{
    gap: 90%;
  }

  .tablet\:gap-95p{
    gap: 95%;
  }

  .tablet\:gap-100p{
    gap: 100%;
  }

  .tablet\:gap-110p{
    gap: 110%;
  }

  .tablet\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tablet\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tablet\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .tablet\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .tablet\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .tablet\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .tablet\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .tablet\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .tablet\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .tablet\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .tablet\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .tablet\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .tablet\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .tablet\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .tablet\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .tablet\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .tablet\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tablet\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tablet\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .tablet\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .tablet\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .tablet\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .tablet\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .tablet\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .tablet\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .tablet\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .tablet\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .tablet\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .tablet\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .tablet\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .tablet\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .tablet\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .tablet\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .tablet\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .tablet\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .tablet\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .tablet\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .tablet\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .tablet\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .tablet\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .tablet\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .tablet\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .tablet\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .tablet\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .tablet\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .tablet\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .tablet\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .tablet\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .tablet\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .tablet\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .tablet\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .tablet\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .tablet\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .tablet\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .tablet\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .tablet\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .tablet\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .tablet\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .tablet\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .tablet\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .tablet\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .tablet\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .tablet\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .tablet\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .tablet\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .tablet\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .tablet\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .tablet\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .tablet\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .tablet\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .tablet\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .tablet\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .tablet\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .tablet\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .tablet\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .tablet\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .tablet\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .tablet\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .tablet\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .tablet\:gap-y-0{
    row-gap: 0px;
  }

  .tablet\:gap-y-2{
    row-gap: 2px;
  }

  .tablet\:gap-y-4{
    row-gap: 4px;
  }

  .tablet\:gap-y-5{
    row-gap: 5px;
  }

  .tablet\:gap-y-7{
    row-gap: 7px;
  }

  .tablet\:gap-y-8{
    row-gap: 8px;
  }

  .tablet\:gap-y-10{
    row-gap: 10px;
  }

  .tablet\:gap-y-11{
    row-gap: 11px;
  }

  .tablet\:gap-y-12{
    row-gap: 12px;
  }

  .tablet\:gap-y-13{
    row-gap: 13px;
  }

  .tablet\:gap-y-15{
    row-gap: 15px;
  }

  .tablet\:gap-y-16{
    row-gap: 16px;
  }

  .tablet\:gap-y-18{
    row-gap: 18px;
  }

  .tablet\:gap-y-20{
    row-gap: 20px;
  }

  .tablet\:gap-y-24{
    row-gap: 24px;
  }

  .tablet\:gap-y-28{
    row-gap: 28px;
  }

  .tablet\:gap-y-29{
    row-gap: 29px;
  }

  .tablet\:gap-y-30{
    row-gap: 30px;
  }

  .tablet\:gap-y-32{
    row-gap: 32px;
  }

  .tablet\:gap-y-34{
    row-gap: 34px;
  }

  .tablet\:gap-y-36{
    row-gap: 36px;
  }

  .tablet\:gap-y-40{
    row-gap: 40px;
  }

  .tablet\:gap-y-48{
    row-gap: 48px;
  }

  .tablet\:gap-y-50{
    row-gap: 50px;
  }

  .tablet\:gap-y-56{
    row-gap: 56px;
  }

  .tablet\:gap-y-60{
    row-gap: 60px;
  }

  .tablet\:gap-y-64{
    row-gap: 64px;
  }

  .tablet\:gap-y-70{
    row-gap: 70px;
  }

  .tablet\:gap-y-72{
    row-gap: 72px;
  }

  .tablet\:gap-y-80{
    row-gap: 80px;
  }

  .tablet\:gap-y-88{
    row-gap: 88px;
  }

  .tablet\:gap-y-90{
    row-gap: 90px;
  }

  .tablet\:gap-y-96{
    row-gap: 96px;
  }

  .tablet\:gap-y-100{
    row-gap: 100px;
  }

  .tablet\:gap-y-112{
    row-gap: 112px;
  }

  .tablet\:gap-y-128{
    row-gap: 128px;
  }

  .tablet\:gap-y-135{
    row-gap: 135px;
  }

  .tablet\:gap-y-145{
    row-gap: 145px;
  }

  .tablet\:gap-y-155{
    row-gap: 155px;
  }

  .tablet\:gap-y-160{
    row-gap: 160px;
  }

  .tablet\:gap-y-192{
    row-gap: 192px;
  }

  .tablet\:gap-y-200{
    row-gap: 200px;
  }

  .tablet\:gap-y-224{
    row-gap: 224px;
  }

  .tablet\:gap-y-227{
    row-gap: 227px;
  }

  .tablet\:gap-y-250{
    row-gap: 250px;
  }

  .tablet\:gap-y-256{
    row-gap: 256px;
  }

  .tablet\:gap-y-270{
    row-gap: 270px;
  }

  .tablet\:gap-y-288{
    row-gap: 288px;
  }

  .tablet\:gap-y-304{
    row-gap: 304px;
  }

  .tablet\:gap-y-314{
    row-gap: 314px;
  }

  .tablet\:gap-y-320{
    row-gap: 320px;
  }

  .tablet\:gap-y-352{
    row-gap: 352px;
  }

  .tablet\:gap-y-384{
    row-gap: 384px;
  }

  .tablet\:gap-y-416{
    row-gap: 416px;
  }

  .tablet\:gap-y-448{
    row-gap: 448px;
  }

  .tablet\:gap-y-480{
    row-gap: 480px;
  }

  .tablet\:gap-y-512{
    row-gap: 512px;
  }

  .tablet\:gap-y-576{
    row-gap: 576px;
  }

  .tablet\:gap-y-612{
    row-gap: 612px;
  }

  .tablet\:gap-y-640{
    row-gap: 640px;
  }

  .tablet\:gap-y-768{
    row-gap: 768px;
  }

  .tablet\:-gap-y-200{
    row-gap: -200px;
  }

  .tablet\:-gap-y-170{
    row-gap: -170px;
  }

  .tablet\:-gap-y-120{
    row-gap: -120px;
  }

  .tablet\:-gap-y-100{
    row-gap: -100px;
  }

  .tablet\:-gap-y-50{
    row-gap: -50px;
  }

  .tablet\:-gap-y-45{
    row-gap: -45px;
  }

  .tablet\:-gap-y-3{
    row-gap: -3px;
  }

  .tablet\:gap-y-px{
    row-gap: 1px;
  }

  .tablet\:gap-y-20p{
    row-gap: 20%;
  }

  .tablet\:gap-y-40p{
    row-gap: 40%;
  }

  .tablet\:gap-y-49p{
    row-gap: 49%;
  }

  .tablet\:gap-y-52p{
    row-gap: 52%;
  }

  .tablet\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .tablet\:gap-y-60p{
    row-gap: 60%;
  }

  .tablet\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .tablet\:gap-y-80p{
    row-gap: 80%;
  }

  .tablet\:gap-y-90p{
    row-gap: 90%;
  }

  .tablet\:gap-y-95p{
    row-gap: 95%;
  }

  .tablet\:gap-y-100p{
    row-gap: 100%;
  }

  .tablet\:gap-y-110p{
    row-gap: 110%;
  }

  .tablet\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tablet\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tablet\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tablet\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tablet\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tablet\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tablet\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tablet\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tablet\:grid-cols-none{
    grid-template-columns: none;
  }

  .tablet\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tablet\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .tablet\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .tablet\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:col-auto{
    grid-column: auto;
  }

  .tablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tablet\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tablet\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tablet\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tablet\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tablet\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tablet\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tablet\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tablet\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tablet\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tablet\:col-span-full{
    grid-column: 1 / -1;
  }

  .tablet\:col-start-1{
    grid-column-start: 1;
  }

  .tablet\:col-start-2{
    grid-column-start: 2;
  }

  .tablet\:col-start-3{
    grid-column-start: 3;
  }

  .tablet\:col-start-4{
    grid-column-start: 4;
  }

  .tablet\:col-start-5{
    grid-column-start: 5;
  }

  .tablet\:col-start-6{
    grid-column-start: 6;
  }

  .tablet\:col-start-7{
    grid-column-start: 7;
  }

  .tablet\:col-start-8{
    grid-column-start: 8;
  }

  .tablet\:col-start-9{
    grid-column-start: 9;
  }

  .tablet\:col-start-10{
    grid-column-start: 10;
  }

  .tablet\:col-start-11{
    grid-column-start: 11;
  }

  .tablet\:col-start-12{
    grid-column-start: 12;
  }

  .tablet\:col-start-13{
    grid-column-start: 13;
  }

  .tablet\:col-start-auto{
    grid-column-start: auto;
  }

  .tablet\:col-end-1{
    grid-column-end: 1;
  }

  .tablet\:col-end-2{
    grid-column-end: 2;
  }

  .tablet\:col-end-3{
    grid-column-end: 3;
  }

  .tablet\:col-end-4{
    grid-column-end: 4;
  }

  .tablet\:col-end-5{
    grid-column-end: 5;
  }

  .tablet\:col-end-6{
    grid-column-end: 6;
  }

  .tablet\:col-end-7{
    grid-column-end: 7;
  }

  .tablet\:col-end-8{
    grid-column-end: 8;
  }

  .tablet\:col-end-9{
    grid-column-end: 9;
  }

  .tablet\:col-end-10{
    grid-column-end: 10;
  }

  .tablet\:col-end-11{
    grid-column-end: 11;
  }

  .tablet\:col-end-12{
    grid-column-end: 12;
  }

  .tablet\:col-end-13{
    grid-column-end: 13;
  }

  .tablet\:col-end-auto{
    grid-column-end: auto;
  }

  .tablet\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-rows-none{
    grid-template-rows: none;
  }

  .tablet\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tablet\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .tablet\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .tablet\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tablet\:row-auto{
    grid-row: auto;
  }

  .tablet\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tablet\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tablet\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tablet\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tablet\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tablet\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tablet\:row-span-full{
    grid-row: 1 / -1;
  }

  .tablet\:row-start-1{
    grid-row-start: 1;
  }

  .tablet\:row-start-2{
    grid-row-start: 2;
  }

  .tablet\:row-start-3{
    grid-row-start: 3;
  }

  .tablet\:row-start-4{
    grid-row-start: 4;
  }

  .tablet\:row-start-5{
    grid-row-start: 5;
  }

  .tablet\:row-start-6{
    grid-row-start: 6;
  }

  .tablet\:row-start-7{
    grid-row-start: 7;
  }

  .tablet\:row-start-auto{
    grid-row-start: auto;
  }

  .tablet\:row-end-1{
    grid-row-end: 1;
  }

  .tablet\:row-end-2{
    grid-row-end: 2;
  }

  .tablet\:row-end-3{
    grid-row-end: 3;
  }

  .tablet\:row-end-4{
    grid-row-end: 4;
  }

  .tablet\:row-end-5{
    grid-row-end: 5;
  }

  .tablet\:row-end-6{
    grid-row-end: 6;
  }

  .tablet\:row-end-7{
    grid-row-end: 7;
  }

  .tablet\:row-end-auto{
    grid-row-end: auto;
  }

  .tablet\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:transform-none{
    transform: none;
  }

  .tablet\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:hover\:transform-none:hover{
    transform: none;
  }

  .tablet\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:focus\:transform-none:focus{
    transform: none;
  }

  .tablet\:origin-center{
    transform-origin: center;
  }

  .tablet\:origin-top{
    transform-origin: top;
  }

  .tablet\:origin-top-right{
    transform-origin: top right;
  }

  .tablet\:origin-right{
    transform-origin: right;
  }

  .tablet\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tablet\:origin-bottom{
    transform-origin: bottom;
  }

  .tablet\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tablet\:origin-left{
    transform-origin: left;
  }

  .tablet\:origin-top-left{
    transform-origin: top left;
  }

  .tablet\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:scale-x-0{
    --tw-scale-x: 0;
  }

  .tablet\:scale-x-50{
    --tw-scale-x: .5;
  }

  .tablet\:scale-x-75{
    --tw-scale-x: .75;
  }

  .tablet\:scale-x-90{
    --tw-scale-x: .9;
  }

  .tablet\:scale-x-95{
    --tw-scale-x: .95;
  }

  .tablet\:scale-x-100{
    --tw-scale-x: 1;
  }

  .tablet\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .tablet\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .tablet\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .tablet\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .tablet\:scale-y-0{
    --tw-scale-y: 0;
  }

  .tablet\:scale-y-50{
    --tw-scale-y: .5;
  }

  .tablet\:scale-y-75{
    --tw-scale-y: .75;
  }

  .tablet\:scale-y-90{
    --tw-scale-y: .9;
  }

  .tablet\:scale-y-95{
    --tw-scale-y: .95;
  }

  .tablet\:scale-y-100{
    --tw-scale-y: 1;
  }

  .tablet\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .tablet\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .tablet\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .tablet\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .tablet\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .tablet\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .tablet\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .tablet\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .tablet\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .tablet\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .tablet\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .tablet\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .tablet\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .tablet\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .tablet\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .tablet\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .tablet\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .tablet\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .tablet\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .tablet\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .tablet\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .tablet\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .tablet\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .tablet\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .tablet\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .tablet\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .tablet\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .tablet\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .tablet\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .tablet\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .tablet\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .tablet\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .tablet\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .tablet\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .tablet\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .tablet\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .tablet\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .tablet\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .tablet\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .tablet\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .tablet\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .tablet\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .tablet\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .tablet\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .tablet\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .tablet\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .tablet\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .tablet\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .tablet\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .tablet\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .tablet\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .tablet\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .tablet\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .tablet\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .tablet\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .tablet\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .tablet\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .tablet\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .tablet\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .tablet\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .tablet\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .tablet\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .tablet\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .tablet\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .tablet\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .tablet\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .tablet\:rotate-0{
    --tw-rotate: 0deg;
  }

  .tablet\:rotate-1{
    --tw-rotate: 1deg;
  }

  .tablet\:rotate-2{
    --tw-rotate: 2deg;
  }

  .tablet\:rotate-3{
    --tw-rotate: 3deg;
  }

  .tablet\:rotate-6{
    --tw-rotate: 6deg;
  }

  .tablet\:rotate-12{
    --tw-rotate: 12deg;
  }

  .tablet\:rotate-45{
    --tw-rotate: 45deg;
  }

  .tablet\:rotate-90{
    --tw-rotate: 90deg;
  }

  .tablet\:rotate-180{
    --tw-rotate: 180deg;
  }

  .tablet\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .tablet\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .tablet\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .tablet\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .tablet\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .tablet\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .tablet\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .tablet\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .tablet\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .tablet\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .tablet\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .tablet\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .tablet\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .tablet\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .tablet\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .tablet\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .tablet\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .tablet\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .tablet\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .tablet\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .tablet\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .tablet\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .tablet\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .tablet\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .tablet\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .tablet\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .tablet\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .tablet\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .tablet\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .tablet\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .tablet\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .tablet\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .tablet\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .tablet\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .tablet\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .tablet\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .tablet\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .tablet\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .tablet\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .tablet\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .tablet\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .tablet\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .tablet\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .tablet\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .tablet\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .tablet\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .tablet\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .tablet\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .tablet\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .tablet\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .tablet\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .tablet\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .tablet\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .tablet\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .tablet\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .tablet\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .tablet\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .tablet\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .tablet\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .tablet\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .tablet\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .tablet\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .tablet\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .tablet\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .tablet\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .tablet\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .tablet\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .tablet\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .tablet\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .tablet\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .tablet\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .tablet\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .tablet\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .tablet\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .tablet\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .tablet\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .tablet\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .tablet\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .tablet\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .tablet\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .tablet\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .tablet\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .tablet\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .tablet\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .tablet\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .tablet\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .tablet\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .tablet\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .tablet\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .tablet\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .tablet\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .tablet\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .tablet\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .tablet\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .tablet\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .tablet\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .tablet\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .tablet\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .tablet\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .tablet\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .tablet\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .tablet\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .tablet\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .tablet\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .tablet\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .tablet\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .tablet\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .tablet\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .tablet\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .tablet\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .tablet\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .tablet\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .tablet\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .tablet\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .tablet\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .tablet\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .tablet\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .tablet\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .tablet\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .tablet\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .tablet\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .tablet\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .tablet\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .tablet\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .tablet\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .tablet\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .tablet\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .tablet\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .tablet\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .tablet\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .tablet\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .tablet\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .tablet\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .tablet\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .tablet\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .tablet\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .tablet\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .tablet\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .tablet\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .tablet\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .tablet\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .tablet\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .tablet\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .tablet\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .tablet\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .tablet\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .tablet\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .tablet\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .tablet\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .tablet\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .tablet\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .tablet\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .tablet\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .tablet\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .tablet\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .tablet\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .tablet\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .tablet\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .tablet\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .tablet\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .tablet\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .tablet\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .tablet\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .tablet\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .tablet\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .tablet\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .tablet\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .tablet\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .tablet\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .tablet\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .tablet\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .tablet\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .tablet\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .tablet\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .tablet\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .tablet\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .tablet\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .tablet\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .tablet\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .tablet\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .tablet\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .tablet\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .tablet\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .tablet\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .tablet\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .tablet\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .tablet\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .tablet\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .tablet\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .tablet\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .tablet\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .tablet\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .tablet\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .tablet\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .tablet\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .tablet\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .tablet\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .tablet\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .tablet\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .tablet\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .tablet\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .tablet\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .tablet\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .tablet\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .tablet\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .tablet\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .tablet\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .tablet\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .tablet\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .tablet\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .tablet\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .tablet\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .tablet\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .tablet\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .tablet\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .tablet\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .tablet\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .tablet\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .tablet\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .tablet\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .tablet\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .tablet\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .tablet\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .tablet\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .tablet\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .tablet\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .tablet\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .tablet\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .tablet\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .tablet\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .tablet\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .tablet\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .tablet\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .tablet\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .tablet\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .tablet\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .tablet\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .tablet\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .tablet\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .tablet\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .tablet\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .tablet\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .tablet\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .tablet\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .tablet\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .tablet\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .tablet\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .tablet\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .tablet\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .tablet\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .tablet\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .tablet\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .tablet\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .tablet\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .tablet\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .tablet\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .tablet\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .tablet\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .tablet\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .tablet\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .tablet\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .tablet\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .tablet\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .tablet\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .tablet\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .tablet\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .tablet\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .tablet\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .tablet\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .tablet\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .tablet\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .tablet\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .tablet\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .tablet\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .tablet\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .tablet\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .tablet\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .tablet\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .tablet\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .tablet\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .tablet\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .tablet\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .tablet\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .tablet\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .tablet\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .tablet\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .tablet\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .tablet\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .tablet\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .tablet\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .tablet\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .tablet\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .tablet\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .tablet\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .tablet\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .tablet\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .tablet\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .tablet\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .tablet\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .tablet\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .tablet\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .tablet\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .tablet\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .tablet\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .tablet\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .tablet\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .tablet\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .tablet\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .tablet\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .tablet\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .tablet\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .tablet\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .tablet\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .tablet\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .tablet\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .tablet\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .tablet\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .tablet\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .tablet\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .tablet\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .tablet\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .tablet\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .tablet\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .tablet\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .tablet\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .tablet\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .tablet\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .tablet\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .tablet\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .tablet\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .tablet\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .tablet\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .tablet\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .tablet\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .tablet\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .tablet\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .tablet\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .tablet\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .tablet\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .tablet\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .tablet\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .tablet\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .tablet\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .tablet\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .tablet\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .tablet\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .tablet\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .tablet\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .tablet\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .tablet\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .tablet\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .tablet\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .tablet\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .tablet\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .tablet\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .tablet\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .tablet\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .tablet\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .tablet\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .tablet\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .tablet\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .tablet\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .tablet\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .tablet\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .tablet\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .tablet\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .tablet\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .tablet\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .tablet\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .tablet\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .tablet\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .tablet\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .tablet\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .tablet\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .tablet\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .tablet\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .tablet\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .tablet\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .tablet\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .tablet\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .tablet\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .tablet\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .tablet\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .tablet\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .tablet\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .tablet\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .tablet\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .tablet\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .tablet\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .tablet\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .tablet\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .tablet\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .tablet\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .tablet\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .tablet\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .tablet\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .tablet\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .tablet\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .tablet\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .tablet\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .tablet\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .tablet\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .tablet\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .tablet\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .tablet\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .tablet\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .tablet\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .tablet\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .tablet\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .tablet\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .tablet\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .tablet\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .tablet\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .tablet\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .tablet\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .tablet\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .tablet\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .tablet\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .tablet\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .tablet\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .tablet\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .tablet\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .tablet\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .tablet\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .tablet\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .tablet\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .tablet\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .tablet\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .tablet\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .tablet\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .tablet\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .tablet\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .tablet\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .tablet\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .tablet\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .tablet\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .tablet\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .tablet\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .tablet\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .tablet\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .tablet\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .tablet\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .tablet\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .tablet\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .tablet\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .tablet\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .tablet\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .tablet\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .tablet\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .tablet\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .tablet\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .tablet\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .tablet\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .tablet\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .tablet\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .tablet\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .tablet\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .tablet\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .tablet\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .tablet\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .tablet\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .tablet\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .tablet\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .tablet\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .tablet\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .tablet\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .tablet\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .tablet\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .tablet\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .tablet\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .tablet\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .tablet\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .tablet\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .tablet\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .tablet\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .tablet\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .tablet\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .tablet\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .tablet\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .tablet\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .tablet\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .tablet\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .tablet\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .tablet\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .tablet\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .tablet\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .tablet\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .tablet\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .tablet\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .tablet\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .tablet\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .tablet\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .tablet\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .tablet\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .tablet\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .tablet\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .tablet\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .tablet\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .tablet\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .tablet\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .tablet\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .tablet\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .tablet\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .tablet\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .tablet\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .tablet\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .tablet\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .tablet\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .tablet\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .tablet\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .tablet\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .tablet\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .tablet\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .tablet\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .tablet\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .tablet\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .tablet\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .tablet\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .tablet\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .tablet\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .tablet\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .tablet\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .tablet\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .tablet\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .tablet\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .tablet\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .tablet\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .tablet\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .tablet\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .tablet\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .tablet\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .tablet\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .tablet\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .tablet\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .tablet\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .tablet\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .tablet\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .tablet\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .tablet\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .tablet\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .tablet\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .tablet\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .tablet\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .tablet\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .tablet\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .tablet\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .tablet\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .tablet\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .tablet\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .tablet\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .tablet\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .tablet\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .tablet\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .tablet\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .tablet\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .tablet\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .tablet\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .tablet\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .tablet\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .tablet\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .tablet\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .tablet\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .tablet\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .tablet\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .tablet\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .tablet\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .tablet\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .tablet\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .tablet\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .tablet\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .tablet\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .tablet\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .tablet\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .tablet\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .tablet\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .tablet\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .tablet\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .tablet\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .tablet\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .tablet\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .tablet\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .tablet\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .tablet\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .tablet\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .tablet\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .tablet\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .tablet\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .tablet\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .tablet\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .tablet\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .tablet\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .tablet\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .tablet\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .tablet\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .tablet\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .tablet\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .tablet\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .tablet\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .tablet\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .tablet\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .tablet\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .tablet\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .tablet\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .tablet\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .tablet\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .tablet\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .tablet\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .tablet\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .tablet\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .tablet\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .tablet\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .tablet\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .tablet\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .tablet\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .tablet\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .tablet\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .tablet\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .tablet\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .tablet\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .tablet\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .tablet\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .tablet\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .tablet\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .tablet\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .tablet\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .tablet\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .tablet\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .tablet\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .tablet\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .tablet\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .tablet\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .tablet\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .tablet\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .tablet\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .tablet\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .tablet\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .tablet\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .tablet\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .tablet\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .tablet\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .tablet\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .tablet\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .tablet\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .tablet\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .tablet\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .tablet\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .tablet\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .tablet\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .tablet\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .tablet\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .tablet\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .tablet\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .tablet\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .tablet\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .tablet\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .tablet\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .tablet\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .tablet\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .tablet\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .tablet\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .tablet\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .tablet\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .tablet\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .tablet\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .tablet\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .tablet\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .tablet\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .tablet\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .tablet\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .tablet\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .tablet\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .tablet\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .tablet\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .tablet\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .tablet\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .tablet\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .tablet\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .tablet\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .tablet\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .tablet\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .tablet\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .tablet\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .tablet\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .tablet\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .tablet\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .tablet\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .tablet\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .tablet\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .tablet\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .tablet\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .tablet\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .tablet\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .tablet\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .tablet\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .tablet\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .tablet\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .tablet\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .tablet\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .tablet\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .tablet\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .tablet\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .tablet\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .tablet\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .tablet\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .tablet\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .tablet\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .tablet\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .tablet\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .tablet\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .tablet\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .tablet\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .tablet\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .tablet\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .tablet\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .tablet\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .tablet\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .tablet\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .tablet\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .tablet\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .tablet\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .tablet\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .tablet\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .tablet\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .tablet\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .tablet\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .tablet\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .tablet\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .tablet\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .tablet\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .tablet\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .tablet\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .tablet\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .tablet\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .tablet\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .tablet\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .tablet\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .tablet\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .tablet\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .tablet\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .tablet\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .tablet\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .tablet\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .tablet\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .tablet\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .tablet\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .tablet\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .tablet\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .tablet\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .tablet\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .tablet\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .tablet\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .tablet\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .tablet\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .tablet\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .tablet\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .tablet\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .tablet\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .tablet\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .tablet\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .tablet\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .tablet\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .tablet\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .tablet\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .tablet\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .tablet\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .tablet\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .tablet\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .tablet\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .tablet\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .tablet\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .tablet\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .tablet\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .tablet\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .tablet\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .tablet\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .tablet\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .tablet\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .tablet\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .tablet\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .tablet\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .tablet\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .tablet\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .tablet\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .tablet\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .tablet\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .tablet\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .tablet\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .tablet\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .tablet\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .tablet\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .tablet\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .tablet\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .tablet\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .tablet\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .tablet\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .tablet\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .tablet\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .tablet\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .tablet\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .tablet\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .tablet\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .tablet\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .tablet\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .tablet\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .tablet\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .tablet\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .tablet\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .tablet\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .tablet\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .tablet\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .tablet\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .tablet\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .tablet\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .tablet\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .tablet\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .tablet\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .tablet\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .tablet\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .tablet\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .tablet\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .tablet\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .tablet\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .tablet\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .tablet\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .tablet\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .tablet\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .tablet\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .tablet\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .tablet\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .tablet\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .tablet\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .tablet\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .tablet\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .tablet\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .tablet\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .tablet\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .tablet\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .tablet\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .tablet\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .tablet\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .tablet\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .tablet\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .tablet\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .tablet\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .tablet\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .tablet\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .tablet\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .tablet\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .tablet\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .tablet\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .tablet\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .tablet\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .tablet\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .tablet\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .tablet\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .tablet\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .tablet\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .tablet\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .tablet\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .tablet\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .tablet\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .tablet\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .tablet\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .tablet\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .tablet\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .tablet\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .tablet\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .tablet\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .tablet\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .tablet\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .tablet\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .tablet\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .tablet\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .tablet\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .tablet\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .tablet\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .tablet\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .tablet\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .tablet\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .tablet\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .tablet\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .tablet\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .tablet\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .tablet\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .tablet\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .tablet\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .tablet\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .tablet\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .tablet\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .tablet\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .tablet\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .tablet\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .tablet\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .tablet\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .tablet\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .tablet\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .tablet\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .tablet\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .tablet\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .tablet\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .tablet\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .tablet\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .tablet\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .tablet\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .tablet\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .tablet\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .tablet\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .tablet\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .tablet\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .tablet\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .tablet\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .tablet\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .tablet\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .tablet\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .tablet\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .tablet\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .tablet\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .tablet\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .tablet\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .tablet\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .tablet\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .tablet\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .tablet\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .tablet\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .tablet\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .tablet\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .tablet\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .tablet\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .tablet\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .tablet\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .tablet\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .tablet\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .tablet\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .tablet\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .tablet\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .tablet\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .tablet\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .tablet\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .tablet\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .tablet\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .tablet\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .tablet\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .tablet\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .tablet\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .tablet\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .tablet\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .tablet\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .tablet\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .tablet\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .tablet\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .tablet\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .tablet\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .tablet\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .tablet\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .tablet\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .tablet\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .tablet\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .tablet\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .tablet\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .tablet\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .tablet\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .tablet\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .tablet\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .tablet\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .tablet\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .tablet\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .tablet\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .tablet\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .tablet\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .tablet\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .tablet\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .tablet\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .tablet\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .tablet\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .tablet\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .tablet\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .tablet\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .tablet\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .tablet\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .tablet\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .tablet\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .tablet\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .tablet\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .tablet\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .tablet\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .tablet\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .tablet\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .tablet\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .tablet\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .tablet\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .tablet\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .tablet\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .tablet\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .tablet\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .tablet\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .tablet\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .tablet\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .tablet\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .tablet\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .tablet\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .tablet\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .tablet\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .tablet\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .tablet\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .tablet\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .tablet\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .tablet\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .tablet\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .tablet\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .tablet\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .tablet\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .tablet\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .tablet\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .tablet\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .tablet\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .tablet\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .tablet\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .tablet\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .tablet\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .tablet\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .tablet\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .tablet\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .tablet\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .tablet\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .tablet\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .tablet\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .tablet\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .tablet\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .tablet\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .tablet\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .tablet\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .tablet\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .tablet\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .tablet\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .tablet\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .tablet\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .tablet\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .tablet\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .tablet\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .tablet\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .tablet\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .tablet\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .tablet\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .tablet\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .tablet\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .tablet\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .tablet\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .tablet\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .tablet\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .tablet\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .tablet\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .tablet\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .tablet\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .tablet\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .tablet\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .tablet\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .tablet\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .tablet\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .tablet\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .tablet\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .tablet\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .tablet\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .tablet\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .tablet\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .tablet\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .tablet\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .tablet\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .tablet\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .tablet\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .tablet\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .tablet\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .tablet\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .tablet\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .tablet\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .tablet\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .tablet\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .tablet\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .tablet\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .tablet\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .tablet\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .tablet\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .tablet\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .tablet\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .tablet\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .tablet\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .tablet\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .tablet\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .tablet\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .tablet\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .tablet\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .tablet\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .tablet\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .tablet\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .tablet\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .tablet\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .tablet\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .tablet\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .tablet\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .tablet\:transition-none{
    transition-property: none;
  }

  .tablet\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:ease-linear{
    transition-timing-function: linear;
  }

  .tablet\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tablet\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tablet\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tablet\:duration-75{
    transition-duration: 75ms;
  }

  .tablet\:duration-100{
    transition-duration: 100ms;
  }

  .tablet\:duration-150{
    transition-duration: 150ms;
  }

  .tablet\:duration-200{
    transition-duration: 200ms;
  }

  .tablet\:duration-300{
    transition-duration: 300ms;
  }

  .tablet\:duration-500{
    transition-duration: 500ms;
  }

  .tablet\:duration-700{
    transition-duration: 700ms;
  }

  .tablet\:duration-1000{
    transition-duration: 1000ms;
  }

  .tablet\:delay-75{
    transition-delay: 75ms;
  }

  .tablet\:delay-100{
    transition-delay: 100ms;
  }

  .tablet\:delay-150{
    transition-delay: 150ms;
  }

  .tablet\:delay-200{
    transition-delay: 200ms;
  }

  .tablet\:delay-300{
    transition-delay: 300ms;
  }

  .tablet\:delay-500{
    transition-delay: 500ms;
  }

  .tablet\:delay-700{
    transition-delay: 700ms;
  }

  .tablet\:delay-1000{
    transition-delay: 1000ms;
  }

  .tablet\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .tablet\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .tablet\: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;
  }

  .tablet\: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;
  }

  .tablet\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (max-width: 991px){
  .desktop\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 640px){
    .desktop\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .desktop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .desktop\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1260px){
    .desktop\:container{
      max-width: 1260px;
    }
  }

  .desktop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(145px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(145px * var(--tw-space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(160px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(160px * var(--tw-space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(192px * var(--tw-space-x-reverse));
    margin-left: calc(192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(224px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(224px * var(--tw-space-x-reverse));
    margin-left: calc(224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(227px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(227px * var(--tw-space-x-reverse));
    margin-left: calc(227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(256px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(256px * var(--tw-space-x-reverse));
    margin-left: calc(256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(288px * var(--tw-space-x-reverse));
    margin-left: calc(288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(304px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(304px * var(--tw-space-x-reverse));
    margin-left: calc(304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(314px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(314px * var(--tw-space-x-reverse));
    margin-left: calc(314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(352px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(352px * var(--tw-space-x-reverse));
    margin-left: calc(352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(384px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(384px * var(--tw-space-x-reverse));
    margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(416px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(416px * var(--tw-space-x-reverse));
    margin-left: calc(416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(448px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(448px * var(--tw-space-x-reverse));
    margin-left: calc(448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(512px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(512px * var(--tw-space-x-reverse));
    margin-left: calc(512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(576px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(576px * var(--tw-space-x-reverse));
    margin-left: calc(576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(612px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(612px * var(--tw-space-x-reverse));
    margin-left: calc(612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(640px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(640px * var(--tw-space-x-reverse));
    margin-left: calc(640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(768px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(768px * var(--tw-space-x-reverse));
    margin-left: calc(768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-170px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-170px * var(--tw-space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53.5% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(53.5% * var(--tw-space-x-reverse));
    margin-left: calc(53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.5% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(71.5% * var(--tw-space-x-reverse));
    margin-left: calc(71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110% * var(--tw-space-y-reverse));
  }

  .desktop\:space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(110% * var(--tw-space-x-reverse));
    margin-left: calc(110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-70 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-90 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-128 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-135 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-145px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-145 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-145px * var(--tw-space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-155 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-160px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-160px * var(--tw-space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-192 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px * var(--tw-space-x-reverse));
    margin-left: calc(-192px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-224px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-224 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-224px * var(--tw-space-x-reverse));
    margin-left: calc(-224px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-227px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-227px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-227 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-227px * var(--tw-space-x-reverse));
    margin-left: calc(-227px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-250 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-256px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-256 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-256px * var(--tw-space-x-reverse));
    margin-left: calc(-256px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-270 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-288 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px * var(--tw-space-x-reverse));
    margin-left: calc(-288px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-304px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-304px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-304 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-304px * var(--tw-space-x-reverse));
    margin-left: calc(-304px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-314px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-314px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-314 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-314px * var(--tw-space-x-reverse));
    margin-left: calc(-314px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-352px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-352px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-352 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-352px * var(--tw-space-x-reverse));
    margin-left: calc(-352px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-384px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-384 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-384px * var(--tw-space-x-reverse));
    margin-left: calc(-384px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-416px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-416px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-416 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-416px * var(--tw-space-x-reverse));
    margin-left: calc(-416px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-448px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-448px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-448 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-448px * var(--tw-space-x-reverse));
    margin-left: calc(-448px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-480 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-512px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-512px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-512 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-512px * var(--tw-space-x-reverse));
    margin-left: calc(-512px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-576px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-576px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-576 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-576px * var(--tw-space-x-reverse));
    margin-left: calc(-576px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-612px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-612px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-612 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-612px * var(--tw-space-x-reverse));
    margin-left: calc(-612px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-640px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-640px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-640 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-640px * var(--tw-space-x-reverse));
    margin-left: calc(-640px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-768px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-768px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-768 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-768px * var(--tw-space-x-reverse));
    margin-left: calc(-768px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--200 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(170px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--170 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(170px * var(--tw-space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--50 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x--3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-20p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-40p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-49p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-52p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-53.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53.5% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-53\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-53.5% * var(--tw-space-x-reverse));
    margin-left: calc(-53.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-60p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.5% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-71\.5p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.5% * var(--tw-space-x-reverse));
    margin-left: calc(-71.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-80p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-90p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-95p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-100p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:-space-y-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-110% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110% * var(--tw-space-y-reverse));
  }

  .desktop\:-space-x-110p > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-110% * var(--tw-space-x-reverse));
    margin-left: calc(-110% * calc(1 - var(--tw-space-x-reverse)));
  }

  .desktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .desktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .desktop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .desktop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .desktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .desktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .desktop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .desktop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .desktop\:divide-blue-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-divide-opacity));
  }

  .desktop\:divide-blue-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-divide-opacity));
  }

  .desktop\:divide-orange-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-divide-opacity));
  }

  .desktop\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-divide-opacity));
  }

  .desktop\:divide-white-10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:divide-white-30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:divide-white-70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .desktop\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-divide-opacity));
  }

  .desktop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey--1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-divide-opacity));
  }

  .desktop\:divide-grey--2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .desktop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .desktop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .desktop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .desktop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .desktop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .desktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .desktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .desktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .desktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .desktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .desktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .desktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .desktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .desktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .desktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .desktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .desktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .desktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .desktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .desktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .desktop\: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;
  }

  .desktop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\: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;
  }

  .desktop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:bg-fixed{
    background-attachment: fixed;
  }

  .desktop\:bg-local{
    background-attachment: local;
  }

  .desktop\:bg-scroll{
    background-attachment: scroll;
  }

  .desktop\:bg-clip-border{
    background-clip: border-box;
  }

  .desktop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .desktop\:bg-clip-content{
    background-clip: content-box;
  }

  .desktop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop\:bg-transparent{
    background-color: transparent;
  }

  .desktop\:bg-current{
    background-color: currentColor;
  }

  .desktop\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .desktop\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .desktop\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .desktop\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .desktop\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .desktop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .desktop\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .desktop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:bg-blue-1{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-2{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue--1{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-2{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-white-10{
    background-color: rgba(255, 255, 255, .1);
  }

  .group:hover .desktop\:group-hover\:bg-white-30{
    background-color: rgba(255, 255, 255, .3);
  }

  .group:hover .desktop\:group-hover\:bg-white-70{
    background-color: rgba(255, 255, 255, .7);
  }

  .group:hover .desktop\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-1{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-3{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-4{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-300{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-600{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey--1{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey--2{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .desktop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .desktop\:focus-within\:bg-blue-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-blue-gray:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-orange-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-white-10:focus-within{
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus-within\:bg-white-30:focus-within{
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus-within\:bg-white-70:focus-within{
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-3:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-4:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey--1:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus-within\:bg-grey--2:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .desktop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .desktop\:hover\:bg-blue-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-blue-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-orange-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-white-10:hover{
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:bg-white-30:hover{
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:bg-white-70:hover{
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-3:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-4:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey--1:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .desktop\:hover\:bg-grey--2:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .desktop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .desktop\:focus\:bg-blue-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(21, 28, 52, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 241, 248, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(61, 138, 188, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(1, 84, 128, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-blue-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 77, 102, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-orange-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 216, 148, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 171, 25, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-white-10:focus{
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:bg-white-30:focus{
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:bg-white-70:focus{
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-3:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-4:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey--1:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(163, 165, 175, var(--tw-bg-opacity));
  }

  .desktop\:focus\:bg-grey--2:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .desktop\:bg-none{
    background-image: none;
  }

  .desktop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .desktop\:bg-gradient-180d{
    background-image: linear-gradient(180deg, var(--tw-gradient-stops));
  }

  .desktop\:bg-bg-1{
    background-image: url("../images/bg_1.png");
  }

  .desktop\:bg-bg-2{
    background-image: url("../images/bg_2.png");
  }

  .desktop\:bg-arrow-down{
    background-image: url("../images/arrow-down.png");
  }

  .desktop\:bg-linear-1{
    background-image: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }

  .desktop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-blue-1{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:from-blue-2{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:from-blue--1{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:from-blue{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:from-blue-gray{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:from-orange-2{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:from-orange{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:from-white-10{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-white-30{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-white-70{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:from-gray-50{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:from-gray-200{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:from-grey-1{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:from-grey-2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:from-grey-3{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:from-grey-4{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:from-grey-300{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:from-grey-600{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:from-grey--1{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:from-grey--2{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-blue-1{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:via-blue-2{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:via-blue--1{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:via-blue-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:via-orange-2{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:via-white-10{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-white-30{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-white-70{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:via-grey-1{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:via-grey-2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:via-grey-3{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:via-grey-4{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:via-grey-300{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:via-grey-600{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:via-grey--1{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:via-grey--2{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .desktop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .desktop\:to-blue-1{
    --tw-gradient-to: #151C34;
  }

  .desktop\:to-blue-2{
    --tw-gradient-to: #D3F1F8;
  }

  .desktop\:to-blue--1{
    --tw-gradient-to: #3D8ABC;
  }

  .desktop\:to-blue{
    --tw-gradient-to: #015480;
  }

  .desktop\:to-blue-gray{
    --tw-gradient-to: #244D66;
  }

  .desktop\:to-orange-2{
    --tw-gradient-to: #FDD894;
  }

  .desktop\:to-orange{
    --tw-gradient-to: #FAAB19;
  }

  .desktop\:to-white-10{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .desktop\:to-white-30{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .desktop\:to-white-70{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .desktop\:to-white{
    --tw-gradient-to: #fff;
  }

  .desktop\:to-black{
    --tw-gradient-to: #000000;
  }

  .desktop\:to-gray-50{
    --tw-gradient-to: #F6F6F6;
  }

  .desktop\:to-gray-200{
    --tw-gradient-to: #E2E2E2;
  }

  .desktop\:to-grey-1{
    --tw-gradient-to: #717171;
  }

  .desktop\:to-grey-2{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:to-grey-3{
    --tw-gradient-to: #F4F4F4;
  }

  .desktop\:to-grey-4{
    --tw-gradient-to: #999999;
  }

  .desktop\:to-grey-300{
    --tw-gradient-to: #CBCBCB;
  }

  .desktop\:to-grey-600{
    --tw-gradient-to: #545454;
  }

  .desktop\:to-grey--1{
    --tw-gradient-to: #A3A5AF;
  }

  .desktop\:to-grey--2{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-blue-1:hover{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:hover\:from-blue-2:hover{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:hover\:from-blue--1:hover{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:hover\:from-blue:hover{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:hover\:from-blue-gray:hover{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:hover\:from-orange-2:hover{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:hover\:from-orange:hover{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:hover\:from-white-10:hover{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-white-30:hover{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-white-70:hover{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:hover\:from-grey-1:hover{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:hover\:from-grey-2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:hover\:from-grey-3:hover{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:hover\:from-grey-4:hover{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:hover\:from-grey-300:hover{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:hover\:from-grey-600:hover{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:hover\:from-grey--1:hover{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:hover\:from-grey--2:hover{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-blue-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:hover\:via-blue-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:hover\:via-blue--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:hover\:via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:hover\:via-blue-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:hover\:via-orange-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:hover\:via-white-10:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-white-30:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-white-70:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:hover\:via-grey-1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:hover\:via-grey-2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:hover\:via-grey-3:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:hover\:via-grey-4:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:hover\:via-grey-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:hover\:via-grey-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:hover\:via-grey--1:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:hover\:via-grey--2:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .desktop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .desktop\:hover\:to-blue-1:hover{
    --tw-gradient-to: #151C34;
  }

  .desktop\:hover\:to-blue-2:hover{
    --tw-gradient-to: #D3F1F8;
  }

  .desktop\:hover\:to-blue--1:hover{
    --tw-gradient-to: #3D8ABC;
  }

  .desktop\:hover\:to-blue:hover{
    --tw-gradient-to: #015480;
  }

  .desktop\:hover\:to-blue-gray:hover{
    --tw-gradient-to: #244D66;
  }

  .desktop\:hover\:to-orange-2:hover{
    --tw-gradient-to: #FDD894;
  }

  .desktop\:hover\:to-orange:hover{
    --tw-gradient-to: #FAAB19;
  }

  .desktop\:hover\:to-white-10:hover{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:to-white-30:hover{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:to-white-70:hover{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .desktop\:hover\:to-black:hover{
    --tw-gradient-to: #000000;
  }

  .desktop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #F6F6F6;
  }

  .desktop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #E2E2E2;
  }

  .desktop\:hover\:to-grey-1:hover{
    --tw-gradient-to: #717171;
  }

  .desktop\:hover\:to-grey-2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:hover\:to-grey-3:hover{
    --tw-gradient-to: #F4F4F4;
  }

  .desktop\:hover\:to-grey-4:hover{
    --tw-gradient-to: #999999;
  }

  .desktop\:hover\:to-grey-300:hover{
    --tw-gradient-to: #CBCBCB;
  }

  .desktop\:hover\:to-grey-600:hover{
    --tw-gradient-to: #545454;
  }

  .desktop\:hover\:to-grey--1:hover{
    --tw-gradient-to: #A3A5AF;
  }

  .desktop\:hover\:to-grey--2:hover{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-blue-1:focus{
    --tw-gradient-from: #151C34;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:focus\:from-blue-2:focus{
    --tw-gradient-from: #D3F1F8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:focus\:from-blue--1:focus{
    --tw-gradient-from: #3D8ABC;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:focus\:from-blue:focus{
    --tw-gradient-from: #015480;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:focus\:from-blue-gray:focus{
    --tw-gradient-from: #244D66;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:focus\:from-orange-2:focus{
    --tw-gradient-from: #FDD894;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:focus\:from-orange:focus{
    --tw-gradient-from: #FAAB19;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:focus\:from-white-10:focus{
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-white-30:focus{
    --tw-gradient-from: rgba(255, 255, 255, .3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-white-70:focus{
    --tw-gradient-from: rgba(255, 255, 255, .7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #E2E2E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:focus\:from-grey-1:focus{
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:focus\:from-grey-2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:focus\:from-grey-3:focus{
    --tw-gradient-from: #F4F4F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:focus\:from-grey-4:focus{
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:focus\:from-grey-300:focus{
    --tw-gradient-from: #CBCBCB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:focus\:from-grey-600:focus{
    --tw-gradient-from: #545454;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:focus\:from-grey--1:focus{
    --tw-gradient-from: #A3A5AF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:focus\:from-grey--2:focus{
    --tw-gradient-from: #EAEAEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-blue-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #151C34, var(--tw-gradient-to, rgba(21, 28, 52, 0));
  }

  .desktop\:focus\:via-blue-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D3F1F8, var(--tw-gradient-to, rgba(211, 241, 248, 0));
  }

  .desktop\:focus\:via-blue--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3D8ABC, var(--tw-gradient-to, rgba(61, 138, 188, 0));
  }

  .desktop\:focus\:via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #015480, var(--tw-gradient-to, rgba(1, 84, 128, 0));
  }

  .desktop\:focus\:via-blue-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #244D66, var(--tw-gradient-to, rgba(36, 77, 102, 0));
  }

  .desktop\:focus\:via-orange-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FDD894, var(--tw-gradient-to, rgba(253, 216, 148, 0));
  }

  .desktop\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAAB19, var(--tw-gradient-to, rgba(250, 171, 25, 0));
  }

  .desktop\:focus\:via-white-10:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-white-30:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-white-70:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .desktop\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .desktop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F6F6F6, var(--tw-gradient-to, rgba(246, 246, 246, 0));
  }

  .desktop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E2E2E2, var(--tw-gradient-to, rgba(226, 226, 226, 0));
  }

  .desktop\:focus\:via-grey-1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .desktop\:focus\:via-grey-2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:focus\:via-grey-3:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .desktop\:focus\:via-grey-4:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #999999, var(--tw-gradient-to, rgba(153, 153, 153, 0));
  }

  .desktop\:focus\:via-grey-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #CBCBCB, var(--tw-gradient-to, rgba(203, 203, 203, 0));
  }

  .desktop\:focus\:via-grey-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #545454, var(--tw-gradient-to, rgba(84, 84, 84, 0));
  }

  .desktop\:focus\:via-grey--1:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A3A5AF, var(--tw-gradient-to, rgba(163, 165, 175, 0));
  }

  .desktop\:focus\:via-grey--2:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .desktop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .desktop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .desktop\:focus\:to-blue-1:focus{
    --tw-gradient-to: #151C34;
  }

  .desktop\:focus\:to-blue-2:focus{
    --tw-gradient-to: #D3F1F8;
  }

  .desktop\:focus\:to-blue--1:focus{
    --tw-gradient-to: #3D8ABC;
  }

  .desktop\:focus\:to-blue:focus{
    --tw-gradient-to: #015480;
  }

  .desktop\:focus\:to-blue-gray:focus{
    --tw-gradient-to: #244D66;
  }

  .desktop\:focus\:to-orange-2:focus{
    --tw-gradient-to: #FDD894;
  }

  .desktop\:focus\:to-orange:focus{
    --tw-gradient-to: #FAAB19;
  }

  .desktop\:focus\:to-white-10:focus{
    --tw-gradient-to: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:to-white-30:focus{
    --tw-gradient-to: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:to-white-70:focus{
    --tw-gradient-to: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .desktop\:focus\:to-black:focus{
    --tw-gradient-to: #000000;
  }

  .desktop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #F6F6F6;
  }

  .desktop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #E2E2E2;
  }

  .desktop\:focus\:to-grey-1:focus{
    --tw-gradient-to: #717171;
  }

  .desktop\:focus\:to-grey-2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:focus\:to-grey-3:focus{
    --tw-gradient-to: #F4F4F4;
  }

  .desktop\:focus\:to-grey-4:focus{
    --tw-gradient-to: #999999;
  }

  .desktop\:focus\:to-grey-300:focus{
    --tw-gradient-to: #CBCBCB;
  }

  .desktop\:focus\:to-grey-600:focus{
    --tw-gradient-to: #545454;
  }

  .desktop\:focus\:to-grey--1:focus{
    --tw-gradient-to: #A3A5AF;
  }

  .desktop\:focus\:to-grey--2:focus{
    --tw-gradient-to: #EAEAEA;
  }

  .desktop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .desktop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .desktop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .desktop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .desktop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .desktop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .desktop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .desktop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .desktop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .desktop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .desktop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .desktop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .desktop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .desktop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .desktop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .desktop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .desktop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .desktop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .desktop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .desktop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .desktop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .desktop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .desktop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .desktop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .desktop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .desktop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .desktop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .desktop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .desktop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .desktop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .desktop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .desktop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .desktop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .desktop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .desktop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .desktop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .desktop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .desktop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .desktop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .desktop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .desktop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .desktop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .desktop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .desktop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .desktop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .desktop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .desktop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .desktop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .desktop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .desktop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .desktop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .desktop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .desktop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .desktop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .desktop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .desktop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .desktop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .desktop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .desktop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .desktop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .desktop\:bg-bottom{
    background-position: bottom;
  }

  .desktop\:bg-center{
    background-position: center;
  }

  .desktop\:bg-left{
    background-position: left;
  }

  .desktop\:bg-left-bottom{
    background-position: left bottom;
  }

  .desktop\:bg-left-bottom-30{
    background-position: left bottom 30px;
  }

  .desktop\:bg-left-top{
    background-position: left top;
  }

  .desktop\:bg-right{
    background-position: right;
  }

  .desktop\:bg-right-bottom{
    background-position: right bottom;
  }

  .desktop\:bg-right-top{
    background-position: right top;
  }

  .desktop\:bg-right-200-top{
    background-position: right 200px top;
  }

  .desktop\:-bg-right-top-200{
    background-position: right top -200px;
  }

  .desktop\:bg-top{
    background-position: top;
  }

  .desktop\:bg-repeat{
    background-repeat: repeat;
  }

  .desktop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .desktop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .desktop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .desktop\:bg-repeat-round{
    background-repeat: round;
  }

  .desktop\:bg-repeat-space{
    background-repeat: space;
  }

  .desktop\:bg-auto{
    background-size: auto;
  }

  .desktop\:bg-cover{
    background-size: cover;
  }

  .desktop\:bg-contain{
    background-size: contain;
  }

  .desktop\:bg-full{
    background-size: 100% auto;
  }

  .desktop\:bg-449x449{
    background-size: 449px 449px;
  }

  .desktop\:bg-575x575{
    background-size: 575px 575px;
  }

  .desktop\:bg-100x90{
    background-size: 100px 90px;
  }

  .desktop\:border-collapse{
    border-collapse: collapse;
  }

  .desktop\:border-separate{
    border-collapse: separate;
  }

  .desktop\:border-transparent{
    border-color: transparent;
  }

  .desktop\:border-current{
    border-color: currentColor;
  }

  .desktop\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .desktop\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .desktop\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .desktop\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .desktop\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .desktop\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .desktop\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .desktop\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .desktop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .desktop\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .desktop\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .desktop\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .desktop\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .desktop\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .desktop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:border-blue-1{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-2{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue--1{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue-gray{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-2{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-white-10{
    border-color: rgba(255, 255, 255, .1);
  }

  .group:hover .desktop\:group-hover\:border-white-30{
    border-color: rgba(255, 255, 255, .3);
  }

  .group:hover .desktop\:group-hover\:border-white-70{
    border-color: rgba(255, 255, 255, .7);
  }

  .group:hover .desktop\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-1{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-3{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-4{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-300{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey--1{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey--2{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .desktop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .desktop\:focus-within\:border-blue-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-blue-gray:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-orange-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-white-10:focus-within{
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus-within\:border-white-30:focus-within{
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus-within\:border-white-70:focus-within{
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-3:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-4:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey--1:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .desktop\:focus-within\:border-grey--2:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .desktop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .desktop\:hover\:border-blue-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-blue-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-orange-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-white-10:hover{
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:border-white-30:hover{
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:border-white-70:hover{
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-3:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-4:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey--1:hover{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .desktop\:hover\:border-grey--2:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .desktop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .desktop\:focus\:border-blue-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(21, 28, 52, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(61, 138, 188, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(1, 84, 128, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-blue-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(36, 77, 102, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-orange-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 216, 148, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 171, 25, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-white-10:focus{
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:border-white-30:focus{
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:border-white-70:focus{
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 226, 226, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-3:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-4:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 84, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey--1:focus{
    --tw-border-opacity: 1;
    border-color: rgba(163, 165, 175, var(--tw-border-opacity));
  }

  .desktop\:focus\:border-grey--2:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .desktop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .desktop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .desktop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .desktop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .desktop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .desktop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .desktop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .desktop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .desktop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .desktop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .desktop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .desktop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .desktop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .desktop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .desktop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .desktop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .desktop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .desktop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .desktop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .desktop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .desktop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .desktop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .desktop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .desktop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .desktop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .desktop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .desktop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .desktop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .desktop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .desktop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .desktop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .desktop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .desktop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .desktop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .desktop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .desktop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .desktop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .desktop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .desktop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .desktop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .desktop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .desktop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .desktop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .desktop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .desktop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .desktop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .desktop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .desktop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .desktop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .desktop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .desktop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .desktop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .desktop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .desktop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .desktop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .desktop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .desktop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .desktop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .desktop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .desktop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .desktop\:rounded-3{
    border-radius: 3px;
  }

  .desktop\:rounded-8{
    border-radius: 8px;
  }

  .desktop\:rounded-none{
    border-radius: 0px;
  }

  .desktop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .desktop\:rounded{
    border-radius: 0.25rem;
  }

  .desktop\:rounded-md{
    border-radius: 0.375rem;
  }

  .desktop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .desktop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .desktop\:rounded-2xl{
    border-radius: 1rem;
  }

  .desktop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .desktop\:rounded-full{
    border-radius: 9999px;
  }

  .desktop\:rounded-t-3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .desktop\:rounded-r-3{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .desktop\:rounded-b-3{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .desktop\:rounded-l-3{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .desktop\:rounded-t-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .desktop\:rounded-r-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .desktop\:rounded-b-8{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .desktop\:rounded-l-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .desktop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .desktop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .desktop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .desktop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .desktop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-tl-3{
    border-top-left-radius: 3px;
  }

  .desktop\:rounded-tr-3{
    border-top-right-radius: 3px;
  }

  .desktop\:rounded-br-3{
    border-bottom-right-radius: 3px;
  }

  .desktop\:rounded-bl-3{
    border-bottom-left-radius: 3px;
  }

  .desktop\:rounded-tl-8{
    border-top-left-radius: 8px;
  }

  .desktop\:rounded-tr-8{
    border-top-right-radius: 8px;
  }

  .desktop\:rounded-br-8{
    border-bottom-right-radius: 8px;
  }

  .desktop\:rounded-bl-8{
    border-bottom-left-radius: 8px;
  }

  .desktop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .desktop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .desktop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .desktop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .desktop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .desktop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .desktop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .desktop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .desktop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .desktop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .desktop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .desktop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .desktop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .desktop\:border-solid{
    border-style: solid;
  }

  .desktop\:border-dashed{
    border-style: dashed;
  }

  .desktop\:border-dotted{
    border-style: dotted;
  }

  .desktop\:border-double{
    border-style: double;
  }

  .desktop\:border-none{
    border-style: none;
  }

  .desktop\:hover\:border-solid:hover{
    border-style: solid;
  }

  .desktop\:hover\:border-dashed:hover{
    border-style: dashed;
  }

  .desktop\:hover\:border-dotted:hover{
    border-style: dotted;
  }

  .desktop\:hover\:border-double:hover{
    border-style: double;
  }

  .desktop\:hover\:border-none:hover{
    border-style: none;
  }

  .desktop\:border-0{
    border-width: 0px;
  }

  .desktop\:border-2{
    border-width: 2px;
  }

  .desktop\:border-3{
    border-width: 3px;
  }

  .desktop\:border-4{
    border-width: 4px;
  }

  .desktop\:border-8{
    border-width: 8px;
  }

  .desktop\:border{
    border-width: 1px;
  }

  .desktop\:border-t-0{
    border-top-width: 0px;
  }

  .desktop\:border-r-0{
    border-right-width: 0px;
  }

  .desktop\:border-b-0{
    border-bottom-width: 0px;
  }

  .desktop\:border-l-0{
    border-left-width: 0px;
  }

  .desktop\:border-t-2{
    border-top-width: 2px;
  }

  .desktop\:border-r-2{
    border-right-width: 2px;
  }

  .desktop\:border-b-2{
    border-bottom-width: 2px;
  }

  .desktop\:border-l-2{
    border-left-width: 2px;
  }

  .desktop\:border-t-3{
    border-top-width: 3px;
  }

  .desktop\:border-r-3{
    border-right-width: 3px;
  }

  .desktop\:border-b-3{
    border-bottom-width: 3px;
  }

  .desktop\:border-l-3{
    border-left-width: 3px;
  }

  .desktop\:border-t-4{
    border-top-width: 4px;
  }

  .desktop\:border-r-4{
    border-right-width: 4px;
  }

  .desktop\:border-b-4{
    border-bottom-width: 4px;
  }

  .desktop\:border-l-4{
    border-left-width: 4px;
  }

  .desktop\:border-t-8{
    border-top-width: 8px;
  }

  .desktop\:border-r-8{
    border-right-width: 8px;
  }

  .desktop\:border-b-8{
    border-bottom-width: 8px;
  }

  .desktop\:border-l-8{
    border-left-width: 8px;
  }

  .desktop\:border-t{
    border-top-width: 1px;
  }

  .desktop\:border-r{
    border-right-width: 1px;
  }

  .desktop\:border-b{
    border-bottom-width: 1px;
  }

  .desktop\:border-l{
    border-left-width: 1px;
  }

  .desktop\:box-border{
    box-sizing: border-box;
  }

  .desktop\:box-content{
    box-sizing: content-box;
  }

  .desktop\:cursor-auto{
    cursor: auto;
  }

  .desktop\:cursor-default{
    cursor: default;
  }

  .desktop\:cursor-pointer{
    cursor: pointer;
  }

  .desktop\:cursor-wait{
    cursor: wait;
  }

  .desktop\:cursor-text{
    cursor: text;
  }

  .desktop\:cursor-move{
    cursor: move;
  }

  .desktop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .desktop\:block{
    display: block;
  }

  .desktop\:inline-block{
    display: inline-block;
  }

  .desktop\:inline{
    display: inline;
  }

  .desktop\:flex{
    display: flex;
  }

  .desktop\:inline-flex{
    display: inline-flex;
  }

  .desktop\:table{
    display: table;
  }

  .desktop\:table-caption{
    display: table-caption;
  }

  .desktop\:table-cell{
    display: table-cell;
  }

  .desktop\:table-column{
    display: table-column;
  }

  .desktop\:table-column-group{
    display: table-column-group;
  }

  .desktop\:table-footer-group{
    display: table-footer-group;
  }

  .desktop\:table-header-group{
    display: table-header-group;
  }

  .desktop\:table-row-group{
    display: table-row-group;
  }

  .desktop\:table-row{
    display: table-row;
  }

  .desktop\:flow-root{
    display: flow-root;
  }

  .desktop\:grid{
    display: grid;
  }

  .desktop\:inline-grid{
    display: inline-grid;
  }

  .desktop\:contents{
    display: contents;
  }

  .desktop\:hidden{
    display: none;
  }

  .desktop\:flex-row{
    flex-direction: row;
  }

  .desktop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .desktop\:flex-col{
    flex-direction: column;
  }

  .desktop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .desktop\:flex-wrap{
    flex-wrap: wrap;
  }

  .desktop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .desktop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .desktop\:place-items-auto{
    place-items: auto;
  }

  .desktop\:place-items-start{
    place-items: start;
  }

  .desktop\:place-items-end{
    place-items: end;
  }

  .desktop\:place-items-center{
    place-items: center;
  }

  .desktop\:place-items-stretch{
    place-items: stretch;
  }

  .desktop\:place-content-center{
    place-content: center;
  }

  .desktop\:place-content-start{
    place-content: start;
  }

  .desktop\:place-content-end{
    place-content: end;
  }

  .desktop\:place-content-between{
    place-content: space-between;
  }

  .desktop\:place-content-around{
    place-content: space-around;
  }

  .desktop\:place-content-evenly{
    place-content: space-evenly;
  }

  .desktop\:place-content-stretch{
    place-content: stretch;
  }

  .desktop\:place-self-auto{
    place-self: auto;
  }

  .desktop\:place-self-start{
    place-self: start;
  }

  .desktop\:place-self-end{
    place-self: end;
  }

  .desktop\:place-self-center{
    place-self: center;
  }

  .desktop\:place-self-stretch{
    place-self: stretch;
  }

  .desktop\:items-start{
    align-items: flex-start;
  }

  .desktop\:items-end{
    align-items: flex-end;
  }

  .desktop\:items-center{
    align-items: center;
  }

  .desktop\:items-baseline{
    align-items: baseline;
  }

  .desktop\:items-stretch{
    align-items: stretch;
  }

  .desktop\:content-center{
    align-content: center;
  }

  .desktop\:content-start{
    align-content: flex-start;
  }

  .desktop\:content-end{
    align-content: flex-end;
  }

  .desktop\:content-between{
    align-content: space-between;
  }

  .desktop\:content-around{
    align-content: space-around;
  }

  .desktop\:content-evenly{
    align-content: space-evenly;
  }

  .desktop\:self-auto{
    align-self: auto;
  }

  .desktop\:self-start{
    align-self: flex-start;
  }

  .desktop\:self-end{
    align-self: flex-end;
  }

  .desktop\:self-center{
    align-self: center;
  }

  .desktop\:self-stretch{
    align-self: stretch;
  }

  .desktop\:justify-items-auto{
    justify-items: auto;
  }

  .desktop\:justify-items-start{
    justify-items: start;
  }

  .desktop\:justify-items-end{
    justify-items: end;
  }

  .desktop\:justify-items-center{
    justify-items: center;
  }

  .desktop\:justify-items-stretch{
    justify-items: stretch;
  }

  .desktop\:justify-start{
    justify-content: flex-start;
  }

  .desktop\:justify-end{
    justify-content: flex-end;
  }

  .desktop\:justify-center{
    justify-content: center;
  }

  .desktop\:justify-between{
    justify-content: space-between;
  }

  .desktop\:justify-around{
    justify-content: space-around;
  }

  .desktop\:justify-evenly{
    justify-content: space-evenly;
  }

  .desktop\:justify-self-auto{
    justify-self: auto;
  }

  .desktop\:justify-self-start{
    justify-self: start;
  }

  .desktop\:justify-self-end{
    justify-self: end;
  }

  .desktop\:justify-self-center{
    justify-self: center;
  }

  .desktop\:justify-self-stretch{
    justify-self: stretch;
  }

  .desktop\:flex-1{
    flex: 1 1 0%;
  }

  .desktop\:flex-auto{
    flex: 1 1 auto;
  }

  .desktop\:flex-initial{
    flex: 0 1 auto;
  }

  .desktop\:flex-none{
    flex: none;
  }

  .desktop\:flex-grow-0{
    flex-grow: 0;
  }

  .desktop\:flex-grow{
    flex-grow: 1;
  }

  .desktop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .desktop\:flex-shrink{
    flex-shrink: 1;
  }

  .desktop\:order-1{
    order: 1;
  }

  .desktop\:order-2{
    order: 2;
  }

  .desktop\:order-3{
    order: 3;
  }

  .desktop\:order-4{
    order: 4;
  }

  .desktop\:order-5{
    order: 5;
  }

  .desktop\:order-6{
    order: 6;
  }

  .desktop\:order-7{
    order: 7;
  }

  .desktop\:order-8{
    order: 8;
  }

  .desktop\:order-9{
    order: 9;
  }

  .desktop\:order-10{
    order: 10;
  }

  .desktop\:order-11{
    order: 11;
  }

  .desktop\:order-12{
    order: 12;
  }

  .desktop\:order-first{
    order: -9999;
  }

  .desktop\:order-last{
    order: 9999;
  }

  .desktop\:order-none{
    order: 0;
  }

  .desktop\:float-right{
    float: right;
  }

  .desktop\:float-left{
    float: left;
  }

  .desktop\:float-none{
    float: none;
  }

  .desktop\:clear-left{
    clear: left;
  }

  .desktop\:clear-right{
    clear: right;
  }

  .desktop\:clear-both{
    clear: both;
  }

  .desktop\:clear-none{
    clear: none;
  }

  .desktop\:font-heading{
    font-family: 'SVN-Vesterbro';
  }

  .desktop\:font-body{
    font-family: 'SVN-Avenir Next';
  }

  .desktop\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .desktop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .desktop\:font-saira{
    font-family: Saira, serif;
  }

  .desktop\:font-inter{
    font-family: Inter, serif;
  }

  .desktop\:font-thin{
    font-weight: 100;
  }

  .desktop\:font-extralight{
    font-weight: 200;
  }

  .desktop\:font-light{
    font-weight: 300;
  }

  .desktop\:font-normal{
    font-weight: 400;
  }

  .desktop\:font-medium{
    font-weight: 500;
  }

  .desktop\:font-semibold{
    font-weight: 600;
  }

  .desktop\:font-bold{
    font-weight: 700;
  }

  .desktop\:font-extrabold{
    font-weight: 800;
  }

  .desktop\:font-black{
    font-weight: 900;
  }

  .desktop\:h-0{
    height: 0px;
  }

  .desktop\:h-2{
    height: 2px;
  }

  .desktop\:h-4{
    height: 4px;
  }

  .desktop\:h-5{
    height: 5px;
  }

  .desktop\:h-7{
    height: 7px;
  }

  .desktop\:h-8{
    height: 8px;
  }

  .desktop\:h-10{
    height: 10px;
  }

  .desktop\:h-11{
    height: 11px;
  }

  .desktop\:h-12{
    height: 12px;
  }

  .desktop\:h-13{
    height: 13px;
  }

  .desktop\:h-15{
    height: 15px;
  }

  .desktop\:h-16{
    height: 16px;
  }

  .desktop\:h-18{
    height: 18px;
  }

  .desktop\:h-20{
    height: 20px;
  }

  .desktop\:h-24{
    height: 24px;
  }

  .desktop\:h-28{
    height: 28px;
  }

  .desktop\:h-29{
    height: 29px;
  }

  .desktop\:h-30{
    height: 30px;
  }

  .desktop\:h-32{
    height: 32px;
  }

  .desktop\:h-34{
    height: 34px;
  }

  .desktop\:h-36{
    height: 36px;
  }

  .desktop\:h-40{
    height: 40px;
  }

  .desktop\:h-48{
    height: 48px;
  }

  .desktop\:h-50{
    height: 50px;
  }

  .desktop\:h-56{
    height: 56px;
  }

  .desktop\:h-60{
    height: 60px;
  }

  .desktop\:h-64{
    height: 64px;
  }

  .desktop\:h-70{
    height: 70px;
  }

  .desktop\:h-72{
    height: 72px;
  }

  .desktop\:h-80{
    height: 80px;
  }

  .desktop\:h-88{
    height: 88px;
  }

  .desktop\:h-90{
    height: 90px;
  }

  .desktop\:h-96{
    height: 96px;
  }

  .desktop\:h-100{
    height: 100px;
  }

  .desktop\:h-112{
    height: 112px;
  }

  .desktop\:h-128{
    height: 128px;
  }

  .desktop\:h-135{
    height: 135px;
  }

  .desktop\:h-145{
    height: 145px;
  }

  .desktop\:h-155{
    height: 155px;
  }

  .desktop\:h-160{
    height: 160px;
  }

  .desktop\:h-192{
    height: 192px;
  }

  .desktop\:h-200{
    height: 200px;
  }

  .desktop\:h-224{
    height: 224px;
  }

  .desktop\:h-227{
    height: 227px;
  }

  .desktop\:h-250{
    height: 250px;
  }

  .desktop\:h-256{
    height: 256px;
  }

  .desktop\:h-270{
    height: 270px;
  }

  .desktop\:h-288{
    height: 288px;
  }

  .desktop\:h-304{
    height: 304px;
  }

  .desktop\:h-314{
    height: 314px;
  }

  .desktop\:h-320{
    height: 320px;
  }

  .desktop\:h-352{
    height: 352px;
  }

  .desktop\:h-384{
    height: 384px;
  }

  .desktop\:h-416{
    height: 416px;
  }

  .desktop\:h-448{
    height: 448px;
  }

  .desktop\:h-480{
    height: 480px;
  }

  .desktop\:h-512{
    height: 512px;
  }

  .desktop\:h-576{
    height: 576px;
  }

  .desktop\:h-612{
    height: 612px;
  }

  .desktop\:h-640{
    height: 640px;
  }

  .desktop\:h-768{
    height: 768px;
  }

  .desktop\:h-auto{
    height: auto;
  }

  .desktop\:-h-200{
    height: -200px;
  }

  .desktop\:-h-170{
    height: -170px;
  }

  .desktop\:-h-120{
    height: -120px;
  }

  .desktop\:-h-100{
    height: -100px;
  }

  .desktop\:-h-50{
    height: -50px;
  }

  .desktop\:-h-45{
    height: -45px;
  }

  .desktop\:-h-3{
    height: -3px;
  }

  .desktop\:h-px{
    height: 1px;
  }

  .desktop\:h-20p{
    height: 20%;
  }

  .desktop\:h-40p{
    height: 40%;
  }

  .desktop\:h-49p{
    height: 49%;
  }

  .desktop\:h-52p{
    height: 52%;
  }

  .desktop\:h-53\.5p{
    height: 53.5%;
  }

  .desktop\:h-60p{
    height: 60%;
  }

  .desktop\:h-71\.5p{
    height: 71.5%;
  }

  .desktop\:h-80p{
    height: 80%;
  }

  .desktop\:h-90p{
    height: 90%;
  }

  .desktop\:h-95p{
    height: 95%;
  }

  .desktop\:h-100p{
    height: 100%;
  }

  .desktop\:h-110p{
    height: 110%;
  }

  .desktop\:h-1\/2{
    height: 50%;
  }

  .desktop\:h-1\/3{
    height: 33.333333%;
  }

  .desktop\:h-2\/3{
    height: 66.666667%;
  }

  .desktop\:h-1\/4{
    height: 25%;
  }

  .desktop\:h-2\/4{
    height: 50%;
  }

  .desktop\:h-3\/4{
    height: 75%;
  }

  .desktop\:h-1\/5{
    height: 20%;
  }

  .desktop\:h-2\/5{
    height: 40%;
  }

  .desktop\:h-3\/5{
    height: 60%;
  }

  .desktop\:h-4\/5{
    height: 80%;
  }

  .desktop\:h-1\/6{
    height: 16.666667%;
  }

  .desktop\:h-2\/6{
    height: 33.333333%;
  }

  .desktop\:h-3\/6{
    height: 50%;
  }

  .desktop\:h-4\/6{
    height: 66.666667%;
  }

  .desktop\:h-5\/6{
    height: 83.333333%;
  }

  .desktop\:h-full{
    height: 100%;
  }

  .desktop\:h-screen{
    height: 100vh;
  }

  .desktop\:text-10{
    font-size: 10px;
    line-height: 24px;
  }

  .desktop\:text-12{
    font-size: 12px;
    line-height: 1.225;
  }

  .desktop\:text-14{
    font-size: 14px;
    line-height: 1.35;
  }

  .desktop\:text-15{
    font-size: 15px;
    line-height: 1.35;
  }

  .desktop\:text-16{
    font-size: 16px;
    line-height: 1.5;
  }

  .desktop\:text-18{
    font-size: 18px;
    line-height: 1.5;
  }

  .desktop\:text-20{
    font-size: 20px;
    line-height: 1.4;
  }

  .desktop\:text-22{
    font-size: 22px;
    line-height: 1.4;
  }

  .desktop\:text-24{
    font-size: 24px;
    line-height: 1.3;
  }

  .desktop\:text-25{
    font-size: 25px;
    line-height: 1.3;
  }

  .desktop\:text-30{
    font-size: 30px;
    line-height: 38px;
  }

  .desktop\:text-32{
    font-size: 32px;
    line-height: 41px;
  }

  .desktop\:text-34{
    font-size: 34px;
    line-height: 38px;
  }

  .desktop\:text-45{
    font-size: 45px;
    line-height: 51px;
  }

  .desktop\:text-48{
    font-size: 48px;
    line-height: 1.4;
  }

  .desktop\:text-50{
    font-size: 50px;
    line-height: 65px;
  }

  .desktop\:text-56{
    font-size: 56px;
    line-height: 130%;
  }

  .desktop\:text-60{
    font-size: 60px;
    line-height: 71px;
  }

  .desktop\:text-72{
    font-size: 72px;
    line-height: 84px;
  }

  .desktop\:text-96{
    font-size: 96px;
    line-height: 118%;
  }

  .desktop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .desktop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .desktop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .desktop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .desktop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .desktop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .desktop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .desktop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .desktop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .desktop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .desktop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .desktop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .desktop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .desktop\:leading-3{
    line-height: .75rem;
  }

  .desktop\:leading-4{
    line-height: 1rem;
  }

  .desktop\:leading-5{
    line-height: 1.25rem;
  }

  .desktop\:leading-6{
    line-height: 1.5rem;
  }

  .desktop\:leading-7{
    line-height: 1.75rem;
  }

  .desktop\:leading-8{
    line-height: 2rem;
  }

  .desktop\:leading-9{
    line-height: 2.25rem;
  }

  .desktop\:leading-10{
    line-height: 2.5rem;
  }

  .desktop\:leading-none{
    line-height: 1;
  }

  .desktop\:leading-tight{
    line-height: 1.25;
  }

  .desktop\:leading-snug{
    line-height: 1.375;
  }

  .desktop\:leading-normal{
    line-height: 1.5;
  }

  .desktop\:leading-relaxed{
    line-height: 1.625;
  }

  .desktop\:leading-loose{
    line-height: 2;
  }

  .desktop\:list-inside{
    list-style-position: inside;
  }

  .desktop\:list-outside{
    list-style-position: outside;
  }

  .desktop\:list-none{
    list-style-type: none;
  }

  .desktop\:list-disc{
    list-style-type: disc;
  }

  .desktop\:list-decimal{
    list-style-type: decimal;
  }

  .desktop\:m-0{
    margin: 0px;
  }

  .desktop\:m-2{
    margin: 2px;
  }

  .desktop\:m-4{
    margin: 4px;
  }

  .desktop\:m-5{
    margin: 5px;
  }

  .desktop\:m-7{
    margin: 7px;
  }

  .desktop\:m-8{
    margin: 8px;
  }

  .desktop\:m-10{
    margin: 10px;
  }

  .desktop\:m-11{
    margin: 11px;
  }

  .desktop\:m-12{
    margin: 12px;
  }

  .desktop\:m-13{
    margin: 13px;
  }

  .desktop\:m-15{
    margin: 15px;
  }

  .desktop\:m-16{
    margin: 16px;
  }

  .desktop\:m-18{
    margin: 18px;
  }

  .desktop\:m-20{
    margin: 20px;
  }

  .desktop\:m-24{
    margin: 24px;
  }

  .desktop\:m-28{
    margin: 28px;
  }

  .desktop\:m-29{
    margin: 29px;
  }

  .desktop\:m-30{
    margin: 30px;
  }

  .desktop\:m-32{
    margin: 32px;
  }

  .desktop\:m-34{
    margin: 34px;
  }

  .desktop\:m-36{
    margin: 36px;
  }

  .desktop\:m-40{
    margin: 40px;
  }

  .desktop\:m-48{
    margin: 48px;
  }

  .desktop\:m-50{
    margin: 50px;
  }

  .desktop\:m-56{
    margin: 56px;
  }

  .desktop\:m-60{
    margin: 60px;
  }

  .desktop\:m-64{
    margin: 64px;
  }

  .desktop\:m-70{
    margin: 70px;
  }

  .desktop\:m-72{
    margin: 72px;
  }

  .desktop\:m-80{
    margin: 80px;
  }

  .desktop\:m-88{
    margin: 88px;
  }

  .desktop\:m-90{
    margin: 90px;
  }

  .desktop\:m-96{
    margin: 96px;
  }

  .desktop\:m-100{
    margin: 100px;
  }

  .desktop\:m-112{
    margin: 112px;
  }

  .desktop\:m-128{
    margin: 128px;
  }

  .desktop\:m-135{
    margin: 135px;
  }

  .desktop\:m-145{
    margin: 145px;
  }

  .desktop\:m-155{
    margin: 155px;
  }

  .desktop\:m-160{
    margin: 160px;
  }

  .desktop\:m-192{
    margin: 192px;
  }

  .desktop\:m-200{
    margin: 200px;
  }

  .desktop\:m-224{
    margin: 224px;
  }

  .desktop\:m-227{
    margin: 227px;
  }

  .desktop\:m-250{
    margin: 250px;
  }

  .desktop\:m-256{
    margin: 256px;
  }

  .desktop\:m-270{
    margin: 270px;
  }

  .desktop\:m-288{
    margin: 288px;
  }

  .desktop\:m-304{
    margin: 304px;
  }

  .desktop\:m-314{
    margin: 314px;
  }

  .desktop\:m-320{
    margin: 320px;
  }

  .desktop\:m-352{
    margin: 352px;
  }

  .desktop\:m-384{
    margin: 384px;
  }

  .desktop\:m-416{
    margin: 416px;
  }

  .desktop\:m-448{
    margin: 448px;
  }

  .desktop\:m-480{
    margin: 480px;
  }

  .desktop\:m-512{
    margin: 512px;
  }

  .desktop\:m-576{
    margin: 576px;
  }

  .desktop\:m-612{
    margin: 612px;
  }

  .desktop\:m-640{
    margin: 640px;
  }

  .desktop\:m-768{
    margin: 768px;
  }

  .desktop\:m-auto{
    margin: auto;
  }

  .desktop\:-m-200{
    margin: -200px;
  }

  .desktop\:-m-170{
    margin: -170px;
  }

  .desktop\:-m-120{
    margin: -120px;
  }

  .desktop\:-m-100{
    margin: -100px;
  }

  .desktop\:-m-50{
    margin: -50px;
  }

  .desktop\:-m-45{
    margin: -45px;
  }

  .desktop\:-m-3{
    margin: -3px;
  }

  .desktop\:m-px{
    margin: 1px;
  }

  .desktop\:m-20p{
    margin: 20%;
  }

  .desktop\:m-40p{
    margin: 40%;
  }

  .desktop\:m-49p{
    margin: 49%;
  }

  .desktop\:m-52p{
    margin: 52%;
  }

  .desktop\:m-53\.5p{
    margin: 53.5%;
  }

  .desktop\:m-60p{
    margin: 60%;
  }

  .desktop\:m-71\.5p{
    margin: 71.5%;
  }

  .desktop\:m-80p{
    margin: 80%;
  }

  .desktop\:m-90p{
    margin: 90%;
  }

  .desktop\:m-95p{
    margin: 95%;
  }

  .desktop\:m-100p{
    margin: 100%;
  }

  .desktop\:m-110p{
    margin: 110%;
  }

  .desktop\:-m-0{
    margin: 0px;
  }

  .desktop\:-m-2{
    margin: -2px;
  }

  .desktop\:-m-4{
    margin: -4px;
  }

  .desktop\:-m-5{
    margin: -5px;
  }

  .desktop\:-m-7{
    margin: -7px;
  }

  .desktop\:-m-8{
    margin: -8px;
  }

  .desktop\:-m-10{
    margin: -10px;
  }

  .desktop\:-m-11{
    margin: -11px;
  }

  .desktop\:-m-12{
    margin: -12px;
  }

  .desktop\:-m-13{
    margin: -13px;
  }

  .desktop\:-m-15{
    margin: -15px;
  }

  .desktop\:-m-16{
    margin: -16px;
  }

  .desktop\:-m-18{
    margin: -18px;
  }

  .desktop\:-m-20{
    margin: -20px;
  }

  .desktop\:-m-24{
    margin: -24px;
  }

  .desktop\:-m-28{
    margin: -28px;
  }

  .desktop\:-m-29{
    margin: -29px;
  }

  .desktop\:-m-30{
    margin: -30px;
  }

  .desktop\:-m-32{
    margin: -32px;
  }

  .desktop\:-m-34{
    margin: -34px;
  }

  .desktop\:-m-36{
    margin: -36px;
  }

  .desktop\:-m-40{
    margin: -40px;
  }

  .desktop\:-m-48{
    margin: -48px;
  }

  .desktop\:-m-56{
    margin: -56px;
  }

  .desktop\:-m-60{
    margin: -60px;
  }

  .desktop\:-m-64{
    margin: -64px;
  }

  .desktop\:-m-70{
    margin: -70px;
  }

  .desktop\:-m-72{
    margin: -72px;
  }

  .desktop\:-m-80{
    margin: -80px;
  }

  .desktop\:-m-88{
    margin: -88px;
  }

  .desktop\:-m-90{
    margin: -90px;
  }

  .desktop\:-m-96{
    margin: -96px;
  }

  .desktop\:-m-112{
    margin: -112px;
  }

  .desktop\:-m-128{
    margin: -128px;
  }

  .desktop\:-m-135{
    margin: -135px;
  }

  .desktop\:-m-145{
    margin: -145px;
  }

  .desktop\:-m-155{
    margin: -155px;
  }

  .desktop\:-m-160{
    margin: -160px;
  }

  .desktop\:-m-192{
    margin: -192px;
  }

  .desktop\:-m-224{
    margin: -224px;
  }

  .desktop\:-m-227{
    margin: -227px;
  }

  .desktop\:-m-250{
    margin: -250px;
  }

  .desktop\:-m-256{
    margin: -256px;
  }

  .desktop\:-m-270{
    margin: -270px;
  }

  .desktop\:-m-288{
    margin: -288px;
  }

  .desktop\:-m-304{
    margin: -304px;
  }

  .desktop\:-m-314{
    margin: -314px;
  }

  .desktop\:-m-320{
    margin: -320px;
  }

  .desktop\:-m-352{
    margin: -352px;
  }

  .desktop\:-m-384{
    margin: -384px;
  }

  .desktop\:-m-416{
    margin: -416px;
  }

  .desktop\:-m-448{
    margin: -448px;
  }

  .desktop\:-m-480{
    margin: -480px;
  }

  .desktop\:-m-512{
    margin: -512px;
  }

  .desktop\:-m-576{
    margin: -576px;
  }

  .desktop\:-m-612{
    margin: -612px;
  }

  .desktop\:-m-640{
    margin: -640px;
  }

  .desktop\:-m-768{
    margin: -768px;
  }

  .desktop\:-m--200{
    margin: 200px;
  }

  .desktop\:-m--170{
    margin: 170px;
  }

  .desktop\:-m--120{
    margin: 120px;
  }

  .desktop\:-m--100{
    margin: 100px;
  }

  .desktop\:-m--50{
    margin: 50px;
  }

  .desktop\:-m--45{
    margin: 45px;
  }

  .desktop\:-m--3{
    margin: 3px;
  }

  .desktop\:-m-px{
    margin: -1px;
  }

  .desktop\:-m-20p{
    margin: -20%;
  }

  .desktop\:-m-40p{
    margin: -40%;
  }

  .desktop\:-m-49p{
    margin: -49%;
  }

  .desktop\:-m-52p{
    margin: -52%;
  }

  .desktop\:-m-53\.5p{
    margin: -53.5%;
  }

  .desktop\:-m-60p{
    margin: -60%;
  }

  .desktop\:-m-71\.5p{
    margin: -71.5%;
  }

  .desktop\:-m-80p{
    margin: -80%;
  }

  .desktop\:-m-90p{
    margin: -90%;
  }

  .desktop\:-m-95p{
    margin: -95%;
  }

  .desktop\:-m-100p{
    margin: -100%;
  }

  .desktop\:-m-110p{
    margin: -110%;
  }

  .desktop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .desktop\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .desktop\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .desktop\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .desktop\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:my-11{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .desktop\:mx-11{
    margin-left: 11px;
    margin-right: 11px;
  }

  .desktop\:my-12{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:mx-12{
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:mx-16{
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:my-18{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:mx-18{
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:my-24{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:my-28{
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:mx-28{
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:my-29{
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:mx-29{
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:my-30{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:mx-30{
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:my-32{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:my-34{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .desktop\:mx-34{
    margin-left: 34px;
    margin-right: 34px;
  }

  .desktop\:my-36{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:mx-36{
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:my-40{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:my-48{
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:mx-48{
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:my-50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:mx-50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:my-56{
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:mx-56{
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:mx-60{
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:my-64{
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:mx-64{
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:my-70{
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:mx-70{
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:my-72{
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .desktop\:mx-72{
    margin-left: 72px;
    margin-right: 72px;
  }

  .desktop\:my-80{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:mx-80{
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:my-88{
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .desktop\:mx-88{
    margin-left: 88px;
    margin-right: 88px;
  }

  .desktop\:my-90{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:mx-90{
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:my-96{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:mx-96{
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:mx-100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:my-112{
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .desktop\:mx-112{
    margin-left: 112px;
    margin-right: 112px;
  }

  .desktop\:my-128{
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:mx-128{
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:my-135{
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:mx-135{
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:my-145{
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:mx-145{
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:my-155{
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .desktop\:mx-155{
    margin-left: 155px;
    margin-right: 155px;
  }

  .desktop\:my-160{
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:mx-160{
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:my-192{
    margin-top: 192px;
    margin-bottom: 192px;
  }

  .desktop\:mx-192{
    margin-left: 192px;
    margin-right: 192px;
  }

  .desktop\:my-200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:mx-200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:my-224{
    margin-top: 224px;
    margin-bottom: 224px;
  }

  .desktop\:mx-224{
    margin-left: 224px;
    margin-right: 224px;
  }

  .desktop\:my-227{
    margin-top: 227px;
    margin-bottom: 227px;
  }

  .desktop\:mx-227{
    margin-left: 227px;
    margin-right: 227px;
  }

  .desktop\:my-250{
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:mx-250{
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:my-256{
    margin-top: 256px;
    margin-bottom: 256px;
  }

  .desktop\:mx-256{
    margin-left: 256px;
    margin-right: 256px;
  }

  .desktop\:my-270{
    margin-top: 270px;
    margin-bottom: 270px;
  }

  .desktop\:mx-270{
    margin-left: 270px;
    margin-right: 270px;
  }

  .desktop\:my-288{
    margin-top: 288px;
    margin-bottom: 288px;
  }

  .desktop\:mx-288{
    margin-left: 288px;
    margin-right: 288px;
  }

  .desktop\:my-304{
    margin-top: 304px;
    margin-bottom: 304px;
  }

  .desktop\:mx-304{
    margin-left: 304px;
    margin-right: 304px;
  }

  .desktop\:my-314{
    margin-top: 314px;
    margin-bottom: 314px;
  }

  .desktop\:mx-314{
    margin-left: 314px;
    margin-right: 314px;
  }

  .desktop\:my-320{
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:mx-320{
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:my-352{
    margin-top: 352px;
    margin-bottom: 352px;
  }

  .desktop\:mx-352{
    margin-left: 352px;
    margin-right: 352px;
  }

  .desktop\:my-384{
    margin-top: 384px;
    margin-bottom: 384px;
  }

  .desktop\:mx-384{
    margin-left: 384px;
    margin-right: 384px;
  }

  .desktop\:my-416{
    margin-top: 416px;
    margin-bottom: 416px;
  }

  .desktop\:mx-416{
    margin-left: 416px;
    margin-right: 416px;
  }

  .desktop\:my-448{
    margin-top: 448px;
    margin-bottom: 448px;
  }

  .desktop\:mx-448{
    margin-left: 448px;
    margin-right: 448px;
  }

  .desktop\:my-480{
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .desktop\:mx-480{
    margin-left: 480px;
    margin-right: 480px;
  }

  .desktop\:my-512{
    margin-top: 512px;
    margin-bottom: 512px;
  }

  .desktop\:mx-512{
    margin-left: 512px;
    margin-right: 512px;
  }

  .desktop\:my-576{
    margin-top: 576px;
    margin-bottom: 576px;
  }

  .desktop\:mx-576{
    margin-left: 576px;
    margin-right: 576px;
  }

  .desktop\:my-612{
    margin-top: 612px;
    margin-bottom: 612px;
  }

  .desktop\:mx-612{
    margin-left: 612px;
    margin-right: 612px;
  }

  .desktop\:my-640{
    margin-top: 640px;
    margin-bottom: 640px;
  }

  .desktop\:mx-640{
    margin-left: 640px;
    margin-right: 640px;
  }

  .desktop\:my-768{
    margin-top: 768px;
    margin-bottom: 768px;
  }

  .desktop\:mx-768{
    margin-left: 768px;
    margin-right: 768px;
  }

  .desktop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:-my-200{
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:-mx-200{
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:-my-170{
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:-mx-170{
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:-my-120{
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:-mx-120{
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:-my-100{
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:-mx-100{
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:-my-50{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:-mx-50{
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:-my-45{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:-mx-45{
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:-my-3{
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:-mx-3{
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:my-20p{
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:mx-20p{
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:my-40p{
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:mx-40p{
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:my-49p{
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:mx-49p{
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:my-52p{
    margin-top: 52%;
    margin-bottom: 52%;
  }

  .desktop\:mx-52p{
    margin-left: 52%;
    margin-right: 52%;
  }

  .desktop\:my-53\.5p{
    margin-top: 53.5%;
    margin-bottom: 53.5%;
  }

  .desktop\:mx-53\.5p{
    margin-left: 53.5%;
    margin-right: 53.5%;
  }

  .desktop\:my-60p{
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .desktop\:mx-60p{
    margin-left: 60%;
    margin-right: 60%;
  }

  .desktop\:my-71\.5p{
    margin-top: 71.5%;
    margin-bottom: 71.5%;
  }

  .desktop\:mx-71\.5p{
    margin-left: 71.5%;
    margin-right: 71.5%;
  }

  .desktop\:my-80p{
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:mx-80p{
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:my-90p{
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:mx-90p{
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:my-95p{
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:mx-95p{
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:my-100p{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:mx-100p{
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:my-110p{
    margin-top: 110%;
    margin-bottom: 110%;
  }

  .desktop\:mx-110p{
    margin-left: 110%;
    margin-right: 110%;
  }

  .desktop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:-my-2{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .desktop\:-mx-2{
    margin-left: -2px;
    margin-right: -2px;
  }

  .desktop\:-my-4{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:-mx-4{
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:-my-5{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:-my-7{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .desktop\:-mx-7{
    margin-left: -7px;
    margin-right: -7px;
  }

  .desktop\:-my-8{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:-my-10{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:-mx-10{
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:-my-11{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .desktop\:-mx-11{
    margin-left: -11px;
    margin-right: -11px;
  }

  .desktop\:-my-12{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:-mx-12{
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:-my-13{
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:-mx-13{
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:-my-15{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:-mx-15{
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:-my-16{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:-mx-16{
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:-my-18{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:-mx-18{
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:-my-20{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:-mx-20{
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:-my-24{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:-mx-24{
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:-my-28{
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:-mx-28{
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:-my-29{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:-mx-29{
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:-my-30{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:-mx-30{
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:-my-32{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:-mx-32{
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:-my-34{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .desktop\:-mx-34{
    margin-left: -34px;
    margin-right: -34px;
  }

  .desktop\:-my-36{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:-mx-36{
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:-my-40{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:-mx-40{
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:-my-48{
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:-mx-48{
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:-my-56{
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:-mx-56{
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:-my-60{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:-mx-60{
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:-my-64{
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:-mx-64{
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:-my-70{
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:-mx-70{
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:-my-72{
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .desktop\:-mx-72{
    margin-left: -72px;
    margin-right: -72px;
  }

  .desktop\:-my-80{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:-mx-80{
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:-my-88{
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .desktop\:-mx-88{
    margin-left: -88px;
    margin-right: -88px;
  }

  .desktop\:-my-90{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:-mx-90{
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:-my-96{
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:-mx-96{
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:-my-112{
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .desktop\:-mx-112{
    margin-left: -112px;
    margin-right: -112px;
  }

  .desktop\:-my-128{
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:-mx-128{
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:-my-135{
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:-mx-135{
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:-my-145{
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:-mx-145{
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:-my-155{
    margin-top: -155px;
    margin-bottom: -155px;
  }

  .desktop\:-mx-155{
    margin-left: -155px;
    margin-right: -155px;
  }

  .desktop\:-my-160{
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:-mx-160{
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:-my-192{
    margin-top: -192px;
    margin-bottom: -192px;
  }

  .desktop\:-mx-192{
    margin-left: -192px;
    margin-right: -192px;
  }

  .desktop\:-my-224{
    margin-top: -224px;
    margin-bottom: -224px;
  }

  .desktop\:-mx-224{
    margin-left: -224px;
    margin-right: -224px;
  }

  .desktop\:-my-227{
    margin-top: -227px;
    margin-bottom: -227px;
  }

  .desktop\:-mx-227{
    margin-left: -227px;
    margin-right: -227px;
  }

  .desktop\:-my-250{
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:-mx-250{
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:-my-256{
    margin-top: -256px;
    margin-bottom: -256px;
  }

  .desktop\:-mx-256{
    margin-left: -256px;
    margin-right: -256px;
  }

  .desktop\:-my-270{
    margin-top: -270px;
    margin-bottom: -270px;
  }

  .desktop\:-mx-270{
    margin-left: -270px;
    margin-right: -270px;
  }

  .desktop\:-my-288{
    margin-top: -288px;
    margin-bottom: -288px;
  }

  .desktop\:-mx-288{
    margin-left: -288px;
    margin-right: -288px;
  }

  .desktop\:-my-304{
    margin-top: -304px;
    margin-bottom: -304px;
  }

  .desktop\:-mx-304{
    margin-left: -304px;
    margin-right: -304px;
  }

  .desktop\:-my-314{
    margin-top: -314px;
    margin-bottom: -314px;
  }

  .desktop\:-mx-314{
    margin-left: -314px;
    margin-right: -314px;
  }

  .desktop\:-my-320{
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:-mx-320{
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:-my-352{
    margin-top: -352px;
    margin-bottom: -352px;
  }

  .desktop\:-mx-352{
    margin-left: -352px;
    margin-right: -352px;
  }

  .desktop\:-my-384{
    margin-top: -384px;
    margin-bottom: -384px;
  }

  .desktop\:-mx-384{
    margin-left: -384px;
    margin-right: -384px;
  }

  .desktop\:-my-416{
    margin-top: -416px;
    margin-bottom: -416px;
  }

  .desktop\:-mx-416{
    margin-left: -416px;
    margin-right: -416px;
  }

  .desktop\:-my-448{
    margin-top: -448px;
    margin-bottom: -448px;
  }

  .desktop\:-mx-448{
    margin-left: -448px;
    margin-right: -448px;
  }

  .desktop\:-my-480{
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .desktop\:-mx-480{
    margin-left: -480px;
    margin-right: -480px;
  }

  .desktop\:-my-512{
    margin-top: -512px;
    margin-bottom: -512px;
  }

  .desktop\:-mx-512{
    margin-left: -512px;
    margin-right: -512px;
  }

  .desktop\:-my-576{
    margin-top: -576px;
    margin-bottom: -576px;
  }

  .desktop\:-mx-576{
    margin-left: -576px;
    margin-right: -576px;
  }

  .desktop\:-my-612{
    margin-top: -612px;
    margin-bottom: -612px;
  }

  .desktop\:-mx-612{
    margin-left: -612px;
    margin-right: -612px;
  }

  .desktop\:-my-640{
    margin-top: -640px;
    margin-bottom: -640px;
  }

  .desktop\:-mx-640{
    margin-left: -640px;
    margin-right: -640px;
  }

  .desktop\:-my-768{
    margin-top: -768px;
    margin-bottom: -768px;
  }

  .desktop\:-mx-768{
    margin-left: -768px;
    margin-right: -768px;
  }

  .desktop\:-my--200{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:-mx--200{
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:-my--170{
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:-mx--170{
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:-my--120{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:-mx--120{
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:-my--100{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:-mx--100{
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:-my--50{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:-mx--50{
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:-my--45{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:-mx--45{
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:-my--3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:-mx--3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:-my-20p{
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:-mx-20p{
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:-my-40p{
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:-mx-40p{
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:-my-49p{
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:-mx-49p{
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:-my-52p{
    margin-top: -52%;
    margin-bottom: -52%;
  }

  .desktop\:-mx-52p{
    margin-left: -52%;
    margin-right: -52%;
  }

  .desktop\:-my-53\.5p{
    margin-top: -53.5%;
    margin-bottom: -53.5%;
  }

  .desktop\:-mx-53\.5p{
    margin-left: -53.5%;
    margin-right: -53.5%;
  }

  .desktop\:-my-60p{
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .desktop\:-mx-60p{
    margin-left: -60%;
    margin-right: -60%;
  }

  .desktop\:-my-71\.5p{
    margin-top: -71.5%;
    margin-bottom: -71.5%;
  }

  .desktop\:-mx-71\.5p{
    margin-left: -71.5%;
    margin-right: -71.5%;
  }

  .desktop\:-my-80p{
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:-mx-80p{
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:-my-90p{
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:-mx-90p{
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:-my-95p{
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:-mx-95p{
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:-my-100p{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:-mx-100p{
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:-my-110p{
    margin-top: -110%;
    margin-bottom: -110%;
  }

  .desktop\:-mx-110p{
    margin-left: -110%;
    margin-right: -110%;
  }

  .desktop\:mt-0{
    margin-top: 0px;
  }

  .desktop\:mr-0{
    margin-right: 0px;
  }

  .desktop\:mb-0{
    margin-bottom: 0px;
  }

  .desktop\:ml-0{
    margin-left: 0px;
  }

  .desktop\:mt-2{
    margin-top: 2px;
  }

  .desktop\:mr-2{
    margin-right: 2px;
  }

  .desktop\:mb-2{
    margin-bottom: 2px;
  }

  .desktop\:ml-2{
    margin-left: 2px;
  }

  .desktop\:mt-4{
    margin-top: 4px;
  }

  .desktop\:mr-4{
    margin-right: 4px;
  }

  .desktop\:mb-4{
    margin-bottom: 4px;
  }

  .desktop\:ml-4{
    margin-left: 4px;
  }

  .desktop\:mt-5{
    margin-top: 5px;
  }

  .desktop\:mr-5{
    margin-right: 5px;
  }

  .desktop\:mb-5{
    margin-bottom: 5px;
  }

  .desktop\:ml-5{
    margin-left: 5px;
  }

  .desktop\:mt-7{
    margin-top: 7px;
  }

  .desktop\:mr-7{
    margin-right: 7px;
  }

  .desktop\:mb-7{
    margin-bottom: 7px;
  }

  .desktop\:ml-7{
    margin-left: 7px;
  }

  .desktop\:mt-8{
    margin-top: 8px;
  }

  .desktop\:mr-8{
    margin-right: 8px;
  }

  .desktop\:mb-8{
    margin-bottom: 8px;
  }

  .desktop\:ml-8{
    margin-left: 8px;
  }

  .desktop\:mt-10{
    margin-top: 10px;
  }

  .desktop\:mr-10{
    margin-right: 10px;
  }

  .desktop\:mb-10{
    margin-bottom: 10px;
  }

  .desktop\:ml-10{
    margin-left: 10px;
  }

  .desktop\:mt-11{
    margin-top: 11px;
  }

  .desktop\:mr-11{
    margin-right: 11px;
  }

  .desktop\:mb-11{
    margin-bottom: 11px;
  }

  .desktop\:ml-11{
    margin-left: 11px;
  }

  .desktop\:mt-12{
    margin-top: 12px;
  }

  .desktop\:mr-12{
    margin-right: 12px;
  }

  .desktop\:mb-12{
    margin-bottom: 12px;
  }

  .desktop\:ml-12{
    margin-left: 12px;
  }

  .desktop\:mt-13{
    margin-top: 13px;
  }

  .desktop\:mr-13{
    margin-right: 13px;
  }

  .desktop\:mb-13{
    margin-bottom: 13px;
  }

  .desktop\:ml-13{
    margin-left: 13px;
  }

  .desktop\:mt-15{
    margin-top: 15px;
  }

  .desktop\:mr-15{
    margin-right: 15px;
  }

  .desktop\:mb-15{
    margin-bottom: 15px;
  }

  .desktop\:ml-15{
    margin-left: 15px;
  }

  .desktop\:mt-16{
    margin-top: 16px;
  }

  .desktop\:mr-16{
    margin-right: 16px;
  }

  .desktop\:mb-16{
    margin-bottom: 16px;
  }

  .desktop\:ml-16{
    margin-left: 16px;
  }

  .desktop\:mt-18{
    margin-top: 18px;
  }

  .desktop\:mr-18{
    margin-right: 18px;
  }

  .desktop\:mb-18{
    margin-bottom: 18px;
  }

  .desktop\:ml-18{
    margin-left: 18px;
  }

  .desktop\:mt-20{
    margin-top: 20px;
  }

  .desktop\:mr-20{
    margin-right: 20px;
  }

  .desktop\:mb-20{
    margin-bottom: 20px;
  }

  .desktop\:ml-20{
    margin-left: 20px;
  }

  .desktop\:mt-24{
    margin-top: 24px;
  }

  .desktop\:mr-24{
    margin-right: 24px;
  }

  .desktop\:mb-24{
    margin-bottom: 24px;
  }

  .desktop\:ml-24{
    margin-left: 24px;
  }

  .desktop\:mt-28{
    margin-top: 28px;
  }

  .desktop\:mr-28{
    margin-right: 28px;
  }

  .desktop\:mb-28{
    margin-bottom: 28px;
  }

  .desktop\:ml-28{
    margin-left: 28px;
  }

  .desktop\:mt-29{
    margin-top: 29px;
  }

  .desktop\:mr-29{
    margin-right: 29px;
  }

  .desktop\:mb-29{
    margin-bottom: 29px;
  }

  .desktop\:ml-29{
    margin-left: 29px;
  }

  .desktop\:mt-30{
    margin-top: 30px;
  }

  .desktop\:mr-30{
    margin-right: 30px;
  }

  .desktop\:mb-30{
    margin-bottom: 30px;
  }

  .desktop\:ml-30{
    margin-left: 30px;
  }

  .desktop\:mt-32{
    margin-top: 32px;
  }

  .desktop\:mr-32{
    margin-right: 32px;
  }

  .desktop\:mb-32{
    margin-bottom: 32px;
  }

  .desktop\:ml-32{
    margin-left: 32px;
  }

  .desktop\:mt-34{
    margin-top: 34px;
  }

  .desktop\:mr-34{
    margin-right: 34px;
  }

  .desktop\:mb-34{
    margin-bottom: 34px;
  }

  .desktop\:ml-34{
    margin-left: 34px;
  }

  .desktop\:mt-36{
    margin-top: 36px;
  }

  .desktop\:mr-36{
    margin-right: 36px;
  }

  .desktop\:mb-36{
    margin-bottom: 36px;
  }

  .desktop\:ml-36{
    margin-left: 36px;
  }

  .desktop\:mt-40{
    margin-top: 40px;
  }

  .desktop\:mr-40{
    margin-right: 40px;
  }

  .desktop\:mb-40{
    margin-bottom: 40px;
  }

  .desktop\:ml-40{
    margin-left: 40px;
  }

  .desktop\:mt-48{
    margin-top: 48px;
  }

  .desktop\:mr-48{
    margin-right: 48px;
  }

  .desktop\:mb-48{
    margin-bottom: 48px;
  }

  .desktop\:ml-48{
    margin-left: 48px;
  }

  .desktop\:mt-50{
    margin-top: 50px;
  }

  .desktop\:mr-50{
    margin-right: 50px;
  }

  .desktop\:mb-50{
    margin-bottom: 50px;
  }

  .desktop\:ml-50{
    margin-left: 50px;
  }

  .desktop\:mt-56{
    margin-top: 56px;
  }

  .desktop\:mr-56{
    margin-right: 56px;
  }

  .desktop\:mb-56{
    margin-bottom: 56px;
  }

  .desktop\:ml-56{
    margin-left: 56px;
  }

  .desktop\:mt-60{
    margin-top: 60px;
  }

  .desktop\:mr-60{
    margin-right: 60px;
  }

  .desktop\:mb-60{
    margin-bottom: 60px;
  }

  .desktop\:ml-60{
    margin-left: 60px;
  }

  .desktop\:mt-64{
    margin-top: 64px;
  }

  .desktop\:mr-64{
    margin-right: 64px;
  }

  .desktop\:mb-64{
    margin-bottom: 64px;
  }

  .desktop\:ml-64{
    margin-left: 64px;
  }

  .desktop\:mt-70{
    margin-top: 70px;
  }

  .desktop\:mr-70{
    margin-right: 70px;
  }

  .desktop\:mb-70{
    margin-bottom: 70px;
  }

  .desktop\:ml-70{
    margin-left: 70px;
  }

  .desktop\:mt-72{
    margin-top: 72px;
  }

  .desktop\:mr-72{
    margin-right: 72px;
  }

  .desktop\:mb-72{
    margin-bottom: 72px;
  }

  .desktop\:ml-72{
    margin-left: 72px;
  }

  .desktop\:mt-80{
    margin-top: 80px;
  }

  .desktop\:mr-80{
    margin-right: 80px;
  }

  .desktop\:mb-80{
    margin-bottom: 80px;
  }

  .desktop\:ml-80{
    margin-left: 80px;
  }

  .desktop\:mt-88{
    margin-top: 88px;
  }

  .desktop\:mr-88{
    margin-right: 88px;
  }

  .desktop\:mb-88{
    margin-bottom: 88px;
  }

  .desktop\:ml-88{
    margin-left: 88px;
  }

  .desktop\:mt-90{
    margin-top: 90px;
  }

  .desktop\:mr-90{
    margin-right: 90px;
  }

  .desktop\:mb-90{
    margin-bottom: 90px;
  }

  .desktop\:ml-90{
    margin-left: 90px;
  }

  .desktop\:mt-96{
    margin-top: 96px;
  }

  .desktop\:mr-96{
    margin-right: 96px;
  }

  .desktop\:mb-96{
    margin-bottom: 96px;
  }

  .desktop\:ml-96{
    margin-left: 96px;
  }

  .desktop\:mt-100{
    margin-top: 100px;
  }

  .desktop\:mr-100{
    margin-right: 100px;
  }

  .desktop\:mb-100{
    margin-bottom: 100px;
  }

  .desktop\:ml-100{
    margin-left: 100px;
  }

  .desktop\:mt-112{
    margin-top: 112px;
  }

  .desktop\:mr-112{
    margin-right: 112px;
  }

  .desktop\:mb-112{
    margin-bottom: 112px;
  }

  .desktop\:ml-112{
    margin-left: 112px;
  }

  .desktop\:mt-128{
    margin-top: 128px;
  }

  .desktop\:mr-128{
    margin-right: 128px;
  }

  .desktop\:mb-128{
    margin-bottom: 128px;
  }

  .desktop\:ml-128{
    margin-left: 128px;
  }

  .desktop\:mt-135{
    margin-top: 135px;
  }

  .desktop\:mr-135{
    margin-right: 135px;
  }

  .desktop\:mb-135{
    margin-bottom: 135px;
  }

  .desktop\:ml-135{
    margin-left: 135px;
  }

  .desktop\:mt-145{
    margin-top: 145px;
  }

  .desktop\:mr-145{
    margin-right: 145px;
  }

  .desktop\:mb-145{
    margin-bottom: 145px;
  }

  .desktop\:ml-145{
    margin-left: 145px;
  }

  .desktop\:mt-155{
    margin-top: 155px;
  }

  .desktop\:mr-155{
    margin-right: 155px;
  }

  .desktop\:mb-155{
    margin-bottom: 155px;
  }

  .desktop\:ml-155{
    margin-left: 155px;
  }

  .desktop\:mt-160{
    margin-top: 160px;
  }

  .desktop\:mr-160{
    margin-right: 160px;
  }

  .desktop\:mb-160{
    margin-bottom: 160px;
  }

  .desktop\:ml-160{
    margin-left: 160px;
  }

  .desktop\:mt-192{
    margin-top: 192px;
  }

  .desktop\:mr-192{
    margin-right: 192px;
  }

  .desktop\:mb-192{
    margin-bottom: 192px;
  }

  .desktop\:ml-192{
    margin-left: 192px;
  }

  .desktop\:mt-200{
    margin-top: 200px;
  }

  .desktop\:mr-200{
    margin-right: 200px;
  }

  .desktop\:mb-200{
    margin-bottom: 200px;
  }

  .desktop\:ml-200{
    margin-left: 200px;
  }

  .desktop\:mt-224{
    margin-top: 224px;
  }

  .desktop\:mr-224{
    margin-right: 224px;
  }

  .desktop\:mb-224{
    margin-bottom: 224px;
  }

  .desktop\:ml-224{
    margin-left: 224px;
  }

  .desktop\:mt-227{
    margin-top: 227px;
  }

  .desktop\:mr-227{
    margin-right: 227px;
  }

  .desktop\:mb-227{
    margin-bottom: 227px;
  }

  .desktop\:ml-227{
    margin-left: 227px;
  }

  .desktop\:mt-250{
    margin-top: 250px;
  }

  .desktop\:mr-250{
    margin-right: 250px;
  }

  .desktop\:mb-250{
    margin-bottom: 250px;
  }

  .desktop\:ml-250{
    margin-left: 250px;
  }

  .desktop\:mt-256{
    margin-top: 256px;
  }

  .desktop\:mr-256{
    margin-right: 256px;
  }

  .desktop\:mb-256{
    margin-bottom: 256px;
  }

  .desktop\:ml-256{
    margin-left: 256px;
  }

  .desktop\:mt-270{
    margin-top: 270px;
  }

  .desktop\:mr-270{
    margin-right: 270px;
  }

  .desktop\:mb-270{
    margin-bottom: 270px;
  }

  .desktop\:ml-270{
    margin-left: 270px;
  }

  .desktop\:mt-288{
    margin-top: 288px;
  }

  .desktop\:mr-288{
    margin-right: 288px;
  }

  .desktop\:mb-288{
    margin-bottom: 288px;
  }

  .desktop\:ml-288{
    margin-left: 288px;
  }

  .desktop\:mt-304{
    margin-top: 304px;
  }

  .desktop\:mr-304{
    margin-right: 304px;
  }

  .desktop\:mb-304{
    margin-bottom: 304px;
  }

  .desktop\:ml-304{
    margin-left: 304px;
  }

  .desktop\:mt-314{
    margin-top: 314px;
  }

  .desktop\:mr-314{
    margin-right: 314px;
  }

  .desktop\:mb-314{
    margin-bottom: 314px;
  }

  .desktop\:ml-314{
    margin-left: 314px;
  }

  .desktop\:mt-320{
    margin-top: 320px;
  }

  .desktop\:mr-320{
    margin-right: 320px;
  }

  .desktop\:mb-320{
    margin-bottom: 320px;
  }

  .desktop\:ml-320{
    margin-left: 320px;
  }

  .desktop\:mt-352{
    margin-top: 352px;
  }

  .desktop\:mr-352{
    margin-right: 352px;
  }

  .desktop\:mb-352{
    margin-bottom: 352px;
  }

  .desktop\:ml-352{
    margin-left: 352px;
  }

  .desktop\:mt-384{
    margin-top: 384px;
  }

  .desktop\:mr-384{
    margin-right: 384px;
  }

  .desktop\:mb-384{
    margin-bottom: 384px;
  }

  .desktop\:ml-384{
    margin-left: 384px;
  }

  .desktop\:mt-416{
    margin-top: 416px;
  }

  .desktop\:mr-416{
    margin-right: 416px;
  }

  .desktop\:mb-416{
    margin-bottom: 416px;
  }

  .desktop\:ml-416{
    margin-left: 416px;
  }

  .desktop\:mt-448{
    margin-top: 448px;
  }

  .desktop\:mr-448{
    margin-right: 448px;
  }

  .desktop\:mb-448{
    margin-bottom: 448px;
  }

  .desktop\:ml-448{
    margin-left: 448px;
  }

  .desktop\:mt-480{
    margin-top: 480px;
  }

  .desktop\:mr-480{
    margin-right: 480px;
  }

  .desktop\:mb-480{
    margin-bottom: 480px;
  }

  .desktop\:ml-480{
    margin-left: 480px;
  }

  .desktop\:mt-512{
    margin-top: 512px;
  }

  .desktop\:mr-512{
    margin-right: 512px;
  }

  .desktop\:mb-512{
    margin-bottom: 512px;
  }

  .desktop\:ml-512{
    margin-left: 512px;
  }

  .desktop\:mt-576{
    margin-top: 576px;
  }

  .desktop\:mr-576{
    margin-right: 576px;
  }

  .desktop\:mb-576{
    margin-bottom: 576px;
  }

  .desktop\:ml-576{
    margin-left: 576px;
  }

  .desktop\:mt-612{
    margin-top: 612px;
  }

  .desktop\:mr-612{
    margin-right: 612px;
  }

  .desktop\:mb-612{
    margin-bottom: 612px;
  }

  .desktop\:ml-612{
    margin-left: 612px;
  }

  .desktop\:mt-640{
    margin-top: 640px;
  }

  .desktop\:mr-640{
    margin-right: 640px;
  }

  .desktop\:mb-640{
    margin-bottom: 640px;
  }

  .desktop\:ml-640{
    margin-left: 640px;
  }

  .desktop\:mt-768{
    margin-top: 768px;
  }

  .desktop\:mr-768{
    margin-right: 768px;
  }

  .desktop\:mb-768{
    margin-bottom: 768px;
  }

  .desktop\:ml-768{
    margin-left: 768px;
  }

  .desktop\:mt-auto{
    margin-top: auto;
  }

  .desktop\:mr-auto{
    margin-right: auto;
  }

  .desktop\:mb-auto{
    margin-bottom: auto;
  }

  .desktop\:ml-auto{
    margin-left: auto;
  }

  .desktop\:-mt-200{
    margin-top: -200px;
  }

  .desktop\:-mr-200{
    margin-right: -200px;
  }

  .desktop\:-mb-200{
    margin-bottom: -200px;
  }

  .desktop\:-ml-200{
    margin-left: -200px;
  }

  .desktop\:-mt-170{
    margin-top: -170px;
  }

  .desktop\:-mr-170{
    margin-right: -170px;
  }

  .desktop\:-mb-170{
    margin-bottom: -170px;
  }

  .desktop\:-ml-170{
    margin-left: -170px;
  }

  .desktop\:-mt-120{
    margin-top: -120px;
  }

  .desktop\:-mr-120{
    margin-right: -120px;
  }

  .desktop\:-mb-120{
    margin-bottom: -120px;
  }

  .desktop\:-ml-120{
    margin-left: -120px;
  }

  .desktop\:-mt-100{
    margin-top: -100px;
  }

  .desktop\:-mr-100{
    margin-right: -100px;
  }

  .desktop\:-mb-100{
    margin-bottom: -100px;
  }

  .desktop\:-ml-100{
    margin-left: -100px;
  }

  .desktop\:-mt-50{
    margin-top: -50px;
  }

  .desktop\:-mr-50{
    margin-right: -50px;
  }

  .desktop\:-mb-50{
    margin-bottom: -50px;
  }

  .desktop\:-ml-50{
    margin-left: -50px;
  }

  .desktop\:-mt-45{
    margin-top: -45px;
  }

  .desktop\:-mr-45{
    margin-right: -45px;
  }

  .desktop\:-mb-45{
    margin-bottom: -45px;
  }

  .desktop\:-ml-45{
    margin-left: -45px;
  }

  .desktop\:-mt-3{
    margin-top: -3px;
  }

  .desktop\:-mr-3{
    margin-right: -3px;
  }

  .desktop\:-mb-3{
    margin-bottom: -3px;
  }

  .desktop\:-ml-3{
    margin-left: -3px;
  }

  .desktop\:mt-px{
    margin-top: 1px;
  }

  .desktop\:mr-px{
    margin-right: 1px;
  }

  .desktop\:mb-px{
    margin-bottom: 1px;
  }

  .desktop\:ml-px{
    margin-left: 1px;
  }

  .desktop\:mt-20p{
    margin-top: 20%;
  }

  .desktop\:mr-20p{
    margin-right: 20%;
  }

  .desktop\:mb-20p{
    margin-bottom: 20%;
  }

  .desktop\:ml-20p{
    margin-left: 20%;
  }

  .desktop\:mt-40p{
    margin-top: 40%;
  }

  .desktop\:mr-40p{
    margin-right: 40%;
  }

  .desktop\:mb-40p{
    margin-bottom: 40%;
  }

  .desktop\:ml-40p{
    margin-left: 40%;
  }

  .desktop\:mt-49p{
    margin-top: 49%;
  }

  .desktop\:mr-49p{
    margin-right: 49%;
  }

  .desktop\:mb-49p{
    margin-bottom: 49%;
  }

  .desktop\:ml-49p{
    margin-left: 49%;
  }

  .desktop\:mt-52p{
    margin-top: 52%;
  }

  .desktop\:mr-52p{
    margin-right: 52%;
  }

  .desktop\:mb-52p{
    margin-bottom: 52%;
  }

  .desktop\:ml-52p{
    margin-left: 52%;
  }

  .desktop\:mt-53\.5p{
    margin-top: 53.5%;
  }

  .desktop\:mr-53\.5p{
    margin-right: 53.5%;
  }

  .desktop\:mb-53\.5p{
    margin-bottom: 53.5%;
  }

  .desktop\:ml-53\.5p{
    margin-left: 53.5%;
  }

  .desktop\:mt-60p{
    margin-top: 60%;
  }

  .desktop\:mr-60p{
    margin-right: 60%;
  }

  .desktop\:mb-60p{
    margin-bottom: 60%;
  }

  .desktop\:ml-60p{
    margin-left: 60%;
  }

  .desktop\:mt-71\.5p{
    margin-top: 71.5%;
  }

  .desktop\:mr-71\.5p{
    margin-right: 71.5%;
  }

  .desktop\:mb-71\.5p{
    margin-bottom: 71.5%;
  }

  .desktop\:ml-71\.5p{
    margin-left: 71.5%;
  }

  .desktop\:mt-80p{
    margin-top: 80%;
  }

  .desktop\:mr-80p{
    margin-right: 80%;
  }

  .desktop\:mb-80p{
    margin-bottom: 80%;
  }

  .desktop\:ml-80p{
    margin-left: 80%;
  }

  .desktop\:mt-90p{
    margin-top: 90%;
  }

  .desktop\:mr-90p{
    margin-right: 90%;
  }

  .desktop\:mb-90p{
    margin-bottom: 90%;
  }

  .desktop\:ml-90p{
    margin-left: 90%;
  }

  .desktop\:mt-95p{
    margin-top: 95%;
  }

  .desktop\:mr-95p{
    margin-right: 95%;
  }

  .desktop\:mb-95p{
    margin-bottom: 95%;
  }

  .desktop\:ml-95p{
    margin-left: 95%;
  }

  .desktop\:mt-100p{
    margin-top: 100%;
  }

  .desktop\:mr-100p{
    margin-right: 100%;
  }

  .desktop\:mb-100p{
    margin-bottom: 100%;
  }

  .desktop\:ml-100p{
    margin-left: 100%;
  }

  .desktop\:mt-110p{
    margin-top: 110%;
  }

  .desktop\:mr-110p{
    margin-right: 110%;
  }

  .desktop\:mb-110p{
    margin-bottom: 110%;
  }

  .desktop\:ml-110p{
    margin-left: 110%;
  }

  .desktop\:-mt-0{
    margin-top: 0px;
  }

  .desktop\:-mr-0{
    margin-right: 0px;
  }

  .desktop\:-mb-0{
    margin-bottom: 0px;
  }

  .desktop\:-ml-0{
    margin-left: 0px;
  }

  .desktop\:-mt-2{
    margin-top: -2px;
  }

  .desktop\:-mr-2{
    margin-right: -2px;
  }

  .desktop\:-mb-2{
    margin-bottom: -2px;
  }

  .desktop\:-ml-2{
    margin-left: -2px;
  }

  .desktop\:-mt-4{
    margin-top: -4px;
  }

  .desktop\:-mr-4{
    margin-right: -4px;
  }

  .desktop\:-mb-4{
    margin-bottom: -4px;
  }

  .desktop\:-ml-4{
    margin-left: -4px;
  }

  .desktop\:-mt-5{
    margin-top: -5px;
  }

  .desktop\:-mr-5{
    margin-right: -5px;
  }

  .desktop\:-mb-5{
    margin-bottom: -5px;
  }

  .desktop\:-ml-5{
    margin-left: -5px;
  }

  .desktop\:-mt-7{
    margin-top: -7px;
  }

  .desktop\:-mr-7{
    margin-right: -7px;
  }

  .desktop\:-mb-7{
    margin-bottom: -7px;
  }

  .desktop\:-ml-7{
    margin-left: -7px;
  }

  .desktop\:-mt-8{
    margin-top: -8px;
  }

  .desktop\:-mr-8{
    margin-right: -8px;
  }

  .desktop\:-mb-8{
    margin-bottom: -8px;
  }

  .desktop\:-ml-8{
    margin-left: -8px;
  }

  .desktop\:-mt-10{
    margin-top: -10px;
  }

  .desktop\:-mr-10{
    margin-right: -10px;
  }

  .desktop\:-mb-10{
    margin-bottom: -10px;
  }

  .desktop\:-ml-10{
    margin-left: -10px;
  }

  .desktop\:-mt-11{
    margin-top: -11px;
  }

  .desktop\:-mr-11{
    margin-right: -11px;
  }

  .desktop\:-mb-11{
    margin-bottom: -11px;
  }

  .desktop\:-ml-11{
    margin-left: -11px;
  }

  .desktop\:-mt-12{
    margin-top: -12px;
  }

  .desktop\:-mr-12{
    margin-right: -12px;
  }

  .desktop\:-mb-12{
    margin-bottom: -12px;
  }

  .desktop\:-ml-12{
    margin-left: -12px;
  }

  .desktop\:-mt-13{
    margin-top: -13px;
  }

  .desktop\:-mr-13{
    margin-right: -13px;
  }

  .desktop\:-mb-13{
    margin-bottom: -13px;
  }

  .desktop\:-ml-13{
    margin-left: -13px;
  }

  .desktop\:-mt-15{
    margin-top: -15px;
  }

  .desktop\:-mr-15{
    margin-right: -15px;
  }

  .desktop\:-mb-15{
    margin-bottom: -15px;
  }

  .desktop\:-ml-15{
    margin-left: -15px;
  }

  .desktop\:-mt-16{
    margin-top: -16px;
  }

  .desktop\:-mr-16{
    margin-right: -16px;
  }

  .desktop\:-mb-16{
    margin-bottom: -16px;
  }

  .desktop\:-ml-16{
    margin-left: -16px;
  }

  .desktop\:-mt-18{
    margin-top: -18px;
  }

  .desktop\:-mr-18{
    margin-right: -18px;
  }

  .desktop\:-mb-18{
    margin-bottom: -18px;
  }

  .desktop\:-ml-18{
    margin-left: -18px;
  }

  .desktop\:-mt-20{
    margin-top: -20px;
  }

  .desktop\:-mr-20{
    margin-right: -20px;
  }

  .desktop\:-mb-20{
    margin-bottom: -20px;
  }

  .desktop\:-ml-20{
    margin-left: -20px;
  }

  .desktop\:-mt-24{
    margin-top: -24px;
  }

  .desktop\:-mr-24{
    margin-right: -24px;
  }

  .desktop\:-mb-24{
    margin-bottom: -24px;
  }

  .desktop\:-ml-24{
    margin-left: -24px;
  }

  .desktop\:-mt-28{
    margin-top: -28px;
  }

  .desktop\:-mr-28{
    margin-right: -28px;
  }

  .desktop\:-mb-28{
    margin-bottom: -28px;
  }

  .desktop\:-ml-28{
    margin-left: -28px;
  }

  .desktop\:-mt-29{
    margin-top: -29px;
  }

  .desktop\:-mr-29{
    margin-right: -29px;
  }

  .desktop\:-mb-29{
    margin-bottom: -29px;
  }

  .desktop\:-ml-29{
    margin-left: -29px;
  }

  .desktop\:-mt-30{
    margin-top: -30px;
  }

  .desktop\:-mr-30{
    margin-right: -30px;
  }

  .desktop\:-mb-30{
    margin-bottom: -30px;
  }

  .desktop\:-ml-30{
    margin-left: -30px;
  }

  .desktop\:-mt-32{
    margin-top: -32px;
  }

  .desktop\:-mr-32{
    margin-right: -32px;
  }

  .desktop\:-mb-32{
    margin-bottom: -32px;
  }

  .desktop\:-ml-32{
    margin-left: -32px;
  }

  .desktop\:-mt-34{
    margin-top: -34px;
  }

  .desktop\:-mr-34{
    margin-right: -34px;
  }

  .desktop\:-mb-34{
    margin-bottom: -34px;
  }

  .desktop\:-ml-34{
    margin-left: -34px;
  }

  .desktop\:-mt-36{
    margin-top: -36px;
  }

  .desktop\:-mr-36{
    margin-right: -36px;
  }

  .desktop\:-mb-36{
    margin-bottom: -36px;
  }

  .desktop\:-ml-36{
    margin-left: -36px;
  }

  .desktop\:-mt-40{
    margin-top: -40px;
  }

  .desktop\:-mr-40{
    margin-right: -40px;
  }

  .desktop\:-mb-40{
    margin-bottom: -40px;
  }

  .desktop\:-ml-40{
    margin-left: -40px;
  }

  .desktop\:-mt-48{
    margin-top: -48px;
  }

  .desktop\:-mr-48{
    margin-right: -48px;
  }

  .desktop\:-mb-48{
    margin-bottom: -48px;
  }

  .desktop\:-ml-48{
    margin-left: -48px;
  }

  .desktop\:-mt-56{
    margin-top: -56px;
  }

  .desktop\:-mr-56{
    margin-right: -56px;
  }

  .desktop\:-mb-56{
    margin-bottom: -56px;
  }

  .desktop\:-ml-56{
    margin-left: -56px;
  }

  .desktop\:-mt-60{
    margin-top: -60px;
  }

  .desktop\:-mr-60{
    margin-right: -60px;
  }

  .desktop\:-mb-60{
    margin-bottom: -60px;
  }

  .desktop\:-ml-60{
    margin-left: -60px;
  }

  .desktop\:-mt-64{
    margin-top: -64px;
  }

  .desktop\:-mr-64{
    margin-right: -64px;
  }

  .desktop\:-mb-64{
    margin-bottom: -64px;
  }

  .desktop\:-ml-64{
    margin-left: -64px;
  }

  .desktop\:-mt-70{
    margin-top: -70px;
  }

  .desktop\:-mr-70{
    margin-right: -70px;
  }

  .desktop\:-mb-70{
    margin-bottom: -70px;
  }

  .desktop\:-ml-70{
    margin-left: -70px;
  }

  .desktop\:-mt-72{
    margin-top: -72px;
  }

  .desktop\:-mr-72{
    margin-right: -72px;
  }

  .desktop\:-mb-72{
    margin-bottom: -72px;
  }

  .desktop\:-ml-72{
    margin-left: -72px;
  }

  .desktop\:-mt-80{
    margin-top: -80px;
  }

  .desktop\:-mr-80{
    margin-right: -80px;
  }

  .desktop\:-mb-80{
    margin-bottom: -80px;
  }

  .desktop\:-ml-80{
    margin-left: -80px;
  }

  .desktop\:-mt-88{
    margin-top: -88px;
  }

  .desktop\:-mr-88{
    margin-right: -88px;
  }

  .desktop\:-mb-88{
    margin-bottom: -88px;
  }

  .desktop\:-ml-88{
    margin-left: -88px;
  }

  .desktop\:-mt-90{
    margin-top: -90px;
  }

  .desktop\:-mr-90{
    margin-right: -90px;
  }

  .desktop\:-mb-90{
    margin-bottom: -90px;
  }

  .desktop\:-ml-90{
    margin-left: -90px;
  }

  .desktop\:-mt-96{
    margin-top: -96px;
  }

  .desktop\:-mr-96{
    margin-right: -96px;
  }

  .desktop\:-mb-96{
    margin-bottom: -96px;
  }

  .desktop\:-ml-96{
    margin-left: -96px;
  }

  .desktop\:-mt-112{
    margin-top: -112px;
  }

  .desktop\:-mr-112{
    margin-right: -112px;
  }

  .desktop\:-mb-112{
    margin-bottom: -112px;
  }

  .desktop\:-ml-112{
    margin-left: -112px;
  }

  .desktop\:-mt-128{
    margin-top: -128px;
  }

  .desktop\:-mr-128{
    margin-right: -128px;
  }

  .desktop\:-mb-128{
    margin-bottom: -128px;
  }

  .desktop\:-ml-128{
    margin-left: -128px;
  }

  .desktop\:-mt-135{
    margin-top: -135px;
  }

  .desktop\:-mr-135{
    margin-right: -135px;
  }

  .desktop\:-mb-135{
    margin-bottom: -135px;
  }

  .desktop\:-ml-135{
    margin-left: -135px;
  }

  .desktop\:-mt-145{
    margin-top: -145px;
  }

  .desktop\:-mr-145{
    margin-right: -145px;
  }

  .desktop\:-mb-145{
    margin-bottom: -145px;
  }

  .desktop\:-ml-145{
    margin-left: -145px;
  }

  .desktop\:-mt-155{
    margin-top: -155px;
  }

  .desktop\:-mr-155{
    margin-right: -155px;
  }

  .desktop\:-mb-155{
    margin-bottom: -155px;
  }

  .desktop\:-ml-155{
    margin-left: -155px;
  }

  .desktop\:-mt-160{
    margin-top: -160px;
  }

  .desktop\:-mr-160{
    margin-right: -160px;
  }

  .desktop\:-mb-160{
    margin-bottom: -160px;
  }

  .desktop\:-ml-160{
    margin-left: -160px;
  }

  .desktop\:-mt-192{
    margin-top: -192px;
  }

  .desktop\:-mr-192{
    margin-right: -192px;
  }

  .desktop\:-mb-192{
    margin-bottom: -192px;
  }

  .desktop\:-ml-192{
    margin-left: -192px;
  }

  .desktop\:-mt-224{
    margin-top: -224px;
  }

  .desktop\:-mr-224{
    margin-right: -224px;
  }

  .desktop\:-mb-224{
    margin-bottom: -224px;
  }

  .desktop\:-ml-224{
    margin-left: -224px;
  }

  .desktop\:-mt-227{
    margin-top: -227px;
  }

  .desktop\:-mr-227{
    margin-right: -227px;
  }

  .desktop\:-mb-227{
    margin-bottom: -227px;
  }

  .desktop\:-ml-227{
    margin-left: -227px;
  }

  .desktop\:-mt-250{
    margin-top: -250px;
  }

  .desktop\:-mr-250{
    margin-right: -250px;
  }

  .desktop\:-mb-250{
    margin-bottom: -250px;
  }

  .desktop\:-ml-250{
    margin-left: -250px;
  }

  .desktop\:-mt-256{
    margin-top: -256px;
  }

  .desktop\:-mr-256{
    margin-right: -256px;
  }

  .desktop\:-mb-256{
    margin-bottom: -256px;
  }

  .desktop\:-ml-256{
    margin-left: -256px;
  }

  .desktop\:-mt-270{
    margin-top: -270px;
  }

  .desktop\:-mr-270{
    margin-right: -270px;
  }

  .desktop\:-mb-270{
    margin-bottom: -270px;
  }

  .desktop\:-ml-270{
    margin-left: -270px;
  }

  .desktop\:-mt-288{
    margin-top: -288px;
  }

  .desktop\:-mr-288{
    margin-right: -288px;
  }

  .desktop\:-mb-288{
    margin-bottom: -288px;
  }

  .desktop\:-ml-288{
    margin-left: -288px;
  }

  .desktop\:-mt-304{
    margin-top: -304px;
  }

  .desktop\:-mr-304{
    margin-right: -304px;
  }

  .desktop\:-mb-304{
    margin-bottom: -304px;
  }

  .desktop\:-ml-304{
    margin-left: -304px;
  }

  .desktop\:-mt-314{
    margin-top: -314px;
  }

  .desktop\:-mr-314{
    margin-right: -314px;
  }

  .desktop\:-mb-314{
    margin-bottom: -314px;
  }

  .desktop\:-ml-314{
    margin-left: -314px;
  }

  .desktop\:-mt-320{
    margin-top: -320px;
  }

  .desktop\:-mr-320{
    margin-right: -320px;
  }

  .desktop\:-mb-320{
    margin-bottom: -320px;
  }

  .desktop\:-ml-320{
    margin-left: -320px;
  }

  .desktop\:-mt-352{
    margin-top: -352px;
  }

  .desktop\:-mr-352{
    margin-right: -352px;
  }

  .desktop\:-mb-352{
    margin-bottom: -352px;
  }

  .desktop\:-ml-352{
    margin-left: -352px;
  }

  .desktop\:-mt-384{
    margin-top: -384px;
  }

  .desktop\:-mr-384{
    margin-right: -384px;
  }

  .desktop\:-mb-384{
    margin-bottom: -384px;
  }

  .desktop\:-ml-384{
    margin-left: -384px;
  }

  .desktop\:-mt-416{
    margin-top: -416px;
  }

  .desktop\:-mr-416{
    margin-right: -416px;
  }

  .desktop\:-mb-416{
    margin-bottom: -416px;
  }

  .desktop\:-ml-416{
    margin-left: -416px;
  }

  .desktop\:-mt-448{
    margin-top: -448px;
  }

  .desktop\:-mr-448{
    margin-right: -448px;
  }

  .desktop\:-mb-448{
    margin-bottom: -448px;
  }

  .desktop\:-ml-448{
    margin-left: -448px;
  }

  .desktop\:-mt-480{
    margin-top: -480px;
  }

  .desktop\:-mr-480{
    margin-right: -480px;
  }

  .desktop\:-mb-480{
    margin-bottom: -480px;
  }

  .desktop\:-ml-480{
    margin-left: -480px;
  }

  .desktop\:-mt-512{
    margin-top: -512px;
  }

  .desktop\:-mr-512{
    margin-right: -512px;
  }

  .desktop\:-mb-512{
    margin-bottom: -512px;
  }

  .desktop\:-ml-512{
    margin-left: -512px;
  }

  .desktop\:-mt-576{
    margin-top: -576px;
  }

  .desktop\:-mr-576{
    margin-right: -576px;
  }

  .desktop\:-mb-576{
    margin-bottom: -576px;
  }

  .desktop\:-ml-576{
    margin-left: -576px;
  }

  .desktop\:-mt-612{
    margin-top: -612px;
  }

  .desktop\:-mr-612{
    margin-right: -612px;
  }

  .desktop\:-mb-612{
    margin-bottom: -612px;
  }

  .desktop\:-ml-612{
    margin-left: -612px;
  }

  .desktop\:-mt-640{
    margin-top: -640px;
  }

  .desktop\:-mr-640{
    margin-right: -640px;
  }

  .desktop\:-mb-640{
    margin-bottom: -640px;
  }

  .desktop\:-ml-640{
    margin-left: -640px;
  }

  .desktop\:-mt-768{
    margin-top: -768px;
  }

  .desktop\:-mr-768{
    margin-right: -768px;
  }

  .desktop\:-mb-768{
    margin-bottom: -768px;
  }

  .desktop\:-ml-768{
    margin-left: -768px;
  }

  .desktop\:-mt--200{
    margin-top: 200px;
  }

  .desktop\:-mr--200{
    margin-right: 200px;
  }

  .desktop\:-mb--200{
    margin-bottom: 200px;
  }

  .desktop\:-ml--200{
    margin-left: 200px;
  }

  .desktop\:-mt--170{
    margin-top: 170px;
  }

  .desktop\:-mr--170{
    margin-right: 170px;
  }

  .desktop\:-mb--170{
    margin-bottom: 170px;
  }

  .desktop\:-ml--170{
    margin-left: 170px;
  }

  .desktop\:-mt--120{
    margin-top: 120px;
  }

  .desktop\:-mr--120{
    margin-right: 120px;
  }

  .desktop\:-mb--120{
    margin-bottom: 120px;
  }

  .desktop\:-ml--120{
    margin-left: 120px;
  }

  .desktop\:-mt--100{
    margin-top: 100px;
  }

  .desktop\:-mr--100{
    margin-right: 100px;
  }

  .desktop\:-mb--100{
    margin-bottom: 100px;
  }

  .desktop\:-ml--100{
    margin-left: 100px;
  }

  .desktop\:-mt--50{
    margin-top: 50px;
  }

  .desktop\:-mr--50{
    margin-right: 50px;
  }

  .desktop\:-mb--50{
    margin-bottom: 50px;
  }

  .desktop\:-ml--50{
    margin-left: 50px;
  }

  .desktop\:-mt--45{
    margin-top: 45px;
  }

  .desktop\:-mr--45{
    margin-right: 45px;
  }

  .desktop\:-mb--45{
    margin-bottom: 45px;
  }

  .desktop\:-ml--45{
    margin-left: 45px;
  }

  .desktop\:-mt--3{
    margin-top: 3px;
  }

  .desktop\:-mr--3{
    margin-right: 3px;
  }

  .desktop\:-mb--3{
    margin-bottom: 3px;
  }

  .desktop\:-ml--3{
    margin-left: 3px;
  }

  .desktop\:-mt-px{
    margin-top: -1px;
  }

  .desktop\:-mr-px{
    margin-right: -1px;
  }

  .desktop\:-mb-px{
    margin-bottom: -1px;
  }

  .desktop\:-ml-px{
    margin-left: -1px;
  }

  .desktop\:-mt-20p{
    margin-top: -20%;
  }

  .desktop\:-mr-20p{
    margin-right: -20%;
  }

  .desktop\:-mb-20p{
    margin-bottom: -20%;
  }

  .desktop\:-ml-20p{
    margin-left: -20%;
  }

  .desktop\:-mt-40p{
    margin-top: -40%;
  }

  .desktop\:-mr-40p{
    margin-right: -40%;
  }

  .desktop\:-mb-40p{
    margin-bottom: -40%;
  }

  .desktop\:-ml-40p{
    margin-left: -40%;
  }

  .desktop\:-mt-49p{
    margin-top: -49%;
  }

  .desktop\:-mr-49p{
    margin-right: -49%;
  }

  .desktop\:-mb-49p{
    margin-bottom: -49%;
  }

  .desktop\:-ml-49p{
    margin-left: -49%;
  }

  .desktop\:-mt-52p{
    margin-top: -52%;
  }

  .desktop\:-mr-52p{
    margin-right: -52%;
  }

  .desktop\:-mb-52p{
    margin-bottom: -52%;
  }

  .desktop\:-ml-52p{
    margin-left: -52%;
  }

  .desktop\:-mt-53\.5p{
    margin-top: -53.5%;
  }

  .desktop\:-mr-53\.5p{
    margin-right: -53.5%;
  }

  .desktop\:-mb-53\.5p{
    margin-bottom: -53.5%;
  }

  .desktop\:-ml-53\.5p{
    margin-left: -53.5%;
  }

  .desktop\:-mt-60p{
    margin-top: -60%;
  }

  .desktop\:-mr-60p{
    margin-right: -60%;
  }

  .desktop\:-mb-60p{
    margin-bottom: -60%;
  }

  .desktop\:-ml-60p{
    margin-left: -60%;
  }

  .desktop\:-mt-71\.5p{
    margin-top: -71.5%;
  }

  .desktop\:-mr-71\.5p{
    margin-right: -71.5%;
  }

  .desktop\:-mb-71\.5p{
    margin-bottom: -71.5%;
  }

  .desktop\:-ml-71\.5p{
    margin-left: -71.5%;
  }

  .desktop\:-mt-80p{
    margin-top: -80%;
  }

  .desktop\:-mr-80p{
    margin-right: -80%;
  }

  .desktop\:-mb-80p{
    margin-bottom: -80%;
  }

  .desktop\:-ml-80p{
    margin-left: -80%;
  }

  .desktop\:-mt-90p{
    margin-top: -90%;
  }

  .desktop\:-mr-90p{
    margin-right: -90%;
  }

  .desktop\:-mb-90p{
    margin-bottom: -90%;
  }

  .desktop\:-ml-90p{
    margin-left: -90%;
  }

  .desktop\:-mt-95p{
    margin-top: -95%;
  }

  .desktop\:-mr-95p{
    margin-right: -95%;
  }

  .desktop\:-mb-95p{
    margin-bottom: -95%;
  }

  .desktop\:-ml-95p{
    margin-left: -95%;
  }

  .desktop\:-mt-100p{
    margin-top: -100%;
  }

  .desktop\:-mr-100p{
    margin-right: -100%;
  }

  .desktop\:-mb-100p{
    margin-bottom: -100%;
  }

  .desktop\:-ml-100p{
    margin-left: -100%;
  }

  .desktop\:-mt-110p{
    margin-top: -110%;
  }

  .desktop\:-mr-110p{
    margin-right: -110%;
  }

  .desktop\:-mb-110p{
    margin-bottom: -110%;
  }

  .desktop\:-ml-110p{
    margin-left: -110%;
  }

  .desktop\:max-h-0{
    max-height: 0px;
  }

  .desktop\:max-h-2{
    max-height: 2px;
  }

  .desktop\:max-h-4{
    max-height: 4px;
  }

  .desktop\:max-h-5{
    max-height: 5px;
  }

  .desktop\:max-h-7{
    max-height: 7px;
  }

  .desktop\:max-h-8{
    max-height: 8px;
  }

  .desktop\:max-h-10{
    max-height: 10px;
  }

  .desktop\:max-h-11{
    max-height: 11px;
  }

  .desktop\:max-h-12{
    max-height: 12px;
  }

  .desktop\:max-h-13{
    max-height: 13px;
  }

  .desktop\:max-h-15{
    max-height: 15px;
  }

  .desktop\:max-h-16{
    max-height: 16px;
  }

  .desktop\:max-h-18{
    max-height: 18px;
  }

  .desktop\:max-h-20{
    max-height: 20px;
  }

  .desktop\:max-h-24{
    max-height: 24px;
  }

  .desktop\:max-h-28{
    max-height: 28px;
  }

  .desktop\:max-h-29{
    max-height: 29px;
  }

  .desktop\:max-h-30{
    max-height: 30px;
  }

  .desktop\:max-h-32{
    max-height: 32px;
  }

  .desktop\:max-h-34{
    max-height: 34px;
  }

  .desktop\:max-h-36{
    max-height: 36px;
  }

  .desktop\:max-h-40{
    max-height: 40px;
  }

  .desktop\:max-h-48{
    max-height: 48px;
  }

  .desktop\:max-h-50{
    max-height: 50px;
  }

  .desktop\:max-h-56{
    max-height: 56px;
  }

  .desktop\:max-h-60{
    max-height: 60px;
  }

  .desktop\:max-h-64{
    max-height: 64px;
  }

  .desktop\:max-h-70{
    max-height: 70px;
  }

  .desktop\:max-h-72{
    max-height: 72px;
  }

  .desktop\:max-h-80{
    max-height: 80px;
  }

  .desktop\:max-h-88{
    max-height: 88px;
  }

  .desktop\:max-h-90{
    max-height: 90px;
  }

  .desktop\:max-h-96{
    max-height: 96px;
  }

  .desktop\:max-h-100{
    max-height: 100px;
  }

  .desktop\:max-h-112{
    max-height: 112px;
  }

  .desktop\:max-h-128{
    max-height: 128px;
  }

  .desktop\:max-h-135{
    max-height: 135px;
  }

  .desktop\:max-h-145{
    max-height: 145px;
  }

  .desktop\:max-h-155{
    max-height: 155px;
  }

  .desktop\:max-h-160{
    max-height: 160px;
  }

  .desktop\:max-h-192{
    max-height: 192px;
  }

  .desktop\:max-h-200{
    max-height: 200px;
  }

  .desktop\:max-h-224{
    max-height: 224px;
  }

  .desktop\:max-h-227{
    max-height: 227px;
  }

  .desktop\:max-h-250{
    max-height: 250px;
  }

  .desktop\:max-h-256{
    max-height: 256px;
  }

  .desktop\:max-h-270{
    max-height: 270px;
  }

  .desktop\:max-h-288{
    max-height: 288px;
  }

  .desktop\:max-h-304{
    max-height: 304px;
  }

  .desktop\:max-h-314{
    max-height: 314px;
  }

  .desktop\:max-h-320{
    max-height: 320px;
  }

  .desktop\:max-h-352{
    max-height: 352px;
  }

  .desktop\:max-h-384{
    max-height: 384px;
  }

  .desktop\:max-h-416{
    max-height: 416px;
  }

  .desktop\:max-h-448{
    max-height: 448px;
  }

  .desktop\:max-h-480{
    max-height: 480px;
  }

  .desktop\:max-h-512{
    max-height: 512px;
  }

  .desktop\:max-h-576{
    max-height: 576px;
  }

  .desktop\:max-h-612{
    max-height: 612px;
  }

  .desktop\:max-h-640{
    max-height: 640px;
  }

  .desktop\:max-h-768{
    max-height: 768px;
  }

  .desktop\:-max-h-200{
    max-height: -200px;
  }

  .desktop\:-max-h-170{
    max-height: -170px;
  }

  .desktop\:-max-h-120{
    max-height: -120px;
  }

  .desktop\:-max-h-100{
    max-height: -100px;
  }

  .desktop\:-max-h-50{
    max-height: -50px;
  }

  .desktop\:-max-h-45{
    max-height: -45px;
  }

  .desktop\:-max-h-3{
    max-height: -3px;
  }

  .desktop\:max-h-px{
    max-height: 1px;
  }

  .desktop\:max-h-20p{
    max-height: 20%;
  }

  .desktop\:max-h-40p{
    max-height: 40%;
  }

  .desktop\:max-h-49p{
    max-height: 49%;
  }

  .desktop\:max-h-52p{
    max-height: 52%;
  }

  .desktop\:max-h-53\.5p{
    max-height: 53.5%;
  }

  .desktop\:max-h-60p{
    max-height: 60%;
  }

  .desktop\:max-h-71\.5p{
    max-height: 71.5%;
  }

  .desktop\:max-h-80p{
    max-height: 80%;
  }

  .desktop\:max-h-90p{
    max-height: 90%;
  }

  .desktop\:max-h-95p{
    max-height: 95%;
  }

  .desktop\:max-h-100p{
    max-height: 100%;
  }

  .desktop\:max-h-110p{
    max-height: 110%;
  }

  .desktop\:max-h-full{
    max-height: 100%;
  }

  .desktop\:max-h-screen{
    max-height: 100vh;
  }

  .desktop\:max-h-min{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .desktop\:max-h-max{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .desktop\:hover\:max-h-0:hover{
    max-height: 0px;
  }

  .desktop\:hover\:max-h-2:hover{
    max-height: 2px;
  }

  .desktop\:hover\:max-h-4:hover{
    max-height: 4px;
  }

  .desktop\:hover\:max-h-5:hover{
    max-height: 5px;
  }

  .desktop\:hover\:max-h-7:hover{
    max-height: 7px;
  }

  .desktop\:hover\:max-h-8:hover{
    max-height: 8px;
  }

  .desktop\:hover\:max-h-10:hover{
    max-height: 10px;
  }

  .desktop\:hover\:max-h-11:hover{
    max-height: 11px;
  }

  .desktop\:hover\:max-h-12:hover{
    max-height: 12px;
  }

  .desktop\:hover\:max-h-13:hover{
    max-height: 13px;
  }

  .desktop\:hover\:max-h-15:hover{
    max-height: 15px;
  }

  .desktop\:hover\:max-h-16:hover{
    max-height: 16px;
  }

  .desktop\:hover\:max-h-18:hover{
    max-height: 18px;
  }

  .desktop\:hover\:max-h-20:hover{
    max-height: 20px;
  }

  .desktop\:hover\:max-h-24:hover{
    max-height: 24px;
  }

  .desktop\:hover\:max-h-28:hover{
    max-height: 28px;
  }

  .desktop\:hover\:max-h-29:hover{
    max-height: 29px;
  }

  .desktop\:hover\:max-h-30:hover{
    max-height: 30px;
  }

  .desktop\:hover\:max-h-32:hover{
    max-height: 32px;
  }

  .desktop\:hover\:max-h-34:hover{
    max-height: 34px;
  }

  .desktop\:hover\:max-h-36:hover{
    max-height: 36px;
  }

  .desktop\:hover\:max-h-40:hover{
    max-height: 40px;
  }

  .desktop\:hover\:max-h-48:hover{
    max-height: 48px;
  }

  .desktop\:hover\:max-h-50:hover{
    max-height: 50px;
  }

  .desktop\:hover\:max-h-56:hover{
    max-height: 56px;
  }

  .desktop\:hover\:max-h-60:hover{
    max-height: 60px;
  }

  .desktop\:hover\:max-h-64:hover{
    max-height: 64px;
  }

  .desktop\:hover\:max-h-70:hover{
    max-height: 70px;
  }

  .desktop\:hover\:max-h-72:hover{
    max-height: 72px;
  }

  .desktop\:hover\:max-h-80:hover{
    max-height: 80px;
  }

  .desktop\:hover\:max-h-88:hover{
    max-height: 88px;
  }

  .desktop\:hover\:max-h-90:hover{
    max-height: 90px;
  }

  .desktop\:hover\:max-h-96:hover{
    max-height: 96px;
  }

  .desktop\:hover\:max-h-100:hover{
    max-height: 100px;
  }

  .desktop\:hover\:max-h-112:hover{
    max-height: 112px;
  }

  .desktop\:hover\:max-h-128:hover{
    max-height: 128px;
  }

  .desktop\:hover\:max-h-135:hover{
    max-height: 135px;
  }

  .desktop\:hover\:max-h-145:hover{
    max-height: 145px;
  }

  .desktop\:hover\:max-h-155:hover{
    max-height: 155px;
  }

  .desktop\:hover\:max-h-160:hover{
    max-height: 160px;
  }

  .desktop\:hover\:max-h-192:hover{
    max-height: 192px;
  }

  .desktop\:hover\:max-h-200:hover{
    max-height: 200px;
  }

  .desktop\:hover\:max-h-224:hover{
    max-height: 224px;
  }

  .desktop\:hover\:max-h-227:hover{
    max-height: 227px;
  }

  .desktop\:hover\:max-h-250:hover{
    max-height: 250px;
  }

  .desktop\:hover\:max-h-256:hover{
    max-height: 256px;
  }

  .desktop\:hover\:max-h-270:hover{
    max-height: 270px;
  }

  .desktop\:hover\:max-h-288:hover{
    max-height: 288px;
  }

  .desktop\:hover\:max-h-304:hover{
    max-height: 304px;
  }

  .desktop\:hover\:max-h-314:hover{
    max-height: 314px;
  }

  .desktop\:hover\:max-h-320:hover{
    max-height: 320px;
  }

  .desktop\:hover\:max-h-352:hover{
    max-height: 352px;
  }

  .desktop\:hover\:max-h-384:hover{
    max-height: 384px;
  }

  .desktop\:hover\:max-h-416:hover{
    max-height: 416px;
  }

  .desktop\:hover\:max-h-448:hover{
    max-height: 448px;
  }

  .desktop\:hover\:max-h-480:hover{
    max-height: 480px;
  }

  .desktop\:hover\:max-h-512:hover{
    max-height: 512px;
  }

  .desktop\:hover\:max-h-576:hover{
    max-height: 576px;
  }

  .desktop\:hover\:max-h-612:hover{
    max-height: 612px;
  }

  .desktop\:hover\:max-h-640:hover{
    max-height: 640px;
  }

  .desktop\:hover\:max-h-768:hover{
    max-height: 768px;
  }

  .desktop\:hover\:-max-h-200:hover{
    max-height: -200px;
  }

  .desktop\:hover\:-max-h-170:hover{
    max-height: -170px;
  }

  .desktop\:hover\:-max-h-120:hover{
    max-height: -120px;
  }

  .desktop\:hover\:-max-h-100:hover{
    max-height: -100px;
  }

  .desktop\:hover\:-max-h-50:hover{
    max-height: -50px;
  }

  .desktop\:hover\:-max-h-45:hover{
    max-height: -45px;
  }

  .desktop\:hover\:-max-h-3:hover{
    max-height: -3px;
  }

  .desktop\:hover\:max-h-px:hover{
    max-height: 1px;
  }

  .desktop\:hover\:max-h-20p:hover{
    max-height: 20%;
  }

  .desktop\:hover\:max-h-40p:hover{
    max-height: 40%;
  }

  .desktop\:hover\:max-h-49p:hover{
    max-height: 49%;
  }

  .desktop\:hover\:max-h-52p:hover{
    max-height: 52%;
  }

  .desktop\:hover\:max-h-53\.5p:hover{
    max-height: 53.5%;
  }

  .desktop\:hover\:max-h-60p:hover{
    max-height: 60%;
  }

  .desktop\:hover\:max-h-71\.5p:hover{
    max-height: 71.5%;
  }

  .desktop\:hover\:max-h-80p:hover{
    max-height: 80%;
  }

  .desktop\:hover\:max-h-90p:hover{
    max-height: 90%;
  }

  .desktop\:hover\:max-h-95p:hover{
    max-height: 95%;
  }

  .desktop\:hover\:max-h-100p:hover{
    max-height: 100%;
  }

  .desktop\:hover\:max-h-110p:hover{
    max-height: 110%;
  }

  .desktop\:hover\:max-h-full:hover{
    max-height: 100%;
  }

  .desktop\:hover\:max-h-screen:hover{
    max-height: 100vh;
  }

  .desktop\:hover\:max-h-min:hover{
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .desktop\:hover\:max-h-max:hover{
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .desktop\:max-w-0{
    max-width: 0rem;
  }

  .desktop\:max-w-30{
    max-width: 30px;
  }

  .desktop\:max-w-40{
    max-width: 40px;
  }

  .desktop\:max-w-45{
    max-width: 45px;
  }

  .desktop\:max-w-50{
    max-width: 50px;
  }

  .desktop\:max-w-60{
    max-width: 60px;
  }

  .desktop\:max-w-80{
    max-width: 80px;
  }

  .desktop\:max-w-92{
    max-width: 92px;
  }

  .desktop\:max-w-100{
    max-width: 100px;
  }

  .desktop\:max-w-132{
    max-width: 132px;
  }

  .desktop\:max-w-172{
    max-width: 172px;
  }

  .desktop\:max-w-200{
    max-width: 200px;
  }

  .desktop\:max-w-235{
    max-width: 235px;
  }

  .desktop\:max-w-250{
    max-width: 250px;
  }

  .desktop\:max-w-270{
    max-width: 270px;
  }

  .desktop\:max-w-300{
    max-width: 300px;
  }

  .desktop\:max-w-380{
    max-width: 380px;
  }

  .desktop\:max-w-480{
    max-width: 480px;
  }

  .desktop\:max-w-540{
    max-width: 540px;
  }

  .desktop\:max-w-570{
    max-width: 570px;
  }

  .desktop\:max-w-600{
    max-width: 600px;
  }

  .desktop\:max-w-740{
    max-width: 740px;
  }

  .desktop\:max-w-770{
    max-width: 770px;
  }

  .desktop\:max-w-900{
    max-width: 900px;
  }

  .desktop\:max-w-970{
    max-width: 970px;
  }

  .desktop\:max-w-none{
    max-width: none;
  }

  .desktop\:max-w-xs{
    max-width: 20rem;
  }

  .desktop\:max-w-sm{
    max-width: 24rem;
  }

  .desktop\:max-w-md{
    max-width: 28rem;
  }

  .desktop\:max-w-lg{
    max-width: 32rem;
  }

  .desktop\:max-w-xl{
    max-width: 36rem;
  }

  .desktop\:max-w-2xl{
    max-width: 42rem;
  }

  .desktop\:max-w-3xl{
    max-width: 48rem;
  }

  .desktop\:max-w-4xl{
    max-width: 56rem;
  }

  .desktop\:max-w-5xl{
    max-width: 64rem;
  }

  .desktop\:max-w-6xl{
    max-width: 72rem;
  }

  .desktop\:max-w-7xl{
    max-width: 80rem;
  }

  .desktop\:max-w-full{
    max-width: 100%;
  }

  .desktop\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .desktop\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .desktop\:max-w-prose{
    max-width: 65ch;
  }

  .desktop\:max-w-screen-sm{
    max-width: 640px;
  }

  .desktop\:max-w-screen-md{
    max-width: 768px;
  }

  .desktop\:max-w-screen-lg{
    max-width: 1024px;
  }

  .desktop\:max-w-screen-xl{
    max-width: 1260px;
  }

  .desktop\:max-w-screen-xl2{
    max-width: 1430px;
  }

  .desktop\:min-h-0{
    min-height: 0px;
  }

  .desktop\:min-h-full{
    min-height: 100%;
  }

  .desktop\:min-h-screen{
    min-height: 100vh;
  }

  .desktop\:min-w-0{
    min-width: 0px;
  }

  .desktop\:min-w-220{
    min-width: 220px;
  }

  .desktop\:min-w-300{
    min-width: 300px;
  }

  .desktop\:min-w-430{
    min-width: 430px;
  }

  .desktop\:min-w-500{
    min-width: 500px;
  }

  .desktop\:min-w-1024{
    min-width: 1024px;
  }

  .desktop\:min-w-full{
    min-width: 100%;
  }

  .desktop\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .desktop\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .desktop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .desktop\:group-hover\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .desktop\:group-hover\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .desktop\:group-hover\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .desktop\:group-hover\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .desktop\:group-hover\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .desktop\:group-hover\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .desktop\:group-hover\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .desktop\:group-hover\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .desktop\:group-hover\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:opacity-0{
    opacity: 0;
  }

  .desktop\:opacity-5{
    opacity: 0.05;
  }

  .desktop\:opacity-10{
    opacity: 0.1;
  }

  .desktop\:opacity-20{
    opacity: 0.2;
  }

  .desktop\:opacity-25{
    opacity: 0.25;
  }

  .desktop\:opacity-30{
    opacity: 0.3;
  }

  .desktop\:opacity-40{
    opacity: 0.4;
  }

  .desktop\:opacity-50{
    opacity: 0.5;
  }

  .desktop\:opacity-60{
    opacity: 0.6;
  }

  .desktop\:opacity-70{
    opacity: 0.7;
  }

  .desktop\:opacity-75{
    opacity: 0.75;
  }

  .desktop\:opacity-80{
    opacity: 0.8;
  }

  .desktop\:opacity-90{
    opacity: 0.9;
  }

  .desktop\:opacity-95{
    opacity: 0.95;
  }

  .desktop\:opacity-100{
    opacity: 1;
  }

  .group:hover .desktop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .desktop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .desktop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .desktop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .desktop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .desktop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .desktop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .desktop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .desktop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .desktop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .desktop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .desktop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .desktop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .desktop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .desktop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .desktop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .desktop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .desktop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .desktop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .desktop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .desktop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .desktop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .desktop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .desktop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .desktop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .desktop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .desktop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .desktop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .desktop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .desktop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .desktop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .desktop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .desktop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .desktop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .desktop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .desktop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .desktop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .desktop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .desktop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .desktop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .desktop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .desktop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .desktop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .desktop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .desktop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .desktop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .desktop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .desktop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:overflow-auto{
    overflow: auto;
  }

  .desktop\:overflow-hidden{
    overflow: hidden;
  }

  .desktop\:overflow-visible{
    overflow: visible;
  }

  .desktop\:overflow-scroll{
    overflow: scroll;
  }

  .desktop\:overflow-x-auto{
    overflow-x: auto;
  }

  .desktop\:overflow-y-auto{
    overflow-y: auto;
  }

  .desktop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .desktop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .desktop\:overflow-x-visible{
    overflow-x: visible;
  }

  .desktop\:overflow-y-visible{
    overflow-y: visible;
  }

  .desktop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .desktop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .desktop\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .desktop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .desktop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .desktop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .desktop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .desktop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .desktop\:p-0{
    padding: 0px;
  }

  .desktop\:p-2{
    padding: 2px;
  }

  .desktop\:p-4{
    padding: 4px;
  }

  .desktop\:p-5{
    padding: 5px;
  }

  .desktop\:p-7{
    padding: 7px;
  }

  .desktop\:p-8{
    padding: 8px;
  }

  .desktop\:p-10{
    padding: 10px;
  }

  .desktop\:p-11{
    padding: 11px;
  }

  .desktop\:p-12{
    padding: 12px;
  }

  .desktop\:p-13{
    padding: 13px;
  }

  .desktop\:p-15{
    padding: 15px;
  }

  .desktop\:p-16{
    padding: 16px;
  }

  .desktop\:p-18{
    padding: 18px;
  }

  .desktop\:p-20{
    padding: 20px;
  }

  .desktop\:p-24{
    padding: 24px;
  }

  .desktop\:p-28{
    padding: 28px;
  }

  .desktop\:p-29{
    padding: 29px;
  }

  .desktop\:p-30{
    padding: 30px;
  }

  .desktop\:p-32{
    padding: 32px;
  }

  .desktop\:p-34{
    padding: 34px;
  }

  .desktop\:p-36{
    padding: 36px;
  }

  .desktop\:p-40{
    padding: 40px;
  }

  .desktop\:p-48{
    padding: 48px;
  }

  .desktop\:p-50{
    padding: 50px;
  }

  .desktop\:p-56{
    padding: 56px;
  }

  .desktop\:p-60{
    padding: 60px;
  }

  .desktop\:p-64{
    padding: 64px;
  }

  .desktop\:p-70{
    padding: 70px;
  }

  .desktop\:p-72{
    padding: 72px;
  }

  .desktop\:p-80{
    padding: 80px;
  }

  .desktop\:p-88{
    padding: 88px;
  }

  .desktop\:p-90{
    padding: 90px;
  }

  .desktop\:p-96{
    padding: 96px;
  }

  .desktop\:p-100{
    padding: 100px;
  }

  .desktop\:p-112{
    padding: 112px;
  }

  .desktop\:p-128{
    padding: 128px;
  }

  .desktop\:p-135{
    padding: 135px;
  }

  .desktop\:p-145{
    padding: 145px;
  }

  .desktop\:p-155{
    padding: 155px;
  }

  .desktop\:p-160{
    padding: 160px;
  }

  .desktop\:p-192{
    padding: 192px;
  }

  .desktop\:p-200{
    padding: 200px;
  }

  .desktop\:p-224{
    padding: 224px;
  }

  .desktop\:p-227{
    padding: 227px;
  }

  .desktop\:p-250{
    padding: 250px;
  }

  .desktop\:p-256{
    padding: 256px;
  }

  .desktop\:p-270{
    padding: 270px;
  }

  .desktop\:p-288{
    padding: 288px;
  }

  .desktop\:p-304{
    padding: 304px;
  }

  .desktop\:p-314{
    padding: 314px;
  }

  .desktop\:p-320{
    padding: 320px;
  }

  .desktop\:p-352{
    padding: 352px;
  }

  .desktop\:p-384{
    padding: 384px;
  }

  .desktop\:p-416{
    padding: 416px;
  }

  .desktop\:p-448{
    padding: 448px;
  }

  .desktop\:p-480{
    padding: 480px;
  }

  .desktop\:p-512{
    padding: 512px;
  }

  .desktop\:p-576{
    padding: 576px;
  }

  .desktop\:p-612{
    padding: 612px;
  }

  .desktop\:p-640{
    padding: 640px;
  }

  .desktop\:p-768{
    padding: 768px;
  }

  .desktop\:-p-200{
    padding: -200px;
  }

  .desktop\:-p-170{
    padding: -170px;
  }

  .desktop\:-p-120{
    padding: -120px;
  }

  .desktop\:-p-100{
    padding: -100px;
  }

  .desktop\:-p-50{
    padding: -50px;
  }

  .desktop\:-p-45{
    padding: -45px;
  }

  .desktop\:-p-3{
    padding: -3px;
  }

  .desktop\:p-px{
    padding: 1px;
  }

  .desktop\:p-20p{
    padding: 20%;
  }

  .desktop\:p-40p{
    padding: 40%;
  }

  .desktop\:p-49p{
    padding: 49%;
  }

  .desktop\:p-52p{
    padding: 52%;
  }

  .desktop\:p-53\.5p{
    padding: 53.5%;
  }

  .desktop\:p-60p{
    padding: 60%;
  }

  .desktop\:p-71\.5p{
    padding: 71.5%;
  }

  .desktop\:p-80p{
    padding: 80%;
  }

  .desktop\:p-90p{
    padding: 90%;
  }

  .desktop\:p-95p{
    padding: 95%;
  }

  .desktop\:p-100p{
    padding: 100%;
  }

  .desktop\:p-110p{
    padding: 110%;
  }

  .desktop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .desktop\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .desktop\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .desktop\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .desktop\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:py-11{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .desktop\:px-11{
    padding-left: 11px;
    padding-right: 11px;
  }

  .desktop\:py-12{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:px-12{
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:py-13{
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:px-13{
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:py-15{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:py-16{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:px-16{
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:px-24{
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:px-28{
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:py-29{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:px-29{
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:py-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:py-32{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:px-32{
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:py-34{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .desktop\:px-34{
    padding-left: 34px;
    padding-right: 34px;
  }

  .desktop\:py-36{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:px-36{
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:py-48{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:px-48{
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:py-56{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:px-56{
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:py-64{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:px-64{
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:py-70{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:px-70{
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:py-72{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .desktop\:px-72{
    padding-left: 72px;
    padding-right: 72px;
  }

  .desktop\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:py-88{
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .desktop\:px-88{
    padding-left: 88px;
    padding-right: 88px;
  }

  .desktop\:py-90{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:px-90{
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:py-96{
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:px-96{
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:py-112{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .desktop\:px-112{
    padding-left: 112px;
    padding-right: 112px;
  }

  .desktop\:py-128{
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:px-128{
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:py-135{
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:px-135{
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:py-145{
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:px-145{
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:py-155{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .desktop\:px-155{
    padding-left: 155px;
    padding-right: 155px;
  }

  .desktop\:py-160{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:px-160{
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:py-192{
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .desktop\:px-192{
    padding-left: 192px;
    padding-right: 192px;
  }

  .desktop\:py-200{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:py-224{
    padding-top: 224px;
    padding-bottom: 224px;
  }

  .desktop\:px-224{
    padding-left: 224px;
    padding-right: 224px;
  }

  .desktop\:py-227{
    padding-top: 227px;
    padding-bottom: 227px;
  }

  .desktop\:px-227{
    padding-left: 227px;
    padding-right: 227px;
  }

  .desktop\:py-250{
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:px-250{
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:py-256{
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .desktop\:px-256{
    padding-left: 256px;
    padding-right: 256px;
  }

  .desktop\:py-270{
    padding-top: 270px;
    padding-bottom: 270px;
  }

  .desktop\:px-270{
    padding-left: 270px;
    padding-right: 270px;
  }

  .desktop\:py-288{
    padding-top: 288px;
    padding-bottom: 288px;
  }

  .desktop\:px-288{
    padding-left: 288px;
    padding-right: 288px;
  }

  .desktop\:py-304{
    padding-top: 304px;
    padding-bottom: 304px;
  }

  .desktop\:px-304{
    padding-left: 304px;
    padding-right: 304px;
  }

  .desktop\:py-314{
    padding-top: 314px;
    padding-bottom: 314px;
  }

  .desktop\:px-314{
    padding-left: 314px;
    padding-right: 314px;
  }

  .desktop\:py-320{
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:px-320{
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:py-352{
    padding-top: 352px;
    padding-bottom: 352px;
  }

  .desktop\:px-352{
    padding-left: 352px;
    padding-right: 352px;
  }

  .desktop\:py-384{
    padding-top: 384px;
    padding-bottom: 384px;
  }

  .desktop\:px-384{
    padding-left: 384px;
    padding-right: 384px;
  }

  .desktop\:py-416{
    padding-top: 416px;
    padding-bottom: 416px;
  }

  .desktop\:px-416{
    padding-left: 416px;
    padding-right: 416px;
  }

  .desktop\:py-448{
    padding-top: 448px;
    padding-bottom: 448px;
  }

  .desktop\:px-448{
    padding-left: 448px;
    padding-right: 448px;
  }

  .desktop\:py-480{
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .desktop\:px-480{
    padding-left: 480px;
    padding-right: 480px;
  }

  .desktop\:py-512{
    padding-top: 512px;
    padding-bottom: 512px;
  }

  .desktop\:px-512{
    padding-left: 512px;
    padding-right: 512px;
  }

  .desktop\:py-576{
    padding-top: 576px;
    padding-bottom: 576px;
  }

  .desktop\:px-576{
    padding-left: 576px;
    padding-right: 576px;
  }

  .desktop\:py-612{
    padding-top: 612px;
    padding-bottom: 612px;
  }

  .desktop\:px-612{
    padding-left: 612px;
    padding-right: 612px;
  }

  .desktop\:py-640{
    padding-top: 640px;
    padding-bottom: 640px;
  }

  .desktop\:px-640{
    padding-left: 640px;
    padding-right: 640px;
  }

  .desktop\:py-768{
    padding-top: 768px;
    padding-bottom: 768px;
  }

  .desktop\:px-768{
    padding-left: 768px;
    padding-right: 768px;
  }

  .desktop\:-py-200{
    padding-top: -200px;
    padding-bottom: -200px;
  }

  .desktop\:-px-200{
    padding-left: -200px;
    padding-right: -200px;
  }

  .desktop\:-py-170{
    padding-top: -170px;
    padding-bottom: -170px;
  }

  .desktop\:-px-170{
    padding-left: -170px;
    padding-right: -170px;
  }

  .desktop\:-py-120{
    padding-top: -120px;
    padding-bottom: -120px;
  }

  .desktop\:-px-120{
    padding-left: -120px;
    padding-right: -120px;
  }

  .desktop\:-py-100{
    padding-top: -100px;
    padding-bottom: -100px;
  }

  .desktop\:-px-100{
    padding-left: -100px;
    padding-right: -100px;
  }

  .desktop\:-py-50{
    padding-top: -50px;
    padding-bottom: -50px;
  }

  .desktop\:-px-50{
    padding-left: -50px;
    padding-right: -50px;
  }

  .desktop\:-py-45{
    padding-top: -45px;
    padding-bottom: -45px;
  }

  .desktop\:-px-45{
    padding-left: -45px;
    padding-right: -45px;
  }

  .desktop\:-py-3{
    padding-top: -3px;
    padding-bottom: -3px;
  }

  .desktop\:-px-3{
    padding-left: -3px;
    padding-right: -3px;
  }

  .desktop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:py-20p{
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:px-20p{
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:py-40p{
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:px-40p{
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:py-49p{
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:px-49p{
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:py-52p{
    padding-top: 52%;
    padding-bottom: 52%;
  }

  .desktop\:px-52p{
    padding-left: 52%;
    padding-right: 52%;
  }

  .desktop\:py-53\.5p{
    padding-top: 53.5%;
    padding-bottom: 53.5%;
  }

  .desktop\:px-53\.5p{
    padding-left: 53.5%;
    padding-right: 53.5%;
  }

  .desktop\:py-60p{
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .desktop\:px-60p{
    padding-left: 60%;
    padding-right: 60%;
  }

  .desktop\:py-71\.5p{
    padding-top: 71.5%;
    padding-bottom: 71.5%;
  }

  .desktop\:px-71\.5p{
    padding-left: 71.5%;
    padding-right: 71.5%;
  }

  .desktop\:py-80p{
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:px-80p{
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:py-90p{
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:px-90p{
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:py-95p{
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:px-95p{
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:py-100p{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:px-100p{
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:py-110p{
    padding-top: 110%;
    padding-bottom: 110%;
  }

  .desktop\:px-110p{
    padding-left: 110%;
    padding-right: 110%;
  }

  .desktop\:pt-0{
    padding-top: 0px;
  }

  .desktop\:pr-0{
    padding-right: 0px;
  }

  .desktop\:pb-0{
    padding-bottom: 0px;
  }

  .desktop\:pl-0{
    padding-left: 0px;
  }

  .desktop\:pt-2{
    padding-top: 2px;
  }

  .desktop\:pr-2{
    padding-right: 2px;
  }

  .desktop\:pb-2{
    padding-bottom: 2px;
  }

  .desktop\:pl-2{
    padding-left: 2px;
  }

  .desktop\:pt-4{
    padding-top: 4px;
  }

  .desktop\:pr-4{
    padding-right: 4px;
  }

  .desktop\:pb-4{
    padding-bottom: 4px;
  }

  .desktop\:pl-4{
    padding-left: 4px;
  }

  .desktop\:pt-5{
    padding-top: 5px;
  }

  .desktop\:pr-5{
    padding-right: 5px;
  }

  .desktop\:pb-5{
    padding-bottom: 5px;
  }

  .desktop\:pl-5{
    padding-left: 5px;
  }

  .desktop\:pt-7{
    padding-top: 7px;
  }

  .desktop\:pr-7{
    padding-right: 7px;
  }

  .desktop\:pb-7{
    padding-bottom: 7px;
  }

  .desktop\:pl-7{
    padding-left: 7px;
  }

  .desktop\:pt-8{
    padding-top: 8px;
  }

  .desktop\:pr-8{
    padding-right: 8px;
  }

  .desktop\:pb-8{
    padding-bottom: 8px;
  }

  .desktop\:pl-8{
    padding-left: 8px;
  }

  .desktop\:pt-10{
    padding-top: 10px;
  }

  .desktop\:pr-10{
    padding-right: 10px;
  }

  .desktop\:pb-10{
    padding-bottom: 10px;
  }

  .desktop\:pl-10{
    padding-left: 10px;
  }

  .desktop\:pt-11{
    padding-top: 11px;
  }

  .desktop\:pr-11{
    padding-right: 11px;
  }

  .desktop\:pb-11{
    padding-bottom: 11px;
  }

  .desktop\:pl-11{
    padding-left: 11px;
  }

  .desktop\:pt-12{
    padding-top: 12px;
  }

  .desktop\:pr-12{
    padding-right: 12px;
  }

  .desktop\:pb-12{
    padding-bottom: 12px;
  }

  .desktop\:pl-12{
    padding-left: 12px;
  }

  .desktop\:pt-13{
    padding-top: 13px;
  }

  .desktop\:pr-13{
    padding-right: 13px;
  }

  .desktop\:pb-13{
    padding-bottom: 13px;
  }

  .desktop\:pl-13{
    padding-left: 13px;
  }

  .desktop\:pt-15{
    padding-top: 15px;
  }

  .desktop\:pr-15{
    padding-right: 15px;
  }

  .desktop\:pb-15{
    padding-bottom: 15px;
  }

  .desktop\:pl-15{
    padding-left: 15px;
  }

  .desktop\:pt-16{
    padding-top: 16px;
  }

  .desktop\:pr-16{
    padding-right: 16px;
  }

  .desktop\:pb-16{
    padding-bottom: 16px;
  }

  .desktop\:pl-16{
    padding-left: 16px;
  }

  .desktop\:pt-18{
    padding-top: 18px;
  }

  .desktop\:pr-18{
    padding-right: 18px;
  }

  .desktop\:pb-18{
    padding-bottom: 18px;
  }

  .desktop\:pl-18{
    padding-left: 18px;
  }

  .desktop\:pt-20{
    padding-top: 20px;
  }

  .desktop\:pr-20{
    padding-right: 20px;
  }

  .desktop\:pb-20{
    padding-bottom: 20px;
  }

  .desktop\:pl-20{
    padding-left: 20px;
  }

  .desktop\:pt-24{
    padding-top: 24px;
  }

  .desktop\:pr-24{
    padding-right: 24px;
  }

  .desktop\:pb-24{
    padding-bottom: 24px;
  }

  .desktop\:pl-24{
    padding-left: 24px;
  }

  .desktop\:pt-28{
    padding-top: 28px;
  }

  .desktop\:pr-28{
    padding-right: 28px;
  }

  .desktop\:pb-28{
    padding-bottom: 28px;
  }

  .desktop\:pl-28{
    padding-left: 28px;
  }

  .desktop\:pt-29{
    padding-top: 29px;
  }

  .desktop\:pr-29{
    padding-right: 29px;
  }

  .desktop\:pb-29{
    padding-bottom: 29px;
  }

  .desktop\:pl-29{
    padding-left: 29px;
  }

  .desktop\:pt-30{
    padding-top: 30px;
  }

  .desktop\:pr-30{
    padding-right: 30px;
  }

  .desktop\:pb-30{
    padding-bottom: 30px;
  }

  .desktop\:pl-30{
    padding-left: 30px;
  }

  .desktop\:pt-32{
    padding-top: 32px;
  }

  .desktop\:pr-32{
    padding-right: 32px;
  }

  .desktop\:pb-32{
    padding-bottom: 32px;
  }

  .desktop\:pl-32{
    padding-left: 32px;
  }

  .desktop\:pt-34{
    padding-top: 34px;
  }

  .desktop\:pr-34{
    padding-right: 34px;
  }

  .desktop\:pb-34{
    padding-bottom: 34px;
  }

  .desktop\:pl-34{
    padding-left: 34px;
  }

  .desktop\:pt-36{
    padding-top: 36px;
  }

  .desktop\:pr-36{
    padding-right: 36px;
  }

  .desktop\:pb-36{
    padding-bottom: 36px;
  }

  .desktop\:pl-36{
    padding-left: 36px;
  }

  .desktop\:pt-40{
    padding-top: 40px;
  }

  .desktop\:pr-40{
    padding-right: 40px;
  }

  .desktop\:pb-40{
    padding-bottom: 40px;
  }

  .desktop\:pl-40{
    padding-left: 40px;
  }

  .desktop\:pt-48{
    padding-top: 48px;
  }

  .desktop\:pr-48{
    padding-right: 48px;
  }

  .desktop\:pb-48{
    padding-bottom: 48px;
  }

  .desktop\:pl-48{
    padding-left: 48px;
  }

  .desktop\:pt-50{
    padding-top: 50px;
  }

  .desktop\:pr-50{
    padding-right: 50px;
  }

  .desktop\:pb-50{
    padding-bottom: 50px;
  }

  .desktop\:pl-50{
    padding-left: 50px;
  }

  .desktop\:pt-56{
    padding-top: 56px;
  }

  .desktop\:pr-56{
    padding-right: 56px;
  }

  .desktop\:pb-56{
    padding-bottom: 56px;
  }

  .desktop\:pl-56{
    padding-left: 56px;
  }

  .desktop\:pt-60{
    padding-top: 60px;
  }

  .desktop\:pr-60{
    padding-right: 60px;
  }

  .desktop\:pb-60{
    padding-bottom: 60px;
  }

  .desktop\:pl-60{
    padding-left: 60px;
  }

  .desktop\:pt-64{
    padding-top: 64px;
  }

  .desktop\:pr-64{
    padding-right: 64px;
  }

  .desktop\:pb-64{
    padding-bottom: 64px;
  }

  .desktop\:pl-64{
    padding-left: 64px;
  }

  .desktop\:pt-70{
    padding-top: 70px;
  }

  .desktop\:pr-70{
    padding-right: 70px;
  }

  .desktop\:pb-70{
    padding-bottom: 70px;
  }

  .desktop\:pl-70{
    padding-left: 70px;
  }

  .desktop\:pt-72{
    padding-top: 72px;
  }

  .desktop\:pr-72{
    padding-right: 72px;
  }

  .desktop\:pb-72{
    padding-bottom: 72px;
  }

  .desktop\:pl-72{
    padding-left: 72px;
  }

  .desktop\:pt-80{
    padding-top: 80px;
  }

  .desktop\:pr-80{
    padding-right: 80px;
  }

  .desktop\:pb-80{
    padding-bottom: 80px;
  }

  .desktop\:pl-80{
    padding-left: 80px;
  }

  .desktop\:pt-88{
    padding-top: 88px;
  }

  .desktop\:pr-88{
    padding-right: 88px;
  }

  .desktop\:pb-88{
    padding-bottom: 88px;
  }

  .desktop\:pl-88{
    padding-left: 88px;
  }

  .desktop\:pt-90{
    padding-top: 90px;
  }

  .desktop\:pr-90{
    padding-right: 90px;
  }

  .desktop\:pb-90{
    padding-bottom: 90px;
  }

  .desktop\:pl-90{
    padding-left: 90px;
  }

  .desktop\:pt-96{
    padding-top: 96px;
  }

  .desktop\:pr-96{
    padding-right: 96px;
  }

  .desktop\:pb-96{
    padding-bottom: 96px;
  }

  .desktop\:pl-96{
    padding-left: 96px;
  }

  .desktop\:pt-100{
    padding-top: 100px;
  }

  .desktop\:pr-100{
    padding-right: 100px;
  }

  .desktop\:pb-100{
    padding-bottom: 100px;
  }

  .desktop\:pl-100{
    padding-left: 100px;
  }

  .desktop\:pt-112{
    padding-top: 112px;
  }

  .desktop\:pr-112{
    padding-right: 112px;
  }

  .desktop\:pb-112{
    padding-bottom: 112px;
  }

  .desktop\:pl-112{
    padding-left: 112px;
  }

  .desktop\:pt-128{
    padding-top: 128px;
  }

  .desktop\:pr-128{
    padding-right: 128px;
  }

  .desktop\:pb-128{
    padding-bottom: 128px;
  }

  .desktop\:pl-128{
    padding-left: 128px;
  }

  .desktop\:pt-135{
    padding-top: 135px;
  }

  .desktop\:pr-135{
    padding-right: 135px;
  }

  .desktop\:pb-135{
    padding-bottom: 135px;
  }

  .desktop\:pl-135{
    padding-left: 135px;
  }

  .desktop\:pt-145{
    padding-top: 145px;
  }

  .desktop\:pr-145{
    padding-right: 145px;
  }

  .desktop\:pb-145{
    padding-bottom: 145px;
  }

  .desktop\:pl-145{
    padding-left: 145px;
  }

  .desktop\:pt-155{
    padding-top: 155px;
  }

  .desktop\:pr-155{
    padding-right: 155px;
  }

  .desktop\:pb-155{
    padding-bottom: 155px;
  }

  .desktop\:pl-155{
    padding-left: 155px;
  }

  .desktop\:pt-160{
    padding-top: 160px;
  }

  .desktop\:pr-160{
    padding-right: 160px;
  }

  .desktop\:pb-160{
    padding-bottom: 160px;
  }

  .desktop\:pl-160{
    padding-left: 160px;
  }

  .desktop\:pt-192{
    padding-top: 192px;
  }

  .desktop\:pr-192{
    padding-right: 192px;
  }

  .desktop\:pb-192{
    padding-bottom: 192px;
  }

  .desktop\:pl-192{
    padding-left: 192px;
  }

  .desktop\:pt-200{
    padding-top: 200px;
  }

  .desktop\:pr-200{
    padding-right: 200px;
  }

  .desktop\:pb-200{
    padding-bottom: 200px;
  }

  .desktop\:pl-200{
    padding-left: 200px;
  }

  .desktop\:pt-224{
    padding-top: 224px;
  }

  .desktop\:pr-224{
    padding-right: 224px;
  }

  .desktop\:pb-224{
    padding-bottom: 224px;
  }

  .desktop\:pl-224{
    padding-left: 224px;
  }

  .desktop\:pt-227{
    padding-top: 227px;
  }

  .desktop\:pr-227{
    padding-right: 227px;
  }

  .desktop\:pb-227{
    padding-bottom: 227px;
  }

  .desktop\:pl-227{
    padding-left: 227px;
  }

  .desktop\:pt-250{
    padding-top: 250px;
  }

  .desktop\:pr-250{
    padding-right: 250px;
  }

  .desktop\:pb-250{
    padding-bottom: 250px;
  }

  .desktop\:pl-250{
    padding-left: 250px;
  }

  .desktop\:pt-256{
    padding-top: 256px;
  }

  .desktop\:pr-256{
    padding-right: 256px;
  }

  .desktop\:pb-256{
    padding-bottom: 256px;
  }

  .desktop\:pl-256{
    padding-left: 256px;
  }

  .desktop\:pt-270{
    padding-top: 270px;
  }

  .desktop\:pr-270{
    padding-right: 270px;
  }

  .desktop\:pb-270{
    padding-bottom: 270px;
  }

  .desktop\:pl-270{
    padding-left: 270px;
  }

  .desktop\:pt-288{
    padding-top: 288px;
  }

  .desktop\:pr-288{
    padding-right: 288px;
  }

  .desktop\:pb-288{
    padding-bottom: 288px;
  }

  .desktop\:pl-288{
    padding-left: 288px;
  }

  .desktop\:pt-304{
    padding-top: 304px;
  }

  .desktop\:pr-304{
    padding-right: 304px;
  }

  .desktop\:pb-304{
    padding-bottom: 304px;
  }

  .desktop\:pl-304{
    padding-left: 304px;
  }

  .desktop\:pt-314{
    padding-top: 314px;
  }

  .desktop\:pr-314{
    padding-right: 314px;
  }

  .desktop\:pb-314{
    padding-bottom: 314px;
  }

  .desktop\:pl-314{
    padding-left: 314px;
  }

  .desktop\:pt-320{
    padding-top: 320px;
  }

  .desktop\:pr-320{
    padding-right: 320px;
  }

  .desktop\:pb-320{
    padding-bottom: 320px;
  }

  .desktop\:pl-320{
    padding-left: 320px;
  }

  .desktop\:pt-352{
    padding-top: 352px;
  }

  .desktop\:pr-352{
    padding-right: 352px;
  }

  .desktop\:pb-352{
    padding-bottom: 352px;
  }

  .desktop\:pl-352{
    padding-left: 352px;
  }

  .desktop\:pt-384{
    padding-top: 384px;
  }

  .desktop\:pr-384{
    padding-right: 384px;
  }

  .desktop\:pb-384{
    padding-bottom: 384px;
  }

  .desktop\:pl-384{
    padding-left: 384px;
  }

  .desktop\:pt-416{
    padding-top: 416px;
  }

  .desktop\:pr-416{
    padding-right: 416px;
  }

  .desktop\:pb-416{
    padding-bottom: 416px;
  }

  .desktop\:pl-416{
    padding-left: 416px;
  }

  .desktop\:pt-448{
    padding-top: 448px;
  }

  .desktop\:pr-448{
    padding-right: 448px;
  }

  .desktop\:pb-448{
    padding-bottom: 448px;
  }

  .desktop\:pl-448{
    padding-left: 448px;
  }

  .desktop\:pt-480{
    padding-top: 480px;
  }

  .desktop\:pr-480{
    padding-right: 480px;
  }

  .desktop\:pb-480{
    padding-bottom: 480px;
  }

  .desktop\:pl-480{
    padding-left: 480px;
  }

  .desktop\:pt-512{
    padding-top: 512px;
  }

  .desktop\:pr-512{
    padding-right: 512px;
  }

  .desktop\:pb-512{
    padding-bottom: 512px;
  }

  .desktop\:pl-512{
    padding-left: 512px;
  }

  .desktop\:pt-576{
    padding-top: 576px;
  }

  .desktop\:pr-576{
    padding-right: 576px;
  }

  .desktop\:pb-576{
    padding-bottom: 576px;
  }

  .desktop\:pl-576{
    padding-left: 576px;
  }

  .desktop\:pt-612{
    padding-top: 612px;
  }

  .desktop\:pr-612{
    padding-right: 612px;
  }

  .desktop\:pb-612{
    padding-bottom: 612px;
  }

  .desktop\:pl-612{
    padding-left: 612px;
  }

  .desktop\:pt-640{
    padding-top: 640px;
  }

  .desktop\:pr-640{
    padding-right: 640px;
  }

  .desktop\:pb-640{
    padding-bottom: 640px;
  }

  .desktop\:pl-640{
    padding-left: 640px;
  }

  .desktop\:pt-768{
    padding-top: 768px;
  }

  .desktop\:pr-768{
    padding-right: 768px;
  }

  .desktop\:pb-768{
    padding-bottom: 768px;
  }

  .desktop\:pl-768{
    padding-left: 768px;
  }

  .desktop\:-pt-200{
    padding-top: -200px;
  }

  .desktop\:-pr-200{
    padding-right: -200px;
  }

  .desktop\:-pb-200{
    padding-bottom: -200px;
  }

  .desktop\:-pl-200{
    padding-left: -200px;
  }

  .desktop\:-pt-170{
    padding-top: -170px;
  }

  .desktop\:-pr-170{
    padding-right: -170px;
  }

  .desktop\:-pb-170{
    padding-bottom: -170px;
  }

  .desktop\:-pl-170{
    padding-left: -170px;
  }

  .desktop\:-pt-120{
    padding-top: -120px;
  }

  .desktop\:-pr-120{
    padding-right: -120px;
  }

  .desktop\:-pb-120{
    padding-bottom: -120px;
  }

  .desktop\:-pl-120{
    padding-left: -120px;
  }

  .desktop\:-pt-100{
    padding-top: -100px;
  }

  .desktop\:-pr-100{
    padding-right: -100px;
  }

  .desktop\:-pb-100{
    padding-bottom: -100px;
  }

  .desktop\:-pl-100{
    padding-left: -100px;
  }

  .desktop\:-pt-50{
    padding-top: -50px;
  }

  .desktop\:-pr-50{
    padding-right: -50px;
  }

  .desktop\:-pb-50{
    padding-bottom: -50px;
  }

  .desktop\:-pl-50{
    padding-left: -50px;
  }

  .desktop\:-pt-45{
    padding-top: -45px;
  }

  .desktop\:-pr-45{
    padding-right: -45px;
  }

  .desktop\:-pb-45{
    padding-bottom: -45px;
  }

  .desktop\:-pl-45{
    padding-left: -45px;
  }

  .desktop\:-pt-3{
    padding-top: -3px;
  }

  .desktop\:-pr-3{
    padding-right: -3px;
  }

  .desktop\:-pb-3{
    padding-bottom: -3px;
  }

  .desktop\:-pl-3{
    padding-left: -3px;
  }

  .desktop\:pt-px{
    padding-top: 1px;
  }

  .desktop\:pr-px{
    padding-right: 1px;
  }

  .desktop\:pb-px{
    padding-bottom: 1px;
  }

  .desktop\:pl-px{
    padding-left: 1px;
  }

  .desktop\:pt-20p{
    padding-top: 20%;
  }

  .desktop\:pr-20p{
    padding-right: 20%;
  }

  .desktop\:pb-20p{
    padding-bottom: 20%;
  }

  .desktop\:pl-20p{
    padding-left: 20%;
  }

  .desktop\:pt-40p{
    padding-top: 40%;
  }

  .desktop\:pr-40p{
    padding-right: 40%;
  }

  .desktop\:pb-40p{
    padding-bottom: 40%;
  }

  .desktop\:pl-40p{
    padding-left: 40%;
  }

  .desktop\:pt-49p{
    padding-top: 49%;
  }

  .desktop\:pr-49p{
    padding-right: 49%;
  }

  .desktop\:pb-49p{
    padding-bottom: 49%;
  }

  .desktop\:pl-49p{
    padding-left: 49%;
  }

  .desktop\:pt-52p{
    padding-top: 52%;
  }

  .desktop\:pr-52p{
    padding-right: 52%;
  }

  .desktop\:pb-52p{
    padding-bottom: 52%;
  }

  .desktop\:pl-52p{
    padding-left: 52%;
  }

  .desktop\:pt-53\.5p{
    padding-top: 53.5%;
  }

  .desktop\:pr-53\.5p{
    padding-right: 53.5%;
  }

  .desktop\:pb-53\.5p{
    padding-bottom: 53.5%;
  }

  .desktop\:pl-53\.5p{
    padding-left: 53.5%;
  }

  .desktop\:pt-60p{
    padding-top: 60%;
  }

  .desktop\:pr-60p{
    padding-right: 60%;
  }

  .desktop\:pb-60p{
    padding-bottom: 60%;
  }

  .desktop\:pl-60p{
    padding-left: 60%;
  }

  .desktop\:pt-71\.5p{
    padding-top: 71.5%;
  }

  .desktop\:pr-71\.5p{
    padding-right: 71.5%;
  }

  .desktop\:pb-71\.5p{
    padding-bottom: 71.5%;
  }

  .desktop\:pl-71\.5p{
    padding-left: 71.5%;
  }

  .desktop\:pt-80p{
    padding-top: 80%;
  }

  .desktop\:pr-80p{
    padding-right: 80%;
  }

  .desktop\:pb-80p{
    padding-bottom: 80%;
  }

  .desktop\:pl-80p{
    padding-left: 80%;
  }

  .desktop\:pt-90p{
    padding-top: 90%;
  }

  .desktop\:pr-90p{
    padding-right: 90%;
  }

  .desktop\:pb-90p{
    padding-bottom: 90%;
  }

  .desktop\:pl-90p{
    padding-left: 90%;
  }

  .desktop\:pt-95p{
    padding-top: 95%;
  }

  .desktop\:pr-95p{
    padding-right: 95%;
  }

  .desktop\:pb-95p{
    padding-bottom: 95%;
  }

  .desktop\:pl-95p{
    padding-left: 95%;
  }

  .desktop\:pt-100p{
    padding-top: 100%;
  }

  .desktop\:pr-100p{
    padding-right: 100%;
  }

  .desktop\:pb-100p{
    padding-bottom: 100%;
  }

  .desktop\:pl-100p{
    padding-left: 100%;
  }

  .desktop\:pt-110p{
    padding-top: 110%;
  }

  .desktop\:pr-110p{
    padding-right: 110%;
  }

  .desktop\:pb-110p{
    padding-bottom: 110%;
  }

  .desktop\:pl-110p{
    padding-left: 110%;
  }

  .desktop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .desktop\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .desktop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .desktop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .desktop\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .desktop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .desktop\:placeholder-blue-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-blue-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-white-10::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:placeholder-white-10:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:placeholder-white-10::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:placeholder-white-30::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:placeholder-white-30:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:placeholder-white-30::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:placeholder-white-70::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:placeholder-white-70:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:placeholder-white-70::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-3::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-3:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-3::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-4::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-4:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-4::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--1::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--1:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--1::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--2::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--2:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-grey--2::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .desktop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .desktop\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .desktop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .desktop\:focus\:placeholder-blue-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white-10:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:placeholder-white-10:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:placeholder-white-10:focus::placeholder{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:placeholder-white-30:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:placeholder-white-30:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:placeholder-white-30:focus::placeholder{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:placeholder-white-70:focus::-moz-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:placeholder-white-70:focus:-ms-input-placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:placeholder-white-70:focus::placeholder{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-3:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-3:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-3:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-4:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-4:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--1:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--1:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--1:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--2:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--2:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey--2:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .desktop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .desktop\:pointer-events-none{
    pointer-events: none;
  }

  .desktop\:pointer-events-auto{
    pointer-events: auto;
  }

  .desktop\:static{
    position: static;
  }

  .desktop\:fixed{
    position: fixed;
  }

  .desktop\:absolute{
    position: absolute;
  }

  .desktop\:relative{
    position: relative;
  }

  .desktop\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .desktop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .desktop\:inset-2{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .desktop\:inset-4{
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .desktop\:inset-5{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:inset-7{
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .desktop\:inset-8{
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .desktop\:inset-10{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:inset-11{
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .desktop\:inset-12{
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .desktop\:inset-13{
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .desktop\:inset-15{
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:inset-16{
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .desktop\:inset-20{
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .desktop\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .desktop\:inset-29{
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .desktop\:inset-30{
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:inset-32{
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .desktop\:inset-34{
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .desktop\:inset-36{
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .desktop\:inset-40{
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:inset-48{
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .desktop\:inset-50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:inset-56{
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .desktop\:inset-60{
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .desktop\:inset-64{
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .desktop\:inset-70{
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:inset-72{
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .desktop\:inset-80{
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .desktop\:inset-88{
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .desktop\:inset-90{
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .desktop\:inset-96{
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .desktop\:inset-100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:inset-112{
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .desktop\:inset-128{
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .desktop\:inset-135{
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .desktop\:inset-145{
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px;
  }

  .desktop\:inset-155{
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
  }

  .desktop\:inset-160{
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
  }

  .desktop\:inset-192{
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px;
  }

  .desktop\:inset-200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .desktop\:inset-224{
    top: 224px;
    right: 224px;
    bottom: 224px;
    left: 224px;
  }

  .desktop\:inset-227{
    top: 227px;
    right: 227px;
    bottom: 227px;
    left: 227px;
  }

  .desktop\:inset-250{
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .desktop\:inset-256{
    top: 256px;
    right: 256px;
    bottom: 256px;
    left: 256px;
  }

  .desktop\:inset-270{
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
  }

  .desktop\:inset-288{
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px;
  }

  .desktop\:inset-304{
    top: 304px;
    right: 304px;
    bottom: 304px;
    left: 304px;
  }

  .desktop\:inset-314{
    top: 314px;
    right: 314px;
    bottom: 314px;
    left: 314px;
  }

  .desktop\:inset-320{
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .desktop\:inset-352{
    top: 352px;
    right: 352px;
    bottom: 352px;
    left: 352px;
  }

  .desktop\:inset-384{
    top: 384px;
    right: 384px;
    bottom: 384px;
    left: 384px;
  }

  .desktop\:inset-416{
    top: 416px;
    right: 416px;
    bottom: 416px;
    left: 416px;
  }

  .desktop\:inset-448{
    top: 448px;
    right: 448px;
    bottom: 448px;
    left: 448px;
  }

  .desktop\:inset-480{
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .desktop\:inset-512{
    top: 512px;
    right: 512px;
    bottom: 512px;
    left: 512px;
  }

  .desktop\:inset-576{
    top: 576px;
    right: 576px;
    bottom: 576px;
    left: 576px;
  }

  .desktop\:inset-612{
    top: 612px;
    right: 612px;
    bottom: 612px;
    left: 612px;
  }

  .desktop\:inset-640{
    top: 640px;
    right: 640px;
    bottom: 640px;
    left: 640px;
  }

  .desktop\:inset-768{
    top: 768px;
    right: 768px;
    bottom: 768px;
    left: 768px;
  }

  .desktop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:-inset-200{
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .desktop\:-inset-170{
    top: -170px;
    right: -170px;
    bottom: -170px;
    left: -170px;
  }

  .desktop\:-inset-120{
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .desktop\:-inset-100{
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .desktop\:-inset-50{
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .desktop\:-inset-45{
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .desktop\:-inset-3{
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .desktop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .desktop\:inset-20p{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:inset-40p{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .desktop\:inset-49p{
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
  }

  .desktop\:inset-52p{
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
  }

  .desktop\:inset-53\.5p{
    top: 53.5%;
    right: 53.5%;
    bottom: 53.5%;
    left: 53.5%;
  }

  .desktop\:inset-60p{
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .desktop\:inset-71\.5p{
    top: 71.5%;
    right: 71.5%;
    bottom: 71.5%;
    left: 71.5%;
  }

  .desktop\:inset-80p{
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .desktop\:inset-90p{
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .desktop\:inset-95p{
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .desktop\:inset-100p{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .desktop\:inset-110p{
    top: 110%;
    right: 110%;
    bottom: 110%;
    left: 110%;
  }

  .desktop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .desktop\:-inset-2{
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .desktop\:-inset-4{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .desktop\:-inset-5{
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .desktop\:-inset-7{
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .desktop\:-inset-8{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .desktop\:-inset-10{
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .desktop\:-inset-11{
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .desktop\:-inset-12{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .desktop\:-inset-13{
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .desktop\:-inset-15{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .desktop\:-inset-16{
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .desktop\:-inset-18{
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .desktop\:-inset-20{
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .desktop\:-inset-24{
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .desktop\:-inset-28{
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:-inset-29{
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .desktop\:-inset-30{
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .desktop\:-inset-32{
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .desktop\:-inset-34{
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .desktop\:-inset-36{
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .desktop\:-inset-40{
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .desktop\:-inset-48{
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .desktop\:-inset-56{
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .desktop\:-inset-60{
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:-inset-64{
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .desktop\:-inset-70{
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .desktop\:-inset-72{
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .desktop\:-inset-80{
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .desktop\:-inset-88{
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .desktop\:-inset-90{
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .desktop\:-inset-96{
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .desktop\:-inset-112{
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .desktop\:-inset-128{
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .desktop\:-inset-135{
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .desktop\:-inset-145{
    top: -145px;
    right: -145px;
    bottom: -145px;
    left: -145px;
  }

  .desktop\:-inset-155{
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
  }

  .desktop\:-inset-160{
    top: -160px;
    right: -160px;
    bottom: -160px;
    left: -160px;
  }

  .desktop\:-inset-192{
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px;
  }

  .desktop\:-inset-224{
    top: -224px;
    right: -224px;
    bottom: -224px;
    left: -224px;
  }

  .desktop\:-inset-227{
    top: -227px;
    right: -227px;
    bottom: -227px;
    left: -227px;
  }

  .desktop\:-inset-250{
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .desktop\:-inset-256{
    top: -256px;
    right: -256px;
    bottom: -256px;
    left: -256px;
  }

  .desktop\:-inset-270{
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
  }

  .desktop\:-inset-288{
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px;
  }

  .desktop\:-inset-304{
    top: -304px;
    right: -304px;
    bottom: -304px;
    left: -304px;
  }

  .desktop\:-inset-314{
    top: -314px;
    right: -314px;
    bottom: -314px;
    left: -314px;
  }

  .desktop\:-inset-320{
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .desktop\:-inset-352{
    top: -352px;
    right: -352px;
    bottom: -352px;
    left: -352px;
  }

  .desktop\:-inset-384{
    top: -384px;
    right: -384px;
    bottom: -384px;
    left: -384px;
  }

  .desktop\:-inset-416{
    top: -416px;
    right: -416px;
    bottom: -416px;
    left: -416px;
  }

  .desktop\:-inset-448{
    top: -448px;
    right: -448px;
    bottom: -448px;
    left: -448px;
  }

  .desktop\:-inset-480{
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .desktop\:-inset-512{
    top: -512px;
    right: -512px;
    bottom: -512px;
    left: -512px;
  }

  .desktop\:-inset-576{
    top: -576px;
    right: -576px;
    bottom: -576px;
    left: -576px;
  }

  .desktop\:-inset-612{
    top: -612px;
    right: -612px;
    bottom: -612px;
    left: -612px;
  }

  .desktop\:-inset-640{
    top: -640px;
    right: -640px;
    bottom: -640px;
    left: -640px;
  }

  .desktop\:-inset-768{
    top: -768px;
    right: -768px;
    bottom: -768px;
    left: -768px;
  }

  .desktop\:-inset--200{
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .desktop\:-inset--170{
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px;
  }

  .desktop\:-inset--120{
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:-inset--100{
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:-inset--50{
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:-inset--45{
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .desktop\:-inset--3{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .desktop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .desktop\:-inset-20p{
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .desktop\:-inset-40p{
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .desktop\:-inset-49p{
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
  }

  .desktop\:-inset-52p{
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
  }

  .desktop\:-inset-53\.5p{
    top: -53.5%;
    right: -53.5%;
    bottom: -53.5%;
    left: -53.5%;
  }

  .desktop\:-inset-60p{
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .desktop\:-inset-71\.5p{
    top: -71.5%;
    right: -71.5%;
    bottom: -71.5%;
    left: -71.5%;
  }

  .desktop\:-inset-80p{
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .desktop\:-inset-90p{
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .desktop\:-inset-95p{
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .desktop\:-inset-100p{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .desktop\:-inset-110p{
    top: -110%;
    right: -110%;
    bottom: -110%;
    left: -110%;
  }

  .desktop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .desktop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .desktop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .desktop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .desktop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .desktop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .desktop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .desktop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .desktop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .desktop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .desktop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .desktop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .desktop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .desktop\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .desktop\:inset-y-2{
    top: 2px;
    bottom: 2px;
  }

  .desktop\:inset-x-2{
    right: 2px;
    left: 2px;
  }

  .desktop\:inset-y-4{
    top: 4px;
    bottom: 4px;
  }

  .desktop\:inset-x-4{
    right: 4px;
    left: 4px;
  }

  .desktop\:inset-y-5{
    top: 5px;
    bottom: 5px;
  }

  .desktop\:inset-x-5{
    right: 5px;
    left: 5px;
  }

  .desktop\:inset-y-7{
    top: 7px;
    bottom: 7px;
  }

  .desktop\:inset-x-7{
    right: 7px;
    left: 7px;
  }

  .desktop\:inset-y-8{
    top: 8px;
    bottom: 8px;
  }

  .desktop\:inset-x-8{
    right: 8px;
    left: 8px;
  }

  .desktop\:inset-y-10{
    top: 10px;
    bottom: 10px;
  }

  .desktop\:inset-x-10{
    right: 10px;
    left: 10px;
  }

  .desktop\:inset-y-11{
    top: 11px;
    bottom: 11px;
  }

  .desktop\:inset-x-11{
    right: 11px;
    left: 11px;
  }

  .desktop\:inset-y-12{
    top: 12px;
    bottom: 12px;
  }

  .desktop\:inset-x-12{
    right: 12px;
    left: 12px;
  }

  .desktop\:inset-y-13{
    top: 13px;
    bottom: 13px;
  }

  .desktop\:inset-x-13{
    right: 13px;
    left: 13px;
  }

  .desktop\:inset-y-15{
    top: 15px;
    bottom: 15px;
  }

  .desktop\:inset-x-15{
    right: 15px;
    left: 15px;
  }

  .desktop\:inset-y-16{
    top: 16px;
    bottom: 16px;
  }

  .desktop\:inset-x-16{
    right: 16px;
    left: 16px;
  }

  .desktop\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .desktop\:inset-x-18{
    right: 18px;
    left: 18px;
  }

  .desktop\:inset-y-20{
    top: 20px;
    bottom: 20px;
  }

  .desktop\:inset-x-20{
    right: 20px;
    left: 20px;
  }

  .desktop\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .desktop\:inset-x-24{
    right: 24px;
    left: 24px;
  }

  .desktop\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .desktop\:inset-x-28{
    right: 28px;
    left: 28px;
  }

  .desktop\:inset-y-29{
    top: 29px;
    bottom: 29px;
  }

  .desktop\:inset-x-29{
    right: 29px;
    left: 29px;
  }

  .desktop\:inset-y-30{
    top: 30px;
    bottom: 30px;
  }

  .desktop\:inset-x-30{
    right: 30px;
    left: 30px;
  }

  .desktop\:inset-y-32{
    top: 32px;
    bottom: 32px;
  }

  .desktop\:inset-x-32{
    right: 32px;
    left: 32px;
  }

  .desktop\:inset-y-34{
    top: 34px;
    bottom: 34px;
  }

  .desktop\:inset-x-34{
    right: 34px;
    left: 34px;
  }

  .desktop\:inset-y-36{
    top: 36px;
    bottom: 36px;
  }

  .desktop\:inset-x-36{
    right: 36px;
    left: 36px;
  }

  .desktop\:inset-y-40{
    top: 40px;
    bottom: 40px;
  }

  .desktop\:inset-x-40{
    right: 40px;
    left: 40px;
  }

  .desktop\:inset-y-48{
    top: 48px;
    bottom: 48px;
  }

  .desktop\:inset-x-48{
    right: 48px;
    left: 48px;
  }

  .desktop\:inset-y-50{
    top: 50px;
    bottom: 50px;
  }

  .desktop\:inset-x-50{
    right: 50px;
    left: 50px;
  }

  .desktop\:inset-y-56{
    top: 56px;
    bottom: 56px;
  }

  .desktop\:inset-x-56{
    right: 56px;
    left: 56px;
  }

  .desktop\:inset-y-60{
    top: 60px;
    bottom: 60px;
  }

  .desktop\:inset-x-60{
    right: 60px;
    left: 60px;
  }

  .desktop\:inset-y-64{
    top: 64px;
    bottom: 64px;
  }

  .desktop\:inset-x-64{
    right: 64px;
    left: 64px;
  }

  .desktop\:inset-y-70{
    top: 70px;
    bottom: 70px;
  }

  .desktop\:inset-x-70{
    right: 70px;
    left: 70px;
  }

  .desktop\:inset-y-72{
    top: 72px;
    bottom: 72px;
  }

  .desktop\:inset-x-72{
    right: 72px;
    left: 72px;
  }

  .desktop\:inset-y-80{
    top: 80px;
    bottom: 80px;
  }

  .desktop\:inset-x-80{
    right: 80px;
    left: 80px;
  }

  .desktop\:inset-y-88{
    top: 88px;
    bottom: 88px;
  }

  .desktop\:inset-x-88{
    right: 88px;
    left: 88px;
  }

  .desktop\:inset-y-90{
    top: 90px;
    bottom: 90px;
  }

  .desktop\:inset-x-90{
    right: 90px;
    left: 90px;
  }

  .desktop\:inset-y-96{
    top: 96px;
    bottom: 96px;
  }

  .desktop\:inset-x-96{
    right: 96px;
    left: 96px;
  }

  .desktop\:inset-y-100{
    top: 100px;
    bottom: 100px;
  }

  .desktop\:inset-x-100{
    right: 100px;
    left: 100px;
  }

  .desktop\:inset-y-112{
    top: 112px;
    bottom: 112px;
  }

  .desktop\:inset-x-112{
    right: 112px;
    left: 112px;
  }

  .desktop\:inset-y-128{
    top: 128px;
    bottom: 128px;
  }

  .desktop\:inset-x-128{
    right: 128px;
    left: 128px;
  }

  .desktop\:inset-y-135{
    top: 135px;
    bottom: 135px;
  }

  .desktop\:inset-x-135{
    right: 135px;
    left: 135px;
  }

  .desktop\:inset-y-145{
    top: 145px;
    bottom: 145px;
  }

  .desktop\:inset-x-145{
    right: 145px;
    left: 145px;
  }

  .desktop\:inset-y-155{
    top: 155px;
    bottom: 155px;
  }

  .desktop\:inset-x-155{
    right: 155px;
    left: 155px;
  }

  .desktop\:inset-y-160{
    top: 160px;
    bottom: 160px;
  }

  .desktop\:inset-x-160{
    right: 160px;
    left: 160px;
  }

  .desktop\:inset-y-192{
    top: 192px;
    bottom: 192px;
  }

  .desktop\:inset-x-192{
    right: 192px;
    left: 192px;
  }

  .desktop\:inset-y-200{
    top: 200px;
    bottom: 200px;
  }

  .desktop\:inset-x-200{
    right: 200px;
    left: 200px;
  }

  .desktop\:inset-y-224{
    top: 224px;
    bottom: 224px;
  }

  .desktop\:inset-x-224{
    right: 224px;
    left: 224px;
  }

  .desktop\:inset-y-227{
    top: 227px;
    bottom: 227px;
  }

  .desktop\:inset-x-227{
    right: 227px;
    left: 227px;
  }

  .desktop\:inset-y-250{
    top: 250px;
    bottom: 250px;
  }

  .desktop\:inset-x-250{
    right: 250px;
    left: 250px;
  }

  .desktop\:inset-y-256{
    top: 256px;
    bottom: 256px;
  }

  .desktop\:inset-x-256{
    right: 256px;
    left: 256px;
  }

  .desktop\:inset-y-270{
    top: 270px;
    bottom: 270px;
  }

  .desktop\:inset-x-270{
    right: 270px;
    left: 270px;
  }

  .desktop\:inset-y-288{
    top: 288px;
    bottom: 288px;
  }

  .desktop\:inset-x-288{
    right: 288px;
    left: 288px;
  }

  .desktop\:inset-y-304{
    top: 304px;
    bottom: 304px;
  }

  .desktop\:inset-x-304{
    right: 304px;
    left: 304px;
  }

  .desktop\:inset-y-314{
    top: 314px;
    bottom: 314px;
  }

  .desktop\:inset-x-314{
    right: 314px;
    left: 314px;
  }

  .desktop\:inset-y-320{
    top: 320px;
    bottom: 320px;
  }

  .desktop\:inset-x-320{
    right: 320px;
    left: 320px;
  }

  .desktop\:inset-y-352{
    top: 352px;
    bottom: 352px;
  }

  .desktop\:inset-x-352{
    right: 352px;
    left: 352px;
  }

  .desktop\:inset-y-384{
    top: 384px;
    bottom: 384px;
  }

  .desktop\:inset-x-384{
    right: 384px;
    left: 384px;
  }

  .desktop\:inset-y-416{
    top: 416px;
    bottom: 416px;
  }

  .desktop\:inset-x-416{
    right: 416px;
    left: 416px;
  }

  .desktop\:inset-y-448{
    top: 448px;
    bottom: 448px;
  }

  .desktop\:inset-x-448{
    right: 448px;
    left: 448px;
  }

  .desktop\:inset-y-480{
    top: 480px;
    bottom: 480px;
  }

  .desktop\:inset-x-480{
    right: 480px;
    left: 480px;
  }

  .desktop\:inset-y-512{
    top: 512px;
    bottom: 512px;
  }

  .desktop\:inset-x-512{
    right: 512px;
    left: 512px;
  }

  .desktop\:inset-y-576{
    top: 576px;
    bottom: 576px;
  }

  .desktop\:inset-x-576{
    right: 576px;
    left: 576px;
  }

  .desktop\:inset-y-612{
    top: 612px;
    bottom: 612px;
  }

  .desktop\:inset-x-612{
    right: 612px;
    left: 612px;
  }

  .desktop\:inset-y-640{
    top: 640px;
    bottom: 640px;
  }

  .desktop\:inset-x-640{
    right: 640px;
    left: 640px;
  }

  .desktop\:inset-y-768{
    top: 768px;
    bottom: 768px;
  }

  .desktop\:inset-x-768{
    right: 768px;
    left: 768px;
  }

  .desktop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .desktop\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .desktop\:-inset-y-200{
    top: -200px;
    bottom: -200px;
  }

  .desktop\:-inset-x-200{
    right: -200px;
    left: -200px;
  }

  .desktop\:-inset-y-170{
    top: -170px;
    bottom: -170px;
  }

  .desktop\:-inset-x-170{
    right: -170px;
    left: -170px;
  }

  .desktop\:-inset-y-120{
    top: -120px;
    bottom: -120px;
  }

  .desktop\:-inset-x-120{
    right: -120px;
    left: -120px;
  }

  .desktop\:-inset-y-100{
    top: -100px;
    bottom: -100px;
  }

  .desktop\:-inset-x-100{
    right: -100px;
    left: -100px;
  }

  .desktop\:-inset-y-50{
    top: -50px;
    bottom: -50px;
  }

  .desktop\:-inset-x-50{
    right: -50px;
    left: -50px;
  }

  .desktop\:-inset-y-45{
    top: -45px;
    bottom: -45px;
  }

  .desktop\:-inset-x-45{
    right: -45px;
    left: -45px;
  }

  .desktop\:-inset-y-3{
    top: -3px;
    bottom: -3px;
  }

  .desktop\:-inset-x-3{
    right: -3px;
    left: -3px;
  }

  .desktop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .desktop\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .desktop\:inset-y-20p{
    top: 20%;
    bottom: 20%;
  }

  .desktop\:inset-x-20p{
    right: 20%;
    left: 20%;
  }

  .desktop\:inset-y-40p{
    top: 40%;
    bottom: 40%;
  }

  .desktop\:inset-x-40p{
    right: 40%;
    left: 40%;
  }

  .desktop\:inset-y-49p{
    top: 49%;
    bottom: 49%;
  }

  .desktop\:inset-x-49p{
    right: 49%;
    left: 49%;
  }

  .desktop\:inset-y-52p{
    top: 52%;
    bottom: 52%;
  }

  .desktop\:inset-x-52p{
    right: 52%;
    left: 52%;
  }

  .desktop\:inset-y-53\.5p{
    top: 53.5%;
    bottom: 53.5%;
  }

  .desktop\:inset-x-53\.5p{
    right: 53.5%;
    left: 53.5%;
  }

  .desktop\:inset-y-60p{
    top: 60%;
    bottom: 60%;
  }

  .desktop\:inset-x-60p{
    right: 60%;
    left: 60%;
  }

  .desktop\:inset-y-71\.5p{
    top: 71.5%;
    bottom: 71.5%;
  }

  .desktop\:inset-x-71\.5p{
    right: 71.5%;
    left: 71.5%;
  }

  .desktop\:inset-y-80p{
    top: 80%;
    bottom: 80%;
  }

  .desktop\:inset-x-80p{
    right: 80%;
    left: 80%;
  }

  .desktop\:inset-y-90p{
    top: 90%;
    bottom: 90%;
  }

  .desktop\:inset-x-90p{
    right: 90%;
    left: 90%;
  }

  .desktop\:inset-y-95p{
    top: 95%;
    bottom: 95%;
  }

  .desktop\:inset-x-95p{
    right: 95%;
    left: 95%;
  }

  .desktop\:inset-y-100p{
    top: 100%;
    bottom: 100%;
  }

  .desktop\:inset-x-100p{
    right: 100%;
    left: 100%;
  }

  .desktop\:inset-y-110p{
    top: 110%;
    bottom: 110%;
  }

  .desktop\:inset-x-110p{
    right: 110%;
    left: 110%;
  }

  .desktop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .desktop\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .desktop\:-inset-y-2{
    top: -2px;
    bottom: -2px;
  }

  .desktop\:-inset-x-2{
    right: -2px;
    left: -2px;
  }

  .desktop\:-inset-y-4{
    top: -4px;
    bottom: -4px;
  }

  .desktop\:-inset-x-4{
    right: -4px;
    left: -4px;
  }

  .desktop\:-inset-y-5{
    top: -5px;
    bottom: -5px;
  }

  .desktop\:-inset-x-5{
    right: -5px;
    left: -5px;
  }

  .desktop\:-inset-y-7{
    top: -7px;
    bottom: -7px;
  }

  .desktop\:-inset-x-7{
    right: -7px;
    left: -7px;
  }

  .desktop\:-inset-y-8{
    top: -8px;
    bottom: -8px;
  }

  .desktop\:-inset-x-8{
    right: -8px;
    left: -8px;
  }

  .desktop\:-inset-y-10{
    top: -10px;
    bottom: -10px;
  }

  .desktop\:-inset-x-10{
    right: -10px;
    left: -10px;
  }

  .desktop\:-inset-y-11{
    top: -11px;
    bottom: -11px;
  }

  .desktop\:-inset-x-11{
    right: -11px;
    left: -11px;
  }

  .desktop\:-inset-y-12{
    top: -12px;
    bottom: -12px;
  }

  .desktop\:-inset-x-12{
    right: -12px;
    left: -12px;
  }

  .desktop\:-inset-y-13{
    top: -13px;
    bottom: -13px;
  }

  .desktop\:-inset-x-13{
    right: -13px;
    left: -13px;
  }

  .desktop\:-inset-y-15{
    top: -15px;
    bottom: -15px;
  }

  .desktop\:-inset-x-15{
    right: -15px;
    left: -15px;
  }

  .desktop\:-inset-y-16{
    top: -16px;
    bottom: -16px;
  }

  .desktop\:-inset-x-16{
    right: -16px;
    left: -16px;
  }

  .desktop\:-inset-y-18{
    top: -18px;
    bottom: -18px;
  }

  .desktop\:-inset-x-18{
    right: -18px;
    left: -18px;
  }

  .desktop\:-inset-y-20{
    top: -20px;
    bottom: -20px;
  }

  .desktop\:-inset-x-20{
    right: -20px;
    left: -20px;
  }

  .desktop\:-inset-y-24{
    top: -24px;
    bottom: -24px;
  }

  .desktop\:-inset-x-24{
    right: -24px;
    left: -24px;
  }

  .desktop\:-inset-y-28{
    top: -28px;
    bottom: -28px;
  }

  .desktop\:-inset-x-28{
    right: -28px;
    left: -28px;
  }

  .desktop\:-inset-y-29{
    top: -29px;
    bottom: -29px;
  }

  .desktop\:-inset-x-29{
    right: -29px;
    left: -29px;
  }

  .desktop\:-inset-y-30{
    top: -30px;
    bottom: -30px;
  }

  .desktop\:-inset-x-30{
    right: -30px;
    left: -30px;
  }

  .desktop\:-inset-y-32{
    top: -32px;
    bottom: -32px;
  }

  .desktop\:-inset-x-32{
    right: -32px;
    left: -32px;
  }

  .desktop\:-inset-y-34{
    top: -34px;
    bottom: -34px;
  }

  .desktop\:-inset-x-34{
    right: -34px;
    left: -34px;
  }

  .desktop\:-inset-y-36{
    top: -36px;
    bottom: -36px;
  }

  .desktop\:-inset-x-36{
    right: -36px;
    left: -36px;
  }

  .desktop\:-inset-y-40{
    top: -40px;
    bottom: -40px;
  }

  .desktop\:-inset-x-40{
    right: -40px;
    left: -40px;
  }

  .desktop\:-inset-y-48{
    top: -48px;
    bottom: -48px;
  }

  .desktop\:-inset-x-48{
    right: -48px;
    left: -48px;
  }

  .desktop\:-inset-y-56{
    top: -56px;
    bottom: -56px;
  }

  .desktop\:-inset-x-56{
    right: -56px;
    left: -56px;
  }

  .desktop\:-inset-y-60{
    top: -60px;
    bottom: -60px;
  }

  .desktop\:-inset-x-60{
    right: -60px;
    left: -60px;
  }

  .desktop\:-inset-y-64{
    top: -64px;
    bottom: -64px;
  }

  .desktop\:-inset-x-64{
    right: -64px;
    left: -64px;
  }

  .desktop\:-inset-y-70{
    top: -70px;
    bottom: -70px;
  }

  .desktop\:-inset-x-70{
    right: -70px;
    left: -70px;
  }

  .desktop\:-inset-y-72{
    top: -72px;
    bottom: -72px;
  }

  .desktop\:-inset-x-72{
    right: -72px;
    left: -72px;
  }

  .desktop\:-inset-y-80{
    top: -80px;
    bottom: -80px;
  }

  .desktop\:-inset-x-80{
    right: -80px;
    left: -80px;
  }

  .desktop\:-inset-y-88{
    top: -88px;
    bottom: -88px;
  }

  .desktop\:-inset-x-88{
    right: -88px;
    left: -88px;
  }

  .desktop\:-inset-y-90{
    top: -90px;
    bottom: -90px;
  }

  .desktop\:-inset-x-90{
    right: -90px;
    left: -90px;
  }

  .desktop\:-inset-y-96{
    top: -96px;
    bottom: -96px;
  }

  .desktop\:-inset-x-96{
    right: -96px;
    left: -96px;
  }

  .desktop\:-inset-y-112{
    top: -112px;
    bottom: -112px;
  }

  .desktop\:-inset-x-112{
    right: -112px;
    left: -112px;
  }

  .desktop\:-inset-y-128{
    top: -128px;
    bottom: -128px;
  }

  .desktop\:-inset-x-128{
    right: -128px;
    left: -128px;
  }

  .desktop\:-inset-y-135{
    top: -135px;
    bottom: -135px;
  }

  .desktop\:-inset-x-135{
    right: -135px;
    left: -135px;
  }

  .desktop\:-inset-y-145{
    top: -145px;
    bottom: -145px;
  }

  .desktop\:-inset-x-145{
    right: -145px;
    left: -145px;
  }

  .desktop\:-inset-y-155{
    top: -155px;
    bottom: -155px;
  }

  .desktop\:-inset-x-155{
    right: -155px;
    left: -155px;
  }

  .desktop\:-inset-y-160{
    top: -160px;
    bottom: -160px;
  }

  .desktop\:-inset-x-160{
    right: -160px;
    left: -160px;
  }

  .desktop\:-inset-y-192{
    top: -192px;
    bottom: -192px;
  }

  .desktop\:-inset-x-192{
    right: -192px;
    left: -192px;
  }

  .desktop\:-inset-y-224{
    top: -224px;
    bottom: -224px;
  }

  .desktop\:-inset-x-224{
    right: -224px;
    left: -224px;
  }

  .desktop\:-inset-y-227{
    top: -227px;
    bottom: -227px;
  }

  .desktop\:-inset-x-227{
    right: -227px;
    left: -227px;
  }

  .desktop\:-inset-y-250{
    top: -250px;
    bottom: -250px;
  }

  .desktop\:-inset-x-250{
    right: -250px;
    left: -250px;
  }

  .desktop\:-inset-y-256{
    top: -256px;
    bottom: -256px;
  }

  .desktop\:-inset-x-256{
    right: -256px;
    left: -256px;
  }

  .desktop\:-inset-y-270{
    top: -270px;
    bottom: -270px;
  }

  .desktop\:-inset-x-270{
    right: -270px;
    left: -270px;
  }

  .desktop\:-inset-y-288{
    top: -288px;
    bottom: -288px;
  }

  .desktop\:-inset-x-288{
    right: -288px;
    left: -288px;
  }

  .desktop\:-inset-y-304{
    top: -304px;
    bottom: -304px;
  }

  .desktop\:-inset-x-304{
    right: -304px;
    left: -304px;
  }

  .desktop\:-inset-y-314{
    top: -314px;
    bottom: -314px;
  }

  .desktop\:-inset-x-314{
    right: -314px;
    left: -314px;
  }

  .desktop\:-inset-y-320{
    top: -320px;
    bottom: -320px;
  }

  .desktop\:-inset-x-320{
    right: -320px;
    left: -320px;
  }

  .desktop\:-inset-y-352{
    top: -352px;
    bottom: -352px;
  }

  .desktop\:-inset-x-352{
    right: -352px;
    left: -352px;
  }

  .desktop\:-inset-y-384{
    top: -384px;
    bottom: -384px;
  }

  .desktop\:-inset-x-384{
    right: -384px;
    left: -384px;
  }

  .desktop\:-inset-y-416{
    top: -416px;
    bottom: -416px;
  }

  .desktop\:-inset-x-416{
    right: -416px;
    left: -416px;
  }

  .desktop\:-inset-y-448{
    top: -448px;
    bottom: -448px;
  }

  .desktop\:-inset-x-448{
    right: -448px;
    left: -448px;
  }

  .desktop\:-inset-y-480{
    top: -480px;
    bottom: -480px;
  }

  .desktop\:-inset-x-480{
    right: -480px;
    left: -480px;
  }

  .desktop\:-inset-y-512{
    top: -512px;
    bottom: -512px;
  }

  .desktop\:-inset-x-512{
    right: -512px;
    left: -512px;
  }

  .desktop\:-inset-y-576{
    top: -576px;
    bottom: -576px;
  }

  .desktop\:-inset-x-576{
    right: -576px;
    left: -576px;
  }

  .desktop\:-inset-y-612{
    top: -612px;
    bottom: -612px;
  }

  .desktop\:-inset-x-612{
    right: -612px;
    left: -612px;
  }

  .desktop\:-inset-y-640{
    top: -640px;
    bottom: -640px;
  }

  .desktop\:-inset-x-640{
    right: -640px;
    left: -640px;
  }

  .desktop\:-inset-y-768{
    top: -768px;
    bottom: -768px;
  }

  .desktop\:-inset-x-768{
    right: -768px;
    left: -768px;
  }

  .desktop\:-inset-y--200{
    top: 200px;
    bottom: 200px;
  }

  .desktop\:-inset-x--200{
    right: 200px;
    left: 200px;
  }

  .desktop\:-inset-y--170{
    top: 170px;
    bottom: 170px;
  }

  .desktop\:-inset-x--170{
    right: 170px;
    left: 170px;
  }

  .desktop\:-inset-y--120{
    top: 120px;
    bottom: 120px;
  }

  .desktop\:-inset-x--120{
    right: 120px;
    left: 120px;
  }

  .desktop\:-inset-y--100{
    top: 100px;
    bottom: 100px;
  }

  .desktop\:-inset-x--100{
    right: 100px;
    left: 100px;
  }

  .desktop\:-inset-y--50{
    top: 50px;
    bottom: 50px;
  }

  .desktop\:-inset-x--50{
    right: 50px;
    left: 50px;
  }

  .desktop\:-inset-y--45{
    top: 45px;
    bottom: 45px;
  }

  .desktop\:-inset-x--45{
    right: 45px;
    left: 45px;
  }

  .desktop\:-inset-y--3{
    top: 3px;
    bottom: 3px;
  }

  .desktop\:-inset-x--3{
    right: 3px;
    left: 3px;
  }

  .desktop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .desktop\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .desktop\:-inset-y-20p{
    top: -20%;
    bottom: -20%;
  }

  .desktop\:-inset-x-20p{
    right: -20%;
    left: -20%;
  }

  .desktop\:-inset-y-40p{
    top: -40%;
    bottom: -40%;
  }

  .desktop\:-inset-x-40p{
    right: -40%;
    left: -40%;
  }

  .desktop\:-inset-y-49p{
    top: -49%;
    bottom: -49%;
  }

  .desktop\:-inset-x-49p{
    right: -49%;
    left: -49%;
  }

  .desktop\:-inset-y-52p{
    top: -52%;
    bottom: -52%;
  }

  .desktop\:-inset-x-52p{
    right: -52%;
    left: -52%;
  }

  .desktop\:-inset-y-53\.5p{
    top: -53.5%;
    bottom: -53.5%;
  }

  .desktop\:-inset-x-53\.5p{
    right: -53.5%;
    left: -53.5%;
  }

  .desktop\:-inset-y-60p{
    top: -60%;
    bottom: -60%;
  }

  .desktop\:-inset-x-60p{
    right: -60%;
    left: -60%;
  }

  .desktop\:-inset-y-71\.5p{
    top: -71.5%;
    bottom: -71.5%;
  }

  .desktop\:-inset-x-71\.5p{
    right: -71.5%;
    left: -71.5%;
  }

  .desktop\:-inset-y-80p{
    top: -80%;
    bottom: -80%;
  }

  .desktop\:-inset-x-80p{
    right: -80%;
    left: -80%;
  }

  .desktop\:-inset-y-90p{
    top: -90%;
    bottom: -90%;
  }

  .desktop\:-inset-x-90p{
    right: -90%;
    left: -90%;
  }

  .desktop\:-inset-y-95p{
    top: -95%;
    bottom: -95%;
  }

  .desktop\:-inset-x-95p{
    right: -95%;
    left: -95%;
  }

  .desktop\:-inset-y-100p{
    top: -100%;
    bottom: -100%;
  }

  .desktop\:-inset-x-100p{
    right: -100%;
    left: -100%;
  }

  .desktop\:-inset-y-110p{
    top: -110%;
    bottom: -110%;
  }

  .desktop\:-inset-x-110p{
    right: -110%;
    left: -110%;
  }

  .desktop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .desktop\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .desktop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .desktop\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .desktop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .desktop\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .desktop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .desktop\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .desktop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .desktop\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .desktop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .desktop\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .desktop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .desktop\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .desktop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .desktop\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .desktop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .desktop\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .desktop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .desktop\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .desktop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .desktop\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .desktop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .desktop\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .desktop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .desktop\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .desktop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .desktop\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .desktop\:top-0{
    top: 0px;
  }

  .desktop\:right-0{
    right: 0px;
  }

  .desktop\:bottom-0{
    bottom: 0px;
  }

  .desktop\:left-0{
    left: 0px;
  }

  .desktop\:top-2{
    top: 2px;
  }

  .desktop\:right-2{
    right: 2px;
  }

  .desktop\:bottom-2{
    bottom: 2px;
  }

  .desktop\:left-2{
    left: 2px;
  }

  .desktop\:top-4{
    top: 4px;
  }

  .desktop\:right-4{
    right: 4px;
  }

  .desktop\:bottom-4{
    bottom: 4px;
  }

  .desktop\:left-4{
    left: 4px;
  }

  .desktop\:top-5{
    top: 5px;
  }

  .desktop\:right-5{
    right: 5px;
  }

  .desktop\:bottom-5{
    bottom: 5px;
  }

  .desktop\:left-5{
    left: 5px;
  }

  .desktop\:top-7{
    top: 7px;
  }

  .desktop\:right-7{
    right: 7px;
  }

  .desktop\:bottom-7{
    bottom: 7px;
  }

  .desktop\:left-7{
    left: 7px;
  }

  .desktop\:top-8{
    top: 8px;
  }

  .desktop\:right-8{
    right: 8px;
  }

  .desktop\:bottom-8{
    bottom: 8px;
  }

  .desktop\:left-8{
    left: 8px;
  }

  .desktop\:top-10{
    top: 10px;
  }

  .desktop\:right-10{
    right: 10px;
  }

  .desktop\:bottom-10{
    bottom: 10px;
  }

  .desktop\:left-10{
    left: 10px;
  }

  .desktop\:top-11{
    top: 11px;
  }

  .desktop\:right-11{
    right: 11px;
  }

  .desktop\:bottom-11{
    bottom: 11px;
  }

  .desktop\:left-11{
    left: 11px;
  }

  .desktop\:top-12{
    top: 12px;
  }

  .desktop\:right-12{
    right: 12px;
  }

  .desktop\:bottom-12{
    bottom: 12px;
  }

  .desktop\:left-12{
    left: 12px;
  }

  .desktop\:top-13{
    top: 13px;
  }

  .desktop\:right-13{
    right: 13px;
  }

  .desktop\:bottom-13{
    bottom: 13px;
  }

  .desktop\:left-13{
    left: 13px;
  }

  .desktop\:top-15{
    top: 15px;
  }

  .desktop\:right-15{
    right: 15px;
  }

  .desktop\:bottom-15{
    bottom: 15px;
  }

  .desktop\:left-15{
    left: 15px;
  }

  .desktop\:top-16{
    top: 16px;
  }

  .desktop\:right-16{
    right: 16px;
  }

  .desktop\:bottom-16{
    bottom: 16px;
  }

  .desktop\:left-16{
    left: 16px;
  }

  .desktop\:top-18{
    top: 18px;
  }

  .desktop\:right-18{
    right: 18px;
  }

  .desktop\:bottom-18{
    bottom: 18px;
  }

  .desktop\:left-18{
    left: 18px;
  }

  .desktop\:top-20{
    top: 20px;
  }

  .desktop\:right-20{
    right: 20px;
  }

  .desktop\:bottom-20{
    bottom: 20px;
  }

  .desktop\:left-20{
    left: 20px;
  }

  .desktop\:top-24{
    top: 24px;
  }

  .desktop\:right-24{
    right: 24px;
  }

  .desktop\:bottom-24{
    bottom: 24px;
  }

  .desktop\:left-24{
    left: 24px;
  }

  .desktop\:top-28{
    top: 28px;
  }

  .desktop\:right-28{
    right: 28px;
  }

  .desktop\:bottom-28{
    bottom: 28px;
  }

  .desktop\:left-28{
    left: 28px;
  }

  .desktop\:top-29{
    top: 29px;
  }

  .desktop\:right-29{
    right: 29px;
  }

  .desktop\:bottom-29{
    bottom: 29px;
  }

  .desktop\:left-29{
    left: 29px;
  }

  .desktop\:top-30{
    top: 30px;
  }

  .desktop\:right-30{
    right: 30px;
  }

  .desktop\:bottom-30{
    bottom: 30px;
  }

  .desktop\:left-30{
    left: 30px;
  }

  .desktop\:top-32{
    top: 32px;
  }

  .desktop\:right-32{
    right: 32px;
  }

  .desktop\:bottom-32{
    bottom: 32px;
  }

  .desktop\:left-32{
    left: 32px;
  }

  .desktop\:top-34{
    top: 34px;
  }

  .desktop\:right-34{
    right: 34px;
  }

  .desktop\:bottom-34{
    bottom: 34px;
  }

  .desktop\:left-34{
    left: 34px;
  }

  .desktop\:top-36{
    top: 36px;
  }

  .desktop\:right-36{
    right: 36px;
  }

  .desktop\:bottom-36{
    bottom: 36px;
  }

  .desktop\:left-36{
    left: 36px;
  }

  .desktop\:top-40{
    top: 40px;
  }

  .desktop\:right-40{
    right: 40px;
  }

  .desktop\:bottom-40{
    bottom: 40px;
  }

  .desktop\:left-40{
    left: 40px;
  }

  .desktop\:top-48{
    top: 48px;
  }

  .desktop\:right-48{
    right: 48px;
  }

  .desktop\:bottom-48{
    bottom: 48px;
  }

  .desktop\:left-48{
    left: 48px;
  }

  .desktop\:top-50{
    top: 50px;
  }

  .desktop\:right-50{
    right: 50px;
  }

  .desktop\:bottom-50{
    bottom: 50px;
  }

  .desktop\:left-50{
    left: 50px;
  }

  .desktop\:top-56{
    top: 56px;
  }

  .desktop\:right-56{
    right: 56px;
  }

  .desktop\:bottom-56{
    bottom: 56px;
  }

  .desktop\:left-56{
    left: 56px;
  }

  .desktop\:top-60{
    top: 60px;
  }

  .desktop\:right-60{
    right: 60px;
  }

  .desktop\:bottom-60{
    bottom: 60px;
  }

  .desktop\:left-60{
    left: 60px;
  }

  .desktop\:top-64{
    top: 64px;
  }

  .desktop\:right-64{
    right: 64px;
  }

  .desktop\:bottom-64{
    bottom: 64px;
  }

  .desktop\:left-64{
    left: 64px;
  }

  .desktop\:top-70{
    top: 70px;
  }

  .desktop\:right-70{
    right: 70px;
  }

  .desktop\:bottom-70{
    bottom: 70px;
  }

  .desktop\:left-70{
    left: 70px;
  }

  .desktop\:top-72{
    top: 72px;
  }

  .desktop\:right-72{
    right: 72px;
  }

  .desktop\:bottom-72{
    bottom: 72px;
  }

  .desktop\:left-72{
    left: 72px;
  }

  .desktop\:top-80{
    top: 80px;
  }

  .desktop\:right-80{
    right: 80px;
  }

  .desktop\:bottom-80{
    bottom: 80px;
  }

  .desktop\:left-80{
    left: 80px;
  }

  .desktop\:top-88{
    top: 88px;
  }

  .desktop\:right-88{
    right: 88px;
  }

  .desktop\:bottom-88{
    bottom: 88px;
  }

  .desktop\:left-88{
    left: 88px;
  }

  .desktop\:top-90{
    top: 90px;
  }

  .desktop\:right-90{
    right: 90px;
  }

  .desktop\:bottom-90{
    bottom: 90px;
  }

  .desktop\:left-90{
    left: 90px;
  }

  .desktop\:top-96{
    top: 96px;
  }

  .desktop\:right-96{
    right: 96px;
  }

  .desktop\:bottom-96{
    bottom: 96px;
  }

  .desktop\:left-96{
    left: 96px;
  }

  .desktop\:top-100{
    top: 100px;
  }

  .desktop\:right-100{
    right: 100px;
  }

  .desktop\:bottom-100{
    bottom: 100px;
  }

  .desktop\:left-100{
    left: 100px;
  }

  .desktop\:top-112{
    top: 112px;
  }

  .desktop\:right-112{
    right: 112px;
  }

  .desktop\:bottom-112{
    bottom: 112px;
  }

  .desktop\:left-112{
    left: 112px;
  }

  .desktop\:top-128{
    top: 128px;
  }

  .desktop\:right-128{
    right: 128px;
  }

  .desktop\:bottom-128{
    bottom: 128px;
  }

  .desktop\:left-128{
    left: 128px;
  }

  .desktop\:top-135{
    top: 135px;
  }

  .desktop\:right-135{
    right: 135px;
  }

  .desktop\:bottom-135{
    bottom: 135px;
  }

  .desktop\:left-135{
    left: 135px;
  }

  .desktop\:top-145{
    top: 145px;
  }

  .desktop\:right-145{
    right: 145px;
  }

  .desktop\:bottom-145{
    bottom: 145px;
  }

  .desktop\:left-145{
    left: 145px;
  }

  .desktop\:top-155{
    top: 155px;
  }

  .desktop\:right-155{
    right: 155px;
  }

  .desktop\:bottom-155{
    bottom: 155px;
  }

  .desktop\:left-155{
    left: 155px;
  }

  .desktop\:top-160{
    top: 160px;
  }

  .desktop\:right-160{
    right: 160px;
  }

  .desktop\:bottom-160{
    bottom: 160px;
  }

  .desktop\:left-160{
    left: 160px;
  }

  .desktop\:top-192{
    top: 192px;
  }

  .desktop\:right-192{
    right: 192px;
  }

  .desktop\:bottom-192{
    bottom: 192px;
  }

  .desktop\:left-192{
    left: 192px;
  }

  .desktop\:top-200{
    top: 200px;
  }

  .desktop\:right-200{
    right: 200px;
  }

  .desktop\:bottom-200{
    bottom: 200px;
  }

  .desktop\:left-200{
    left: 200px;
  }

  .desktop\:top-224{
    top: 224px;
  }

  .desktop\:right-224{
    right: 224px;
  }

  .desktop\:bottom-224{
    bottom: 224px;
  }

  .desktop\:left-224{
    left: 224px;
  }

  .desktop\:top-227{
    top: 227px;
  }

  .desktop\:right-227{
    right: 227px;
  }

  .desktop\:bottom-227{
    bottom: 227px;
  }

  .desktop\:left-227{
    left: 227px;
  }

  .desktop\:top-250{
    top: 250px;
  }

  .desktop\:right-250{
    right: 250px;
  }

  .desktop\:bottom-250{
    bottom: 250px;
  }

  .desktop\:left-250{
    left: 250px;
  }

  .desktop\:top-256{
    top: 256px;
  }

  .desktop\:right-256{
    right: 256px;
  }

  .desktop\:bottom-256{
    bottom: 256px;
  }

  .desktop\:left-256{
    left: 256px;
  }

  .desktop\:top-270{
    top: 270px;
  }

  .desktop\:right-270{
    right: 270px;
  }

  .desktop\:bottom-270{
    bottom: 270px;
  }

  .desktop\:left-270{
    left: 270px;
  }

  .desktop\:top-288{
    top: 288px;
  }

  .desktop\:right-288{
    right: 288px;
  }

  .desktop\:bottom-288{
    bottom: 288px;
  }

  .desktop\:left-288{
    left: 288px;
  }

  .desktop\:top-304{
    top: 304px;
  }

  .desktop\:right-304{
    right: 304px;
  }

  .desktop\:bottom-304{
    bottom: 304px;
  }

  .desktop\:left-304{
    left: 304px;
  }

  .desktop\:top-314{
    top: 314px;
  }

  .desktop\:right-314{
    right: 314px;
  }

  .desktop\:bottom-314{
    bottom: 314px;
  }

  .desktop\:left-314{
    left: 314px;
  }

  .desktop\:top-320{
    top: 320px;
  }

  .desktop\:right-320{
    right: 320px;
  }

  .desktop\:bottom-320{
    bottom: 320px;
  }

  .desktop\:left-320{
    left: 320px;
  }

  .desktop\:top-352{
    top: 352px;
  }

  .desktop\:right-352{
    right: 352px;
  }

  .desktop\:bottom-352{
    bottom: 352px;
  }

  .desktop\:left-352{
    left: 352px;
  }

  .desktop\:top-384{
    top: 384px;
  }

  .desktop\:right-384{
    right: 384px;
  }

  .desktop\:bottom-384{
    bottom: 384px;
  }

  .desktop\:left-384{
    left: 384px;
  }

  .desktop\:top-416{
    top: 416px;
  }

  .desktop\:right-416{
    right: 416px;
  }

  .desktop\:bottom-416{
    bottom: 416px;
  }

  .desktop\:left-416{
    left: 416px;
  }

  .desktop\:top-448{
    top: 448px;
  }

  .desktop\:right-448{
    right: 448px;
  }

  .desktop\:bottom-448{
    bottom: 448px;
  }

  .desktop\:left-448{
    left: 448px;
  }

  .desktop\:top-480{
    top: 480px;
  }

  .desktop\:right-480{
    right: 480px;
  }

  .desktop\:bottom-480{
    bottom: 480px;
  }

  .desktop\:left-480{
    left: 480px;
  }

  .desktop\:top-512{
    top: 512px;
  }

  .desktop\:right-512{
    right: 512px;
  }

  .desktop\:bottom-512{
    bottom: 512px;
  }

  .desktop\:left-512{
    left: 512px;
  }

  .desktop\:top-576{
    top: 576px;
  }

  .desktop\:right-576{
    right: 576px;
  }

  .desktop\:bottom-576{
    bottom: 576px;
  }

  .desktop\:left-576{
    left: 576px;
  }

  .desktop\:top-612{
    top: 612px;
  }

  .desktop\:right-612{
    right: 612px;
  }

  .desktop\:bottom-612{
    bottom: 612px;
  }

  .desktop\:left-612{
    left: 612px;
  }

  .desktop\:top-640{
    top: 640px;
  }

  .desktop\:right-640{
    right: 640px;
  }

  .desktop\:bottom-640{
    bottom: 640px;
  }

  .desktop\:left-640{
    left: 640px;
  }

  .desktop\:top-768{
    top: 768px;
  }

  .desktop\:right-768{
    right: 768px;
  }

  .desktop\:bottom-768{
    bottom: 768px;
  }

  .desktop\:left-768{
    left: 768px;
  }

  .desktop\:top-auto{
    top: auto;
  }

  .desktop\:right-auto{
    right: auto;
  }

  .desktop\:bottom-auto{
    bottom: auto;
  }

  .desktop\:left-auto{
    left: auto;
  }

  .desktop\:-top-200{
    top: -200px;
  }

  .desktop\:-right-200{
    right: -200px;
  }

  .desktop\:-bottom-200{
    bottom: -200px;
  }

  .desktop\:-left-200{
    left: -200px;
  }

  .desktop\:-top-170{
    top: -170px;
  }

  .desktop\:-right-170{
    right: -170px;
  }

  .desktop\:-bottom-170{
    bottom: -170px;
  }

  .desktop\:-left-170{
    left: -170px;
  }

  .desktop\:-top-120{
    top: -120px;
  }

  .desktop\:-right-120{
    right: -120px;
  }

  .desktop\:-bottom-120{
    bottom: -120px;
  }

  .desktop\:-left-120{
    left: -120px;
  }

  .desktop\:-top-100{
    top: -100px;
  }

  .desktop\:-right-100{
    right: -100px;
  }

  .desktop\:-bottom-100{
    bottom: -100px;
  }

  .desktop\:-left-100{
    left: -100px;
  }

  .desktop\:-top-50{
    top: -50px;
  }

  .desktop\:-right-50{
    right: -50px;
  }

  .desktop\:-bottom-50{
    bottom: -50px;
  }

  .desktop\:-left-50{
    left: -50px;
  }

  .desktop\:-top-45{
    top: -45px;
  }

  .desktop\:-right-45{
    right: -45px;
  }

  .desktop\:-bottom-45{
    bottom: -45px;
  }

  .desktop\:-left-45{
    left: -45px;
  }

  .desktop\:-top-3{
    top: -3px;
  }

  .desktop\:-right-3{
    right: -3px;
  }

  .desktop\:-bottom-3{
    bottom: -3px;
  }

  .desktop\:-left-3{
    left: -3px;
  }

  .desktop\:top-px{
    top: 1px;
  }

  .desktop\:right-px{
    right: 1px;
  }

  .desktop\:bottom-px{
    bottom: 1px;
  }

  .desktop\:left-px{
    left: 1px;
  }

  .desktop\:top-20p{
    top: 20%;
  }

  .desktop\:right-20p{
    right: 20%;
  }

  .desktop\:bottom-20p{
    bottom: 20%;
  }

  .desktop\:left-20p{
    left: 20%;
  }

  .desktop\:top-40p{
    top: 40%;
  }

  .desktop\:right-40p{
    right: 40%;
  }

  .desktop\:bottom-40p{
    bottom: 40%;
  }

  .desktop\:left-40p{
    left: 40%;
  }

  .desktop\:top-49p{
    top: 49%;
  }

  .desktop\:right-49p{
    right: 49%;
  }

  .desktop\:bottom-49p{
    bottom: 49%;
  }

  .desktop\:left-49p{
    left: 49%;
  }

  .desktop\:top-52p{
    top: 52%;
  }

  .desktop\:right-52p{
    right: 52%;
  }

  .desktop\:bottom-52p{
    bottom: 52%;
  }

  .desktop\:left-52p{
    left: 52%;
  }

  .desktop\:top-53\.5p{
    top: 53.5%;
  }

  .desktop\:right-53\.5p{
    right: 53.5%;
  }

  .desktop\:bottom-53\.5p{
    bottom: 53.5%;
  }

  .desktop\:left-53\.5p{
    left: 53.5%;
  }

  .desktop\:top-60p{
    top: 60%;
  }

  .desktop\:right-60p{
    right: 60%;
  }

  .desktop\:bottom-60p{
    bottom: 60%;
  }

  .desktop\:left-60p{
    left: 60%;
  }

  .desktop\:top-71\.5p{
    top: 71.5%;
  }

  .desktop\:right-71\.5p{
    right: 71.5%;
  }

  .desktop\:bottom-71\.5p{
    bottom: 71.5%;
  }

  .desktop\:left-71\.5p{
    left: 71.5%;
  }

  .desktop\:top-80p{
    top: 80%;
  }

  .desktop\:right-80p{
    right: 80%;
  }

  .desktop\:bottom-80p{
    bottom: 80%;
  }

  .desktop\:left-80p{
    left: 80%;
  }

  .desktop\:top-90p{
    top: 90%;
  }

  .desktop\:right-90p{
    right: 90%;
  }

  .desktop\:bottom-90p{
    bottom: 90%;
  }

  .desktop\:left-90p{
    left: 90%;
  }

  .desktop\:top-95p{
    top: 95%;
  }

  .desktop\:right-95p{
    right: 95%;
  }

  .desktop\:bottom-95p{
    bottom: 95%;
  }

  .desktop\:left-95p{
    left: 95%;
  }

  .desktop\:top-100p{
    top: 100%;
  }

  .desktop\:right-100p{
    right: 100%;
  }

  .desktop\:bottom-100p{
    bottom: 100%;
  }

  .desktop\:left-100p{
    left: 100%;
  }

  .desktop\:top-110p{
    top: 110%;
  }

  .desktop\:right-110p{
    right: 110%;
  }

  .desktop\:bottom-110p{
    bottom: 110%;
  }

  .desktop\:left-110p{
    left: 110%;
  }

  .desktop\:-top-0{
    top: 0px;
  }

  .desktop\:-right-0{
    right: 0px;
  }

  .desktop\:-bottom-0{
    bottom: 0px;
  }

  .desktop\:-left-0{
    left: 0px;
  }

  .desktop\:-top-2{
    top: -2px;
  }

  .desktop\:-right-2{
    right: -2px;
  }

  .desktop\:-bottom-2{
    bottom: -2px;
  }

  .desktop\:-left-2{
    left: -2px;
  }

  .desktop\:-top-4{
    top: -4px;
  }

  .desktop\:-right-4{
    right: -4px;
  }

  .desktop\:-bottom-4{
    bottom: -4px;
  }

  .desktop\:-left-4{
    left: -4px;
  }

  .desktop\:-top-5{
    top: -5px;
  }

  .desktop\:-right-5{
    right: -5px;
  }

  .desktop\:-bottom-5{
    bottom: -5px;
  }

  .desktop\:-left-5{
    left: -5px;
  }

  .desktop\:-top-7{
    top: -7px;
  }

  .desktop\:-right-7{
    right: -7px;
  }

  .desktop\:-bottom-7{
    bottom: -7px;
  }

  .desktop\:-left-7{
    left: -7px;
  }

  .desktop\:-top-8{
    top: -8px;
  }

  .desktop\:-right-8{
    right: -8px;
  }

  .desktop\:-bottom-8{
    bottom: -8px;
  }

  .desktop\:-left-8{
    left: -8px;
  }

  .desktop\:-top-10{
    top: -10px;
  }

  .desktop\:-right-10{
    right: -10px;
  }

  .desktop\:-bottom-10{
    bottom: -10px;
  }

  .desktop\:-left-10{
    left: -10px;
  }

  .desktop\:-top-11{
    top: -11px;
  }

  .desktop\:-right-11{
    right: -11px;
  }

  .desktop\:-bottom-11{
    bottom: -11px;
  }

  .desktop\:-left-11{
    left: -11px;
  }

  .desktop\:-top-12{
    top: -12px;
  }

  .desktop\:-right-12{
    right: -12px;
  }

  .desktop\:-bottom-12{
    bottom: -12px;
  }

  .desktop\:-left-12{
    left: -12px;
  }

  .desktop\:-top-13{
    top: -13px;
  }

  .desktop\:-right-13{
    right: -13px;
  }

  .desktop\:-bottom-13{
    bottom: -13px;
  }

  .desktop\:-left-13{
    left: -13px;
  }

  .desktop\:-top-15{
    top: -15px;
  }

  .desktop\:-right-15{
    right: -15px;
  }

  .desktop\:-bottom-15{
    bottom: -15px;
  }

  .desktop\:-left-15{
    left: -15px;
  }

  .desktop\:-top-16{
    top: -16px;
  }

  .desktop\:-right-16{
    right: -16px;
  }

  .desktop\:-bottom-16{
    bottom: -16px;
  }

  .desktop\:-left-16{
    left: -16px;
  }

  .desktop\:-top-18{
    top: -18px;
  }

  .desktop\:-right-18{
    right: -18px;
  }

  .desktop\:-bottom-18{
    bottom: -18px;
  }

  .desktop\:-left-18{
    left: -18px;
  }

  .desktop\:-top-20{
    top: -20px;
  }

  .desktop\:-right-20{
    right: -20px;
  }

  .desktop\:-bottom-20{
    bottom: -20px;
  }

  .desktop\:-left-20{
    left: -20px;
  }

  .desktop\:-top-24{
    top: -24px;
  }

  .desktop\:-right-24{
    right: -24px;
  }

  .desktop\:-bottom-24{
    bottom: -24px;
  }

  .desktop\:-left-24{
    left: -24px;
  }

  .desktop\:-top-28{
    top: -28px;
  }

  .desktop\:-right-28{
    right: -28px;
  }

  .desktop\:-bottom-28{
    bottom: -28px;
  }

  .desktop\:-left-28{
    left: -28px;
  }

  .desktop\:-top-29{
    top: -29px;
  }

  .desktop\:-right-29{
    right: -29px;
  }

  .desktop\:-bottom-29{
    bottom: -29px;
  }

  .desktop\:-left-29{
    left: -29px;
  }

  .desktop\:-top-30{
    top: -30px;
  }

  .desktop\:-right-30{
    right: -30px;
  }

  .desktop\:-bottom-30{
    bottom: -30px;
  }

  .desktop\:-left-30{
    left: -30px;
  }

  .desktop\:-top-32{
    top: -32px;
  }

  .desktop\:-right-32{
    right: -32px;
  }

  .desktop\:-bottom-32{
    bottom: -32px;
  }

  .desktop\:-left-32{
    left: -32px;
  }

  .desktop\:-top-34{
    top: -34px;
  }

  .desktop\:-right-34{
    right: -34px;
  }

  .desktop\:-bottom-34{
    bottom: -34px;
  }

  .desktop\:-left-34{
    left: -34px;
  }

  .desktop\:-top-36{
    top: -36px;
  }

  .desktop\:-right-36{
    right: -36px;
  }

  .desktop\:-bottom-36{
    bottom: -36px;
  }

  .desktop\:-left-36{
    left: -36px;
  }

  .desktop\:-top-40{
    top: -40px;
  }

  .desktop\:-right-40{
    right: -40px;
  }

  .desktop\:-bottom-40{
    bottom: -40px;
  }

  .desktop\:-left-40{
    left: -40px;
  }

  .desktop\:-top-48{
    top: -48px;
  }

  .desktop\:-right-48{
    right: -48px;
  }

  .desktop\:-bottom-48{
    bottom: -48px;
  }

  .desktop\:-left-48{
    left: -48px;
  }

  .desktop\:-top-56{
    top: -56px;
  }

  .desktop\:-right-56{
    right: -56px;
  }

  .desktop\:-bottom-56{
    bottom: -56px;
  }

  .desktop\:-left-56{
    left: -56px;
  }

  .desktop\:-top-60{
    top: -60px;
  }

  .desktop\:-right-60{
    right: -60px;
  }

  .desktop\:-bottom-60{
    bottom: -60px;
  }

  .desktop\:-left-60{
    left: -60px;
  }

  .desktop\:-top-64{
    top: -64px;
  }

  .desktop\:-right-64{
    right: -64px;
  }

  .desktop\:-bottom-64{
    bottom: -64px;
  }

  .desktop\:-left-64{
    left: -64px;
  }

  .desktop\:-top-70{
    top: -70px;
  }

  .desktop\:-right-70{
    right: -70px;
  }

  .desktop\:-bottom-70{
    bottom: -70px;
  }

  .desktop\:-left-70{
    left: -70px;
  }

  .desktop\:-top-72{
    top: -72px;
  }

  .desktop\:-right-72{
    right: -72px;
  }

  .desktop\:-bottom-72{
    bottom: -72px;
  }

  .desktop\:-left-72{
    left: -72px;
  }

  .desktop\:-top-80{
    top: -80px;
  }

  .desktop\:-right-80{
    right: -80px;
  }

  .desktop\:-bottom-80{
    bottom: -80px;
  }

  .desktop\:-left-80{
    left: -80px;
  }

  .desktop\:-top-88{
    top: -88px;
  }

  .desktop\:-right-88{
    right: -88px;
  }

  .desktop\:-bottom-88{
    bottom: -88px;
  }

  .desktop\:-left-88{
    left: -88px;
  }

  .desktop\:-top-90{
    top: -90px;
  }

  .desktop\:-right-90{
    right: -90px;
  }

  .desktop\:-bottom-90{
    bottom: -90px;
  }

  .desktop\:-left-90{
    left: -90px;
  }

  .desktop\:-top-96{
    top: -96px;
  }

  .desktop\:-right-96{
    right: -96px;
  }

  .desktop\:-bottom-96{
    bottom: -96px;
  }

  .desktop\:-left-96{
    left: -96px;
  }

  .desktop\:-top-112{
    top: -112px;
  }

  .desktop\:-right-112{
    right: -112px;
  }

  .desktop\:-bottom-112{
    bottom: -112px;
  }

  .desktop\:-left-112{
    left: -112px;
  }

  .desktop\:-top-128{
    top: -128px;
  }

  .desktop\:-right-128{
    right: -128px;
  }

  .desktop\:-bottom-128{
    bottom: -128px;
  }

  .desktop\:-left-128{
    left: -128px;
  }

  .desktop\:-top-135{
    top: -135px;
  }

  .desktop\:-right-135{
    right: -135px;
  }

  .desktop\:-bottom-135{
    bottom: -135px;
  }

  .desktop\:-left-135{
    left: -135px;
  }

  .desktop\:-top-145{
    top: -145px;
  }

  .desktop\:-right-145{
    right: -145px;
  }

  .desktop\:-bottom-145{
    bottom: -145px;
  }

  .desktop\:-left-145{
    left: -145px;
  }

  .desktop\:-top-155{
    top: -155px;
  }

  .desktop\:-right-155{
    right: -155px;
  }

  .desktop\:-bottom-155{
    bottom: -155px;
  }

  .desktop\:-left-155{
    left: -155px;
  }

  .desktop\:-top-160{
    top: -160px;
  }

  .desktop\:-right-160{
    right: -160px;
  }

  .desktop\:-bottom-160{
    bottom: -160px;
  }

  .desktop\:-left-160{
    left: -160px;
  }

  .desktop\:-top-192{
    top: -192px;
  }

  .desktop\:-right-192{
    right: -192px;
  }

  .desktop\:-bottom-192{
    bottom: -192px;
  }

  .desktop\:-left-192{
    left: -192px;
  }

  .desktop\:-top-224{
    top: -224px;
  }

  .desktop\:-right-224{
    right: -224px;
  }

  .desktop\:-bottom-224{
    bottom: -224px;
  }

  .desktop\:-left-224{
    left: -224px;
  }

  .desktop\:-top-227{
    top: -227px;
  }

  .desktop\:-right-227{
    right: -227px;
  }

  .desktop\:-bottom-227{
    bottom: -227px;
  }

  .desktop\:-left-227{
    left: -227px;
  }

  .desktop\:-top-250{
    top: -250px;
  }

  .desktop\:-right-250{
    right: -250px;
  }

  .desktop\:-bottom-250{
    bottom: -250px;
  }

  .desktop\:-left-250{
    left: -250px;
  }

  .desktop\:-top-256{
    top: -256px;
  }

  .desktop\:-right-256{
    right: -256px;
  }

  .desktop\:-bottom-256{
    bottom: -256px;
  }

  .desktop\:-left-256{
    left: -256px;
  }

  .desktop\:-top-270{
    top: -270px;
  }

  .desktop\:-right-270{
    right: -270px;
  }

  .desktop\:-bottom-270{
    bottom: -270px;
  }

  .desktop\:-left-270{
    left: -270px;
  }

  .desktop\:-top-288{
    top: -288px;
  }

  .desktop\:-right-288{
    right: -288px;
  }

  .desktop\:-bottom-288{
    bottom: -288px;
  }

  .desktop\:-left-288{
    left: -288px;
  }

  .desktop\:-top-304{
    top: -304px;
  }

  .desktop\:-right-304{
    right: -304px;
  }

  .desktop\:-bottom-304{
    bottom: -304px;
  }

  .desktop\:-left-304{
    left: -304px;
  }

  .desktop\:-top-314{
    top: -314px;
  }

  .desktop\:-right-314{
    right: -314px;
  }

  .desktop\:-bottom-314{
    bottom: -314px;
  }

  .desktop\:-left-314{
    left: -314px;
  }

  .desktop\:-top-320{
    top: -320px;
  }

  .desktop\:-right-320{
    right: -320px;
  }

  .desktop\:-bottom-320{
    bottom: -320px;
  }

  .desktop\:-left-320{
    left: -320px;
  }

  .desktop\:-top-352{
    top: -352px;
  }

  .desktop\:-right-352{
    right: -352px;
  }

  .desktop\:-bottom-352{
    bottom: -352px;
  }

  .desktop\:-left-352{
    left: -352px;
  }

  .desktop\:-top-384{
    top: -384px;
  }

  .desktop\:-right-384{
    right: -384px;
  }

  .desktop\:-bottom-384{
    bottom: -384px;
  }

  .desktop\:-left-384{
    left: -384px;
  }

  .desktop\:-top-416{
    top: -416px;
  }

  .desktop\:-right-416{
    right: -416px;
  }

  .desktop\:-bottom-416{
    bottom: -416px;
  }

  .desktop\:-left-416{
    left: -416px;
  }

  .desktop\:-top-448{
    top: -448px;
  }

  .desktop\:-right-448{
    right: -448px;
  }

  .desktop\:-bottom-448{
    bottom: -448px;
  }

  .desktop\:-left-448{
    left: -448px;
  }

  .desktop\:-top-480{
    top: -480px;
  }

  .desktop\:-right-480{
    right: -480px;
  }

  .desktop\:-bottom-480{
    bottom: -480px;
  }

  .desktop\:-left-480{
    left: -480px;
  }

  .desktop\:-top-512{
    top: -512px;
  }

  .desktop\:-right-512{
    right: -512px;
  }

  .desktop\:-bottom-512{
    bottom: -512px;
  }

  .desktop\:-left-512{
    left: -512px;
  }

  .desktop\:-top-576{
    top: -576px;
  }

  .desktop\:-right-576{
    right: -576px;
  }

  .desktop\:-bottom-576{
    bottom: -576px;
  }

  .desktop\:-left-576{
    left: -576px;
  }

  .desktop\:-top-612{
    top: -612px;
  }

  .desktop\:-right-612{
    right: -612px;
  }

  .desktop\:-bottom-612{
    bottom: -612px;
  }

  .desktop\:-left-612{
    left: -612px;
  }

  .desktop\:-top-640{
    top: -640px;
  }

  .desktop\:-right-640{
    right: -640px;
  }

  .desktop\:-bottom-640{
    bottom: -640px;
  }

  .desktop\:-left-640{
    left: -640px;
  }

  .desktop\:-top-768{
    top: -768px;
  }

  .desktop\:-right-768{
    right: -768px;
  }

  .desktop\:-bottom-768{
    bottom: -768px;
  }

  .desktop\:-left-768{
    left: -768px;
  }

  .desktop\:-top--200{
    top: 200px;
  }

  .desktop\:-right--200{
    right: 200px;
  }

  .desktop\:-bottom--200{
    bottom: 200px;
  }

  .desktop\:-left--200{
    left: 200px;
  }

  .desktop\:-top--170{
    top: 170px;
  }

  .desktop\:-right--170{
    right: 170px;
  }

  .desktop\:-bottom--170{
    bottom: 170px;
  }

  .desktop\:-left--170{
    left: 170px;
  }

  .desktop\:-top--120{
    top: 120px;
  }

  .desktop\:-right--120{
    right: 120px;
  }

  .desktop\:-bottom--120{
    bottom: 120px;
  }

  .desktop\:-left--120{
    left: 120px;
  }

  .desktop\:-top--100{
    top: 100px;
  }

  .desktop\:-right--100{
    right: 100px;
  }

  .desktop\:-bottom--100{
    bottom: 100px;
  }

  .desktop\:-left--100{
    left: 100px;
  }

  .desktop\:-top--50{
    top: 50px;
  }

  .desktop\:-right--50{
    right: 50px;
  }

  .desktop\:-bottom--50{
    bottom: 50px;
  }

  .desktop\:-left--50{
    left: 50px;
  }

  .desktop\:-top--45{
    top: 45px;
  }

  .desktop\:-right--45{
    right: 45px;
  }

  .desktop\:-bottom--45{
    bottom: 45px;
  }

  .desktop\:-left--45{
    left: 45px;
  }

  .desktop\:-top--3{
    top: 3px;
  }

  .desktop\:-right--3{
    right: 3px;
  }

  .desktop\:-bottom--3{
    bottom: 3px;
  }

  .desktop\:-left--3{
    left: 3px;
  }

  .desktop\:-top-px{
    top: -1px;
  }

  .desktop\:-right-px{
    right: -1px;
  }

  .desktop\:-bottom-px{
    bottom: -1px;
  }

  .desktop\:-left-px{
    left: -1px;
  }

  .desktop\:-top-20p{
    top: -20%;
  }

  .desktop\:-right-20p{
    right: -20%;
  }

  .desktop\:-bottom-20p{
    bottom: -20%;
  }

  .desktop\:-left-20p{
    left: -20%;
  }

  .desktop\:-top-40p{
    top: -40%;
  }

  .desktop\:-right-40p{
    right: -40%;
  }

  .desktop\:-bottom-40p{
    bottom: -40%;
  }

  .desktop\:-left-40p{
    left: -40%;
  }

  .desktop\:-top-49p{
    top: -49%;
  }

  .desktop\:-right-49p{
    right: -49%;
  }

  .desktop\:-bottom-49p{
    bottom: -49%;
  }

  .desktop\:-left-49p{
    left: -49%;
  }

  .desktop\:-top-52p{
    top: -52%;
  }

  .desktop\:-right-52p{
    right: -52%;
  }

  .desktop\:-bottom-52p{
    bottom: -52%;
  }

  .desktop\:-left-52p{
    left: -52%;
  }

  .desktop\:-top-53\.5p{
    top: -53.5%;
  }

  .desktop\:-right-53\.5p{
    right: -53.5%;
  }

  .desktop\:-bottom-53\.5p{
    bottom: -53.5%;
  }

  .desktop\:-left-53\.5p{
    left: -53.5%;
  }

  .desktop\:-top-60p{
    top: -60%;
  }

  .desktop\:-right-60p{
    right: -60%;
  }

  .desktop\:-bottom-60p{
    bottom: -60%;
  }

  .desktop\:-left-60p{
    left: -60%;
  }

  .desktop\:-top-71\.5p{
    top: -71.5%;
  }

  .desktop\:-right-71\.5p{
    right: -71.5%;
  }

  .desktop\:-bottom-71\.5p{
    bottom: -71.5%;
  }

  .desktop\:-left-71\.5p{
    left: -71.5%;
  }

  .desktop\:-top-80p{
    top: -80%;
  }

  .desktop\:-right-80p{
    right: -80%;
  }

  .desktop\:-bottom-80p{
    bottom: -80%;
  }

  .desktop\:-left-80p{
    left: -80%;
  }

  .desktop\:-top-90p{
    top: -90%;
  }

  .desktop\:-right-90p{
    right: -90%;
  }

  .desktop\:-bottom-90p{
    bottom: -90%;
  }

  .desktop\:-left-90p{
    left: -90%;
  }

  .desktop\:-top-95p{
    top: -95%;
  }

  .desktop\:-right-95p{
    right: -95%;
  }

  .desktop\:-bottom-95p{
    bottom: -95%;
  }

  .desktop\:-left-95p{
    left: -95%;
  }

  .desktop\:-top-100p{
    top: -100%;
  }

  .desktop\:-right-100p{
    right: -100%;
  }

  .desktop\:-bottom-100p{
    bottom: -100%;
  }

  .desktop\:-left-100p{
    left: -100%;
  }

  .desktop\:-top-110p{
    top: -110%;
  }

  .desktop\:-right-110p{
    right: -110%;
  }

  .desktop\:-bottom-110p{
    bottom: -110%;
  }

  .desktop\:-left-110p{
    left: -110%;
  }

  .desktop\:top-1\/2{
    top: 50%;
  }

  .desktop\:right-1\/2{
    right: 50%;
  }

  .desktop\:bottom-1\/2{
    bottom: 50%;
  }

  .desktop\:left-1\/2{
    left: 50%;
  }

  .desktop\:top-1\/3{
    top: 33.333333%;
  }

  .desktop\:right-1\/3{
    right: 33.333333%;
  }

  .desktop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .desktop\:left-1\/3{
    left: 33.333333%;
  }

  .desktop\:top-2\/3{
    top: 66.666667%;
  }

  .desktop\:right-2\/3{
    right: 66.666667%;
  }

  .desktop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .desktop\:left-2\/3{
    left: 66.666667%;
  }

  .desktop\:top-1\/4{
    top: 25%;
  }

  .desktop\:right-1\/4{
    right: 25%;
  }

  .desktop\:bottom-1\/4{
    bottom: 25%;
  }

  .desktop\:left-1\/4{
    left: 25%;
  }

  .desktop\:top-2\/4{
    top: 50%;
  }

  .desktop\:right-2\/4{
    right: 50%;
  }

  .desktop\:bottom-2\/4{
    bottom: 50%;
  }

  .desktop\:left-2\/4{
    left: 50%;
  }

  .desktop\:top-3\/4{
    top: 75%;
  }

  .desktop\:right-3\/4{
    right: 75%;
  }

  .desktop\:bottom-3\/4{
    bottom: 75%;
  }

  .desktop\:left-3\/4{
    left: 75%;
  }

  .desktop\:top-full{
    top: 100%;
  }

  .desktop\:right-full{
    right: 100%;
  }

  .desktop\:bottom-full{
    bottom: 100%;
  }

  .desktop\:left-full{
    left: 100%;
  }

  .desktop\:-top-1\/2{
    top: -50%;
  }

  .desktop\:-right-1\/2{
    right: -50%;
  }

  .desktop\:-bottom-1\/2{
    bottom: -50%;
  }

  .desktop\:-left-1\/2{
    left: -50%;
  }

  .desktop\:-top-1\/3{
    top: -33.333333%;
  }

  .desktop\:-right-1\/3{
    right: -33.333333%;
  }

  .desktop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .desktop\:-left-1\/3{
    left: -33.333333%;
  }

  .desktop\:-top-2\/3{
    top: -66.666667%;
  }

  .desktop\:-right-2\/3{
    right: -66.666667%;
  }

  .desktop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .desktop\:-left-2\/3{
    left: -66.666667%;
  }

  .desktop\:-top-1\/4{
    top: -25%;
  }

  .desktop\:-right-1\/4{
    right: -25%;
  }

  .desktop\:-bottom-1\/4{
    bottom: -25%;
  }

  .desktop\:-left-1\/4{
    left: -25%;
  }

  .desktop\:-top-2\/4{
    top: -50%;
  }

  .desktop\:-right-2\/4{
    right: -50%;
  }

  .desktop\:-bottom-2\/4{
    bottom: -50%;
  }

  .desktop\:-left-2\/4{
    left: -50%;
  }

  .desktop\:-top-3\/4{
    top: -75%;
  }

  .desktop\:-right-3\/4{
    right: -75%;
  }

  .desktop\:-bottom-3\/4{
    bottom: -75%;
  }

  .desktop\:-left-3\/4{
    left: -75%;
  }

  .desktop\:-top-full{
    top: -100%;
  }

  .desktop\:-right-full{
    right: -100%;
  }

  .desktop\:-bottom-full{
    bottom: -100%;
  }

  .desktop\:-left-full{
    left: -100%;
  }

  .desktop\:resize-none{
    resize: none;
  }

  .desktop\:resize-y{
    resize: vertical;
  }

  .desktop\:resize-x{
    resize: horizontal;
  }

  .desktop\:resize{
    resize: both;
  }

  .desktop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-custom{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .desktop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-custom:focus-within{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-custom:hover{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-custom:focus{
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .desktop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .desktop\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .desktop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .desktop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .desktop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .desktop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:ring-offset-blue-1{
    --tw-ring-offset-color: #151C34;
  }

  .desktop\:ring-offset-blue-2{
    --tw-ring-offset-color: #D3F1F8;
  }

  .desktop\:ring-offset-blue--1{
    --tw-ring-offset-color: #3D8ABC;
  }

  .desktop\:ring-offset-blue{
    --tw-ring-offset-color: #015480;
  }

  .desktop\:ring-offset-blue-gray{
    --tw-ring-offset-color: #244D66;
  }

  .desktop\:ring-offset-orange-2{
    --tw-ring-offset-color: #FDD894;
  }

  .desktop\:ring-offset-orange{
    --tw-ring-offset-color: #FAAB19;
  }

  .desktop\:ring-offset-white-10{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .desktop\:ring-offset-white-30{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .desktop\:ring-offset-white-70{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .desktop\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .desktop\:ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .desktop\:ring-offset-gray-50{
    --tw-ring-offset-color: #F6F6F6;
  }

  .desktop\:ring-offset-gray-200{
    --tw-ring-offset-color: #E2E2E2;
  }

  .desktop\:ring-offset-grey-1{
    --tw-ring-offset-color: #717171;
  }

  .desktop\:ring-offset-grey-2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:ring-offset-grey-3{
    --tw-ring-offset-color: #F4F4F4;
  }

  .desktop\:ring-offset-grey-4{
    --tw-ring-offset-color: #999999;
  }

  .desktop\:ring-offset-grey-300{
    --tw-ring-offset-color: #CBCBCB;
  }

  .desktop\:ring-offset-grey-600{
    --tw-ring-offset-color: #545454;
  }

  .desktop\:ring-offset-grey--1{
    --tw-ring-offset-color: #A3A5AF;
  }

  .desktop\:ring-offset-grey--2{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .desktop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:focus-within\:ring-offset-blue-1:focus-within{
    --tw-ring-offset-color: #151C34;
  }

  .desktop\:focus-within\:ring-offset-blue-2:focus-within{
    --tw-ring-offset-color: #D3F1F8;
  }

  .desktop\:focus-within\:ring-offset-blue--1:focus-within{
    --tw-ring-offset-color: #3D8ABC;
  }

  .desktop\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color: #015480;
  }

  .desktop\:focus-within\:ring-offset-blue-gray:focus-within{
    --tw-ring-offset-color: #244D66;
  }

  .desktop\:focus-within\:ring-offset-orange-2:focus-within{
    --tw-ring-offset-color: #FDD894;
  }

  .desktop\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: #FAAB19;
  }

  .desktop\:focus-within\:ring-offset-white-10:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus-within\:ring-offset-white-30:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus-within\:ring-offset-white-70:focus-within{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .desktop\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .desktop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #F6F6F6;
  }

  .desktop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #E2E2E2;
  }

  .desktop\:focus-within\:ring-offset-grey-1:focus-within{
    --tw-ring-offset-color: #717171;
  }

  .desktop\:focus-within\:ring-offset-grey-2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:focus-within\:ring-offset-grey-3:focus-within{
    --tw-ring-offset-color: #F4F4F4;
  }

  .desktop\:focus-within\:ring-offset-grey-4:focus-within{
    --tw-ring-offset-color: #999999;
  }

  .desktop\:focus-within\:ring-offset-grey-300:focus-within{
    --tw-ring-offset-color: #CBCBCB;
  }

  .desktop\:focus-within\:ring-offset-grey-600:focus-within{
    --tw-ring-offset-color: #545454;
  }

  .desktop\:focus-within\:ring-offset-grey--1:focus-within{
    --tw-ring-offset-color: #A3A5AF;
  }

  .desktop\:focus-within\:ring-offset-grey--2:focus-within{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .desktop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .desktop\:focus\:ring-offset-blue-1:focus{
    --tw-ring-offset-color: #151C34;
  }

  .desktop\:focus\:ring-offset-blue-2:focus{
    --tw-ring-offset-color: #D3F1F8;
  }

  .desktop\:focus\:ring-offset-blue--1:focus{
    --tw-ring-offset-color: #3D8ABC;
  }

  .desktop\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color: #015480;
  }

  .desktop\:focus\:ring-offset-blue-gray:focus{
    --tw-ring-offset-color: #244D66;
  }

  .desktop\:focus\:ring-offset-orange-2:focus{
    --tw-ring-offset-color: #FDD894;
  }

  .desktop\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: #FAAB19;
  }

  .desktop\:focus\:ring-offset-white-10:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:ring-offset-white-30:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:ring-offset-white-70:focus{
    --tw-ring-offset-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .desktop\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .desktop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #F6F6F6;
  }

  .desktop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #E2E2E2;
  }

  .desktop\:focus\:ring-offset-grey-1:focus{
    --tw-ring-offset-color: #717171;
  }

  .desktop\:focus\:ring-offset-grey-2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:focus\:ring-offset-grey-3:focus{
    --tw-ring-offset-color: #F4F4F4;
  }

  .desktop\:focus\:ring-offset-grey-4:focus{
    --tw-ring-offset-color: #999999;
  }

  .desktop\:focus\:ring-offset-grey-300:focus{
    --tw-ring-offset-color: #CBCBCB;
  }

  .desktop\:focus\:ring-offset-grey-600:focus{
    --tw-ring-offset-color: #545454;
  }

  .desktop\:focus\:ring-offset-grey--1:focus{
    --tw-ring-offset-color: #A3A5AF;
  }

  .desktop\:focus\:ring-offset-grey--2:focus{
    --tw-ring-offset-color: #EAEAEA;
  }

  .desktop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .desktop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .desktop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .desktop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .desktop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .desktop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .desktop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .desktop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .desktop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .desktop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .desktop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .desktop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .desktop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .desktop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .desktop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .desktop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .desktop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .desktop\:ring-blue-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .desktop\:ring-blue-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .desktop\:ring-orange-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .desktop\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .desktop\:ring-white-10{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .desktop\:ring-white-30{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .desktop\:ring-white-70{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .desktop\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .desktop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-3{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-4{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey--1{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .desktop\:ring-grey--2{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .desktop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .desktop\:focus-within\:ring-blue-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-blue-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-orange-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-white-10:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus-within\:ring-white-30:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus-within\:ring-white-70:focus-within{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-3:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-4:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey--1:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus-within\:ring-grey--2:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .desktop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .desktop\:focus\:ring-blue-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 28, 52, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 241, 248, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(61, 138, 188, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(1, 84, 128, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-blue-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(36, 77, 102, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-orange-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 216, 148, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 171, 25, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-white-10:focus{
    --tw-ring-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:ring-white-30:focus{
    --tw-ring-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:ring-white-70:focus{
    --tw-ring-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 246, 246, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 226, 226, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-3:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-4:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 84, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey--1:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 165, 175, var(--tw-ring-opacity));
  }

  .desktop\:focus\:ring-grey--2:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .desktop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .desktop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .desktop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .desktop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .desktop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .desktop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .desktop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .desktop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .desktop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .desktop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .desktop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .desktop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .desktop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .desktop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .desktop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .desktop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .desktop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .desktop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .desktop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .desktop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .desktop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .desktop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .desktop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .desktop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .desktop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .desktop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .desktop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .desktop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .desktop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .desktop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .desktop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .desktop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .desktop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .desktop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .desktop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .desktop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .desktop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .desktop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .desktop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .desktop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .desktop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .desktop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .desktop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .desktop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .desktop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .desktop\:fill-current{
    fill: currentColor;
  }

  .desktop\:fill-gold{
  }

  .desktop\:fill-green{
  }

  .desktop\:fill-fb{
    fill: #2c88ff;
  }

  .desktop\:fill-twitter{
    fill: #53a7e6;
  }

  .desktop\:fill-insta{
    fill: #d6316c;
  }

  .desktop\:fill-youtube{
    fill: #ff0200;
  }

  .desktop\:stroke-current{
    stroke: currentColor;
  }

  .desktop\:stroke-0{
    stroke-width: 0;
  }

  .desktop\:stroke-1{
    stroke-width: 1;
  }

  .desktop\:stroke-2{
    stroke-width: 2;
  }

  .desktop\:table-auto{
    table-layout: auto;
  }

  .desktop\:table-fixed{
    table-layout: fixed;
  }

  .desktop\:text-left{
    text-align: left;
  }

  .desktop\:text-center{
    text-align: center;
  }

  .desktop\:text-right{
    text-align: right;
  }

  .desktop\:text-justify{
    text-align: justify;
  }

  .desktop\:text-transparent{
    color: transparent;
  }

  .desktop\:text-current{
    color: currentColor;
  }

  .desktop\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .desktop\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .desktop\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .desktop\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .desktop\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .desktop\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .desktop\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .desktop\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .desktop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .desktop\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .desktop\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .desktop\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .desktop\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .desktop\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:text-blue-1{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-2{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue--1{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue-gray{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-2{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-white-10{
    color: rgba(255, 255, 255, .1);
  }

  .group:hover .desktop\:group-hover\:text-white-30{
    color: rgba(255, 255, 255, .3);
  }

  .group:hover .desktop\:group-hover\:text-white-70{
    color: rgba(255, 255, 255, .7);
  }

  .group:hover .desktop\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-1{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-3{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-4{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-300{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-600{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey--1{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey--2{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .desktop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .desktop\:focus-within\:text-blue-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-blue-gray:focus-within{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-orange-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-white-10:focus-within{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus-within\:text-white-30:focus-within{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus-within\:text-white-70:focus-within{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-3:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-4:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey--1:focus-within{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .desktop\:focus-within\:text-grey--2:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .desktop\:hover\:text-current:hover{
    color: currentColor;
  }

  .desktop\:hover\:text-blue-1:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue--1:hover{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-blue-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-orange-2:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-white-10:hover{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:text-white-30:hover{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:text-white-70:hover{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-1:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-3:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-4:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-300:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey-600:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey--1:hover{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .desktop\:hover\:text-grey--2:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .desktop\:focus\:text-current:focus{
    color: currentColor;
  }

  .desktop\:focus\:text-blue-1:focus{
    --tw-text-opacity: 1;
    color: rgba(21, 28, 52, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-2:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 241, 248, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue--1:focus{
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(1, 84, 128, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-blue-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(36, 77, 102, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-orange-2:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 216, 148, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 171, 25, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-white-10:focus{
    color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:text-white-30:focus{
    color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:text-white-70:focus{
    color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 246, 246, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 226, 226, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-1:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-3:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-4:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-300:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey-600:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 84, 84, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey--1:focus{
    --tw-text-opacity: 1;
    color: rgba(163, 165, 175, var(--tw-text-opacity));
  }

  .desktop\:focus\:text-grey--2:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .desktop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .desktop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .desktop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .desktop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .desktop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .desktop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .desktop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .desktop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .desktop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .desktop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .desktop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .desktop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .desktop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .desktop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .desktop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .desktop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .desktop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .desktop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .desktop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .desktop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .desktop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .desktop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .desktop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .desktop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .desktop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .desktop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .desktop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .desktop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .desktop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .desktop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .desktop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .desktop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .desktop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .desktop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .desktop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .desktop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .desktop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .desktop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .desktop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .desktop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .desktop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .desktop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .desktop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .desktop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .desktop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .desktop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .desktop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .desktop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .desktop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .desktop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .desktop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .desktop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .desktop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .desktop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .desktop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .desktop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .desktop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .desktop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .desktop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .desktop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .desktop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .desktop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .desktop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .desktop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .desktop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .desktop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .desktop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .desktop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .desktop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .desktop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .desktop\:overflow-clip{
    text-overflow: clip;
  }

  .desktop\:italic{
    font-style: italic;
  }

  .desktop\:not-italic{
    font-style: normal;
  }

  .desktop\:uppercase{
    text-transform: uppercase;
  }

  .desktop\:lowercase{
    text-transform: lowercase;
  }

  .desktop\:capitalize{
    text-transform: capitalize;
  }

  .desktop\:normal-case{
    text-transform: none;
  }

  .desktop\:underline{
    text-decoration: underline;
  }

  .desktop\:line-through{
    text-decoration: line-through;
  }

  .desktop\:no-underline{
    text-decoration: none;
  }

  .group:hover .desktop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .desktop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .desktop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .desktop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .desktop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .desktop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .desktop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .desktop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .desktop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .desktop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .desktop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .desktop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .desktop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:ordinal, .desktop\:slashed-zero, .desktop\:lining-nums, .desktop\:oldstyle-nums, .desktop\:proportional-nums, .desktop\:tabular-nums, .desktop\:diagonal-fractions, .desktop\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .desktop\:normal-nums{
    font-variant-numeric: normal;
  }

  .desktop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .desktop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .desktop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .desktop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .desktop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .desktop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .desktop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .desktop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .desktop\:tracking-tighter{
    letter-spacing: -0.01em;
  }

  .desktop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .desktop\:tracking-normal{
    letter-spacing: 0em;
  }

  .desktop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .desktop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .desktop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .desktop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:align-baseline{
    vertical-align: baseline;
  }

  .desktop\:align-top{
    vertical-align: top;
  }

  .desktop\:align-middle{
    vertical-align: middle;
  }

  .desktop\:align-bottom{
    vertical-align: bottom;
  }

  .desktop\:align-text-top{
    vertical-align: text-top;
  }

  .desktop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .desktop\:visible{
    visibility: visible;
  }

  .desktop\:invisible{
    visibility: hidden;
  }

  .group:hover .desktop\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .desktop\:group-hover\:invisible{
    visibility: hidden;
  }

  .desktop\:whitespace-normal{
    white-space: normal;
  }

  .desktop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .desktop\:whitespace-pre{
    white-space: pre;
  }

  .desktop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .desktop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .desktop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:break-words{
    overflow-wrap: break-word;
  }

  .desktop\:break-all{
    word-break: break-all;
  }

  .desktop\:w-0{
    width: 0px;
  }

  .desktop\:w-2{
    width: 2px;
  }

  .desktop\:w-4{
    width: 4px;
  }

  .desktop\:w-5{
    width: 5px;
  }

  .desktop\:w-7{
    width: 7px;
  }

  .desktop\:w-8{
    width: 8px;
  }

  .desktop\:w-10{
    width: 10px;
  }

  .desktop\:w-11{
    width: 11px;
  }

  .desktop\:w-12{
    width: 12px;
  }

  .desktop\:w-13{
    width: 13px;
  }

  .desktop\:w-15{
    width: 15px;
  }

  .desktop\:w-16{
    width: 16px;
  }

  .desktop\:w-18{
    width: 18px;
  }

  .desktop\:w-20{
    width: 20px;
  }

  .desktop\:w-24{
    width: 24px;
  }

  .desktop\:w-28{
    width: 28px;
  }

  .desktop\:w-29{
    width: 29px;
  }

  .desktop\:w-30{
    width: 30px;
  }

  .desktop\:w-32{
    width: 32px;
  }

  .desktop\:w-34{
    width: 34px;
  }

  .desktop\:w-36{
    width: 36px;
  }

  .desktop\:w-40{
    width: 40px;
  }

  .desktop\:w-48{
    width: 48px;
  }

  .desktop\:w-50{
    width: 50px;
  }

  .desktop\:w-56{
    width: 56px;
  }

  .desktop\:w-60{
    width: 60px;
  }

  .desktop\:w-64{
    width: 64px;
  }

  .desktop\:w-70{
    width: 70px;
  }

  .desktop\:w-72{
    width: 72px;
  }

  .desktop\:w-80{
    width: 80px;
  }

  .desktop\:w-88{
    width: 88px;
  }

  .desktop\:w-90{
    width: 90px;
  }

  .desktop\:w-96{
    width: 96px;
  }

  .desktop\:w-100{
    width: 100px;
  }

  .desktop\:w-112{
    width: 112px;
  }

  .desktop\:w-128{
    width: 128px;
  }

  .desktop\:w-135{
    width: 135px;
  }

  .desktop\:w-145{
    width: 145px;
  }

  .desktop\:w-155{
    width: 155px;
  }

  .desktop\:w-160{
    width: 160px;
  }

  .desktop\:w-192{
    width: 192px;
  }

  .desktop\:w-200{
    width: 200px;
  }

  .desktop\:w-224{
    width: 224px;
  }

  .desktop\:w-227{
    width: 227px;
  }

  .desktop\:w-250{
    width: 250px;
  }

  .desktop\:w-256{
    width: 256px;
  }

  .desktop\:w-270{
    width: 270px;
  }

  .desktop\:w-288{
    width: 288px;
  }

  .desktop\:w-304{
    width: 304px;
  }

  .desktop\:w-314{
    width: 314px;
  }

  .desktop\:w-320{
    width: 320px;
  }

  .desktop\:w-352{
    width: 352px;
  }

  .desktop\:w-384{
    width: 384px;
  }

  .desktop\:w-416{
    width: 416px;
  }

  .desktop\:w-448{
    width: 448px;
  }

  .desktop\:w-480{
    width: 480px;
  }

  .desktop\:w-512{
    width: 512px;
  }

  .desktop\:w-576{
    width: 576px;
  }

  .desktop\:w-612{
    width: 612px;
  }

  .desktop\:w-640{
    width: 640px;
  }

  .desktop\:w-768{
    width: 768px;
  }

  .desktop\:w-auto{
    width: auto;
  }

  .desktop\:-w-200{
    width: -200px;
  }

  .desktop\:-w-170{
    width: -170px;
  }

  .desktop\:-w-120{
    width: -120px;
  }

  .desktop\:-w-100{
    width: -100px;
  }

  .desktop\:-w-50{
    width: -50px;
  }

  .desktop\:-w-45{
    width: -45px;
  }

  .desktop\:-w-3{
    width: -3px;
  }

  .desktop\:w-px{
    width: 1px;
  }

  .desktop\:w-20p{
    width: 20%;
  }

  .desktop\:w-40p{
    width: 40%;
  }

  .desktop\:w-49p{
    width: 49%;
  }

  .desktop\:w-52p{
    width: 52%;
  }

  .desktop\:w-53\.5p{
    width: 53.5%;
  }

  .desktop\:w-60p{
    width: 60%;
  }

  .desktop\:w-71\.5p{
    width: 71.5%;
  }

  .desktop\:w-80p{
    width: 80%;
  }

  .desktop\:w-90p{
    width: 90%;
  }

  .desktop\:w-95p{
    width: 95%;
  }

  .desktop\:w-100p{
    width: 100%;
  }

  .desktop\:w-110p{
    width: 110%;
  }

  .desktop\:w-1\/2{
    width: 50%;
  }

  .desktop\:w-1\/3{
    width: 33.333333%;
  }

  .desktop\:w-2\/3{
    width: 66.666667%;
  }

  .desktop\:w-1\/4{
    width: 25%;
  }

  .desktop\:w-2\/4{
    width: 50%;
  }

  .desktop\:w-3\/4{
    width: 75%;
  }

  .desktop\:w-1\/5{
    width: 20%;
  }

  .desktop\:w-2\/5{
    width: 40%;
  }

  .desktop\:w-3\/5{
    width: 60%;
  }

  .desktop\:w-4\/5{
    width: 80%;
  }

  .desktop\:w-1\/6{
    width: 16.666667%;
  }

  .desktop\:w-2\/6{
    width: 33.333333%;
  }

  .desktop\:w-3\/6{
    width: 50%;
  }

  .desktop\:w-4\/6{
    width: 66.666667%;
  }

  .desktop\:w-5\/6{
    width: 83.333333%;
  }

  .desktop\:w-1\/12{
    width: 8.333333%;
  }

  .desktop\:w-2\/12{
    width: 16.666667%;
  }

  .desktop\:w-3\/12{
    width: 25%;
  }

  .desktop\:w-4\/12{
    width: 33.333333%;
  }

  .desktop\:w-5\/12{
    width: 41.666667%;
  }

  .desktop\:w-6\/12{
    width: 50%;
  }

  .desktop\:w-7\/12{
    width: 58.333333%;
  }

  .desktop\:w-8\/12{
    width: 66.666667%;
  }

  .desktop\:w-9\/12{
    width: 75%;
  }

  .desktop\:w-10\/12{
    width: 83.333333%;
  }

  .desktop\:w-11\/12{
    width: 91.666667%;
  }

  .desktop\:w-full{
    width: 100%;
  }

  .desktop\:w-screen{
    width: 100vw;
  }

  .desktop\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .desktop\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .desktop\:z-0{
    z-index: 0;
  }

  .desktop\:z-1{
    z-index: 1;
  }

  .desktop\:z-10{
    z-index: 10;
  }

  .desktop\:z-20{
    z-index: 20;
  }

  .desktop\:z-30{
    z-index: 30;
  }

  .desktop\:z-40{
    z-index: 40;
  }

  .desktop\:z-50{
    z-index: 50;
  }

  .desktop\:z-auto{
    z-index: auto;
  }

  .desktop\:-z-1{
    z-index: -1;
  }

  .desktop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .desktop\:focus-within\:z-1:focus-within{
    z-index: 1;
  }

  .desktop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .desktop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .desktop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .desktop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .desktop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .desktop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .desktop\:focus-within\:-z-1:focus-within{
    z-index: -1;
  }

  .desktop\:focus\:z-0:focus{
    z-index: 0;
  }

  .desktop\:focus\:z-1:focus{
    z-index: 1;
  }

  .desktop\:focus\:z-10:focus{
    z-index: 10;
  }

  .desktop\:focus\:z-20:focus{
    z-index: 20;
  }

  .desktop\:focus\:z-30:focus{
    z-index: 30;
  }

  .desktop\:focus\:z-40:focus{
    z-index: 40;
  }

  .desktop\:focus\:z-50:focus{
    z-index: 50;
  }

  .desktop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .desktop\:focus\:-z-1:focus{
    z-index: -1;
  }

  .desktop\:gap-0{
    gap: 0px;
  }

  .desktop\:gap-2{
    gap: 2px;
  }

  .desktop\:gap-4{
    gap: 4px;
  }

  .desktop\:gap-5{
    gap: 5px;
  }

  .desktop\:gap-7{
    gap: 7px;
  }

  .desktop\:gap-8{
    gap: 8px;
  }

  .desktop\:gap-10{
    gap: 10px;
  }

  .desktop\:gap-11{
    gap: 11px;
  }

  .desktop\:gap-12{
    gap: 12px;
  }

  .desktop\:gap-13{
    gap: 13px;
  }

  .desktop\:gap-15{
    gap: 15px;
  }

  .desktop\:gap-16{
    gap: 16px;
  }

  .desktop\:gap-18{
    gap: 18px;
  }

  .desktop\:gap-20{
    gap: 20px;
  }

  .desktop\:gap-24{
    gap: 24px;
  }

  .desktop\:gap-28{
    gap: 28px;
  }

  .desktop\:gap-29{
    gap: 29px;
  }

  .desktop\:gap-30{
    gap: 30px;
  }

  .desktop\:gap-32{
    gap: 32px;
  }

  .desktop\:gap-34{
    gap: 34px;
  }

  .desktop\:gap-36{
    gap: 36px;
  }

  .desktop\:gap-40{
    gap: 40px;
  }

  .desktop\:gap-48{
    gap: 48px;
  }

  .desktop\:gap-50{
    gap: 50px;
  }

  .desktop\:gap-56{
    gap: 56px;
  }

  .desktop\:gap-60{
    gap: 60px;
  }

  .desktop\:gap-64{
    gap: 64px;
  }

  .desktop\:gap-70{
    gap: 70px;
  }

  .desktop\:gap-72{
    gap: 72px;
  }

  .desktop\:gap-80{
    gap: 80px;
  }

  .desktop\:gap-88{
    gap: 88px;
  }

  .desktop\:gap-90{
    gap: 90px;
  }

  .desktop\:gap-96{
    gap: 96px;
  }

  .desktop\:gap-100{
    gap: 100px;
  }

  .desktop\:gap-112{
    gap: 112px;
  }

  .desktop\:gap-128{
    gap: 128px;
  }

  .desktop\:gap-135{
    gap: 135px;
  }

  .desktop\:gap-145{
    gap: 145px;
  }

  .desktop\:gap-155{
    gap: 155px;
  }

  .desktop\:gap-160{
    gap: 160px;
  }

  .desktop\:gap-192{
    gap: 192px;
  }

  .desktop\:gap-200{
    gap: 200px;
  }

  .desktop\:gap-224{
    gap: 224px;
  }

  .desktop\:gap-227{
    gap: 227px;
  }

  .desktop\:gap-250{
    gap: 250px;
  }

  .desktop\:gap-256{
    gap: 256px;
  }

  .desktop\:gap-270{
    gap: 270px;
  }

  .desktop\:gap-288{
    gap: 288px;
  }

  .desktop\:gap-304{
    gap: 304px;
  }

  .desktop\:gap-314{
    gap: 314px;
  }

  .desktop\:gap-320{
    gap: 320px;
  }

  .desktop\:gap-352{
    gap: 352px;
  }

  .desktop\:gap-384{
    gap: 384px;
  }

  .desktop\:gap-416{
    gap: 416px;
  }

  .desktop\:gap-448{
    gap: 448px;
  }

  .desktop\:gap-480{
    gap: 480px;
  }

  .desktop\:gap-512{
    gap: 512px;
  }

  .desktop\:gap-576{
    gap: 576px;
  }

  .desktop\:gap-612{
    gap: 612px;
  }

  .desktop\:gap-640{
    gap: 640px;
  }

  .desktop\:gap-768{
    gap: 768px;
  }

  .desktop\:-gap-200{
    gap: -200px;
  }

  .desktop\:-gap-170{
    gap: -170px;
  }

  .desktop\:-gap-120{
    gap: -120px;
  }

  .desktop\:-gap-100{
    gap: -100px;
  }

  .desktop\:-gap-50{
    gap: -50px;
  }

  .desktop\:-gap-45{
    gap: -45px;
  }

  .desktop\:-gap-3{
    gap: -3px;
  }

  .desktop\:gap-px{
    gap: 1px;
  }

  .desktop\:gap-20p{
    gap: 20%;
  }

  .desktop\:gap-40p{
    gap: 40%;
  }

  .desktop\:gap-49p{
    gap: 49%;
  }

  .desktop\:gap-52p{
    gap: 52%;
  }

  .desktop\:gap-53\.5p{
    gap: 53.5%;
  }

  .desktop\:gap-60p{
    gap: 60%;
  }

  .desktop\:gap-71\.5p{
    gap: 71.5%;
  }

  .desktop\:gap-80p{
    gap: 80%;
  }

  .desktop\:gap-90p{
    gap: 90%;
  }

  .desktop\:gap-95p{
    gap: 95%;
  }

  .desktop\:gap-100p{
    gap: 100%;
  }

  .desktop\:gap-110p{
    gap: 110%;
  }

  .desktop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:gap-x-2{
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .desktop\:gap-x-4{
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:gap-x-5{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:gap-x-7{
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .desktop\:gap-x-8{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:gap-x-11{
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .desktop\:gap-x-12{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:gap-x-13{
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:gap-x-15{
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:gap-x-16{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:gap-x-18{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:gap-x-24{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:gap-x-28{
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:gap-x-29{
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:gap-x-32{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:gap-x-34{
    -moz-column-gap: 34px;
         column-gap: 34px;
  }

  .desktop\:gap-x-36{
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:gap-x-48{
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:gap-x-50{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:gap-x-56{
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:gap-x-60{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:gap-x-64{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:gap-x-70{
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:gap-x-72{
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .desktop\:gap-x-80{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:gap-x-88{
    -moz-column-gap: 88px;
         column-gap: 88px;
  }

  .desktop\:gap-x-90{
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:gap-x-96{
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:gap-x-100{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:gap-x-112{
    -moz-column-gap: 112px;
         column-gap: 112px;
  }

  .desktop\:gap-x-128{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:gap-x-135{
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:gap-x-145{
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:gap-x-155{
    -moz-column-gap: 155px;
         column-gap: 155px;
  }

  .desktop\:gap-x-160{
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:gap-x-192{
    -moz-column-gap: 192px;
         column-gap: 192px;
  }

  .desktop\:gap-x-200{
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:gap-x-224{
    -moz-column-gap: 224px;
         column-gap: 224px;
  }

  .desktop\:gap-x-227{
    -moz-column-gap: 227px;
         column-gap: 227px;
  }

  .desktop\:gap-x-250{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:gap-x-256{
    -moz-column-gap: 256px;
         column-gap: 256px;
  }

  .desktop\:gap-x-270{
    -moz-column-gap: 270px;
         column-gap: 270px;
  }

  .desktop\:gap-x-288{
    -moz-column-gap: 288px;
         column-gap: 288px;
  }

  .desktop\:gap-x-304{
    -moz-column-gap: 304px;
         column-gap: 304px;
  }

  .desktop\:gap-x-314{
    -moz-column-gap: 314px;
         column-gap: 314px;
  }

  .desktop\:gap-x-320{
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:gap-x-352{
    -moz-column-gap: 352px;
         column-gap: 352px;
  }

  .desktop\:gap-x-384{
    -moz-column-gap: 384px;
         column-gap: 384px;
  }

  .desktop\:gap-x-416{
    -moz-column-gap: 416px;
         column-gap: 416px;
  }

  .desktop\:gap-x-448{
    -moz-column-gap: 448px;
         column-gap: 448px;
  }

  .desktop\:gap-x-480{
    -moz-column-gap: 480px;
         column-gap: 480px;
  }

  .desktop\:gap-x-512{
    -moz-column-gap: 512px;
         column-gap: 512px;
  }

  .desktop\:gap-x-576{
    -moz-column-gap: 576px;
         column-gap: 576px;
  }

  .desktop\:gap-x-612{
    -moz-column-gap: 612px;
         column-gap: 612px;
  }

  .desktop\:gap-x-640{
    -moz-column-gap: 640px;
         column-gap: 640px;
  }

  .desktop\:gap-x-768{
    -moz-column-gap: 768px;
         column-gap: 768px;
  }

  .desktop\:-gap-x-200{
    -moz-column-gap: -200px;
         column-gap: -200px;
  }

  .desktop\:-gap-x-170{
    -moz-column-gap: -170px;
         column-gap: -170px;
  }

  .desktop\:-gap-x-120{
    -moz-column-gap: -120px;
         column-gap: -120px;
  }

  .desktop\:-gap-x-100{
    -moz-column-gap: -100px;
         column-gap: -100px;
  }

  .desktop\:-gap-x-50{
    -moz-column-gap: -50px;
         column-gap: -50px;
  }

  .desktop\:-gap-x-45{
    -moz-column-gap: -45px;
         column-gap: -45px;
  }

  .desktop\:-gap-x-3{
    -moz-column-gap: -3px;
         column-gap: -3px;
  }

  .desktop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:gap-x-20p{
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:gap-x-40p{
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:gap-x-49p{
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:gap-x-52p{
    -moz-column-gap: 52%;
         column-gap: 52%;
  }

  .desktop\:gap-x-53\.5p{
    -moz-column-gap: 53.5%;
         column-gap: 53.5%;
  }

  .desktop\:gap-x-60p{
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .desktop\:gap-x-71\.5p{
    -moz-column-gap: 71.5%;
         column-gap: 71.5%;
  }

  .desktop\:gap-x-80p{
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:gap-x-90p{
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:gap-x-95p{
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:gap-x-100p{
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:gap-x-110p{
    -moz-column-gap: 110%;
         column-gap: 110%;
  }

  .desktop\:gap-y-0{
    row-gap: 0px;
  }

  .desktop\:gap-y-2{
    row-gap: 2px;
  }

  .desktop\:gap-y-4{
    row-gap: 4px;
  }

  .desktop\:gap-y-5{
    row-gap: 5px;
  }

  .desktop\:gap-y-7{
    row-gap: 7px;
  }

  .desktop\:gap-y-8{
    row-gap: 8px;
  }

  .desktop\:gap-y-10{
    row-gap: 10px;
  }

  .desktop\:gap-y-11{
    row-gap: 11px;
  }

  .desktop\:gap-y-12{
    row-gap: 12px;
  }

  .desktop\:gap-y-13{
    row-gap: 13px;
  }

  .desktop\:gap-y-15{
    row-gap: 15px;
  }

  .desktop\:gap-y-16{
    row-gap: 16px;
  }

  .desktop\:gap-y-18{
    row-gap: 18px;
  }

  .desktop\:gap-y-20{
    row-gap: 20px;
  }

  .desktop\:gap-y-24{
    row-gap: 24px;
  }

  .desktop\:gap-y-28{
    row-gap: 28px;
  }

  .desktop\:gap-y-29{
    row-gap: 29px;
  }

  .desktop\:gap-y-30{
    row-gap: 30px;
  }

  .desktop\:gap-y-32{
    row-gap: 32px;
  }

  .desktop\:gap-y-34{
    row-gap: 34px;
  }

  .desktop\:gap-y-36{
    row-gap: 36px;
  }

  .desktop\:gap-y-40{
    row-gap: 40px;
  }

  .desktop\:gap-y-48{
    row-gap: 48px;
  }

  .desktop\:gap-y-50{
    row-gap: 50px;
  }

  .desktop\:gap-y-56{
    row-gap: 56px;
  }

  .desktop\:gap-y-60{
    row-gap: 60px;
  }

  .desktop\:gap-y-64{
    row-gap: 64px;
  }

  .desktop\:gap-y-70{
    row-gap: 70px;
  }

  .desktop\:gap-y-72{
    row-gap: 72px;
  }

  .desktop\:gap-y-80{
    row-gap: 80px;
  }

  .desktop\:gap-y-88{
    row-gap: 88px;
  }

  .desktop\:gap-y-90{
    row-gap: 90px;
  }

  .desktop\:gap-y-96{
    row-gap: 96px;
  }

  .desktop\:gap-y-100{
    row-gap: 100px;
  }

  .desktop\:gap-y-112{
    row-gap: 112px;
  }

  .desktop\:gap-y-128{
    row-gap: 128px;
  }

  .desktop\:gap-y-135{
    row-gap: 135px;
  }

  .desktop\:gap-y-145{
    row-gap: 145px;
  }

  .desktop\:gap-y-155{
    row-gap: 155px;
  }

  .desktop\:gap-y-160{
    row-gap: 160px;
  }

  .desktop\:gap-y-192{
    row-gap: 192px;
  }

  .desktop\:gap-y-200{
    row-gap: 200px;
  }

  .desktop\:gap-y-224{
    row-gap: 224px;
  }

  .desktop\:gap-y-227{
    row-gap: 227px;
  }

  .desktop\:gap-y-250{
    row-gap: 250px;
  }

  .desktop\:gap-y-256{
    row-gap: 256px;
  }

  .desktop\:gap-y-270{
    row-gap: 270px;
  }

  .desktop\:gap-y-288{
    row-gap: 288px;
  }

  .desktop\:gap-y-304{
    row-gap: 304px;
  }

  .desktop\:gap-y-314{
    row-gap: 314px;
  }

  .desktop\:gap-y-320{
    row-gap: 320px;
  }

  .desktop\:gap-y-352{
    row-gap: 352px;
  }

  .desktop\:gap-y-384{
    row-gap: 384px;
  }

  .desktop\:gap-y-416{
    row-gap: 416px;
  }

  .desktop\:gap-y-448{
    row-gap: 448px;
  }

  .desktop\:gap-y-480{
    row-gap: 480px;
  }

  .desktop\:gap-y-512{
    row-gap: 512px;
  }

  .desktop\:gap-y-576{
    row-gap: 576px;
  }

  .desktop\:gap-y-612{
    row-gap: 612px;
  }

  .desktop\:gap-y-640{
    row-gap: 640px;
  }

  .desktop\:gap-y-768{
    row-gap: 768px;
  }

  .desktop\:-gap-y-200{
    row-gap: -200px;
  }

  .desktop\:-gap-y-170{
    row-gap: -170px;
  }

  .desktop\:-gap-y-120{
    row-gap: -120px;
  }

  .desktop\:-gap-y-100{
    row-gap: -100px;
  }

  .desktop\:-gap-y-50{
    row-gap: -50px;
  }

  .desktop\:-gap-y-45{
    row-gap: -45px;
  }

  .desktop\:-gap-y-3{
    row-gap: -3px;
  }

  .desktop\:gap-y-px{
    row-gap: 1px;
  }

  .desktop\:gap-y-20p{
    row-gap: 20%;
  }

  .desktop\:gap-y-40p{
    row-gap: 40%;
  }

  .desktop\:gap-y-49p{
    row-gap: 49%;
  }

  .desktop\:gap-y-52p{
    row-gap: 52%;
  }

  .desktop\:gap-y-53\.5p{
    row-gap: 53.5%;
  }

  .desktop\:gap-y-60p{
    row-gap: 60%;
  }

  .desktop\:gap-y-71\.5p{
    row-gap: 71.5%;
  }

  .desktop\:gap-y-80p{
    row-gap: 80%;
  }

  .desktop\:gap-y-90p{
    row-gap: 90%;
  }

  .desktop\:gap-y-95p{
    row-gap: 95%;
  }

  .desktop\:gap-y-100p{
    row-gap: 100%;
  }

  .desktop\:gap-y-110p{
    row-gap: 110%;
  }

  .desktop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .desktop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .desktop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .desktop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .desktop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:grid-cols-none{
    grid-template-columns: none;
  }

  .desktop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .desktop\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .desktop\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .desktop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:col-auto{
    grid-column: auto;
  }

  .desktop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .desktop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .desktop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .desktop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .desktop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .desktop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .desktop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .desktop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .desktop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .desktop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .desktop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .desktop\:col-span-full{
    grid-column: 1 / -1;
  }

  .desktop\:col-start-1{
    grid-column-start: 1;
  }

  .desktop\:col-start-2{
    grid-column-start: 2;
  }

  .desktop\:col-start-3{
    grid-column-start: 3;
  }

  .desktop\:col-start-4{
    grid-column-start: 4;
  }

  .desktop\:col-start-5{
    grid-column-start: 5;
  }

  .desktop\:col-start-6{
    grid-column-start: 6;
  }

  .desktop\:col-start-7{
    grid-column-start: 7;
  }

  .desktop\:col-start-8{
    grid-column-start: 8;
  }

  .desktop\:col-start-9{
    grid-column-start: 9;
  }

  .desktop\:col-start-10{
    grid-column-start: 10;
  }

  .desktop\:col-start-11{
    grid-column-start: 11;
  }

  .desktop\:col-start-12{
    grid-column-start: 12;
  }

  .desktop\:col-start-13{
    grid-column-start: 13;
  }

  .desktop\:col-start-auto{
    grid-column-start: auto;
  }

  .desktop\:col-end-1{
    grid-column-end: 1;
  }

  .desktop\:col-end-2{
    grid-column-end: 2;
  }

  .desktop\:col-end-3{
    grid-column-end: 3;
  }

  .desktop\:col-end-4{
    grid-column-end: 4;
  }

  .desktop\:col-end-5{
    grid-column-end: 5;
  }

  .desktop\:col-end-6{
    grid-column-end: 6;
  }

  .desktop\:col-end-7{
    grid-column-end: 7;
  }

  .desktop\:col-end-8{
    grid-column-end: 8;
  }

  .desktop\:col-end-9{
    grid-column-end: 9;
  }

  .desktop\:col-end-10{
    grid-column-end: 10;
  }

  .desktop\:col-end-11{
    grid-column-end: 11;
  }

  .desktop\:col-end-12{
    grid-column-end: 12;
  }

  .desktop\:col-end-13{
    grid-column-end: 13;
  }

  .desktop\:col-end-auto{
    grid-column-end: auto;
  }

  .desktop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-rows-none{
    grid-template-rows: none;
  }

  .desktop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .desktop\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .desktop\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .desktop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:row-auto{
    grid-row: auto;
  }

  .desktop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .desktop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .desktop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .desktop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .desktop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .desktop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .desktop\:row-span-full{
    grid-row: 1 / -1;
  }

  .desktop\:row-start-1{
    grid-row-start: 1;
  }

  .desktop\:row-start-2{
    grid-row-start: 2;
  }

  .desktop\:row-start-3{
    grid-row-start: 3;
  }

  .desktop\:row-start-4{
    grid-row-start: 4;
  }

  .desktop\:row-start-5{
    grid-row-start: 5;
  }

  .desktop\:row-start-6{
    grid-row-start: 6;
  }

  .desktop\:row-start-7{
    grid-row-start: 7;
  }

  .desktop\:row-start-auto{
    grid-row-start: auto;
  }

  .desktop\:row-end-1{
    grid-row-end: 1;
  }

  .desktop\:row-end-2{
    grid-row-end: 2;
  }

  .desktop\:row-end-3{
    grid-row-end: 3;
  }

  .desktop\:row-end-4{
    grid-row-end: 4;
  }

  .desktop\:row-end-5{
    grid-row-end: 5;
  }

  .desktop\:row-end-6{
    grid-row-end: 6;
  }

  .desktop\:row-end-7{
    grid-row-end: 7;
  }

  .desktop\:row-end-auto{
    grid-row-end: auto;
  }

  .desktop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:transform-none{
    transform: none;
  }

  .desktop\:hover\:transform:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:hover\:transform-gpu:hover{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:hover\:transform-none:hover{
    transform: none;
  }

  .desktop\:focus\:transform:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:focus\:transform-gpu:focus{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .desktop\:focus\:transform-none:focus{
    transform: none;
  }

  .desktop\:origin-center{
    transform-origin: center;
  }

  .desktop\:origin-top{
    transform-origin: top;
  }

  .desktop\:origin-top-right{
    transform-origin: top right;
  }

  .desktop\:origin-right{
    transform-origin: right;
  }

  .desktop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .desktop\:origin-bottom{
    transform-origin: bottom;
  }

  .desktop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .desktop\:origin-left{
    transform-origin: left;
  }

  .desktop\:origin-top-left{
    transform-origin: top left;
  }

  .desktop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .desktop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .desktop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .desktop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .desktop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .desktop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .desktop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .desktop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .desktop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .desktop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .desktop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .desktop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .desktop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .desktop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .desktop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .desktop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .desktop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .desktop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .desktop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .desktop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .desktop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .desktop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .desktop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .desktop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .desktop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .desktop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .desktop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .desktop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .desktop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .desktop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .desktop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .desktop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .desktop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .desktop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .desktop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .desktop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .desktop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .desktop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .desktop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .desktop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .desktop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .desktop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .desktop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .desktop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .desktop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .desktop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .desktop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .desktop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .desktop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .desktop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .desktop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .desktop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .desktop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .desktop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .desktop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .desktop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .desktop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .desktop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .desktop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .desktop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .desktop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .desktop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .desktop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .desktop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .desktop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .desktop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .desktop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .desktop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .desktop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .desktop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .desktop\:group-hover\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .desktop\:group-hover\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .desktop\:group-hover\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .desktop\:group-hover\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .desktop\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .desktop\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-x-0{
    --tw-scale-x: 0;
  }

  .group:hover .desktop\:group-hover\:scale-x-50{
    --tw-scale-x: .5;
  }

  .group:hover .desktop\:group-hover\:scale-x-75{
    --tw-scale-x: .75;
  }

  .group:hover .desktop\:group-hover\:scale-x-90{
    --tw-scale-x: .9;
  }

  .group:hover .desktop\:group-hover\:scale-x-95{
    --tw-scale-x: .95;
  }

  .group:hover .desktop\:group-hover\:scale-x-100{
    --tw-scale-x: 1;
  }

  .group:hover .desktop\:group-hover\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-y-0{
    --tw-scale-y: 0;
  }

  .group:hover .desktop\:group-hover\:scale-y-50{
    --tw-scale-y: .5;
  }

  .group:hover .desktop\:group-hover\:scale-y-75{
    --tw-scale-y: .75;
  }

  .group:hover .desktop\:group-hover\:scale-y-90{
    --tw-scale-y: .9;
  }

  .group:hover .desktop\:group-hover\:scale-y-95{
    --tw-scale-y: .95;
  }

  .group:hover .desktop\:group-hover\:scale-y-100{
    --tw-scale-y: 1;
  }

  .group:hover .desktop\:group-hover\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .desktop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .desktop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .desktop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .desktop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .desktop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .desktop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .desktop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .desktop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .desktop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .desktop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .desktop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .desktop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .desktop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .desktop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .desktop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .desktop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .desktop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .desktop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .desktop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .desktop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .desktop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .desktop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .desktop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .desktop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .desktop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .desktop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .desktop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .desktop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .desktop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .desktop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .desktop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .desktop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .desktop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .desktop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .desktop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .desktop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .desktop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .desktop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .desktop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .desktop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .desktop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .desktop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .desktop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .desktop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .desktop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .desktop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .desktop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .desktop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .desktop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .desktop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .desktop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .desktop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .desktop\:translate-x-2{
    --tw-translate-x: 2px;
  }

  .desktop\:translate-x-4{
    --tw-translate-x: 4px;
  }

  .desktop\:translate-x-5{
    --tw-translate-x: 5px;
  }

  .desktop\:translate-x-7{
    --tw-translate-x: 7px;
  }

  .desktop\:translate-x-8{
    --tw-translate-x: 8px;
  }

  .desktop\:translate-x-10{
    --tw-translate-x: 10px;
  }

  .desktop\:translate-x-11{
    --tw-translate-x: 11px;
  }

  .desktop\:translate-x-12{
    --tw-translate-x: 12px;
  }

  .desktop\:translate-x-13{
    --tw-translate-x: 13px;
  }

  .desktop\:translate-x-15{
    --tw-translate-x: 15px;
  }

  .desktop\:translate-x-16{
    --tw-translate-x: 16px;
  }

  .desktop\:translate-x-18{
    --tw-translate-x: 18px;
  }

  .desktop\:translate-x-20{
    --tw-translate-x: 20px;
  }

  .desktop\:translate-x-24{
    --tw-translate-x: 24px;
  }

  .desktop\:translate-x-28{
    --tw-translate-x: 28px;
  }

  .desktop\:translate-x-29{
    --tw-translate-x: 29px;
  }

  .desktop\:translate-x-30{
    --tw-translate-x: 30px;
  }

  .desktop\:translate-x-32{
    --tw-translate-x: 32px;
  }

  .desktop\:translate-x-34{
    --tw-translate-x: 34px;
  }

  .desktop\:translate-x-36{
    --tw-translate-x: 36px;
  }

  .desktop\:translate-x-40{
    --tw-translate-x: 40px;
  }

  .desktop\:translate-x-48{
    --tw-translate-x: 48px;
  }

  .desktop\:translate-x-50{
    --tw-translate-x: 50px;
  }

  .desktop\:translate-x-56{
    --tw-translate-x: 56px;
  }

  .desktop\:translate-x-60{
    --tw-translate-x: 60px;
  }

  .desktop\:translate-x-64{
    --tw-translate-x: 64px;
  }

  .desktop\:translate-x-70{
    --tw-translate-x: 70px;
  }

  .desktop\:translate-x-72{
    --tw-translate-x: 72px;
  }

  .desktop\:translate-x-80{
    --tw-translate-x: 80px;
  }

  .desktop\:translate-x-88{
    --tw-translate-x: 88px;
  }

  .desktop\:translate-x-90{
    --tw-translate-x: 90px;
  }

  .desktop\:translate-x-96{
    --tw-translate-x: 96px;
  }

  .desktop\:translate-x-100{
    --tw-translate-x: 100px;
  }

  .desktop\:translate-x-112{
    --tw-translate-x: 112px;
  }

  .desktop\:translate-x-128{
    --tw-translate-x: 128px;
  }

  .desktop\:translate-x-135{
    --tw-translate-x: 135px;
  }

  .desktop\:translate-x-145{
    --tw-translate-x: 145px;
  }

  .desktop\:translate-x-155{
    --tw-translate-x: 155px;
  }

  .desktop\:translate-x-160{
    --tw-translate-x: 160px;
  }

  .desktop\:translate-x-192{
    --tw-translate-x: 192px;
  }

  .desktop\:translate-x-200{
    --tw-translate-x: 200px;
  }

  .desktop\:translate-x-224{
    --tw-translate-x: 224px;
  }

  .desktop\:translate-x-227{
    --tw-translate-x: 227px;
  }

  .desktop\:translate-x-250{
    --tw-translate-x: 250px;
  }

  .desktop\:translate-x-256{
    --tw-translate-x: 256px;
  }

  .desktop\:translate-x-270{
    --tw-translate-x: 270px;
  }

  .desktop\:translate-x-288{
    --tw-translate-x: 288px;
  }

  .desktop\:translate-x-304{
    --tw-translate-x: 304px;
  }

  .desktop\:translate-x-314{
    --tw-translate-x: 314px;
  }

  .desktop\:translate-x-320{
    --tw-translate-x: 320px;
  }

  .desktop\:translate-x-352{
    --tw-translate-x: 352px;
  }

  .desktop\:translate-x-384{
    --tw-translate-x: 384px;
  }

  .desktop\:translate-x-416{
    --tw-translate-x: 416px;
  }

  .desktop\:translate-x-448{
    --tw-translate-x: 448px;
  }

  .desktop\:translate-x-480{
    --tw-translate-x: 480px;
  }

  .desktop\:translate-x-512{
    --tw-translate-x: 512px;
  }

  .desktop\:translate-x-576{
    --tw-translate-x: 576px;
  }

  .desktop\:translate-x-612{
    --tw-translate-x: 612px;
  }

  .desktop\:translate-x-640{
    --tw-translate-x: 640px;
  }

  .desktop\:translate-x-768{
    --tw-translate-x: 768px;
  }

  .desktop\:-translate-x-200{
    --tw-translate-x: -200px;
  }

  .desktop\:-translate-x-170{
    --tw-translate-x: -170px;
  }

  .desktop\:-translate-x-120{
    --tw-translate-x: -120px;
  }

  .desktop\:-translate-x-100{
    --tw-translate-x: -100px;
  }

  .desktop\:-translate-x-50{
    --tw-translate-x: -50px;
  }

  .desktop\:-translate-x-45{
    --tw-translate-x: -45px;
  }

  .desktop\:-translate-x-3{
    --tw-translate-x: -3px;
  }

  .desktop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .desktop\:translate-x-20p{
    --tw-translate-x: 20%;
  }

  .desktop\:translate-x-40p{
    --tw-translate-x: 40%;
  }

  .desktop\:translate-x-49p{
    --tw-translate-x: 49%;
  }

  .desktop\:translate-x-52p{
    --tw-translate-x: 52%;
  }

  .desktop\:translate-x-53\.5p{
    --tw-translate-x: 53.5%;
  }

  .desktop\:translate-x-60p{
    --tw-translate-x: 60%;
  }

  .desktop\:translate-x-71\.5p{
    --tw-translate-x: 71.5%;
  }

  .desktop\:translate-x-80p{
    --tw-translate-x: 80%;
  }

  .desktop\:translate-x-90p{
    --tw-translate-x: 90%;
  }

  .desktop\:translate-x-95p{
    --tw-translate-x: 95%;
  }

  .desktop\:translate-x-100p{
    --tw-translate-x: 100%;
  }

  .desktop\:translate-x-110p{
    --tw-translate-x: 110%;
  }

  .desktop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .desktop\:-translate-x-2{
    --tw-translate-x: -2px;
  }

  .desktop\:-translate-x-4{
    --tw-translate-x: -4px;
  }

  .desktop\:-translate-x-5{
    --tw-translate-x: -5px;
  }

  .desktop\:-translate-x-7{
    --tw-translate-x: -7px;
  }

  .desktop\:-translate-x-8{
    --tw-translate-x: -8px;
  }

  .desktop\:-translate-x-10{
    --tw-translate-x: -10px;
  }

  .desktop\:-translate-x-11{
    --tw-translate-x: -11px;
  }

  .desktop\:-translate-x-12{
    --tw-translate-x: -12px;
  }

  .desktop\:-translate-x-13{
    --tw-translate-x: -13px;
  }

  .desktop\:-translate-x-15{
    --tw-translate-x: -15px;
  }

  .desktop\:-translate-x-16{
    --tw-translate-x: -16px;
  }

  .desktop\:-translate-x-18{
    --tw-translate-x: -18px;
  }

  .desktop\:-translate-x-20{
    --tw-translate-x: -20px;
  }

  .desktop\:-translate-x-24{
    --tw-translate-x: -24px;
  }

  .desktop\:-translate-x-28{
    --tw-translate-x: -28px;
  }

  .desktop\:-translate-x-29{
    --tw-translate-x: -29px;
  }

  .desktop\:-translate-x-30{
    --tw-translate-x: -30px;
  }

  .desktop\:-translate-x-32{
    --tw-translate-x: -32px;
  }

  .desktop\:-translate-x-34{
    --tw-translate-x: -34px;
  }

  .desktop\:-translate-x-36{
    --tw-translate-x: -36px;
  }

  .desktop\:-translate-x-40{
    --tw-translate-x: -40px;
  }

  .desktop\:-translate-x-48{
    --tw-translate-x: -48px;
  }

  .desktop\:-translate-x-56{
    --tw-translate-x: -56px;
  }

  .desktop\:-translate-x-60{
    --tw-translate-x: -60px;
  }

  .desktop\:-translate-x-64{
    --tw-translate-x: -64px;
  }

  .desktop\:-translate-x-70{
    --tw-translate-x: -70px;
  }

  .desktop\:-translate-x-72{
    --tw-translate-x: -72px;
  }

  .desktop\:-translate-x-80{
    --tw-translate-x: -80px;
  }

  .desktop\:-translate-x-88{
    --tw-translate-x: -88px;
  }

  .desktop\:-translate-x-90{
    --tw-translate-x: -90px;
  }

  .desktop\:-translate-x-96{
    --tw-translate-x: -96px;
  }

  .desktop\:-translate-x-112{
    --tw-translate-x: -112px;
  }

  .desktop\:-translate-x-128{
    --tw-translate-x: -128px;
  }

  .desktop\:-translate-x-135{
    --tw-translate-x: -135px;
  }

  .desktop\:-translate-x-145{
    --tw-translate-x: -145px;
  }

  .desktop\:-translate-x-155{
    --tw-translate-x: -155px;
  }

  .desktop\:-translate-x-160{
    --tw-translate-x: -160px;
  }

  .desktop\:-translate-x-192{
    --tw-translate-x: -192px;
  }

  .desktop\:-translate-x-224{
    --tw-translate-x: -224px;
  }

  .desktop\:-translate-x-227{
    --tw-translate-x: -227px;
  }

  .desktop\:-translate-x-250{
    --tw-translate-x: -250px;
  }

  .desktop\:-translate-x-256{
    --tw-translate-x: -256px;
  }

  .desktop\:-translate-x-270{
    --tw-translate-x: -270px;
  }

  .desktop\:-translate-x-288{
    --tw-translate-x: -288px;
  }

  .desktop\:-translate-x-304{
    --tw-translate-x: -304px;
  }

  .desktop\:-translate-x-314{
    --tw-translate-x: -314px;
  }

  .desktop\:-translate-x-320{
    --tw-translate-x: -320px;
  }

  .desktop\:-translate-x-352{
    --tw-translate-x: -352px;
  }

  .desktop\:-translate-x-384{
    --tw-translate-x: -384px;
  }

  .desktop\:-translate-x-416{
    --tw-translate-x: -416px;
  }

  .desktop\:-translate-x-448{
    --tw-translate-x: -448px;
  }

  .desktop\:-translate-x-480{
    --tw-translate-x: -480px;
  }

  .desktop\:-translate-x-512{
    --tw-translate-x: -512px;
  }

  .desktop\:-translate-x-576{
    --tw-translate-x: -576px;
  }

  .desktop\:-translate-x-612{
    --tw-translate-x: -612px;
  }

  .desktop\:-translate-x-640{
    --tw-translate-x: -640px;
  }

  .desktop\:-translate-x-768{
    --tw-translate-x: -768px;
  }

  .desktop\:-translate-x--200{
    --tw-translate-x: 200px;
  }

  .desktop\:-translate-x--170{
    --tw-translate-x: 170px;
  }

  .desktop\:-translate-x--120{
    --tw-translate-x: 120px;
  }

  .desktop\:-translate-x--100{
    --tw-translate-x: 100px;
  }

  .desktop\:-translate-x--50{
    --tw-translate-x: 50px;
  }

  .desktop\:-translate-x--45{
    --tw-translate-x: 45px;
  }

  .desktop\:-translate-x--3{
    --tw-translate-x: 3px;
  }

  .desktop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .desktop\:-translate-x-20p{
    --tw-translate-x: -20%;
  }

  .desktop\:-translate-x-40p{
    --tw-translate-x: -40%;
  }

  .desktop\:-translate-x-49p{
    --tw-translate-x: -49%;
  }

  .desktop\:-translate-x-52p{
    --tw-translate-x: -52%;
  }

  .desktop\:-translate-x-53\.5p{
    --tw-translate-x: -53.5%;
  }

  .desktop\:-translate-x-60p{
    --tw-translate-x: -60%;
  }

  .desktop\:-translate-x-71\.5p{
    --tw-translate-x: -71.5%;
  }

  .desktop\:-translate-x-80p{
    --tw-translate-x: -80%;
  }

  .desktop\:-translate-x-90p{
    --tw-translate-x: -90%;
  }

  .desktop\:-translate-x-95p{
    --tw-translate-x: -95%;
  }

  .desktop\:-translate-x-100p{
    --tw-translate-x: -100%;
  }

  .desktop\:-translate-x-110p{
    --tw-translate-x: -110%;
  }

  .desktop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .desktop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .desktop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .desktop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .desktop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .desktop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .desktop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .desktop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .desktop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .desktop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .desktop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .desktop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .desktop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .desktop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .desktop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .desktop\:translate-y-2{
    --tw-translate-y: 2px;
  }

  .desktop\:translate-y-4{
    --tw-translate-y: 4px;
  }

  .desktop\:translate-y-5{
    --tw-translate-y: 5px;
  }

  .desktop\:translate-y-7{
    --tw-translate-y: 7px;
  }

  .desktop\:translate-y-8{
    --tw-translate-y: 8px;
  }

  .desktop\:translate-y-10{
    --tw-translate-y: 10px;
  }

  .desktop\:translate-y-11{
    --tw-translate-y: 11px;
  }

  .desktop\:translate-y-12{
    --tw-translate-y: 12px;
  }

  .desktop\:translate-y-13{
    --tw-translate-y: 13px;
  }

  .desktop\:translate-y-15{
    --tw-translate-y: 15px;
  }

  .desktop\:translate-y-16{
    --tw-translate-y: 16px;
  }

  .desktop\:translate-y-18{
    --tw-translate-y: 18px;
  }

  .desktop\:translate-y-20{
    --tw-translate-y: 20px;
  }

  .desktop\:translate-y-24{
    --tw-translate-y: 24px;
  }

  .desktop\:translate-y-28{
    --tw-translate-y: 28px;
  }

  .desktop\:translate-y-29{
    --tw-translate-y: 29px;
  }

  .desktop\:translate-y-30{
    --tw-translate-y: 30px;
  }

  .desktop\:translate-y-32{
    --tw-translate-y: 32px;
  }

  .desktop\:translate-y-34{
    --tw-translate-y: 34px;
  }

  .desktop\:translate-y-36{
    --tw-translate-y: 36px;
  }

  .desktop\:translate-y-40{
    --tw-translate-y: 40px;
  }

  .desktop\:translate-y-48{
    --tw-translate-y: 48px;
  }

  .desktop\:translate-y-50{
    --tw-translate-y: 50px;
  }

  .desktop\:translate-y-56{
    --tw-translate-y: 56px;
  }

  .desktop\:translate-y-60{
    --tw-translate-y: 60px;
  }

  .desktop\:translate-y-64{
    --tw-translate-y: 64px;
  }

  .desktop\:translate-y-70{
    --tw-translate-y: 70px;
  }

  .desktop\:translate-y-72{
    --tw-translate-y: 72px;
  }

  .desktop\:translate-y-80{
    --tw-translate-y: 80px;
  }

  .desktop\:translate-y-88{
    --tw-translate-y: 88px;
  }

  .desktop\:translate-y-90{
    --tw-translate-y: 90px;
  }

  .desktop\:translate-y-96{
    --tw-translate-y: 96px;
  }

  .desktop\:translate-y-100{
    --tw-translate-y: 100px;
  }

  .desktop\:translate-y-112{
    --tw-translate-y: 112px;
  }

  .desktop\:translate-y-128{
    --tw-translate-y: 128px;
  }

  .desktop\:translate-y-135{
    --tw-translate-y: 135px;
  }

  .desktop\:translate-y-145{
    --tw-translate-y: 145px;
  }

  .desktop\:translate-y-155{
    --tw-translate-y: 155px;
  }

  .desktop\:translate-y-160{
    --tw-translate-y: 160px;
  }

  .desktop\:translate-y-192{
    --tw-translate-y: 192px;
  }

  .desktop\:translate-y-200{
    --tw-translate-y: 200px;
  }

  .desktop\:translate-y-224{
    --tw-translate-y: 224px;
  }

  .desktop\:translate-y-227{
    --tw-translate-y: 227px;
  }

  .desktop\:translate-y-250{
    --tw-translate-y: 250px;
  }

  .desktop\:translate-y-256{
    --tw-translate-y: 256px;
  }

  .desktop\:translate-y-270{
    --tw-translate-y: 270px;
  }

  .desktop\:translate-y-288{
    --tw-translate-y: 288px;
  }

  .desktop\:translate-y-304{
    --tw-translate-y: 304px;
  }

  .desktop\:translate-y-314{
    --tw-translate-y: 314px;
  }

  .desktop\:translate-y-320{
    --tw-translate-y: 320px;
  }

  .desktop\:translate-y-352{
    --tw-translate-y: 352px;
  }

  .desktop\:translate-y-384{
    --tw-translate-y: 384px;
  }

  .desktop\:translate-y-416{
    --tw-translate-y: 416px;
  }

  .desktop\:translate-y-448{
    --tw-translate-y: 448px;
  }

  .desktop\:translate-y-480{
    --tw-translate-y: 480px;
  }

  .desktop\:translate-y-512{
    --tw-translate-y: 512px;
  }

  .desktop\:translate-y-576{
    --tw-translate-y: 576px;
  }

  .desktop\:translate-y-612{
    --tw-translate-y: 612px;
  }

  .desktop\:translate-y-640{
    --tw-translate-y: 640px;
  }

  .desktop\:translate-y-768{
    --tw-translate-y: 768px;
  }

  .desktop\:-translate-y-200{
    --tw-translate-y: -200px;
  }

  .desktop\:-translate-y-170{
    --tw-translate-y: -170px;
  }

  .desktop\:-translate-y-120{
    --tw-translate-y: -120px;
  }

  .desktop\:-translate-y-100{
    --tw-translate-y: -100px;
  }

  .desktop\:-translate-y-50{
    --tw-translate-y: -50px;
  }

  .desktop\:-translate-y-45{
    --tw-translate-y: -45px;
  }

  .desktop\:-translate-y-3{
    --tw-translate-y: -3px;
  }

  .desktop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .desktop\:translate-y-20p{
    --tw-translate-y: 20%;
  }

  .desktop\:translate-y-40p{
    --tw-translate-y: 40%;
  }

  .desktop\:translate-y-49p{
    --tw-translate-y: 49%;
  }

  .desktop\:translate-y-52p{
    --tw-translate-y: 52%;
  }

  .desktop\:translate-y-53\.5p{
    --tw-translate-y: 53.5%;
  }

  .desktop\:translate-y-60p{
    --tw-translate-y: 60%;
  }

  .desktop\:translate-y-71\.5p{
    --tw-translate-y: 71.5%;
  }

  .desktop\:translate-y-80p{
    --tw-translate-y: 80%;
  }

  .desktop\:translate-y-90p{
    --tw-translate-y: 90%;
  }

  .desktop\:translate-y-95p{
    --tw-translate-y: 95%;
  }

  .desktop\:translate-y-100p{
    --tw-translate-y: 100%;
  }

  .desktop\:translate-y-110p{
    --tw-translate-y: 110%;
  }

  .desktop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .desktop\:-translate-y-2{
    --tw-translate-y: -2px;
  }

  .desktop\:-translate-y-4{
    --tw-translate-y: -4px;
  }

  .desktop\:-translate-y-5{
    --tw-translate-y: -5px;
  }

  .desktop\:-translate-y-7{
    --tw-translate-y: -7px;
  }

  .desktop\:-translate-y-8{
    --tw-translate-y: -8px;
  }

  .desktop\:-translate-y-10{
    --tw-translate-y: -10px;
  }

  .desktop\:-translate-y-11{
    --tw-translate-y: -11px;
  }

  .desktop\:-translate-y-12{
    --tw-translate-y: -12px;
  }

  .desktop\:-translate-y-13{
    --tw-translate-y: -13px;
  }

  .desktop\:-translate-y-15{
    --tw-translate-y: -15px;
  }

  .desktop\:-translate-y-16{
    --tw-translate-y: -16px;
  }

  .desktop\:-translate-y-18{
    --tw-translate-y: -18px;
  }

  .desktop\:-translate-y-20{
    --tw-translate-y: -20px;
  }

  .desktop\:-translate-y-24{
    --tw-translate-y: -24px;
  }

  .desktop\:-translate-y-28{
    --tw-translate-y: -28px;
  }

  .desktop\:-translate-y-29{
    --tw-translate-y: -29px;
  }

  .desktop\:-translate-y-30{
    --tw-translate-y: -30px;
  }

  .desktop\:-translate-y-32{
    --tw-translate-y: -32px;
  }

  .desktop\:-translate-y-34{
    --tw-translate-y: -34px;
  }

  .desktop\:-translate-y-36{
    --tw-translate-y: -36px;
  }

  .desktop\:-translate-y-40{
    --tw-translate-y: -40px;
  }

  .desktop\:-translate-y-48{
    --tw-translate-y: -48px;
  }

  .desktop\:-translate-y-56{
    --tw-translate-y: -56px;
  }

  .desktop\:-translate-y-60{
    --tw-translate-y: -60px;
  }

  .desktop\:-translate-y-64{
    --tw-translate-y: -64px;
  }

  .desktop\:-translate-y-70{
    --tw-translate-y: -70px;
  }

  .desktop\:-translate-y-72{
    --tw-translate-y: -72px;
  }

  .desktop\:-translate-y-80{
    --tw-translate-y: -80px;
  }

  .desktop\:-translate-y-88{
    --tw-translate-y: -88px;
  }

  .desktop\:-translate-y-90{
    --tw-translate-y: -90px;
  }

  .desktop\:-translate-y-96{
    --tw-translate-y: -96px;
  }

  .desktop\:-translate-y-112{
    --tw-translate-y: -112px;
  }

  .desktop\:-translate-y-128{
    --tw-translate-y: -128px;
  }

  .desktop\:-translate-y-135{
    --tw-translate-y: -135px;
  }

  .desktop\:-translate-y-145{
    --tw-translate-y: -145px;
  }

  .desktop\:-translate-y-155{
    --tw-translate-y: -155px;
  }

  .desktop\:-translate-y-160{
    --tw-translate-y: -160px;
  }

  .desktop\:-translate-y-192{
    --tw-translate-y: -192px;
  }

  .desktop\:-translate-y-224{
    --tw-translate-y: -224px;
  }

  .desktop\:-translate-y-227{
    --tw-translate-y: -227px;
  }

  .desktop\:-translate-y-250{
    --tw-translate-y: -250px;
  }

  .desktop\:-translate-y-256{
    --tw-translate-y: -256px;
  }

  .desktop\:-translate-y-270{
    --tw-translate-y: -270px;
  }

  .desktop\:-translate-y-288{
    --tw-translate-y: -288px;
  }

  .desktop\:-translate-y-304{
    --tw-translate-y: -304px;
  }

  .desktop\:-translate-y-314{
    --tw-translate-y: -314px;
  }

  .desktop\:-translate-y-320{
    --tw-translate-y: -320px;
  }

  .desktop\:-translate-y-352{
    --tw-translate-y: -352px;
  }

  .desktop\:-translate-y-384{
    --tw-translate-y: -384px;
  }

  .desktop\:-translate-y-416{
    --tw-translate-y: -416px;
  }

  .desktop\:-translate-y-448{
    --tw-translate-y: -448px;
  }

  .desktop\:-translate-y-480{
    --tw-translate-y: -480px;
  }

  .desktop\:-translate-y-512{
    --tw-translate-y: -512px;
  }

  .desktop\:-translate-y-576{
    --tw-translate-y: -576px;
  }

  .desktop\:-translate-y-612{
    --tw-translate-y: -612px;
  }

  .desktop\:-translate-y-640{
    --tw-translate-y: -640px;
  }

  .desktop\:-translate-y-768{
    --tw-translate-y: -768px;
  }

  .desktop\:-translate-y--200{
    --tw-translate-y: 200px;
  }

  .desktop\:-translate-y--170{
    --tw-translate-y: 170px;
  }

  .desktop\:-translate-y--120{
    --tw-translate-y: 120px;
  }

  .desktop\:-translate-y--100{
    --tw-translate-y: 100px;
  }

  .desktop\:-translate-y--50{
    --tw-translate-y: 50px;
  }

  .desktop\:-translate-y--45{
    --tw-translate-y: 45px;
  }

  .desktop\:-translate-y--3{
    --tw-translate-y: 3px;
  }

  .desktop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .desktop\:-translate-y-20p{
    --tw-translate-y: -20%;
  }

  .desktop\:-translate-y-40p{
    --tw-translate-y: -40%;
  }

  .desktop\:-translate-y-49p{
    --tw-translate-y: -49%;
  }

  .desktop\:-translate-y-52p{
    --tw-translate-y: -52%;
  }

  .desktop\:-translate-y-53\.5p{
    --tw-translate-y: -53.5%;
  }

  .desktop\:-translate-y-60p{
    --tw-translate-y: -60%;
  }

  .desktop\:-translate-y-71\.5p{
    --tw-translate-y: -71.5%;
  }

  .desktop\:-translate-y-80p{
    --tw-translate-y: -80%;
  }

  .desktop\:-translate-y-90p{
    --tw-translate-y: -90%;
  }

  .desktop\:-translate-y-95p{
    --tw-translate-y: -95%;
  }

  .desktop\:-translate-y-100p{
    --tw-translate-y: -100%;
  }

  .desktop\:-translate-y-110p{
    --tw-translate-y: -110%;
  }

  .desktop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .desktop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .desktop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .desktop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .desktop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .desktop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .desktop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .desktop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .desktop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .desktop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .desktop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .desktop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .desktop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .desktop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .desktop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .desktop\:hover\:translate-x-2:hover{
    --tw-translate-x: 2px;
  }

  .desktop\:hover\:translate-x-4:hover{
    --tw-translate-x: 4px;
  }

  .desktop\:hover\:translate-x-5:hover{
    --tw-translate-x: 5px;
  }

  .desktop\:hover\:translate-x-7:hover{
    --tw-translate-x: 7px;
  }

  .desktop\:hover\:translate-x-8:hover{
    --tw-translate-x: 8px;
  }

  .desktop\:hover\:translate-x-10:hover{
    --tw-translate-x: 10px;
  }

  .desktop\:hover\:translate-x-11:hover{
    --tw-translate-x: 11px;
  }

  .desktop\:hover\:translate-x-12:hover{
    --tw-translate-x: 12px;
  }

  .desktop\:hover\:translate-x-13:hover{
    --tw-translate-x: 13px;
  }

  .desktop\:hover\:translate-x-15:hover{
    --tw-translate-x: 15px;
  }

  .desktop\:hover\:translate-x-16:hover{
    --tw-translate-x: 16px;
  }

  .desktop\:hover\:translate-x-18:hover{
    --tw-translate-x: 18px;
  }

  .desktop\:hover\:translate-x-20:hover{
    --tw-translate-x: 20px;
  }

  .desktop\:hover\:translate-x-24:hover{
    --tw-translate-x: 24px;
  }

  .desktop\:hover\:translate-x-28:hover{
    --tw-translate-x: 28px;
  }

  .desktop\:hover\:translate-x-29:hover{
    --tw-translate-x: 29px;
  }

  .desktop\:hover\:translate-x-30:hover{
    --tw-translate-x: 30px;
  }

  .desktop\:hover\:translate-x-32:hover{
    --tw-translate-x: 32px;
  }

  .desktop\:hover\:translate-x-34:hover{
    --tw-translate-x: 34px;
  }

  .desktop\:hover\:translate-x-36:hover{
    --tw-translate-x: 36px;
  }

  .desktop\:hover\:translate-x-40:hover{
    --tw-translate-x: 40px;
  }

  .desktop\:hover\:translate-x-48:hover{
    --tw-translate-x: 48px;
  }

  .desktop\:hover\:translate-x-50:hover{
    --tw-translate-x: 50px;
  }

  .desktop\:hover\:translate-x-56:hover{
    --tw-translate-x: 56px;
  }

  .desktop\:hover\:translate-x-60:hover{
    --tw-translate-x: 60px;
  }

  .desktop\:hover\:translate-x-64:hover{
    --tw-translate-x: 64px;
  }

  .desktop\:hover\:translate-x-70:hover{
    --tw-translate-x: 70px;
  }

  .desktop\:hover\:translate-x-72:hover{
    --tw-translate-x: 72px;
  }

  .desktop\:hover\:translate-x-80:hover{
    --tw-translate-x: 80px;
  }

  .desktop\:hover\:translate-x-88:hover{
    --tw-translate-x: 88px;
  }

  .desktop\:hover\:translate-x-90:hover{
    --tw-translate-x: 90px;
  }

  .desktop\:hover\:translate-x-96:hover{
    --tw-translate-x: 96px;
  }

  .desktop\:hover\:translate-x-100:hover{
    --tw-translate-x: 100px;
  }

  .desktop\:hover\:translate-x-112:hover{
    --tw-translate-x: 112px;
  }

  .desktop\:hover\:translate-x-128:hover{
    --tw-translate-x: 128px;
  }

  .desktop\:hover\:translate-x-135:hover{
    --tw-translate-x: 135px;
  }

  .desktop\:hover\:translate-x-145:hover{
    --tw-translate-x: 145px;
  }

  .desktop\:hover\:translate-x-155:hover{
    --tw-translate-x: 155px;
  }

  .desktop\:hover\:translate-x-160:hover{
    --tw-translate-x: 160px;
  }

  .desktop\:hover\:translate-x-192:hover{
    --tw-translate-x: 192px;
  }

  .desktop\:hover\:translate-x-200:hover{
    --tw-translate-x: 200px;
  }

  .desktop\:hover\:translate-x-224:hover{
    --tw-translate-x: 224px;
  }

  .desktop\:hover\:translate-x-227:hover{
    --tw-translate-x: 227px;
  }

  .desktop\:hover\:translate-x-250:hover{
    --tw-translate-x: 250px;
  }

  .desktop\:hover\:translate-x-256:hover{
    --tw-translate-x: 256px;
  }

  .desktop\:hover\:translate-x-270:hover{
    --tw-translate-x: 270px;
  }

  .desktop\:hover\:translate-x-288:hover{
    --tw-translate-x: 288px;
  }

  .desktop\:hover\:translate-x-304:hover{
    --tw-translate-x: 304px;
  }

  .desktop\:hover\:translate-x-314:hover{
    --tw-translate-x: 314px;
  }

  .desktop\:hover\:translate-x-320:hover{
    --tw-translate-x: 320px;
  }

  .desktop\:hover\:translate-x-352:hover{
    --tw-translate-x: 352px;
  }

  .desktop\:hover\:translate-x-384:hover{
    --tw-translate-x: 384px;
  }

  .desktop\:hover\:translate-x-416:hover{
    --tw-translate-x: 416px;
  }

  .desktop\:hover\:translate-x-448:hover{
    --tw-translate-x: 448px;
  }

  .desktop\:hover\:translate-x-480:hover{
    --tw-translate-x: 480px;
  }

  .desktop\:hover\:translate-x-512:hover{
    --tw-translate-x: 512px;
  }

  .desktop\:hover\:translate-x-576:hover{
    --tw-translate-x: 576px;
  }

  .desktop\:hover\:translate-x-612:hover{
    --tw-translate-x: 612px;
  }

  .desktop\:hover\:translate-x-640:hover{
    --tw-translate-x: 640px;
  }

  .desktop\:hover\:translate-x-768:hover{
    --tw-translate-x: 768px;
  }

  .desktop\:hover\:-translate-x-200:hover{
    --tw-translate-x: -200px;
  }

  .desktop\:hover\:-translate-x-170:hover{
    --tw-translate-x: -170px;
  }

  .desktop\:hover\:-translate-x-120:hover{
    --tw-translate-x: -120px;
  }

  .desktop\:hover\:-translate-x-100:hover{
    --tw-translate-x: -100px;
  }

  .desktop\:hover\:-translate-x-50:hover{
    --tw-translate-x: -50px;
  }

  .desktop\:hover\:-translate-x-45:hover{
    --tw-translate-x: -45px;
  }

  .desktop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -3px;
  }

  .desktop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .desktop\:hover\:translate-x-20p:hover{
    --tw-translate-x: 20%;
  }

  .desktop\:hover\:translate-x-40p:hover{
    --tw-translate-x: 40%;
  }

  .desktop\:hover\:translate-x-49p:hover{
    --tw-translate-x: 49%;
  }

  .desktop\:hover\:translate-x-52p:hover{
    --tw-translate-x: 52%;
  }

  .desktop\:hover\:translate-x-53\.5p:hover{
    --tw-translate-x: 53.5%;
  }

  .desktop\:hover\:translate-x-60p:hover{
    --tw-translate-x: 60%;
  }

  .desktop\:hover\:translate-x-71\.5p:hover{
    --tw-translate-x: 71.5%;
  }

  .desktop\:hover\:translate-x-80p:hover{
    --tw-translate-x: 80%;
  }

  .desktop\:hover\:translate-x-90p:hover{
    --tw-translate-x: 90%;
  }

  .desktop\:hover\:translate-x-95p:hover{
    --tw-translate-x: 95%;
  }

  .desktop\:hover\:translate-x-100p:hover{
    --tw-translate-x: 100%;
  }

  .desktop\:hover\:translate-x-110p:hover{
    --tw-translate-x: 110%;
  }

  .desktop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .desktop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -2px;
  }

  .desktop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -4px;
  }

  .desktop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -5px;
  }

  .desktop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -7px;
  }

  .desktop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -8px;
  }

  .desktop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -10px;
  }

  .desktop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -11px;
  }

  .desktop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -12px;
  }

  .desktop\:hover\:-translate-x-13:hover{
    --tw-translate-x: -13px;
  }

  .desktop\:hover\:-translate-x-15:hover{
    --tw-translate-x: -15px;
  }

  .desktop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -16px;
  }

  .desktop\:hover\:-translate-x-18:hover{
    --tw-translate-x: -18px;
  }

  .desktop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -20px;
  }

  .desktop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -24px;
  }

  .desktop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -28px;
  }

  .desktop\:hover\:-translate-x-29:hover{
    --tw-translate-x: -29px;
  }

  .desktop\:hover\:-translate-x-30:hover{
    --tw-translate-x: -30px;
  }

  .desktop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -32px;
  }

  .desktop\:hover\:-translate-x-34:hover{
    --tw-translate-x: -34px;
  }

  .desktop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -36px;
  }

  .desktop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -40px;
  }

  .desktop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -48px;
  }

  .desktop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -56px;
  }

  .desktop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -60px;
  }

  .desktop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -64px;
  }

  .desktop\:hover\:-translate-x-70:hover{
    --tw-translate-x: -70px;
  }

  .desktop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -72px;
  }

  .desktop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -80px;
  }

  .desktop\:hover\:-translate-x-88:hover{
    --tw-translate-x: -88px;
  }

  .desktop\:hover\:-translate-x-90:hover{
    --tw-translate-x: -90px;
  }

  .desktop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -96px;
  }

  .desktop\:hover\:-translate-x-112:hover{
    --tw-translate-x: -112px;
  }

  .desktop\:hover\:-translate-x-128:hover{
    --tw-translate-x: -128px;
  }

  .desktop\:hover\:-translate-x-135:hover{
    --tw-translate-x: -135px;
  }

  .desktop\:hover\:-translate-x-145:hover{
    --tw-translate-x: -145px;
  }

  .desktop\:hover\:-translate-x-155:hover{
    --tw-translate-x: -155px;
  }

  .desktop\:hover\:-translate-x-160:hover{
    --tw-translate-x: -160px;
  }

  .desktop\:hover\:-translate-x-192:hover{
    --tw-translate-x: -192px;
  }

  .desktop\:hover\:-translate-x-224:hover{
    --tw-translate-x: -224px;
  }

  .desktop\:hover\:-translate-x-227:hover{
    --tw-translate-x: -227px;
  }

  .desktop\:hover\:-translate-x-250:hover{
    --tw-translate-x: -250px;
  }

  .desktop\:hover\:-translate-x-256:hover{
    --tw-translate-x: -256px;
  }

  .desktop\:hover\:-translate-x-270:hover{
    --tw-translate-x: -270px;
  }

  .desktop\:hover\:-translate-x-288:hover{
    --tw-translate-x: -288px;
  }

  .desktop\:hover\:-translate-x-304:hover{
    --tw-translate-x: -304px;
  }

  .desktop\:hover\:-translate-x-314:hover{
    --tw-translate-x: -314px;
  }

  .desktop\:hover\:-translate-x-320:hover{
    --tw-translate-x: -320px;
  }

  .desktop\:hover\:-translate-x-352:hover{
    --tw-translate-x: -352px;
  }

  .desktop\:hover\:-translate-x-384:hover{
    --tw-translate-x: -384px;
  }

  .desktop\:hover\:-translate-x-416:hover{
    --tw-translate-x: -416px;
  }

  .desktop\:hover\:-translate-x-448:hover{
    --tw-translate-x: -448px;
  }

  .desktop\:hover\:-translate-x-480:hover{
    --tw-translate-x: -480px;
  }

  .desktop\:hover\:-translate-x-512:hover{
    --tw-translate-x: -512px;
  }

  .desktop\:hover\:-translate-x-576:hover{
    --tw-translate-x: -576px;
  }

  .desktop\:hover\:-translate-x-612:hover{
    --tw-translate-x: -612px;
  }

  .desktop\:hover\:-translate-x-640:hover{
    --tw-translate-x: -640px;
  }

  .desktop\:hover\:-translate-x-768:hover{
    --tw-translate-x: -768px;
  }

  .desktop\:hover\:-translate-x--200:hover{
    --tw-translate-x: 200px;
  }

  .desktop\:hover\:-translate-x--170:hover{
    --tw-translate-x: 170px;
  }

  .desktop\:hover\:-translate-x--120:hover{
    --tw-translate-x: 120px;
  }

  .desktop\:hover\:-translate-x--100:hover{
    --tw-translate-x: 100px;
  }

  .desktop\:hover\:-translate-x--50:hover{
    --tw-translate-x: 50px;
  }

  .desktop\:hover\:-translate-x--45:hover{
    --tw-translate-x: 45px;
  }

  .desktop\:hover\:-translate-x--3:hover{
    --tw-translate-x: 3px;
  }

  .desktop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .desktop\:hover\:-translate-x-20p:hover{
    --tw-translate-x: -20%;
  }

  .desktop\:hover\:-translate-x-40p:hover{
    --tw-translate-x: -40%;
  }

  .desktop\:hover\:-translate-x-49p:hover{
    --tw-translate-x: -49%;
  }

  .desktop\:hover\:-translate-x-52p:hover{
    --tw-translate-x: -52%;
  }

  .desktop\:hover\:-translate-x-53\.5p:hover{
    --tw-translate-x: -53.5%;
  }

  .desktop\:hover\:-translate-x-60p:hover{
    --tw-translate-x: -60%;
  }

  .desktop\:hover\:-translate-x-71\.5p:hover{
    --tw-translate-x: -71.5%;
  }

  .desktop\:hover\:-translate-x-80p:hover{
    --tw-translate-x: -80%;
  }

  .desktop\:hover\:-translate-x-90p:hover{
    --tw-translate-x: -90%;
  }

  .desktop\:hover\:-translate-x-95p:hover{
    --tw-translate-x: -95%;
  }

  .desktop\:hover\:-translate-x-100p:hover{
    --tw-translate-x: -100%;
  }

  .desktop\:hover\:-translate-x-110p:hover{
    --tw-translate-x: -110%;
  }

  .desktop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .desktop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .desktop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .desktop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .desktop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .desktop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .desktop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .desktop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .desktop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .desktop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .desktop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .desktop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .desktop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .desktop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .desktop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .desktop\:hover\:translate-y-2:hover{
    --tw-translate-y: 2px;
  }

  .desktop\:hover\:translate-y-4:hover{
    --tw-translate-y: 4px;
  }

  .desktop\:hover\:translate-y-5:hover{
    --tw-translate-y: 5px;
  }

  .desktop\:hover\:translate-y-7:hover{
    --tw-translate-y: 7px;
  }

  .desktop\:hover\:translate-y-8:hover{
    --tw-translate-y: 8px;
  }

  .desktop\:hover\:translate-y-10:hover{
    --tw-translate-y: 10px;
  }

  .desktop\:hover\:translate-y-11:hover{
    --tw-translate-y: 11px;
  }

  .desktop\:hover\:translate-y-12:hover{
    --tw-translate-y: 12px;
  }

  .desktop\:hover\:translate-y-13:hover{
    --tw-translate-y: 13px;
  }

  .desktop\:hover\:translate-y-15:hover{
    --tw-translate-y: 15px;
  }

  .desktop\:hover\:translate-y-16:hover{
    --tw-translate-y: 16px;
  }

  .desktop\:hover\:translate-y-18:hover{
    --tw-translate-y: 18px;
  }

  .desktop\:hover\:translate-y-20:hover{
    --tw-translate-y: 20px;
  }

  .desktop\:hover\:translate-y-24:hover{
    --tw-translate-y: 24px;
  }

  .desktop\:hover\:translate-y-28:hover{
    --tw-translate-y: 28px;
  }

  .desktop\:hover\:translate-y-29:hover{
    --tw-translate-y: 29px;
  }

  .desktop\:hover\:translate-y-30:hover{
    --tw-translate-y: 30px;
  }

  .desktop\:hover\:translate-y-32:hover{
    --tw-translate-y: 32px;
  }

  .desktop\:hover\:translate-y-34:hover{
    --tw-translate-y: 34px;
  }

  .desktop\:hover\:translate-y-36:hover{
    --tw-translate-y: 36px;
  }

  .desktop\:hover\:translate-y-40:hover{
    --tw-translate-y: 40px;
  }

  .desktop\:hover\:translate-y-48:hover{
    --tw-translate-y: 48px;
  }

  .desktop\:hover\:translate-y-50:hover{
    --tw-translate-y: 50px;
  }

  .desktop\:hover\:translate-y-56:hover{
    --tw-translate-y: 56px;
  }

  .desktop\:hover\:translate-y-60:hover{
    --tw-translate-y: 60px;
  }

  .desktop\:hover\:translate-y-64:hover{
    --tw-translate-y: 64px;
  }

  .desktop\:hover\:translate-y-70:hover{
    --tw-translate-y: 70px;
  }

  .desktop\:hover\:translate-y-72:hover{
    --tw-translate-y: 72px;
  }

  .desktop\:hover\:translate-y-80:hover{
    --tw-translate-y: 80px;
  }

  .desktop\:hover\:translate-y-88:hover{
    --tw-translate-y: 88px;
  }

  .desktop\:hover\:translate-y-90:hover{
    --tw-translate-y: 90px;
  }

  .desktop\:hover\:translate-y-96:hover{
    --tw-translate-y: 96px;
  }

  .desktop\:hover\:translate-y-100:hover{
    --tw-translate-y: 100px;
  }

  .desktop\:hover\:translate-y-112:hover{
    --tw-translate-y: 112px;
  }

  .desktop\:hover\:translate-y-128:hover{
    --tw-translate-y: 128px;
  }

  .desktop\:hover\:translate-y-135:hover{
    --tw-translate-y: 135px;
  }

  .desktop\:hover\:translate-y-145:hover{
    --tw-translate-y: 145px;
  }

  .desktop\:hover\:translate-y-155:hover{
    --tw-translate-y: 155px;
  }

  .desktop\:hover\:translate-y-160:hover{
    --tw-translate-y: 160px;
  }

  .desktop\:hover\:translate-y-192:hover{
    --tw-translate-y: 192px;
  }

  .desktop\:hover\:translate-y-200:hover{
    --tw-translate-y: 200px;
  }

  .desktop\:hover\:translate-y-224:hover{
    --tw-translate-y: 224px;
  }

  .desktop\:hover\:translate-y-227:hover{
    --tw-translate-y: 227px;
  }

  .desktop\:hover\:translate-y-250:hover{
    --tw-translate-y: 250px;
  }

  .desktop\:hover\:translate-y-256:hover{
    --tw-translate-y: 256px;
  }

  .desktop\:hover\:translate-y-270:hover{
    --tw-translate-y: 270px;
  }

  .desktop\:hover\:translate-y-288:hover{
    --tw-translate-y: 288px;
  }

  .desktop\:hover\:translate-y-304:hover{
    --tw-translate-y: 304px;
  }

  .desktop\:hover\:translate-y-314:hover{
    --tw-translate-y: 314px;
  }

  .desktop\:hover\:translate-y-320:hover{
    --tw-translate-y: 320px;
  }

  .desktop\:hover\:translate-y-352:hover{
    --tw-translate-y: 352px;
  }

  .desktop\:hover\:translate-y-384:hover{
    --tw-translate-y: 384px;
  }

  .desktop\:hover\:translate-y-416:hover{
    --tw-translate-y: 416px;
  }

  .desktop\:hover\:translate-y-448:hover{
    --tw-translate-y: 448px;
  }

  .desktop\:hover\:translate-y-480:hover{
    --tw-translate-y: 480px;
  }

  .desktop\:hover\:translate-y-512:hover{
    --tw-translate-y: 512px;
  }

  .desktop\:hover\:translate-y-576:hover{
    --tw-translate-y: 576px;
  }

  .desktop\:hover\:translate-y-612:hover{
    --tw-translate-y: 612px;
  }

  .desktop\:hover\:translate-y-640:hover{
    --tw-translate-y: 640px;
  }

  .desktop\:hover\:translate-y-768:hover{
    --tw-translate-y: 768px;
  }

  .desktop\:hover\:-translate-y-200:hover{
    --tw-translate-y: -200px;
  }

  .desktop\:hover\:-translate-y-170:hover{
    --tw-translate-y: -170px;
  }

  .desktop\:hover\:-translate-y-120:hover{
    --tw-translate-y: -120px;
  }

  .desktop\:hover\:-translate-y-100:hover{
    --tw-translate-y: -100px;
  }

  .desktop\:hover\:-translate-y-50:hover{
    --tw-translate-y: -50px;
  }

  .desktop\:hover\:-translate-y-45:hover{
    --tw-translate-y: -45px;
  }

  .desktop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -3px;
  }

  .desktop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .desktop\:hover\:translate-y-20p:hover{
    --tw-translate-y: 20%;
  }

  .desktop\:hover\:translate-y-40p:hover{
    --tw-translate-y: 40%;
  }

  .desktop\:hover\:translate-y-49p:hover{
    --tw-translate-y: 49%;
  }

  .desktop\:hover\:translate-y-52p:hover{
    --tw-translate-y: 52%;
  }

  .desktop\:hover\:translate-y-53\.5p:hover{
    --tw-translate-y: 53.5%;
  }

  .desktop\:hover\:translate-y-60p:hover{
    --tw-translate-y: 60%;
  }

  .desktop\:hover\:translate-y-71\.5p:hover{
    --tw-translate-y: 71.5%;
  }

  .desktop\:hover\:translate-y-80p:hover{
    --tw-translate-y: 80%;
  }

  .desktop\:hover\:translate-y-90p:hover{
    --tw-translate-y: 90%;
  }

  .desktop\:hover\:translate-y-95p:hover{
    --tw-translate-y: 95%;
  }

  .desktop\:hover\:translate-y-100p:hover{
    --tw-translate-y: 100%;
  }

  .desktop\:hover\:translate-y-110p:hover{
    --tw-translate-y: 110%;
  }

  .desktop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .desktop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -2px;
  }

  .desktop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -4px;
  }

  .desktop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -5px;
  }

  .desktop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -7px;
  }

  .desktop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -8px;
  }

  .desktop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -10px;
  }

  .desktop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -11px;
  }

  .desktop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -12px;
  }

  .desktop\:hover\:-translate-y-13:hover{
    --tw-translate-y: -13px;
  }

  .desktop\:hover\:-translate-y-15:hover{
    --tw-translate-y: -15px;
  }

  .desktop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -16px;
  }

  .desktop\:hover\:-translate-y-18:hover{
    --tw-translate-y: -18px;
  }

  .desktop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -20px;
  }

  .desktop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -24px;
  }

  .desktop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -28px;
  }

  .desktop\:hover\:-translate-y-29:hover{
    --tw-translate-y: -29px;
  }

  .desktop\:hover\:-translate-y-30:hover{
    --tw-translate-y: -30px;
  }

  .desktop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -32px;
  }

  .desktop\:hover\:-translate-y-34:hover{
    --tw-translate-y: -34px;
  }

  .desktop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -36px;
  }

  .desktop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -40px;
  }

  .desktop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -48px;
  }

  .desktop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -56px;
  }

  .desktop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -60px;
  }

  .desktop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -64px;
  }

  .desktop\:hover\:-translate-y-70:hover{
    --tw-translate-y: -70px;
  }

  .desktop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -72px;
  }

  .desktop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -80px;
  }

  .desktop\:hover\:-translate-y-88:hover{
    --tw-translate-y: -88px;
  }

  .desktop\:hover\:-translate-y-90:hover{
    --tw-translate-y: -90px;
  }

  .desktop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -96px;
  }

  .desktop\:hover\:-translate-y-112:hover{
    --tw-translate-y: -112px;
  }

  .desktop\:hover\:-translate-y-128:hover{
    --tw-translate-y: -128px;
  }

  .desktop\:hover\:-translate-y-135:hover{
    --tw-translate-y: -135px;
  }

  .desktop\:hover\:-translate-y-145:hover{
    --tw-translate-y: -145px;
  }

  .desktop\:hover\:-translate-y-155:hover{
    --tw-translate-y: -155px;
  }

  .desktop\:hover\:-translate-y-160:hover{
    --tw-translate-y: -160px;
  }

  .desktop\:hover\:-translate-y-192:hover{
    --tw-translate-y: -192px;
  }

  .desktop\:hover\:-translate-y-224:hover{
    --tw-translate-y: -224px;
  }

  .desktop\:hover\:-translate-y-227:hover{
    --tw-translate-y: -227px;
  }

  .desktop\:hover\:-translate-y-250:hover{
    --tw-translate-y: -250px;
  }

  .desktop\:hover\:-translate-y-256:hover{
    --tw-translate-y: -256px;
  }

  .desktop\:hover\:-translate-y-270:hover{
    --tw-translate-y: -270px;
  }

  .desktop\:hover\:-translate-y-288:hover{
    --tw-translate-y: -288px;
  }

  .desktop\:hover\:-translate-y-304:hover{
    --tw-translate-y: -304px;
  }

  .desktop\:hover\:-translate-y-314:hover{
    --tw-translate-y: -314px;
  }

  .desktop\:hover\:-translate-y-320:hover{
    --tw-translate-y: -320px;
  }

  .desktop\:hover\:-translate-y-352:hover{
    --tw-translate-y: -352px;
  }

  .desktop\:hover\:-translate-y-384:hover{
    --tw-translate-y: -384px;
  }

  .desktop\:hover\:-translate-y-416:hover{
    --tw-translate-y: -416px;
  }

  .desktop\:hover\:-translate-y-448:hover{
    --tw-translate-y: -448px;
  }

  .desktop\:hover\:-translate-y-480:hover{
    --tw-translate-y: -480px;
  }

  .desktop\:hover\:-translate-y-512:hover{
    --tw-translate-y: -512px;
  }

  .desktop\:hover\:-translate-y-576:hover{
    --tw-translate-y: -576px;
  }

  .desktop\:hover\:-translate-y-612:hover{
    --tw-translate-y: -612px;
  }

  .desktop\:hover\:-translate-y-640:hover{
    --tw-translate-y: -640px;
  }

  .desktop\:hover\:-translate-y-768:hover{
    --tw-translate-y: -768px;
  }

  .desktop\:hover\:-translate-y--200:hover{
    --tw-translate-y: 200px;
  }

  .desktop\:hover\:-translate-y--170:hover{
    --tw-translate-y: 170px;
  }

  .desktop\:hover\:-translate-y--120:hover{
    --tw-translate-y: 120px;
  }

  .desktop\:hover\:-translate-y--100:hover{
    --tw-translate-y: 100px;
  }

  .desktop\:hover\:-translate-y--50:hover{
    --tw-translate-y: 50px;
  }

  .desktop\:hover\:-translate-y--45:hover{
    --tw-translate-y: 45px;
  }

  .desktop\:hover\:-translate-y--3:hover{
    --tw-translate-y: 3px;
  }

  .desktop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .desktop\:hover\:-translate-y-20p:hover{
    --tw-translate-y: -20%;
  }

  .desktop\:hover\:-translate-y-40p:hover{
    --tw-translate-y: -40%;
  }

  .desktop\:hover\:-translate-y-49p:hover{
    --tw-translate-y: -49%;
  }

  .desktop\:hover\:-translate-y-52p:hover{
    --tw-translate-y: -52%;
  }

  .desktop\:hover\:-translate-y-53\.5p:hover{
    --tw-translate-y: -53.5%;
  }

  .desktop\:hover\:-translate-y-60p:hover{
    --tw-translate-y: -60%;
  }

  .desktop\:hover\:-translate-y-71\.5p:hover{
    --tw-translate-y: -71.5%;
  }

  .desktop\:hover\:-translate-y-80p:hover{
    --tw-translate-y: -80%;
  }

  .desktop\:hover\:-translate-y-90p:hover{
    --tw-translate-y: -90%;
  }

  .desktop\:hover\:-translate-y-95p:hover{
    --tw-translate-y: -95%;
  }

  .desktop\:hover\:-translate-y-100p:hover{
    --tw-translate-y: -100%;
  }

  .desktop\:hover\:-translate-y-110p:hover{
    --tw-translate-y: -110%;
  }

  .desktop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .desktop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .desktop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .desktop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .desktop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .desktop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .desktop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .desktop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .desktop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .desktop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .desktop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .desktop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .desktop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .desktop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .desktop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .desktop\:focus\:translate-x-2:focus{
    --tw-translate-x: 2px;
  }

  .desktop\:focus\:translate-x-4:focus{
    --tw-translate-x: 4px;
  }

  .desktop\:focus\:translate-x-5:focus{
    --tw-translate-x: 5px;
  }

  .desktop\:focus\:translate-x-7:focus{
    --tw-translate-x: 7px;
  }

  .desktop\:focus\:translate-x-8:focus{
    --tw-translate-x: 8px;
  }

  .desktop\:focus\:translate-x-10:focus{
    --tw-translate-x: 10px;
  }

  .desktop\:focus\:translate-x-11:focus{
    --tw-translate-x: 11px;
  }

  .desktop\:focus\:translate-x-12:focus{
    --tw-translate-x: 12px;
  }

  .desktop\:focus\:translate-x-13:focus{
    --tw-translate-x: 13px;
  }

  .desktop\:focus\:translate-x-15:focus{
    --tw-translate-x: 15px;
  }

  .desktop\:focus\:translate-x-16:focus{
    --tw-translate-x: 16px;
  }

  .desktop\:focus\:translate-x-18:focus{
    --tw-translate-x: 18px;
  }

  .desktop\:focus\:translate-x-20:focus{
    --tw-translate-x: 20px;
  }

  .desktop\:focus\:translate-x-24:focus{
    --tw-translate-x: 24px;
  }

  .desktop\:focus\:translate-x-28:focus{
    --tw-translate-x: 28px;
  }

  .desktop\:focus\:translate-x-29:focus{
    --tw-translate-x: 29px;
  }

  .desktop\:focus\:translate-x-30:focus{
    --tw-translate-x: 30px;
  }

  .desktop\:focus\:translate-x-32:focus{
    --tw-translate-x: 32px;
  }

  .desktop\:focus\:translate-x-34:focus{
    --tw-translate-x: 34px;
  }

  .desktop\:focus\:translate-x-36:focus{
    --tw-translate-x: 36px;
  }

  .desktop\:focus\:translate-x-40:focus{
    --tw-translate-x: 40px;
  }

  .desktop\:focus\:translate-x-48:focus{
    --tw-translate-x: 48px;
  }

  .desktop\:focus\:translate-x-50:focus{
    --tw-translate-x: 50px;
  }

  .desktop\:focus\:translate-x-56:focus{
    --tw-translate-x: 56px;
  }

  .desktop\:focus\:translate-x-60:focus{
    --tw-translate-x: 60px;
  }

  .desktop\:focus\:translate-x-64:focus{
    --tw-translate-x: 64px;
  }

  .desktop\:focus\:translate-x-70:focus{
    --tw-translate-x: 70px;
  }

  .desktop\:focus\:translate-x-72:focus{
    --tw-translate-x: 72px;
  }

  .desktop\:focus\:translate-x-80:focus{
    --tw-translate-x: 80px;
  }

  .desktop\:focus\:translate-x-88:focus{
    --tw-translate-x: 88px;
  }

  .desktop\:focus\:translate-x-90:focus{
    --tw-translate-x: 90px;
  }

  .desktop\:focus\:translate-x-96:focus{
    --tw-translate-x: 96px;
  }

  .desktop\:focus\:translate-x-100:focus{
    --tw-translate-x: 100px;
  }

  .desktop\:focus\:translate-x-112:focus{
    --tw-translate-x: 112px;
  }

  .desktop\:focus\:translate-x-128:focus{
    --tw-translate-x: 128px;
  }

  .desktop\:focus\:translate-x-135:focus{
    --tw-translate-x: 135px;
  }

  .desktop\:focus\:translate-x-145:focus{
    --tw-translate-x: 145px;
  }

  .desktop\:focus\:translate-x-155:focus{
    --tw-translate-x: 155px;
  }

  .desktop\:focus\:translate-x-160:focus{
    --tw-translate-x: 160px;
  }

  .desktop\:focus\:translate-x-192:focus{
    --tw-translate-x: 192px;
  }

  .desktop\:focus\:translate-x-200:focus{
    --tw-translate-x: 200px;
  }

  .desktop\:focus\:translate-x-224:focus{
    --tw-translate-x: 224px;
  }

  .desktop\:focus\:translate-x-227:focus{
    --tw-translate-x: 227px;
  }

  .desktop\:focus\:translate-x-250:focus{
    --tw-translate-x: 250px;
  }

  .desktop\:focus\:translate-x-256:focus{
    --tw-translate-x: 256px;
  }

  .desktop\:focus\:translate-x-270:focus{
    --tw-translate-x: 270px;
  }

  .desktop\:focus\:translate-x-288:focus{
    --tw-translate-x: 288px;
  }

  .desktop\:focus\:translate-x-304:focus{
    --tw-translate-x: 304px;
  }

  .desktop\:focus\:translate-x-314:focus{
    --tw-translate-x: 314px;
  }

  .desktop\:focus\:translate-x-320:focus{
    --tw-translate-x: 320px;
  }

  .desktop\:focus\:translate-x-352:focus{
    --tw-translate-x: 352px;
  }

  .desktop\:focus\:translate-x-384:focus{
    --tw-translate-x: 384px;
  }

  .desktop\:focus\:translate-x-416:focus{
    --tw-translate-x: 416px;
  }

  .desktop\:focus\:translate-x-448:focus{
    --tw-translate-x: 448px;
  }

  .desktop\:focus\:translate-x-480:focus{
    --tw-translate-x: 480px;
  }

  .desktop\:focus\:translate-x-512:focus{
    --tw-translate-x: 512px;
  }

  .desktop\:focus\:translate-x-576:focus{
    --tw-translate-x: 576px;
  }

  .desktop\:focus\:translate-x-612:focus{
    --tw-translate-x: 612px;
  }

  .desktop\:focus\:translate-x-640:focus{
    --tw-translate-x: 640px;
  }

  .desktop\:focus\:translate-x-768:focus{
    --tw-translate-x: 768px;
  }

  .desktop\:focus\:-translate-x-200:focus{
    --tw-translate-x: -200px;
  }

  .desktop\:focus\:-translate-x-170:focus{
    --tw-translate-x: -170px;
  }

  .desktop\:focus\:-translate-x-120:focus{
    --tw-translate-x: -120px;
  }

  .desktop\:focus\:-translate-x-100:focus{
    --tw-translate-x: -100px;
  }

  .desktop\:focus\:-translate-x-50:focus{
    --tw-translate-x: -50px;
  }

  .desktop\:focus\:-translate-x-45:focus{
    --tw-translate-x: -45px;
  }

  .desktop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -3px;
  }

  .desktop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .desktop\:focus\:translate-x-20p:focus{
    --tw-translate-x: 20%;
  }

  .desktop\:focus\:translate-x-40p:focus{
    --tw-translate-x: 40%;
  }

  .desktop\:focus\:translate-x-49p:focus{
    --tw-translate-x: 49%;
  }

  .desktop\:focus\:translate-x-52p:focus{
    --tw-translate-x: 52%;
  }

  .desktop\:focus\:translate-x-53\.5p:focus{
    --tw-translate-x: 53.5%;
  }

  .desktop\:focus\:translate-x-60p:focus{
    --tw-translate-x: 60%;
  }

  .desktop\:focus\:translate-x-71\.5p:focus{
    --tw-translate-x: 71.5%;
  }

  .desktop\:focus\:translate-x-80p:focus{
    --tw-translate-x: 80%;
  }

  .desktop\:focus\:translate-x-90p:focus{
    --tw-translate-x: 90%;
  }

  .desktop\:focus\:translate-x-95p:focus{
    --tw-translate-x: 95%;
  }

  .desktop\:focus\:translate-x-100p:focus{
    --tw-translate-x: 100%;
  }

  .desktop\:focus\:translate-x-110p:focus{
    --tw-translate-x: 110%;
  }

  .desktop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .desktop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -2px;
  }

  .desktop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -4px;
  }

  .desktop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -5px;
  }

  .desktop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -7px;
  }

  .desktop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -8px;
  }

  .desktop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -10px;
  }

  .desktop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -11px;
  }

  .desktop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -12px;
  }

  .desktop\:focus\:-translate-x-13:focus{
    --tw-translate-x: -13px;
  }

  .desktop\:focus\:-translate-x-15:focus{
    --tw-translate-x: -15px;
  }

  .desktop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -16px;
  }

  .desktop\:focus\:-translate-x-18:focus{
    --tw-translate-x: -18px;
  }

  .desktop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -20px;
  }

  .desktop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -24px;
  }

  .desktop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -28px;
  }

  .desktop\:focus\:-translate-x-29:focus{
    --tw-translate-x: -29px;
  }

  .desktop\:focus\:-translate-x-30:focus{
    --tw-translate-x: -30px;
  }

  .desktop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -32px;
  }

  .desktop\:focus\:-translate-x-34:focus{
    --tw-translate-x: -34px;
  }

  .desktop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -36px;
  }

  .desktop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -40px;
  }

  .desktop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -48px;
  }

  .desktop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -56px;
  }

  .desktop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -60px;
  }

  .desktop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -64px;
  }

  .desktop\:focus\:-translate-x-70:focus{
    --tw-translate-x: -70px;
  }

  .desktop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -72px;
  }

  .desktop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -80px;
  }

  .desktop\:focus\:-translate-x-88:focus{
    --tw-translate-x: -88px;
  }

  .desktop\:focus\:-translate-x-90:focus{
    --tw-translate-x: -90px;
  }

  .desktop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -96px;
  }

  .desktop\:focus\:-translate-x-112:focus{
    --tw-translate-x: -112px;
  }

  .desktop\:focus\:-translate-x-128:focus{
    --tw-translate-x: -128px;
  }

  .desktop\:focus\:-translate-x-135:focus{
    --tw-translate-x: -135px;
  }

  .desktop\:focus\:-translate-x-145:focus{
    --tw-translate-x: -145px;
  }

  .desktop\:focus\:-translate-x-155:focus{
    --tw-translate-x: -155px;
  }

  .desktop\:focus\:-translate-x-160:focus{
    --tw-translate-x: -160px;
  }

  .desktop\:focus\:-translate-x-192:focus{
    --tw-translate-x: -192px;
  }

  .desktop\:focus\:-translate-x-224:focus{
    --tw-translate-x: -224px;
  }

  .desktop\:focus\:-translate-x-227:focus{
    --tw-translate-x: -227px;
  }

  .desktop\:focus\:-translate-x-250:focus{
    --tw-translate-x: -250px;
  }

  .desktop\:focus\:-translate-x-256:focus{
    --tw-translate-x: -256px;
  }

  .desktop\:focus\:-translate-x-270:focus{
    --tw-translate-x: -270px;
  }

  .desktop\:focus\:-translate-x-288:focus{
    --tw-translate-x: -288px;
  }

  .desktop\:focus\:-translate-x-304:focus{
    --tw-translate-x: -304px;
  }

  .desktop\:focus\:-translate-x-314:focus{
    --tw-translate-x: -314px;
  }

  .desktop\:focus\:-translate-x-320:focus{
    --tw-translate-x: -320px;
  }

  .desktop\:focus\:-translate-x-352:focus{
    --tw-translate-x: -352px;
  }

  .desktop\:focus\:-translate-x-384:focus{
    --tw-translate-x: -384px;
  }

  .desktop\:focus\:-translate-x-416:focus{
    --tw-translate-x: -416px;
  }

  .desktop\:focus\:-translate-x-448:focus{
    --tw-translate-x: -448px;
  }

  .desktop\:focus\:-translate-x-480:focus{
    --tw-translate-x: -480px;
  }

  .desktop\:focus\:-translate-x-512:focus{
    --tw-translate-x: -512px;
  }

  .desktop\:focus\:-translate-x-576:focus{
    --tw-translate-x: -576px;
  }

  .desktop\:focus\:-translate-x-612:focus{
    --tw-translate-x: -612px;
  }

  .desktop\:focus\:-translate-x-640:focus{
    --tw-translate-x: -640px;
  }

  .desktop\:focus\:-translate-x-768:focus{
    --tw-translate-x: -768px;
  }

  .desktop\:focus\:-translate-x--200:focus{
    --tw-translate-x: 200px;
  }

  .desktop\:focus\:-translate-x--170:focus{
    --tw-translate-x: 170px;
  }

  .desktop\:focus\:-translate-x--120:focus{
    --tw-translate-x: 120px;
  }

  .desktop\:focus\:-translate-x--100:focus{
    --tw-translate-x: 100px;
  }

  .desktop\:focus\:-translate-x--50:focus{
    --tw-translate-x: 50px;
  }

  .desktop\:focus\:-translate-x--45:focus{
    --tw-translate-x: 45px;
  }

  .desktop\:focus\:-translate-x--3:focus{
    --tw-translate-x: 3px;
  }

  .desktop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .desktop\:focus\:-translate-x-20p:focus{
    --tw-translate-x: -20%;
  }

  .desktop\:focus\:-translate-x-40p:focus{
    --tw-translate-x: -40%;
  }

  .desktop\:focus\:-translate-x-49p:focus{
    --tw-translate-x: -49%;
  }

  .desktop\:focus\:-translate-x-52p:focus{
    --tw-translate-x: -52%;
  }

  .desktop\:focus\:-translate-x-53\.5p:focus{
    --tw-translate-x: -53.5%;
  }

  .desktop\:focus\:-translate-x-60p:focus{
    --tw-translate-x: -60%;
  }

  .desktop\:focus\:-translate-x-71\.5p:focus{
    --tw-translate-x: -71.5%;
  }

  .desktop\:focus\:-translate-x-80p:focus{
    --tw-translate-x: -80%;
  }

  .desktop\:focus\:-translate-x-90p:focus{
    --tw-translate-x: -90%;
  }

  .desktop\:focus\:-translate-x-95p:focus{
    --tw-translate-x: -95%;
  }

  .desktop\:focus\:-translate-x-100p:focus{
    --tw-translate-x: -100%;
  }

  .desktop\:focus\:-translate-x-110p:focus{
    --tw-translate-x: -110%;
  }

  .desktop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .desktop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .desktop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .desktop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .desktop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .desktop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .desktop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .desktop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .desktop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .desktop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .desktop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .desktop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .desktop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .desktop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .desktop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .desktop\:focus\:translate-y-2:focus{
    --tw-translate-y: 2px;
  }

  .desktop\:focus\:translate-y-4:focus{
    --tw-translate-y: 4px;
  }

  .desktop\:focus\:translate-y-5:focus{
    --tw-translate-y: 5px;
  }

  .desktop\:focus\:translate-y-7:focus{
    --tw-translate-y: 7px;
  }

  .desktop\:focus\:translate-y-8:focus{
    --tw-translate-y: 8px;
  }

  .desktop\:focus\:translate-y-10:focus{
    --tw-translate-y: 10px;
  }

  .desktop\:focus\:translate-y-11:focus{
    --tw-translate-y: 11px;
  }

  .desktop\:focus\:translate-y-12:focus{
    --tw-translate-y: 12px;
  }

  .desktop\:focus\:translate-y-13:focus{
    --tw-translate-y: 13px;
  }

  .desktop\:focus\:translate-y-15:focus{
    --tw-translate-y: 15px;
  }

  .desktop\:focus\:translate-y-16:focus{
    --tw-translate-y: 16px;
  }

  .desktop\:focus\:translate-y-18:focus{
    --tw-translate-y: 18px;
  }

  .desktop\:focus\:translate-y-20:focus{
    --tw-translate-y: 20px;
  }

  .desktop\:focus\:translate-y-24:focus{
    --tw-translate-y: 24px;
  }

  .desktop\:focus\:translate-y-28:focus{
    --tw-translate-y: 28px;
  }

  .desktop\:focus\:translate-y-29:focus{
    --tw-translate-y: 29px;
  }

  .desktop\:focus\:translate-y-30:focus{
    --tw-translate-y: 30px;
  }

  .desktop\:focus\:translate-y-32:focus{
    --tw-translate-y: 32px;
  }

  .desktop\:focus\:translate-y-34:focus{
    --tw-translate-y: 34px;
  }

  .desktop\:focus\:translate-y-36:focus{
    --tw-translate-y: 36px;
  }

  .desktop\:focus\:translate-y-40:focus{
    --tw-translate-y: 40px;
  }

  .desktop\:focus\:translate-y-48:focus{
    --tw-translate-y: 48px;
  }

  .desktop\:focus\:translate-y-50:focus{
    --tw-translate-y: 50px;
  }

  .desktop\:focus\:translate-y-56:focus{
    --tw-translate-y: 56px;
  }

  .desktop\:focus\:translate-y-60:focus{
    --tw-translate-y: 60px;
  }

  .desktop\:focus\:translate-y-64:focus{
    --tw-translate-y: 64px;
  }

  .desktop\:focus\:translate-y-70:focus{
    --tw-translate-y: 70px;
  }

  .desktop\:focus\:translate-y-72:focus{
    --tw-translate-y: 72px;
  }

  .desktop\:focus\:translate-y-80:focus{
    --tw-translate-y: 80px;
  }

  .desktop\:focus\:translate-y-88:focus{
    --tw-translate-y: 88px;
  }

  .desktop\:focus\:translate-y-90:focus{
    --tw-translate-y: 90px;
  }

  .desktop\:focus\:translate-y-96:focus{
    --tw-translate-y: 96px;
  }

  .desktop\:focus\:translate-y-100:focus{
    --tw-translate-y: 100px;
  }

  .desktop\:focus\:translate-y-112:focus{
    --tw-translate-y: 112px;
  }

  .desktop\:focus\:translate-y-128:focus{
    --tw-translate-y: 128px;
  }

  .desktop\:focus\:translate-y-135:focus{
    --tw-translate-y: 135px;
  }

  .desktop\:focus\:translate-y-145:focus{
    --tw-translate-y: 145px;
  }

  .desktop\:focus\:translate-y-155:focus{
    --tw-translate-y: 155px;
  }

  .desktop\:focus\:translate-y-160:focus{
    --tw-translate-y: 160px;
  }

  .desktop\:focus\:translate-y-192:focus{
    --tw-translate-y: 192px;
  }

  .desktop\:focus\:translate-y-200:focus{
    --tw-translate-y: 200px;
  }

  .desktop\:focus\:translate-y-224:focus{
    --tw-translate-y: 224px;
  }

  .desktop\:focus\:translate-y-227:focus{
    --tw-translate-y: 227px;
  }

  .desktop\:focus\:translate-y-250:focus{
    --tw-translate-y: 250px;
  }

  .desktop\:focus\:translate-y-256:focus{
    --tw-translate-y: 256px;
  }

  .desktop\:focus\:translate-y-270:focus{
    --tw-translate-y: 270px;
  }

  .desktop\:focus\:translate-y-288:focus{
    --tw-translate-y: 288px;
  }

  .desktop\:focus\:translate-y-304:focus{
    --tw-translate-y: 304px;
  }

  .desktop\:focus\:translate-y-314:focus{
    --tw-translate-y: 314px;
  }

  .desktop\:focus\:translate-y-320:focus{
    --tw-translate-y: 320px;
  }

  .desktop\:focus\:translate-y-352:focus{
    --tw-translate-y: 352px;
  }

  .desktop\:focus\:translate-y-384:focus{
    --tw-translate-y: 384px;
  }

  .desktop\:focus\:translate-y-416:focus{
    --tw-translate-y: 416px;
  }

  .desktop\:focus\:translate-y-448:focus{
    --tw-translate-y: 448px;
  }

  .desktop\:focus\:translate-y-480:focus{
    --tw-translate-y: 480px;
  }

  .desktop\:focus\:translate-y-512:focus{
    --tw-translate-y: 512px;
  }

  .desktop\:focus\:translate-y-576:focus{
    --tw-translate-y: 576px;
  }

  .desktop\:focus\:translate-y-612:focus{
    --tw-translate-y: 612px;
  }

  .desktop\:focus\:translate-y-640:focus{
    --tw-translate-y: 640px;
  }

  .desktop\:focus\:translate-y-768:focus{
    --tw-translate-y: 768px;
  }

  .desktop\:focus\:-translate-y-200:focus{
    --tw-translate-y: -200px;
  }

  .desktop\:focus\:-translate-y-170:focus{
    --tw-translate-y: -170px;
  }

  .desktop\:focus\:-translate-y-120:focus{
    --tw-translate-y: -120px;
  }

  .desktop\:focus\:-translate-y-100:focus{
    --tw-translate-y: -100px;
  }

  .desktop\:focus\:-translate-y-50:focus{
    --tw-translate-y: -50px;
  }

  .desktop\:focus\:-translate-y-45:focus{
    --tw-translate-y: -45px;
  }

  .desktop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -3px;
  }

  .desktop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .desktop\:focus\:translate-y-20p:focus{
    --tw-translate-y: 20%;
  }

  .desktop\:focus\:translate-y-40p:focus{
    --tw-translate-y: 40%;
  }

  .desktop\:focus\:translate-y-49p:focus{
    --tw-translate-y: 49%;
  }

  .desktop\:focus\:translate-y-52p:focus{
    --tw-translate-y: 52%;
  }

  .desktop\:focus\:translate-y-53\.5p:focus{
    --tw-translate-y: 53.5%;
  }

  .desktop\:focus\:translate-y-60p:focus{
    --tw-translate-y: 60%;
  }

  .desktop\:focus\:translate-y-71\.5p:focus{
    --tw-translate-y: 71.5%;
  }

  .desktop\:focus\:translate-y-80p:focus{
    --tw-translate-y: 80%;
  }

  .desktop\:focus\:translate-y-90p:focus{
    --tw-translate-y: 90%;
  }

  .desktop\:focus\:translate-y-95p:focus{
    --tw-translate-y: 95%;
  }

  .desktop\:focus\:translate-y-100p:focus{
    --tw-translate-y: 100%;
  }

  .desktop\:focus\:translate-y-110p:focus{
    --tw-translate-y: 110%;
  }

  .desktop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .desktop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -2px;
  }

  .desktop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -4px;
  }

  .desktop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -5px;
  }

  .desktop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -7px;
  }

  .desktop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -8px;
  }

  .desktop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -10px;
  }

  .desktop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -11px;
  }

  .desktop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -12px;
  }

  .desktop\:focus\:-translate-y-13:focus{
    --tw-translate-y: -13px;
  }

  .desktop\:focus\:-translate-y-15:focus{
    --tw-translate-y: -15px;
  }

  .desktop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -16px;
  }

  .desktop\:focus\:-translate-y-18:focus{
    --tw-translate-y: -18px;
  }

  .desktop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -20px;
  }

  .desktop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -24px;
  }

  .desktop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -28px;
  }

  .desktop\:focus\:-translate-y-29:focus{
    --tw-translate-y: -29px;
  }

  .desktop\:focus\:-translate-y-30:focus{
    --tw-translate-y: -30px;
  }

  .desktop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -32px;
  }

  .desktop\:focus\:-translate-y-34:focus{
    --tw-translate-y: -34px;
  }

  .desktop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -36px;
  }

  .desktop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -40px;
  }

  .desktop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -48px;
  }

  .desktop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -56px;
  }

  .desktop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -60px;
  }

  .desktop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -64px;
  }

  .desktop\:focus\:-translate-y-70:focus{
    --tw-translate-y: -70px;
  }

  .desktop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -72px;
  }

  .desktop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -80px;
  }

  .desktop\:focus\:-translate-y-88:focus{
    --tw-translate-y: -88px;
  }

  .desktop\:focus\:-translate-y-90:focus{
    --tw-translate-y: -90px;
  }

  .desktop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -96px;
  }

  .desktop\:focus\:-translate-y-112:focus{
    --tw-translate-y: -112px;
  }

  .desktop\:focus\:-translate-y-128:focus{
    --tw-translate-y: -128px;
  }

  .desktop\:focus\:-translate-y-135:focus{
    --tw-translate-y: -135px;
  }

  .desktop\:focus\:-translate-y-145:focus{
    --tw-translate-y: -145px;
  }

  .desktop\:focus\:-translate-y-155:focus{
    --tw-translate-y: -155px;
  }

  .desktop\:focus\:-translate-y-160:focus{
    --tw-translate-y: -160px;
  }

  .desktop\:focus\:-translate-y-192:focus{
    --tw-translate-y: -192px;
  }

  .desktop\:focus\:-translate-y-224:focus{
    --tw-translate-y: -224px;
  }

  .desktop\:focus\:-translate-y-227:focus{
    --tw-translate-y: -227px;
  }

  .desktop\:focus\:-translate-y-250:focus{
    --tw-translate-y: -250px;
  }

  .desktop\:focus\:-translate-y-256:focus{
    --tw-translate-y: -256px;
  }

  .desktop\:focus\:-translate-y-270:focus{
    --tw-translate-y: -270px;
  }

  .desktop\:focus\:-translate-y-288:focus{
    --tw-translate-y: -288px;
  }

  .desktop\:focus\:-translate-y-304:focus{
    --tw-translate-y: -304px;
  }

  .desktop\:focus\:-translate-y-314:focus{
    --tw-translate-y: -314px;
  }

  .desktop\:focus\:-translate-y-320:focus{
    --tw-translate-y: -320px;
  }

  .desktop\:focus\:-translate-y-352:focus{
    --tw-translate-y: -352px;
  }

  .desktop\:focus\:-translate-y-384:focus{
    --tw-translate-y: -384px;
  }

  .desktop\:focus\:-translate-y-416:focus{
    --tw-translate-y: -416px;
  }

  .desktop\:focus\:-translate-y-448:focus{
    --tw-translate-y: -448px;
  }

  .desktop\:focus\:-translate-y-480:focus{
    --tw-translate-y: -480px;
  }

  .desktop\:focus\:-translate-y-512:focus{
    --tw-translate-y: -512px;
  }

  .desktop\:focus\:-translate-y-576:focus{
    --tw-translate-y: -576px;
  }

  .desktop\:focus\:-translate-y-612:focus{
    --tw-translate-y: -612px;
  }

  .desktop\:focus\:-translate-y-640:focus{
    --tw-translate-y: -640px;
  }

  .desktop\:focus\:-translate-y-768:focus{
    --tw-translate-y: -768px;
  }

  .desktop\:focus\:-translate-y--200:focus{
    --tw-translate-y: 200px;
  }

  .desktop\:focus\:-translate-y--170:focus{
    --tw-translate-y: 170px;
  }

  .desktop\:focus\:-translate-y--120:focus{
    --tw-translate-y: 120px;
  }

  .desktop\:focus\:-translate-y--100:focus{
    --tw-translate-y: 100px;
  }

  .desktop\:focus\:-translate-y--50:focus{
    --tw-translate-y: 50px;
  }

  .desktop\:focus\:-translate-y--45:focus{
    --tw-translate-y: 45px;
  }

  .desktop\:focus\:-translate-y--3:focus{
    --tw-translate-y: 3px;
  }

  .desktop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .desktop\:focus\:-translate-y-20p:focus{
    --tw-translate-y: -20%;
  }

  .desktop\:focus\:-translate-y-40p:focus{
    --tw-translate-y: -40%;
  }

  .desktop\:focus\:-translate-y-49p:focus{
    --tw-translate-y: -49%;
  }

  .desktop\:focus\:-translate-y-52p:focus{
    --tw-translate-y: -52%;
  }

  .desktop\:focus\:-translate-y-53\.5p:focus{
    --tw-translate-y: -53.5%;
  }

  .desktop\:focus\:-translate-y-60p:focus{
    --tw-translate-y: -60%;
  }

  .desktop\:focus\:-translate-y-71\.5p:focus{
    --tw-translate-y: -71.5%;
  }

  .desktop\:focus\:-translate-y-80p:focus{
    --tw-translate-y: -80%;
  }

  .desktop\:focus\:-translate-y-90p:focus{
    --tw-translate-y: -90%;
  }

  .desktop\:focus\:-translate-y-95p:focus{
    --tw-translate-y: -95%;
  }

  .desktop\:focus\:-translate-y-100p:focus{
    --tw-translate-y: -100%;
  }

  .desktop\:focus\:-translate-y-110p:focus{
    --tw-translate-y: -110%;
  }

  .desktop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .desktop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .desktop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .desktop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .desktop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .desktop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .desktop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .desktop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .desktop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .desktop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .desktop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .desktop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .desktop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .desktop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .desktop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .desktop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .desktop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .desktop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .desktop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .desktop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .desktop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .desktop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .desktop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .desktop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .desktop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .desktop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .desktop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .desktop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .desktop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .desktop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .desktop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .desktop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .desktop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .desktop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .desktop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .desktop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .desktop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .desktop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .desktop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .desktop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .desktop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .desktop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .desktop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .desktop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .desktop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .desktop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .desktop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .desktop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .desktop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .desktop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .desktop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .desktop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .desktop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .desktop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .desktop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .desktop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .desktop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .desktop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .desktop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .desktop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .desktop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .desktop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .desktop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .desktop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .desktop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .desktop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .desktop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .desktop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .desktop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .desktop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .desktop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .desktop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .desktop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .desktop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .desktop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .desktop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .desktop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .desktop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .desktop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .desktop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .desktop\:transition-none{
    transition-property: none;
  }

  .desktop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .desktop\:ease-linear{
    transition-timing-function: linear;
  }

  .desktop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:duration-75{
    transition-duration: 75ms;
  }

  .desktop\:duration-100{
    transition-duration: 100ms;
  }

  .desktop\:duration-150{
    transition-duration: 150ms;
  }

  .desktop\:duration-200{
    transition-duration: 200ms;
  }

  .desktop\:duration-300{
    transition-duration: 300ms;
  }

  .desktop\:duration-500{
    transition-duration: 500ms;
  }

  .desktop\:duration-700{
    transition-duration: 700ms;
  }

  .desktop\:duration-1000{
    transition-duration: 1000ms;
  }

  .desktop\:delay-75{
    transition-delay: 75ms;
  }

  .desktop\:delay-100{
    transition-delay: 100ms;
  }

  .desktop\:delay-150{
    transition-delay: 150ms;
  }

  .desktop\:delay-200{
    transition-delay: 200ms;
  }

  .desktop\:delay-300{
    transition-delay: 300ms;
  }

  .desktop\:delay-500{
    transition-delay: 500ms;
  }

  .desktop\:delay-700{
    transition-delay: 700ms;
  }

  .desktop\:delay-1000{
    transition-delay: 1000ms;
  }

  .desktop\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .desktop\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .desktop\: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;
  }

  .desktop\: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;
  }

  .desktop\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}