/* General Tailwind includes */

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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

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

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

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

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

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.appearance-none {
  appearance: none;
}

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

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

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

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

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-purple-15 {
  background-color: #150033;
}

.bg-purple-16 {
  background-color: #160031;
}

.bg-purple-19 {
  background-color: #19003c;
}

.bg-purple-21 {
  background-color: #21004B;
}

.bg-purple-24 {
  background-color: #240154;
}

.bg-purple-26 {
  background-color: #260058;
}

.bg-purple-30 {
  background-color: #300071;
}

.bg-purple-42 {
  background-color: #42009B;
}

.bg-purple-45 {
  background-color: #4500A3;
}

.bg-purple-50 {
  background-color: #50238C;
}

.bg-purple-54 {
  background-color: #5405A6;
}

.bg-purple-58 {
  background-color: #5800CE;
}

.bg-purple-69 {
  background-color: #6900F7;
}

.bg-purple-90 {
  background-color: #903BFF;
}

.bg-purple-92 {
  background-color: #9240FF;
}

.bg-purple-94 {
  background-color: #9446FF;
}

.bg-purple-1c {
  background-color: #1C0041;
}

.bg-purple-1e {
  background-color: #1E0048;
}

.bg-purple-2b {
  background-color: #2B0166;
}

.bg-purple-2d {
  background-color: #2D0069;
}

.bg-purple-2e {
  background-color: #2E006F;
}

.bg-purple-3f {
  background-color: #3F0093;
}

.bg-purple-4a {
  background-color: #4A00AD;
}

.bg-purple-4d {
  background-color: #4D00B4;
}

.bg-purple-4e {
  background-color: #e04b1;
}

.bg-purple-5f {
  background-color: #5F04D7;
}

.bg-purple-6d {
  background-color: #6D00FF;
}

.bg-purple-6f {
  background-color: #6F00FF;
}

.bg-purple-7c {
  background-color: #7C09E8;
}

.bg-purple-7b {
  background-color: #7B46C1;
}

.bg-purple-8a {
  background-color: #8A2FFF;
}

.bg-purple-a7 {
  background-color: #A764FF;
}

.bg-purple-ab {
  background-color: #AB1F99;
}

.bg-purple-b6 {
  background-color: #B660FF;
}

.bg-purple-bf {
  background-color: #BF90FF;
}

.bg-purple-e5 {
  background-color: #E5D1FF;
}

.bg-orange-d0 {
  background-color: #D03D5C;
}

.bg-orange-dc {
  background-color: #DC4157;
}

.bg-orange-eb {
  background-color: #EB2C2C;
}

.bg-orange-ed {
  background-color: #ED4D40;
}

.bg-orange-ee {
  background-color: #EE4129;
}

.bg-orange-f0 {
  background-color: #F04D39;
}

.bg-orange-f7 {
  background-color: #F7451B;
}

.bg-orange-ff {
  background-color: #FFA039;
}

.bg-yellow-ff {
  background-color: #ffab59;
}

.bg-blue-14 {
  background-color: #1493E6;
}

.bg-blue-55 {
  background-color: #55ACEE;
}

.bg-blue-3b {
  background-color: #3b5998;
}

.bg-blue-3c {
  background-color: #3caef8;
}

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

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-purple-15:hover {
  background-color: #150033;
}

.hover\:bg-purple-16:hover {
  background-color: #160031;
}

.hover\:bg-purple-19:hover {
  background-color: #19003c;
}

.hover\:bg-purple-21:hover {
  background-color: #21004B;
}

.hover\:bg-purple-24:hover {
  background-color: #240154;
}

.hover\:bg-purple-26:hover {
  background-color: #260058;
}

.hover\:bg-purple-30:hover {
  background-color: #300071;
}

.hover\:bg-purple-42:hover {
  background-color: #42009B;
}

.hover\:bg-purple-45:hover {
  background-color: #4500A3;
}

.hover\:bg-purple-50:hover {
  background-color: #50238C;
}

.hover\:bg-purple-54:hover {
  background-color: #5405A6;
}

.hover\:bg-purple-58:hover {
  background-color: #5800CE;
}

.hover\:bg-purple-69:hover {
  background-color: #6900F7;
}

.hover\:bg-purple-90:hover {
  background-color: #903BFF;
}

.hover\:bg-purple-92:hover {
  background-color: #9240FF;
}

.hover\:bg-purple-94:hover {
  background-color: #9446FF;
}

.hover\:bg-purple-1c:hover {
  background-color: #1C0041;
}

.hover\:bg-purple-1e:hover {
  background-color: #1E0048;
}

.hover\:bg-purple-2b:hover {
  background-color: #2B0166;
}

.hover\:bg-purple-2d:hover {
  background-color: #2D0069;
}

.hover\:bg-purple-2e:hover {
  background-color: #2E006F;
}

.hover\:bg-purple-3f:hover {
  background-color: #3F0093;
}

.hover\:bg-purple-4a:hover {
  background-color: #4A00AD;
}

.hover\:bg-purple-4d:hover {
  background-color: #4D00B4;
}

.hover\:bg-purple-4e:hover {
  background-color: #e04b1;
}

.hover\:bg-purple-5f:hover {
  background-color: #5F04D7;
}

.hover\:bg-purple-6d:hover {
  background-color: #6D00FF;
}

.hover\:bg-purple-6f:hover {
  background-color: #6F00FF;
}

.hover\:bg-purple-7c:hover {
  background-color: #7C09E8;
}

.hover\:bg-purple-7b:hover {
  background-color: #7B46C1;
}

.hover\:bg-purple-8a:hover {
  background-color: #8A2FFF;
}

.hover\:bg-purple-a7:hover {
  background-color: #A764FF;
}

.hover\:bg-purple-ab:hover {
  background-color: #AB1F99;
}

.hover\:bg-purple-b6:hover {
  background-color: #B660FF;
}

.hover\:bg-purple-bf:hover {
  background-color: #BF90FF;
}

.hover\:bg-purple-e5:hover {
  background-color: #E5D1FF;
}

.hover\:bg-orange-d0:hover {
  background-color: #D03D5C;
}

.hover\:bg-orange-dc:hover {
  background-color: #DC4157;
}

.hover\:bg-orange-eb:hover {
  background-color: #EB2C2C;
}

.hover\:bg-orange-ed:hover {
  background-color: #ED4D40;
}

.hover\:bg-orange-ee:hover {
  background-color: #EE4129;
}

.hover\:bg-orange-f0:hover {
  background-color: #F04D39;
}

.hover\:bg-orange-f7:hover {
  background-color: #F7451B;
}

.hover\:bg-orange-ff:hover {
  background-color: #FFA039;
}

.hover\:bg-yellow-ff:hover {
  background-color: #ffab59;
}

.hover\:bg-blue-14:hover {
  background-color: #1493E6;
}

.hover\:bg-blue-55:hover {
  background-color: #55ACEE;
}

.hover\:bg-blue-3b:hover {
  background-color: #3b5998;
}

.hover\:bg-blue-3c:hover {
  background-color: #3caef8;
}

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

.active\:bg-black:active {
  background-color: #000;
}

.active\:bg-white:active {
  background-color: #fff;
}

.active\:bg-purple-15:active {
  background-color: #150033;
}

.active\:bg-purple-16:active {
  background-color: #160031;
}

.active\:bg-purple-19:active {
  background-color: #19003c;
}

.active\:bg-purple-21:active {
  background-color: #21004B;
}

.active\:bg-purple-24:active {
  background-color: #240154;
}

.active\:bg-purple-26:active {
  background-color: #260058;
}

.active\:bg-purple-30:active {
  background-color: #300071;
}

.active\:bg-purple-42:active {
  background-color: #42009B;
}

.active\:bg-purple-45:active {
  background-color: #4500A3;
}

.active\:bg-purple-50:active {
  background-color: #50238C;
}

.active\:bg-purple-54:active {
  background-color: #5405A6;
}

.active\:bg-purple-58:active {
  background-color: #5800CE;
}

.active\:bg-purple-69:active {
  background-color: #6900F7;
}

.active\:bg-purple-90:active {
  background-color: #903BFF;
}

.active\:bg-purple-92:active {
  background-color: #9240FF;
}

.active\:bg-purple-94:active {
  background-color: #9446FF;
}

.active\:bg-purple-1c:active {
  background-color: #1C0041;
}

.active\:bg-purple-1e:active {
  background-color: #1E0048;
}

.active\:bg-purple-2b:active {
  background-color: #2B0166;
}

.active\:bg-purple-2d:active {
  background-color: #2D0069;
}

.active\:bg-purple-2e:active {
  background-color: #2E006F;
}

.active\:bg-purple-3f:active {
  background-color: #3F0093;
}

.active\:bg-purple-4a:active {
  background-color: #4A00AD;
}

.active\:bg-purple-4d:active {
  background-color: #4D00B4;
}

.active\:bg-purple-4e:active {
  background-color: #e04b1;
}

.active\:bg-purple-5f:active {
  background-color: #5F04D7;
}

.active\:bg-purple-6d:active {
  background-color: #6D00FF;
}

.active\:bg-purple-6f:active {
  background-color: #6F00FF;
}

.active\:bg-purple-7c:active {
  background-color: #7C09E8;
}

.active\:bg-purple-7b:active {
  background-color: #7B46C1;
}

.active\:bg-purple-8a:active {
  background-color: #8A2FFF;
}

.active\:bg-purple-a7:active {
  background-color: #A764FF;
}

.active\:bg-purple-ab:active {
  background-color: #AB1F99;
}

.active\:bg-purple-b6:active {
  background-color: #B660FF;
}

.active\:bg-purple-bf:active {
  background-color: #BF90FF;
}

.active\:bg-purple-e5:active {
  background-color: #E5D1FF;
}

.active\:bg-orange-d0:active {
  background-color: #D03D5C;
}

.active\:bg-orange-dc:active {
  background-color: #DC4157;
}

.active\:bg-orange-eb:active {
  background-color: #EB2C2C;
}

.active\:bg-orange-ed:active {
  background-color: #ED4D40;
}

.active\:bg-orange-ee:active {
  background-color: #EE4129;
}

.active\:bg-orange-f0:active {
  background-color: #F04D39;
}

.active\:bg-orange-f7:active {
  background-color: #F7451B;
}

.active\:bg-orange-ff:active {
  background-color: #FFA039;
}

.active\:bg-yellow-ff:active {
  background-color: #ffab59;
}

.active\:bg-blue-14:active {
  background-color: #1493E6;
}

.active\:bg-blue-55:active {
  background-color: #55ACEE;
}

.active\:bg-blue-3b:active {
  background-color: #3b5998;
}

.active\:bg-blue-3c:active {
  background-color: #3caef8;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-purple-15 {
  border-color: #150033;
}

.border-purple-16 {
  border-color: #160031;
}

.border-purple-19 {
  border-color: #19003c;
}

.border-purple-21 {
  border-color: #21004B;
}

.border-purple-24 {
  border-color: #240154;
}

.border-purple-26 {
  border-color: #260058;
}

.border-purple-30 {
  border-color: #300071;
}

.border-purple-42 {
  border-color: #42009B;
}

.border-purple-45 {
  border-color: #4500A3;
}

.border-purple-50 {
  border-color: #50238C;
}

.border-purple-54 {
  border-color: #5405A6;
}

.border-purple-58 {
  border-color: #5800CE;
}

.border-purple-69 {
  border-color: #6900F7;
}

.border-purple-90 {
  border-color: #903BFF;
}

.border-purple-92 {
  border-color: #9240FF;
}

.border-purple-94 {
  border-color: #9446FF;
}

.border-purple-1c {
  border-color: #1C0041;
}

.border-purple-1e {
  border-color: #1E0048;
}

.border-purple-2b {
  border-color: #2B0166;
}

.border-purple-2d {
  border-color: #2D0069;
}

.border-purple-2e {
  border-color: #2E006F;
}

.border-purple-3f {
  border-color: #3F0093;
}

.border-purple-4a {
  border-color: #4A00AD;
}

.border-purple-4d {
  border-color: #4D00B4;
}

.border-purple-4e {
  border-color: #e04b1;
}

.border-purple-5f {
  border-color: #5F04D7;
}

.border-purple-6d {
  border-color: #6D00FF;
}

.border-purple-6f {
  border-color: #6F00FF;
}

.border-purple-7c {
  border-color: #7C09E8;
}

.border-purple-7b {
  border-color: #7B46C1;
}

.border-purple-8a {
  border-color: #8A2FFF;
}

.border-purple-a7 {
  border-color: #A764FF;
}

.border-purple-ab {
  border-color: #AB1F99;
}

.border-purple-b6 {
  border-color: #B660FF;
}

.border-purple-bf {
  border-color: #BF90FF;
}

.border-purple-e5 {
  border-color: #E5D1FF;
}

.border-orange-d0 {
  border-color: #D03D5C;
}

.border-orange-dc {
  border-color: #DC4157;
}

.border-orange-eb {
  border-color: #EB2C2C;
}

.border-orange-ed {
  border-color: #ED4D40;
}

.border-orange-ee {
  border-color: #EE4129;
}

.border-orange-f0 {
  border-color: #F04D39;
}

.border-orange-f7 {
  border-color: #F7451B;
}

.border-orange-ff {
  border-color: #FFA039;
}

.border-yellow-ff {
  border-color: #ffab59;
}

.border-blue-14 {
  border-color: #1493E6;
}

.border-blue-55 {
  border-color: #55ACEE;
}

.border-blue-3b {
  border-color: #3b5998;
}

.border-blue-3c {
  border-color: #3caef8;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

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

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

.hover\:border-purple-15:hover {
  border-color: #150033;
}

.hover\:border-purple-16:hover {
  border-color: #160031;
}

.hover\:border-purple-19:hover {
  border-color: #19003c;
}

.hover\:border-purple-21:hover {
  border-color: #21004B;
}

.hover\:border-purple-24:hover {
  border-color: #240154;
}

.hover\:border-purple-26:hover {
  border-color: #260058;
}

.hover\:border-purple-30:hover {
  border-color: #300071;
}

.hover\:border-purple-42:hover {
  border-color: #42009B;
}

.hover\:border-purple-45:hover {
  border-color: #4500A3;
}

.hover\:border-purple-50:hover {
  border-color: #50238C;
}

.hover\:border-purple-54:hover {
  border-color: #5405A6;
}

.hover\:border-purple-58:hover {
  border-color: #5800CE;
}

.hover\:border-purple-69:hover {
  border-color: #6900F7;
}

.hover\:border-purple-90:hover {
  border-color: #903BFF;
}

.hover\:border-purple-92:hover {
  border-color: #9240FF;
}

.hover\:border-purple-94:hover {
  border-color: #9446FF;
}

.hover\:border-purple-1c:hover {
  border-color: #1C0041;
}

.hover\:border-purple-1e:hover {
  border-color: #1E0048;
}

.hover\:border-purple-2b:hover {
  border-color: #2B0166;
}

.hover\:border-purple-2d:hover {
  border-color: #2D0069;
}

.hover\:border-purple-2e:hover {
  border-color: #2E006F;
}

.hover\:border-purple-3f:hover {
  border-color: #3F0093;
}

.hover\:border-purple-4a:hover {
  border-color: #4A00AD;
}

.hover\:border-purple-4d:hover {
  border-color: #4D00B4;
}

.hover\:border-purple-4e:hover {
  border-color: #e04b1;
}

.hover\:border-purple-5f:hover {
  border-color: #5F04D7;
}

.hover\:border-purple-6d:hover {
  border-color: #6D00FF;
}

.hover\:border-purple-6f:hover {
  border-color: #6F00FF;
}

.hover\:border-purple-7c:hover {
  border-color: #7C09E8;
}

.hover\:border-purple-7b:hover {
  border-color: #7B46C1;
}

.hover\:border-purple-8a:hover {
  border-color: #8A2FFF;
}

.hover\:border-purple-a7:hover {
  border-color: #A764FF;
}

.hover\:border-purple-ab:hover {
  border-color: #AB1F99;
}

.hover\:border-purple-b6:hover {
  border-color: #B660FF;
}

.hover\:border-purple-bf:hover {
  border-color: #BF90FF;
}

.hover\:border-purple-e5:hover {
  border-color: #E5D1FF;
}

.hover\:border-orange-d0:hover {
  border-color: #D03D5C;
}

.hover\:border-orange-dc:hover {
  border-color: #DC4157;
}

.hover\:border-orange-eb:hover {
  border-color: #EB2C2C;
}

.hover\:border-orange-ed:hover {
  border-color: #ED4D40;
}

.hover\:border-orange-ee:hover {
  border-color: #EE4129;
}

.hover\:border-orange-f0:hover {
  border-color: #F04D39;
}

.hover\:border-orange-f7:hover {
  border-color: #F7451B;
}

.hover\:border-orange-ff:hover {
  border-color: #FFA039;
}

.hover\:border-yellow-ff:hover {
  border-color: #ffab59;
}

.hover\:border-blue-14:hover {
  border-color: #1493E6;
}

.hover\:border-blue-55:hover {
  border-color: #55ACEE;
}

.hover\:border-blue-3b:hover {
  border-color: #3b5998;
}

.hover\:border-blue-3c:hover {
  border-color: #3caef8;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-black:active {
  border-color: #000;
}

.active\:border-white:active {
  border-color: #fff;
}

.active\:border-purple-15:active {
  border-color: #150033;
}

.active\:border-purple-16:active {
  border-color: #160031;
}

.active\:border-purple-19:active {
  border-color: #19003c;
}

.active\:border-purple-21:active {
  border-color: #21004B;
}

.active\:border-purple-24:active {
  border-color: #240154;
}

.active\:border-purple-26:active {
  border-color: #260058;
}

.active\:border-purple-30:active {
  border-color: #300071;
}

.active\:border-purple-42:active {
  border-color: #42009B;
}

.active\:border-purple-45:active {
  border-color: #4500A3;
}

.active\:border-purple-50:active {
  border-color: #50238C;
}

.active\:border-purple-54:active {
  border-color: #5405A6;
}

.active\:border-purple-58:active {
  border-color: #5800CE;
}

.active\:border-purple-69:active {
  border-color: #6900F7;
}

.active\:border-purple-90:active {
  border-color: #903BFF;
}

.active\:border-purple-92:active {
  border-color: #9240FF;
}

.active\:border-purple-94:active {
  border-color: #9446FF;
}

.active\:border-purple-1c:active {
  border-color: #1C0041;
}

.active\:border-purple-1e:active {
  border-color: #1E0048;
}

.active\:border-purple-2b:active {
  border-color: #2B0166;
}

.active\:border-purple-2d:active {
  border-color: #2D0069;
}

.active\:border-purple-2e:active {
  border-color: #2E006F;
}

.active\:border-purple-3f:active {
  border-color: #3F0093;
}

.active\:border-purple-4a:active {
  border-color: #4A00AD;
}

.active\:border-purple-4d:active {
  border-color: #4D00B4;
}

.active\:border-purple-4e:active {
  border-color: #e04b1;
}

.active\:border-purple-5f:active {
  border-color: #5F04D7;
}

.active\:border-purple-6d:active {
  border-color: #6D00FF;
}

.active\:border-purple-6f:active {
  border-color: #6F00FF;
}

.active\:border-purple-7c:active {
  border-color: #7C09E8;
}

.active\:border-purple-7b:active {
  border-color: #7B46C1;
}

.active\:border-purple-8a:active {
  border-color: #8A2FFF;
}

.active\:border-purple-a7:active {
  border-color: #A764FF;
}

.active\:border-purple-ab:active {
  border-color: #AB1F99;
}

.active\:border-purple-b6:active {
  border-color: #B660FF;
}

.active\:border-purple-bf:active {
  border-color: #BF90FF;
}

.active\:border-purple-e5:active {
  border-color: #E5D1FF;
}

.active\:border-orange-d0:active {
  border-color: #D03D5C;
}

.active\:border-orange-dc:active {
  border-color: #DC4157;
}

.active\:border-orange-eb:active {
  border-color: #EB2C2C;
}

.active\:border-orange-ed:active {
  border-color: #ED4D40;
}

.active\:border-orange-ee:active {
  border-color: #EE4129;
}

.active\:border-orange-f0:active {
  border-color: #F04D39;
}

.active\:border-orange-f7:active {
  border-color: #F7451B;
}

.active\:border-orange-ff:active {
  border-color: #FFA039;
}

.active\:border-yellow-ff:active {
  border-color: #ffab59;
}

.active\:border-blue-14:active {
  border-color: #1493E6;
}

.active\:border-blue-55:active {
  border-color: #55ACEE;
}

.active\:border-blue-3b:active {
  border-color: #3b5998;
}

.active\:border-blue-3c:active {
  border-color: #3caef8;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-none {
  border-radius: none;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-r-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-b-4 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-l-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-t-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-r-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-b-5 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-l-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-r-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-b-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-r-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-l-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-none {
  border-top-left-radius: none;
  border-top-right-radius: none;
}

.rounded-r-none {
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}

.rounded-b-none {
  border-bottom-right-radius: none;
  border-bottom-left-radius: none;
}

.rounded-l-none {
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}

.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-4 {
  border-top-left-radius: 4px;
}

.rounded-tr-4 {
  border-top-right-radius: 4px;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px;
}

.rounded-tl-5 {
  border-top-left-radius: 5px;
}

.rounded-tr-5 {
  border-top-right-radius: 5px;
}

.rounded-br-5 {
  border-bottom-right-radius: 5px;
}

.rounded-bl-5 {
  border-bottom-left-radius: 5px;
}

.rounded-tl-10 {
  border-top-left-radius: 10px;
}

.rounded-tr-10 {
  border-top-right-radius: 10px;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px;
}

.rounded-bl-10 {
  border-bottom-left-radius: 10px;
}

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-tr-20 {
  border-top-right-radius: 20px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px;
}

.rounded-tl-none {
  border-top-left-radius: none;
}

.rounded-tr-none {
  border-top-right-radius: none;
}

.rounded-br-none {
  border-bottom-right-radius: none;
}

.rounded-bl-none {
  border-bottom-left-radius: none;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-acumin-pro {
  font-family: "acumin-pro", -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-pragmatica-extended {
  font-family: "pragmatica-extended", -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-pano {
  font-family: "Pano Trial", -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-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-110 {
  height: 110px;
}

.h-120 {
  height: 120px;
}

.h-130 {
  height: 130px;
}

.h-140 {
  height: 140px;
}

.h-150 {
  height: 150px;
}

.h-160 {
  height: 160px;
}

.h-170 {
  height: 170px;
}

.h-180 {
  height: 180px;
}

.h-190 {
  height: 190px;
}

.h-200 {
  height: 200px;
}

.h-210 {
  height: 210px;
}

.h-220 {
  height: 220px;
}

.h-230 {
  height: 230px;
}

.h-240 {
  height: 240px;
}

.h-250 {
  height: 250px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.m-110 {
  margin: 110px;
}

.m-120 {
  margin: 120px;
}

.m-130 {
  margin: 130px;
}

.m-140 {
  margin: 140px;
}

.m-150 {
  margin: 150px;
}

.m-160 {
  margin: 160px;
}

.m-170 {
  margin: 170px;
}

.m-180 {
  margin: 180px;
}

.m-190 {
  margin: 190px;
}

.m-200 {
  margin: 200px;
}

.m-210 {
  margin: 210px;
}

.m-220 {
  margin: 220px;
}

.m-230 {
  margin: 230px;
}

.m-240 {
  margin: 240px;
}

.m-250 {
  margin: 250px;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

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

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

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

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

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

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

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

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

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

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

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

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

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

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

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

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

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

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

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

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

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

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.my-210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

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

.my-220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

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

.my-230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

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

.my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

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

.my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.-my-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

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

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

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

.-my-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

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

.-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

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

.-my-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

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

.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

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

.-my-45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

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

.-my-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

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

.-my-55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

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

.-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

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

.-my-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

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

.-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

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

.-my-90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

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

.-my-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

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

.-my-110 {
  margin-top: -110px;
  margin-bottom: -110px;
}

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

.-my-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

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

.-my-130 {
  margin-top: -130px;
  margin-bottom: -130px;
}

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

.-my-140 {
  margin-top: -140px;
  margin-bottom: -140px;
}

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

.-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

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

.-my-160 {
  margin-top: -160px;
  margin-bottom: -160px;
}

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

.-my-170 {
  margin-top: -170px;
  margin-bottom: -170px;
}

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

.-my-180 {
  margin-top: -180px;
  margin-bottom: -180px;
}

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

.-my-190 {
  margin-top: -190px;
  margin-bottom: -190px;
}

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

.-my-200 {
  margin-top: -200px;
  margin-bottom: -200px;
}

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

.-my-210 {
  margin-top: -210px;
  margin-bottom: -210px;
}

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

.-my-220 {
  margin-top: -220px;
  margin-bottom: -220px;
}

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

.-my-230 {
  margin-top: -230px;
  margin-bottom: -230px;
}

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

.-my-240 {
  margin-top: -240px;
  margin-bottom: -240px;
}

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

.-my-250 {
  margin-top: -250px;
  margin-bottom: -250px;
}

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

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-210 {
  margin-top: 210px;
}

.mr-210 {
  margin-right: 210px;
}

.mb-210 {
  margin-bottom: 210px;
}

.ml-210 {
  margin-left: 210px;
}

.mt-220 {
  margin-top: 220px;
}

.mr-220 {
  margin-right: 220px;
}

.mb-220 {
  margin-bottom: 220px;
}

.ml-220 {
  margin-left: 220px;
}

.mt-230 {
  margin-top: 230px;
}

.mr-230 {
  margin-right: 230px;
}

.mb-230 {
  margin-bottom: 230px;
}

.ml-230 {
  margin-left: 230px;
}

.mt-240 {
  margin-top: 240px;
}

.mr-240 {
  margin-right: 240px;
}

.mb-240 {
  margin-bottom: 240px;
}

.ml-240 {
  margin-left: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.ml-250 {
  margin-left: 250px;
}

.mt-auto {
  margin-top: auto;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.-mt-5 {
  margin-top: -5px;
}

.-mr-5 {
  margin-right: -5px;
}

.-mb-5 {
  margin-bottom: -5px;
}

.-ml-5 {
  margin-left: -5px;
}

.-mt-10 {
  margin-top: -10px;
}

.-mr-10 {
  margin-right: -10px;
}

.-mb-10 {
  margin-bottom: -10px;
}

.-ml-10 {
  margin-left: -10px;
}

.-mt-15 {
  margin-top: -15px;
}

.-mr-15 {
  margin-right: -15px;
}

.-mb-15 {
  margin-bottom: -15px;
}

.-ml-15 {
  margin-left: -15px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mb-20 {
  margin-bottom: -20px;
}

.-ml-20 {
  margin-left: -20px;
}

.-mt-25 {
  margin-top: -25px;
}

.-mr-25 {
  margin-right: -25px;
}

.-mb-25 {
  margin-bottom: -25px;
}

.-ml-25 {
  margin-left: -25px;
}

.-mt-30 {
  margin-top: -30px;
}

.-mr-30 {
  margin-right: -30px;
}

.-mb-30 {
  margin-bottom: -30px;
}

.-ml-30 {
  margin-left: -30px;
}

.-mt-35 {
  margin-top: -35px;
}

.-mr-35 {
  margin-right: -35px;
}

.-mb-35 {
  margin-bottom: -35px;
}

.-ml-35 {
  margin-left: -35px;
}

.-mt-40 {
  margin-top: -40px;
}

.-mr-40 {
  margin-right: -40px;
}

.-mb-40 {
  margin-bottom: -40px;
}

.-ml-40 {
  margin-left: -40px;
}

.-mt-45 {
  margin-top: -45px;
}

.-mr-45 {
  margin-right: -45px;
}

.-mb-45 {
  margin-bottom: -45px;
}

.-ml-45 {
  margin-left: -45px;
}

.-mt-50 {
  margin-top: -50px;
}

.-mr-50 {
  margin-right: -50px;
}

.-mb-50 {
  margin-bottom: -50px;
}

.-ml-50 {
  margin-left: -50px;
}

.-mt-55 {
  margin-top: -55px;
}

.-mr-55 {
  margin-right: -55px;
}

.-mb-55 {
  margin-bottom: -55px;
}

.-ml-55 {
  margin-left: -55px;
}

.-mt-60 {
  margin-top: -60px;
}

.-mr-60 {
  margin-right: -60px;
}

.-mb-60 {
  margin-bottom: -60px;
}

.-ml-60 {
  margin-left: -60px;
}

.-mt-70 {
  margin-top: -70px;
}

.-mr-70 {
  margin-right: -70px;
}

.-mb-70 {
  margin-bottom: -70px;
}

.-ml-70 {
  margin-left: -70px;
}

.-mt-80 {
  margin-top: -80px;
}

.-mr-80 {
  margin-right: -80px;
}

.-mb-80 {
  margin-bottom: -80px;
}

.-ml-80 {
  margin-left: -80px;
}

.-mt-90 {
  margin-top: -90px;
}

.-mr-90 {
  margin-right: -90px;
}

.-mb-90 {
  margin-bottom: -90px;
}

.-ml-90 {
  margin-left: -90px;
}

.-mt-100 {
  margin-top: -100px;
}

.-mr-100 {
  margin-right: -100px;
}

.-mb-100 {
  margin-bottom: -100px;
}

.-ml-100 {
  margin-left: -100px;
}

.-mt-110 {
  margin-top: -110px;
}

.-mr-110 {
  margin-right: -110px;
}

.-mb-110 {
  margin-bottom: -110px;
}

.-ml-110 {
  margin-left: -110px;
}

.-mt-120 {
  margin-top: -120px;
}

.-mr-120 {
  margin-right: -120px;
}

.-mb-120 {
  margin-bottom: -120px;
}

.-ml-120 {
  margin-left: -120px;
}

.-mt-130 {
  margin-top: -130px;
}

.-mr-130 {
  margin-right: -130px;
}

.-mb-130 {
  margin-bottom: -130px;
}

.-ml-130 {
  margin-left: -130px;
}

.-mt-140 {
  margin-top: -140px;
}

.-mr-140 {
  margin-right: -140px;
}

.-mb-140 {
  margin-bottom: -140px;
}

.-ml-140 {
  margin-left: -140px;
}

.-mt-150 {
  margin-top: -150px;
}

.-mr-150 {
  margin-right: -150px;
}

.-mb-150 {
  margin-bottom: -150px;
}

.-ml-150 {
  margin-left: -150px;
}

.-mt-160 {
  margin-top: -160px;
}

.-mr-160 {
  margin-right: -160px;
}

.-mb-160 {
  margin-bottom: -160px;
}

.-ml-160 {
  margin-left: -160px;
}

.-mt-170 {
  margin-top: -170px;
}

.-mr-170 {
  margin-right: -170px;
}

.-mb-170 {
  margin-bottom: -170px;
}

.-ml-170 {
  margin-left: -170px;
}

.-mt-180 {
  margin-top: -180px;
}

.-mr-180 {
  margin-right: -180px;
}

.-mb-180 {
  margin-bottom: -180px;
}

.-ml-180 {
  margin-left: -180px;
}

.-mt-190 {
  margin-top: -190px;
}

.-mr-190 {
  margin-right: -190px;
}

.-mb-190 {
  margin-bottom: -190px;
}

.-ml-190 {
  margin-left: -190px;
}

.-mt-200 {
  margin-top: -200px;
}

.-mr-200 {
  margin-right: -200px;
}

.-mb-200 {
  margin-bottom: -200px;
}

.-ml-200 {
  margin-left: -200px;
}

.-mt-210 {
  margin-top: -210px;
}

.-mr-210 {
  margin-right: -210px;
}

.-mb-210 {
  margin-bottom: -210px;
}

.-ml-210 {
  margin-left: -210px;
}

.-mt-220 {
  margin-top: -220px;
}

.-mr-220 {
  margin-right: -220px;
}

.-mb-220 {
  margin-bottom: -220px;
}

.-ml-220 {
  margin-left: -220px;
}

.-mt-230 {
  margin-top: -230px;
}

.-mr-230 {
  margin-right: -230px;
}

.-mb-230 {
  margin-bottom: -230px;
}

.-ml-230 {
  margin-left: -230px;
}

.-mt-240 {
  margin-top: -240px;
}

.-mr-240 {
  margin-right: -240px;
}

.-mb-240 {
  margin-bottom: -240px;
}

.-ml-240 {
  margin-left: -240px;
}

.-mt-250 {
  margin-top: -250px;
}

.-mr-250 {
  margin-right: -250px;
}

.-mb-250 {
  margin-bottom: -250px;
}

.-ml-250 {
  margin-left: -250px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.p-110 {
  padding: 110px;
}

.p-120 {
  padding: 120px;
}

.p-130 {
  padding: 130px;
}

.p-140 {
  padding: 140px;
}

.p-150 {
  padding: 150px;
}

.p-160 {
  padding: 160px;
}

.p-170 {
  padding: 170px;
}

.p-180 {
  padding: 180px;
}

.p-190 {
  padding: 190px;
}

.p-200 {
  padding: 200px;
}

.p-210 {
  padding: 210px;
}

.p-220 {
  padding: 220px;
}

.p-230 {
  padding: 230px;
}

.p-240 {
  padding: 240px;
}

.p-250 {
  padding: 250px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pr-210 {
  padding-right: 210px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pl-210 {
  padding-left: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pr-220 {
  padding-right: 220px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pl-220 {
  padding-left: 220px;
}

.pt-230 {
  padding-top: 230px;
}

.pr-230 {
  padding-right: 230px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pl-230 {
  padding-left: 230px;
}

.pt-240 {
  padding-top: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.pt-250 {
  padding-top: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pl-250 {
  padding-left: 250px;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-purple-15::placeholder {
  color: #150033;
}

.placeholder-purple-16::placeholder {
  color: #160031;
}

.placeholder-purple-19::placeholder {
  color: #19003c;
}

.placeholder-purple-21::placeholder {
  color: #21004B;
}

.placeholder-purple-24::placeholder {
  color: #240154;
}

.placeholder-purple-26::placeholder {
  color: #260058;
}

.placeholder-purple-30::placeholder {
  color: #300071;
}

.placeholder-purple-42::placeholder {
  color: #42009B;
}

.placeholder-purple-45::placeholder {
  color: #4500A3;
}

.placeholder-purple-50::placeholder {
  color: #50238C;
}

.placeholder-purple-54::placeholder {
  color: #5405A6;
}

.placeholder-purple-58::placeholder {
  color: #5800CE;
}

.placeholder-purple-69::placeholder {
  color: #6900F7;
}

.placeholder-purple-90::placeholder {
  color: #903BFF;
}

.placeholder-purple-92::placeholder {
  color: #9240FF;
}

.placeholder-purple-94::placeholder {
  color: #9446FF;
}

.placeholder-purple-1c::placeholder {
  color: #1C0041;
}

.placeholder-purple-1e::placeholder {
  color: #1E0048;
}

.placeholder-purple-2b::placeholder {
  color: #2B0166;
}

.placeholder-purple-2d::placeholder {
  color: #2D0069;
}

.placeholder-purple-2e::placeholder {
  color: #2E006F;
}

.placeholder-purple-3f::placeholder {
  color: #3F0093;
}

.placeholder-purple-4a::placeholder {
  color: #4A00AD;
}

.placeholder-purple-4d::placeholder {
  color: #4D00B4;
}

.placeholder-purple-4e::placeholder {
  color: #e04b1;
}

.placeholder-purple-5f::placeholder {
  color: #5F04D7;
}

.placeholder-purple-6d::placeholder {
  color: #6D00FF;
}

.placeholder-purple-6f::placeholder {
  color: #6F00FF;
}

.placeholder-purple-7c::placeholder {
  color: #7C09E8;
}

.placeholder-purple-7b::placeholder {
  color: #7B46C1;
}

.placeholder-purple-8a::placeholder {
  color: #8A2FFF;
}

.placeholder-purple-a7::placeholder {
  color: #A764FF;
}

.placeholder-purple-ab::placeholder {
  color: #AB1F99;
}

.placeholder-purple-b6::placeholder {
  color: #B660FF;
}

.placeholder-purple-bf::placeholder {
  color: #BF90FF;
}

.placeholder-purple-e5::placeholder {
  color: #E5D1FF;
}

.placeholder-orange-d0::placeholder {
  color: #D03D5C;
}

.placeholder-orange-dc::placeholder {
  color: #DC4157;
}

.placeholder-orange-eb::placeholder {
  color: #EB2C2C;
}

.placeholder-orange-ed::placeholder {
  color: #ED4D40;
}

.placeholder-orange-ee::placeholder {
  color: #EE4129;
}

.placeholder-orange-f0::placeholder {
  color: #F04D39;
}

.placeholder-orange-f7::placeholder {
  color: #F7451B;
}

.placeholder-orange-ff::placeholder {
  color: #FFA039;
}

.placeholder-yellow-ff::placeholder {
  color: #ffab59;
}

.placeholder-blue-14::placeholder {
  color: #1493E6;
}

.placeholder-blue-55::placeholder {
  color: #55ACEE;
}

.placeholder-blue-3b::placeholder {
  color: #3b5998;
}

.placeholder-blue-3c::placeholder {
  color: #3caef8;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

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

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

.focus\:placeholder-purple-15:focus::placeholder {
  color: #150033;
}

.focus\:placeholder-purple-16:focus::placeholder {
  color: #160031;
}

.focus\:placeholder-purple-19:focus::placeholder {
  color: #19003c;
}

.focus\:placeholder-purple-21:focus::placeholder {
  color: #21004B;
}

.focus\:placeholder-purple-24:focus::placeholder {
  color: #240154;
}

.focus\:placeholder-purple-26:focus::placeholder {
  color: #260058;
}

.focus\:placeholder-purple-30:focus::placeholder {
  color: #300071;
}

.focus\:placeholder-purple-42:focus::placeholder {
  color: #42009B;
}

.focus\:placeholder-purple-45:focus::placeholder {
  color: #4500A3;
}

.focus\:placeholder-purple-50:focus::placeholder {
  color: #50238C;
}

.focus\:placeholder-purple-54:focus::placeholder {
  color: #5405A6;
}

.focus\:placeholder-purple-58:focus::placeholder {
  color: #5800CE;
}

.focus\:placeholder-purple-69:focus::placeholder {
  color: #6900F7;
}

.focus\:placeholder-purple-90:focus::placeholder {
  color: #903BFF;
}

.focus\:placeholder-purple-92:focus::placeholder {
  color: #9240FF;
}

.focus\:placeholder-purple-94:focus::placeholder {
  color: #9446FF;
}

.focus\:placeholder-purple-1c:focus::placeholder {
  color: #1C0041;
}

.focus\:placeholder-purple-1e:focus::placeholder {
  color: #1E0048;
}

.focus\:placeholder-purple-2b:focus::placeholder {
  color: #2B0166;
}

.focus\:placeholder-purple-2d:focus::placeholder {
  color: #2D0069;
}

.focus\:placeholder-purple-2e:focus::placeholder {
  color: #2E006F;
}

.focus\:placeholder-purple-3f:focus::placeholder {
  color: #3F0093;
}

.focus\:placeholder-purple-4a:focus::placeholder {
  color: #4A00AD;
}

.focus\:placeholder-purple-4d:focus::placeholder {
  color: #4D00B4;
}

.focus\:placeholder-purple-4e:focus::placeholder {
  color: #e04b1;
}

.focus\:placeholder-purple-5f:focus::placeholder {
  color: #5F04D7;
}

.focus\:placeholder-purple-6d:focus::placeholder {
  color: #6D00FF;
}

.focus\:placeholder-purple-6f:focus::placeholder {
  color: #6F00FF;
}

.focus\:placeholder-purple-7c:focus::placeholder {
  color: #7C09E8;
}

.focus\:placeholder-purple-7b:focus::placeholder {
  color: #7B46C1;
}

.focus\:placeholder-purple-8a:focus::placeholder {
  color: #8A2FFF;
}

.focus\:placeholder-purple-a7:focus::placeholder {
  color: #A764FF;
}

.focus\:placeholder-purple-ab:focus::placeholder {
  color: #AB1F99;
}

.focus\:placeholder-purple-b6:focus::placeholder {
  color: #B660FF;
}

.focus\:placeholder-purple-bf:focus::placeholder {
  color: #BF90FF;
}

.focus\:placeholder-purple-e5:focus::placeholder {
  color: #E5D1FF;
}

.focus\:placeholder-orange-d0:focus::placeholder {
  color: #D03D5C;
}

.focus\:placeholder-orange-dc:focus::placeholder {
  color: #DC4157;
}

.focus\:placeholder-orange-eb:focus::placeholder {
  color: #EB2C2C;
}

.focus\:placeholder-orange-ed:focus::placeholder {
  color: #ED4D40;
}

.focus\:placeholder-orange-ee:focus::placeholder {
  color: #EE4129;
}

.focus\:placeholder-orange-f0:focus::placeholder {
  color: #F04D39;
}

.focus\:placeholder-orange-f7:focus::placeholder {
  color: #F7451B;
}

.focus\:placeholder-orange-ff:focus::placeholder {
  color: #FFA039;
}

.focus\:placeholder-yellow-ff:focus::placeholder {
  color: #ffab59;
}

.focus\:placeholder-blue-14:focus::placeholder {
  color: #1493E6;
}

.focus\:placeholder-blue-55:focus::placeholder {
  color: #55ACEE;
}

.focus\:placeholder-blue-3b:focus::placeholder {
  color: #3b5998;
}

.focus\:placeholder-blue-3c:focus::placeholder {
  color: #3caef8;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

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

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

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-purple-15 {
  color: #150033;
}

.text-purple-16 {
  color: #160031;
}

.text-purple-19 {
  color: #19003c;
}

.text-purple-21 {
  color: #21004B;
}

.text-purple-24 {
  color: #240154;
}

.text-purple-26 {
  color: #260058;
}

.text-purple-30 {
  color: #300071;
}

.text-purple-42 {
  color: #42009B;
}

.text-purple-45 {
  color: #4500A3;
}

.text-purple-50 {
  color: #50238C;
}

.text-purple-54 {
  color: #5405A6;
}

.text-purple-58 {
  color: #5800CE;
}

.text-purple-69 {
  color: #6900F7;
}

.text-purple-90 {
  color: #903BFF;
}

.text-purple-92 {
  color: #9240FF;
}

.text-purple-94 {
  color: #9446FF;
}

.text-purple-1c {
  color: #1C0041;
}

.text-purple-1e {
  color: #1E0048;
}

.text-purple-2b {
  color: #2B0166;
}

.text-purple-2d {
  color: #2D0069;
}

.text-purple-2e {
  color: #2E006F;
}

.text-purple-3f {
  color: #3F0093;
}

.text-purple-4a {
  color: #4A00AD;
}

.text-purple-4d {
  color: #4D00B4;
}

.text-purple-4e {
  color: #e04b1;
}

.text-purple-5f {
  color: #5F04D7;
}

.text-purple-6d {
  color: #6D00FF;
}

.text-purple-6f {
  color: #6F00FF;
}

.text-purple-7c {
  color: #7C09E8;
}

.text-purple-7b {
  color: #7B46C1;
}

.text-purple-8a {
  color: #8A2FFF;
}

.text-purple-a7 {
  color: #A764FF;
}

.text-purple-ab {
  color: #AB1F99;
}

.text-purple-b6 {
  color: #B660FF;
}

.text-purple-bf {
  color: #BF90FF;
}

.text-purple-e5 {
  color: #E5D1FF;
}

.text-orange-d0 {
  color: #D03D5C;
}

.text-orange-dc {
  color: #DC4157;
}

.text-orange-eb {
  color: #EB2C2C;
}

.text-orange-ed {
  color: #ED4D40;
}

.text-orange-ee {
  color: #EE4129;
}

.text-orange-f0 {
  color: #F04D39;
}

.text-orange-f7 {
  color: #F7451B;
}

.text-orange-ff {
  color: #FFA039;
}

.text-yellow-ff {
  color: #ffab59;
}

.text-blue-14 {
  color: #1493E6;
}

.text-blue-55 {
  color: #55ACEE;
}

.text-blue-3b {
  color: #3b5998;
}

.text-blue-3c {
  color: #3caef8;
}

.hover\:text-transparent:hover {
  color: transparent;
}

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

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

.hover\:text-purple-15:hover {
  color: #150033;
}

.hover\:text-purple-16:hover {
  color: #160031;
}

.hover\:text-purple-19:hover {
  color: #19003c;
}

.hover\:text-purple-21:hover {
  color: #21004B;
}

.hover\:text-purple-24:hover {
  color: #240154;
}

.hover\:text-purple-26:hover {
  color: #260058;
}

.hover\:text-purple-30:hover {
  color: #300071;
}

.hover\:text-purple-42:hover {
  color: #42009B;
}

.hover\:text-purple-45:hover {
  color: #4500A3;
}

.hover\:text-purple-50:hover {
  color: #50238C;
}

.hover\:text-purple-54:hover {
  color: #5405A6;
}

.hover\:text-purple-58:hover {
  color: #5800CE;
}

.hover\:text-purple-69:hover {
  color: #6900F7;
}

.hover\:text-purple-90:hover {
  color: #903BFF;
}

.hover\:text-purple-92:hover {
  color: #9240FF;
}

.hover\:text-purple-94:hover {
  color: #9446FF;
}

.hover\:text-purple-1c:hover {
  color: #1C0041;
}

.hover\:text-purple-1e:hover {
  color: #1E0048;
}

.hover\:text-purple-2b:hover {
  color: #2B0166;
}

.hover\:text-purple-2d:hover {
  color: #2D0069;
}

.hover\:text-purple-2e:hover {
  color: #2E006F;
}

.hover\:text-purple-3f:hover {
  color: #3F0093;
}

.hover\:text-purple-4a:hover {
  color: #4A00AD;
}

.hover\:text-purple-4d:hover {
  color: #4D00B4;
}

.hover\:text-purple-4e:hover {
  color: #e04b1;
}

.hover\:text-purple-5f:hover {
  color: #5F04D7;
}

.hover\:text-purple-6d:hover {
  color: #6D00FF;
}

.hover\:text-purple-6f:hover {
  color: #6F00FF;
}

.hover\:text-purple-7c:hover {
  color: #7C09E8;
}

.hover\:text-purple-7b:hover {
  color: #7B46C1;
}

.hover\:text-purple-8a:hover {
  color: #8A2FFF;
}

.hover\:text-purple-a7:hover {
  color: #A764FF;
}

.hover\:text-purple-ab:hover {
  color: #AB1F99;
}

.hover\:text-purple-b6:hover {
  color: #B660FF;
}

.hover\:text-purple-bf:hover {
  color: #BF90FF;
}

.hover\:text-purple-e5:hover {
  color: #E5D1FF;
}

.hover\:text-orange-d0:hover {
  color: #D03D5C;
}

.hover\:text-orange-dc:hover {
  color: #DC4157;
}

.hover\:text-orange-eb:hover {
  color: #EB2C2C;
}

.hover\:text-orange-ed:hover {
  color: #ED4D40;
}

.hover\:text-orange-ee:hover {
  color: #EE4129;
}

.hover\:text-orange-f0:hover {
  color: #F04D39;
}

.hover\:text-orange-f7:hover {
  color: #F7451B;
}

.hover\:text-orange-ff:hover {
  color: #FFA039;
}

.hover\:text-yellow-ff:hover {
  color: #ffab59;
}

.hover\:text-blue-14:hover {
  color: #1493E6;
}

.hover\:text-blue-55:hover {
  color: #55ACEE;
}

.hover\:text-blue-3b:hover {
  color: #3b5998;
}

.hover\:text-blue-3c:hover {
  color: #3caef8;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-black:active {
  color: #000;
}

.active\:text-white:active {
  color: #fff;
}

.active\:text-purple-15:active {
  color: #150033;
}

.active\:text-purple-16:active {
  color: #160031;
}

.active\:text-purple-19:active {
  color: #19003c;
}

.active\:text-purple-21:active {
  color: #21004B;
}

.active\:text-purple-24:active {
  color: #240154;
}

.active\:text-purple-26:active {
  color: #260058;
}

.active\:text-purple-30:active {
  color: #300071;
}

.active\:text-purple-42:active {
  color: #42009B;
}

.active\:text-purple-45:active {
  color: #4500A3;
}

.active\:text-purple-50:active {
  color: #50238C;
}

.active\:text-purple-54:active {
  color: #5405A6;
}

.active\:text-purple-58:active {
  color: #5800CE;
}

.active\:text-purple-69:active {
  color: #6900F7;
}

.active\:text-purple-90:active {
  color: #903BFF;
}

.active\:text-purple-92:active {
  color: #9240FF;
}

.active\:text-purple-94:active {
  color: #9446FF;
}

.active\:text-purple-1c:active {
  color: #1C0041;
}

.active\:text-purple-1e:active {
  color: #1E0048;
}

.active\:text-purple-2b:active {
  color: #2B0166;
}

.active\:text-purple-2d:active {
  color: #2D0069;
}

.active\:text-purple-2e:active {
  color: #2E006F;
}

.active\:text-purple-3f:active {
  color: #3F0093;
}

.active\:text-purple-4a:active {
  color: #4A00AD;
}

.active\:text-purple-4d:active {
  color: #4D00B4;
}

.active\:text-purple-4e:active {
  color: #e04b1;
}

.active\:text-purple-5f:active {
  color: #5F04D7;
}

.active\:text-purple-6d:active {
  color: #6D00FF;
}

.active\:text-purple-6f:active {
  color: #6F00FF;
}

.active\:text-purple-7c:active {
  color: #7C09E8;
}

.active\:text-purple-7b:active {
  color: #7B46C1;
}

.active\:text-purple-8a:active {
  color: #8A2FFF;
}

.active\:text-purple-a7:active {
  color: #A764FF;
}

.active\:text-purple-ab:active {
  color: #AB1F99;
}

.active\:text-purple-b6:active {
  color: #B660FF;
}

.active\:text-purple-bf:active {
  color: #BF90FF;
}

.active\:text-purple-e5:active {
  color: #E5D1FF;
}

.active\:text-orange-d0:active {
  color: #D03D5C;
}

.active\:text-orange-dc:active {
  color: #DC4157;
}

.active\:text-orange-eb:active {
  color: #EB2C2C;
}

.active\:text-orange-ed:active {
  color: #ED4D40;
}

.active\:text-orange-ee:active {
  color: #EE4129;
}

.active\:text-orange-f0:active {
  color: #F04D39;
}

.active\:text-orange-f7:active {
  color: #F7451B;
}

.active\:text-orange-ff:active {
  color: #FFA039;
}

.active\:text-yellow-ff:active {
  color: #ffab59;
}

.active\:text-blue-14:active {
  color: #1493E6;
}

.active\:text-blue-55:active {
  color: #55ACEE;
}

.active\:text-blue-3b:active {
  color: #3b5998;
}

.active\:text-blue-3c:active {
  color: #3caef8;
}

.text-8 {
  font-size: 8px;
}

.text-9 {
  font-size: 9px;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

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

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-19 {
  font-size: 19px;
}

.text-20 {
  font-size: 20px;
}

.text-21 {
  font-size: 21px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-25 {
  font-size: 25px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-31 {
  font-size: 31px;
}

.text-32 {
  font-size: 32px;
}

.text-34 {
  font-size: 34px;
}

.text-35 {
  font-size: 35px;
}

.text-37 {
  font-size: 37px;
}

.text-39 {
  font-size: 39px;
}

.text-40 {
  font-size: 40px;
}

.text-41 {
  font-size: 41px;
}

.text-44 {
  font-size: 44px;
}

.text-46 {
  font-size: 46px;
}

.text-47 {
  font-size: 47px;
}

.text-48 {
  font-size: 48px;
}

.text-49 {
  font-size: 49px;
}

.text-50 {
  font-size: 50px;
}

.text-52 {
  font-size: 52px;
}

.text-55 {
  font-size: 55px;
}

.text-57 {
  font-size: 57px;
}

.text-60 {
  font-size: 60px;
}

.text-61 {
  font-size: 61px;
}

.text-64 {
  font-size: 64px;
}

.text-67 {
  font-size: 67px;
}

.text-70 {
  font-size: 70px;
}

.text-72 {
  font-size: 72px;
}

.text-74 {
  font-size: 74px;
}

.text-78 {
  font-size: 78px;
}

.text-80 {
  font-size: 80px;
}

.text-82 {
  font-size: 82px;
}

.text-85 {
  font-size: 85px;
}

.text-88 {
  font-size: 88px;
}

.text-90 {
  font-size: 90px;
}

.text-94 {
  font-size: 94px;
}

.text-96 {
  font-size: 96px;
}

.text-100 {
  font-size: 100px;
}

.text-102 {
  font-size: 102px;
}

.text-107 {
  font-size: 107px;
}

.text-110 {
  font-size: 110px;
}

.text-113 {
  font-size: 113px;
}

.text-124 {
  font-size: 124px;
}

.text-125 {
  font-size: 125px;
}

.text-140 {
  font-size: 140px;
}

.text-148 {
  font-size: 148px;
}

.text-150 {
  font-size: 150px;
}

.text-170 {
  font-size: 170px;
}

.text-180 {
  font-size: 180px;
}

.text-190 {
  font-size: 190px;
}

.text-210 {
  font-size: 210px;
}

.text-240 {
  font-size: 240px;
}

.text-250 {
  font-size: 250px;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.select-auto {
  user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-5 {
  width: 5px;
}

.w-10 {
  width: 10px;
}

.w-15 {
  width: 15px;
}

.w-20 {
  width: 20px;
}

.w-25 {
  width: 25px;
}

.w-30 {
  width: 30px;
}

.w-35 {
  width: 35px;
}

.w-40 {
  width: 40px;
}

.w-45 {
  width: 45px;
}

.w-50 {
  width: 50px;
}

.w-55 {
  width: 55px;
}

.w-60 {
  width: 60px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.w-90 {
  width: 90px;
}

.w-100 {
  width: 100px;
}

.w-110 {
  width: 110px;
}

.w-120 {
  width: 120px;
}

.w-130 {
  width: 130px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-160 {
  width: 160px;
}

.w-170 {
  width: 170px;
}

.w-180 {
  width: 180px;
}

.w-190 {
  width: 190px;
}

.w-200 {
  width: 200px;
}

.w-210 {
  width: 210px;
}

.w-220 {
  width: 220px;
}

.w-230 {
  width: 230px;
}

.w-240 {
  width: 240px;
}

.w-250 {
  width: 250px;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

/* Global container class */

.container {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}

@media (min-width: 640px) {
  .container {
    padding: 0 60px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 70px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 80px;
  }
}

@media (min-width: 1440px) {
  .container {
    padding: 0 90px;
  }
}

@media (min-width: 1800px) {
  .container {
    padding: 0 100px;
  }
}

.container--no-padding-mobile {
  padding: 0;
}

@media (min-width: 768px) {
  .container--no-padding-mobile {
    padding: 0 70px;
  }
}

@media (min-width: 1024px) {
  .container--no-padding-mobile {
    padding: 0 80px;
  }
}

@media (min-width: 1440px) {
  .container--no-padding-mobile {
    padding: 0 90px;
  }
}

@media (min-width: 1800px) {
  .container--no-padding-mobile {
    padding: 0 100px;
  }
}

/* Global text editor class */

.text-editor {
  color: #E5D1FF;
}

.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 {
  line-height: 1;
}

.text-editor h1 {
  font-size: 36px;
}

.text-editor h2 {
  font-size: 30px;
}

.text-editor h3 {
  font-size: 24px;
}

.text-editor h4 {
  font-size: 18px;
}

.text-editor h5 {
  font-size: 14px;
}

.text-editor h6 {
  font-size: 12px;
}

.text-editor * + h1,
  .text-editor * + h2,
  .text-editor * + h3,
  .text-editor * + h4,
  .text-editor * + h5,
  .text-editor * + h6 {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .text-editor * + h1,
      .text-editor * + h2,
      .text-editor * + h3,
      .text-editor * + h4,
      .text-editor * + h5,
      .text-editor * + h6 {
    margin-top: 50px;
  }
}

.text-editor p, .text-editor li {
  font-family: "acumin-pro", -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-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .text-editor p, .text-editor li {
    font-size: 19px;
    margin-top: 25px;
  }
}

.text-editor p:first-child, .text-editor li:first-child {
  margin-top: 0px;
}

.text-editor ul {
  margin-top: 30px;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .text-editor ul {
    margin-top: 35px;
    padding-left: 25px;
  }
}

.text-editor li {
  list-style: disc outside none;
}

.text-editor a {
  color: #F04D39;
  text-decoration: underline;
}

.text-editor a:hover {
  color: #fff;
}

.text-editor a:active {
  color: #F04D39;
}

/**
 * Extending Tailwind with custom utilities
 * Includes: Aspect Ratio, Blur, Gradient BG, Image BG, Text Stroke
 */

/* Creates responsive classes for each custom utlity */

/* Aspect Ratio */

.aspect-ratio-1x1::after {
  clear: both;
  content: "";
  display: table;
}

.aspect-ratio-1x1::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 100%;
  width: -1px;
}

.aspect-ratio-5x3::after {
  clear: both;
  content: "";
  display: table;
}

.aspect-ratio-5x3::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 60%;
  width: -1px;
}

.aspect-ratio-16x9::after {
  clear: both;
  content: "";
  display: table;
}

.aspect-ratio-16x9::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  padding-top: 56.25%;
  width: -1px;
}

/* To Reset Aspect Ratio */

.aspect-ratio-auto::after {
  display: none;
}

.aspect-ratio-auto::before {
  display: none;
}

/* Blur */

.blur-2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.blur-4 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.blur-5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.blur-6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.blur-7 {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.blur-8 {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* Gradient BG */

.bg-gradient-orange-purple {
  background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
  background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
}

.bg-gradient-purple-orange-purple {
  background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
  background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
}

.bg-gradient-purple-orange {
  background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
  background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
}

/* Image BG */

.bg-dotted-01 {
  background-image: url("/bgs/bg-dotted_01-mobile.jpg");
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-desktop.jpg");
  }
}

.bg-dotted-02 {
  background-image: url("/bgs/bg-dotted_02-mobile.jpg");
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-desktop.jpg");
  }
}

.bg-dotted-03 {
  background-image: url("/bgs/bg-dotted_03-mobile.jpg");
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-desktop.jpg");
  }
}

/* Text Stroke */

.text-stroke-color-purple-50 {
  -webkit-text-stroke-color: #50238C;
  text-stroke-color: #50238C;
}

.text-stroke-color-purple-6d {
  -webkit-text-stroke-color: #6D00FF;
  text-stroke-color: #6D00FF;
}

.text-stroke-color-purple-6f {
  -webkit-text-stroke-color: #6F00FF;
  text-stroke-color: #6F00FF;
}

.text-stroke-color-purple-a7 {
  -webkit-text-stroke-color: #A764FF;
  text-stroke-color: #A764FF;
}

.text-stroke-color-purple-b6 {
  -webkit-text-stroke-color: #B660FF;
  text-stroke-color: #B660FF;
}

.text-stroke-color-purple-bf {
  -webkit-text-stroke-color: #BF90FF;
  text-stroke-color: #BF90FF;
}

.text-stroke-color-orange-f0 {
  -webkit-text-stroke-color: #F04D39;
  text-stroke-color: #F04D39;
}

.text-stroke-color-orange-ff {
  -webkit-text-stroke-color: #FFA039;
  text-stroke-color: #FFA039;
}

.text-stroke-color-white {
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
}

.text-stroke-width-1 {
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
}

.text-stroke-width-1-5 {
  -webkit-text-stroke-width: 1.5px;
  text-stroke-width: 1,5px;
}

.text-stroke-width-2 {
  -webkit-text-stroke-width: 2px;
  text-stroke-width: 2px;
}

.text-stroke-width-2-5 {
  -webkit-text-stroke-width: 2.5px;
  text-stroke-width: 2.5px;
}

.text-stroke-width-3 {
  -webkit-text-stroke-width: 3px;
  text-stroke-width: 3px;
}

.text-stroke-width-4 {
  -webkit-text-stroke-width: 4px;
  text-stroke-width: 4px;
}

.text-stroke-width-6 {
  -webkit-text-stroke-width: 6px;
  text-stroke-width: 6px;
}

.text-stroke-width-8 {
  -webkit-text-stroke-width: 8px;
  text-stroke-width: 8px;
}

/* IE Fixes */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-transparent {
    color: inherit;
  }
}

.flex-1-ie {
  -webkit-box-flex: 1;
  flex: 1 1 0;
}

/* Creates hover and active pseudo classes for each custom utlity */

/* Creates hover and active pseudo classes for each custom utlity */

/* Creates hover and active pseudo classes for each custom utlity */

@media (min-width: 640px) {
  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .sm\:appearance-none {
    appearance: none;
  }

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

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

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

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

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-purple-15 {
    background-color: #150033;
  }

  .sm\:bg-purple-16 {
    background-color: #160031;
  }

  .sm\:bg-purple-19 {
    background-color: #19003c;
  }

  .sm\:bg-purple-21 {
    background-color: #21004B;
  }

  .sm\:bg-purple-24 {
    background-color: #240154;
  }

  .sm\:bg-purple-26 {
    background-color: #260058;
  }

  .sm\:bg-purple-30 {
    background-color: #300071;
  }

  .sm\:bg-purple-42 {
    background-color: #42009B;
  }

  .sm\:bg-purple-45 {
    background-color: #4500A3;
  }

  .sm\:bg-purple-50 {
    background-color: #50238C;
  }

  .sm\:bg-purple-54 {
    background-color: #5405A6;
  }

  .sm\:bg-purple-58 {
    background-color: #5800CE;
  }

  .sm\:bg-purple-69 {
    background-color: #6900F7;
  }

  .sm\:bg-purple-90 {
    background-color: #903BFF;
  }

  .sm\:bg-purple-92 {
    background-color: #9240FF;
  }

  .sm\:bg-purple-94 {
    background-color: #9446FF;
  }

  .sm\:bg-purple-1c {
    background-color: #1C0041;
  }

  .sm\:bg-purple-1e {
    background-color: #1E0048;
  }

  .sm\:bg-purple-2b {
    background-color: #2B0166;
  }

  .sm\:bg-purple-2d {
    background-color: #2D0069;
  }

  .sm\:bg-purple-2e {
    background-color: #2E006F;
  }

  .sm\:bg-purple-3f {
    background-color: #3F0093;
  }

  .sm\:bg-purple-4a {
    background-color: #4A00AD;
  }

  .sm\:bg-purple-4d {
    background-color: #4D00B4;
  }

  .sm\:bg-purple-4e {
    background-color: #e04b1;
  }

  .sm\:bg-purple-5f {
    background-color: #5F04D7;
  }

  .sm\:bg-purple-6d {
    background-color: #6D00FF;
  }

  .sm\:bg-purple-6f {
    background-color: #6F00FF;
  }

  .sm\:bg-purple-7c {
    background-color: #7C09E8;
  }

  .sm\:bg-purple-7b {
    background-color: #7B46C1;
  }

  .sm\:bg-purple-8a {
    background-color: #8A2FFF;
  }

  .sm\:bg-purple-a7 {
    background-color: #A764FF;
  }

  .sm\:bg-purple-ab {
    background-color: #AB1F99;
  }

  .sm\:bg-purple-b6 {
    background-color: #B660FF;
  }

  .sm\:bg-purple-bf {
    background-color: #BF90FF;
  }

  .sm\:bg-purple-e5 {
    background-color: #E5D1FF;
  }

  .sm\:bg-orange-d0 {
    background-color: #D03D5C;
  }

  .sm\:bg-orange-dc {
    background-color: #DC4157;
  }

  .sm\:bg-orange-eb {
    background-color: #EB2C2C;
  }

  .sm\:bg-orange-ed {
    background-color: #ED4D40;
  }

  .sm\:bg-orange-ee {
    background-color: #EE4129;
  }

  .sm\:bg-orange-f0 {
    background-color: #F04D39;
  }

  .sm\:bg-orange-f7 {
    background-color: #F7451B;
  }

  .sm\:bg-orange-ff {
    background-color: #FFA039;
  }

  .sm\:bg-yellow-ff {
    background-color: #ffab59;
  }

  .sm\:bg-blue-14 {
    background-color: #1493E6;
  }

  .sm\:bg-blue-55 {
    background-color: #55ACEE;
  }

  .sm\:bg-blue-3b {
    background-color: #3b5998;
  }

  .sm\:bg-blue-3c {
    background-color: #3caef8;
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-purple-15:hover {
    background-color: #150033;
  }

  .sm\:hover\:bg-purple-16:hover {
    background-color: #160031;
  }

  .sm\:hover\:bg-purple-19:hover {
    background-color: #19003c;
  }

  .sm\:hover\:bg-purple-21:hover {
    background-color: #21004B;
  }

  .sm\:hover\:bg-purple-24:hover {
    background-color: #240154;
  }

  .sm\:hover\:bg-purple-26:hover {
    background-color: #260058;
  }

  .sm\:hover\:bg-purple-30:hover {
    background-color: #300071;
  }

  .sm\:hover\:bg-purple-42:hover {
    background-color: #42009B;
  }

  .sm\:hover\:bg-purple-45:hover {
    background-color: #4500A3;
  }

  .sm\:hover\:bg-purple-50:hover {
    background-color: #50238C;
  }

  .sm\:hover\:bg-purple-54:hover {
    background-color: #5405A6;
  }

  .sm\:hover\:bg-purple-58:hover {
    background-color: #5800CE;
  }

  .sm\:hover\:bg-purple-69:hover {
    background-color: #6900F7;
  }

  .sm\:hover\:bg-purple-90:hover {
    background-color: #903BFF;
  }

  .sm\:hover\:bg-purple-92:hover {
    background-color: #9240FF;
  }

  .sm\:hover\:bg-purple-94:hover {
    background-color: #9446FF;
  }

  .sm\:hover\:bg-purple-1c:hover {
    background-color: #1C0041;
  }

  .sm\:hover\:bg-purple-1e:hover {
    background-color: #1E0048;
  }

  .sm\:hover\:bg-purple-2b:hover {
    background-color: #2B0166;
  }

  .sm\:hover\:bg-purple-2d:hover {
    background-color: #2D0069;
  }

  .sm\:hover\:bg-purple-2e:hover {
    background-color: #2E006F;
  }

  .sm\:hover\:bg-purple-3f:hover {
    background-color: #3F0093;
  }

  .sm\:hover\:bg-purple-4a:hover {
    background-color: #4A00AD;
  }

  .sm\:hover\:bg-purple-4d:hover {
    background-color: #4D00B4;
  }

  .sm\:hover\:bg-purple-4e:hover {
    background-color: #e04b1;
  }

  .sm\:hover\:bg-purple-5f:hover {
    background-color: #5F04D7;
  }

  .sm\:hover\:bg-purple-6d:hover {
    background-color: #6D00FF;
  }

  .sm\:hover\:bg-purple-6f:hover {
    background-color: #6F00FF;
  }

  .sm\:hover\:bg-purple-7c:hover {
    background-color: #7C09E8;
  }

  .sm\:hover\:bg-purple-7b:hover {
    background-color: #7B46C1;
  }

  .sm\:hover\:bg-purple-8a:hover {
    background-color: #8A2FFF;
  }

  .sm\:hover\:bg-purple-a7:hover {
    background-color: #A764FF;
  }

  .sm\:hover\:bg-purple-ab:hover {
    background-color: #AB1F99;
  }

  .sm\:hover\:bg-purple-b6:hover {
    background-color: #B660FF;
  }

  .sm\:hover\:bg-purple-bf:hover {
    background-color: #BF90FF;
  }

  .sm\:hover\:bg-purple-e5:hover {
    background-color: #E5D1FF;
  }

  .sm\:hover\:bg-orange-d0:hover {
    background-color: #D03D5C;
  }

  .sm\:hover\:bg-orange-dc:hover {
    background-color: #DC4157;
  }

  .sm\:hover\:bg-orange-eb:hover {
    background-color: #EB2C2C;
  }

  .sm\:hover\:bg-orange-ed:hover {
    background-color: #ED4D40;
  }

  .sm\:hover\:bg-orange-ee:hover {
    background-color: #EE4129;
  }

  .sm\:hover\:bg-orange-f0:hover {
    background-color: #F04D39;
  }

  .sm\:hover\:bg-orange-f7:hover {
    background-color: #F7451B;
  }

  .sm\:hover\:bg-orange-ff:hover {
    background-color: #FFA039;
  }

  .sm\:hover\:bg-yellow-ff:hover {
    background-color: #ffab59;
  }

  .sm\:hover\:bg-blue-14:hover {
    background-color: #1493E6;
  }

  .sm\:hover\:bg-blue-55:hover {
    background-color: #55ACEE;
  }

  .sm\:hover\:bg-blue-3b:hover {
    background-color: #3b5998;
  }

  .sm\:hover\:bg-blue-3c:hover {
    background-color: #3caef8;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    background-color: #000;
  }

  .sm\:active\:bg-white:active {
    background-color: #fff;
  }

  .sm\:active\:bg-purple-15:active {
    background-color: #150033;
  }

  .sm\:active\:bg-purple-16:active {
    background-color: #160031;
  }

  .sm\:active\:bg-purple-19:active {
    background-color: #19003c;
  }

  .sm\:active\:bg-purple-21:active {
    background-color: #21004B;
  }

  .sm\:active\:bg-purple-24:active {
    background-color: #240154;
  }

  .sm\:active\:bg-purple-26:active {
    background-color: #260058;
  }

  .sm\:active\:bg-purple-30:active {
    background-color: #300071;
  }

  .sm\:active\:bg-purple-42:active {
    background-color: #42009B;
  }

  .sm\:active\:bg-purple-45:active {
    background-color: #4500A3;
  }

  .sm\:active\:bg-purple-50:active {
    background-color: #50238C;
  }

  .sm\:active\:bg-purple-54:active {
    background-color: #5405A6;
  }

  .sm\:active\:bg-purple-58:active {
    background-color: #5800CE;
  }

  .sm\:active\:bg-purple-69:active {
    background-color: #6900F7;
  }

  .sm\:active\:bg-purple-90:active {
    background-color: #903BFF;
  }

  .sm\:active\:bg-purple-92:active {
    background-color: #9240FF;
  }

  .sm\:active\:bg-purple-94:active {
    background-color: #9446FF;
  }

  .sm\:active\:bg-purple-1c:active {
    background-color: #1C0041;
  }

  .sm\:active\:bg-purple-1e:active {
    background-color: #1E0048;
  }

  .sm\:active\:bg-purple-2b:active {
    background-color: #2B0166;
  }

  .sm\:active\:bg-purple-2d:active {
    background-color: #2D0069;
  }

  .sm\:active\:bg-purple-2e:active {
    background-color: #2E006F;
  }

  .sm\:active\:bg-purple-3f:active {
    background-color: #3F0093;
  }

  .sm\:active\:bg-purple-4a:active {
    background-color: #4A00AD;
  }

  .sm\:active\:bg-purple-4d:active {
    background-color: #4D00B4;
  }

  .sm\:active\:bg-purple-4e:active {
    background-color: #e04b1;
  }

  .sm\:active\:bg-purple-5f:active {
    background-color: #5F04D7;
  }

  .sm\:active\:bg-purple-6d:active {
    background-color: #6D00FF;
  }

  .sm\:active\:bg-purple-6f:active {
    background-color: #6F00FF;
  }

  .sm\:active\:bg-purple-7c:active {
    background-color: #7C09E8;
  }

  .sm\:active\:bg-purple-7b:active {
    background-color: #7B46C1;
  }

  .sm\:active\:bg-purple-8a:active {
    background-color: #8A2FFF;
  }

  .sm\:active\:bg-purple-a7:active {
    background-color: #A764FF;
  }

  .sm\:active\:bg-purple-ab:active {
    background-color: #AB1F99;
  }

  .sm\:active\:bg-purple-b6:active {
    background-color: #B660FF;
  }

  .sm\:active\:bg-purple-bf:active {
    background-color: #BF90FF;
  }

  .sm\:active\:bg-purple-e5:active {
    background-color: #E5D1FF;
  }

  .sm\:active\:bg-orange-d0:active {
    background-color: #D03D5C;
  }

  .sm\:active\:bg-orange-dc:active {
    background-color: #DC4157;
  }

  .sm\:active\:bg-orange-eb:active {
    background-color: #EB2C2C;
  }

  .sm\:active\:bg-orange-ed:active {
    background-color: #ED4D40;
  }

  .sm\:active\:bg-orange-ee:active {
    background-color: #EE4129;
  }

  .sm\:active\:bg-orange-f0:active {
    background-color: #F04D39;
  }

  .sm\:active\:bg-orange-f7:active {
    background-color: #F7451B;
  }

  .sm\:active\:bg-orange-ff:active {
    background-color: #FFA039;
  }

  .sm\:active\:bg-yellow-ff:active {
    background-color: #ffab59;
  }

  .sm\:active\:bg-blue-14:active {
    background-color: #1493E6;
  }

  .sm\:active\:bg-blue-55:active {
    background-color: #55ACEE;
  }

  .sm\:active\:bg-blue-3b:active {
    background-color: #3b5998;
  }

  .sm\:active\:bg-blue-3c:active {
    background-color: #3caef8;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-purple-15 {
    border-color: #150033;
  }

  .sm\:border-purple-16 {
    border-color: #160031;
  }

  .sm\:border-purple-19 {
    border-color: #19003c;
  }

  .sm\:border-purple-21 {
    border-color: #21004B;
  }

  .sm\:border-purple-24 {
    border-color: #240154;
  }

  .sm\:border-purple-26 {
    border-color: #260058;
  }

  .sm\:border-purple-30 {
    border-color: #300071;
  }

  .sm\:border-purple-42 {
    border-color: #42009B;
  }

  .sm\:border-purple-45 {
    border-color: #4500A3;
  }

  .sm\:border-purple-50 {
    border-color: #50238C;
  }

  .sm\:border-purple-54 {
    border-color: #5405A6;
  }

  .sm\:border-purple-58 {
    border-color: #5800CE;
  }

  .sm\:border-purple-69 {
    border-color: #6900F7;
  }

  .sm\:border-purple-90 {
    border-color: #903BFF;
  }

  .sm\:border-purple-92 {
    border-color: #9240FF;
  }

  .sm\:border-purple-94 {
    border-color: #9446FF;
  }

  .sm\:border-purple-1c {
    border-color: #1C0041;
  }

  .sm\:border-purple-1e {
    border-color: #1E0048;
  }

  .sm\:border-purple-2b {
    border-color: #2B0166;
  }

  .sm\:border-purple-2d {
    border-color: #2D0069;
  }

  .sm\:border-purple-2e {
    border-color: #2E006F;
  }

  .sm\:border-purple-3f {
    border-color: #3F0093;
  }

  .sm\:border-purple-4a {
    border-color: #4A00AD;
  }

  .sm\:border-purple-4d {
    border-color: #4D00B4;
  }

  .sm\:border-purple-4e {
    border-color: #e04b1;
  }

  .sm\:border-purple-5f {
    border-color: #5F04D7;
  }

  .sm\:border-purple-6d {
    border-color: #6D00FF;
  }

  .sm\:border-purple-6f {
    border-color: #6F00FF;
  }

  .sm\:border-purple-7c {
    border-color: #7C09E8;
  }

  .sm\:border-purple-7b {
    border-color: #7B46C1;
  }

  .sm\:border-purple-8a {
    border-color: #8A2FFF;
  }

  .sm\:border-purple-a7 {
    border-color: #A764FF;
  }

  .sm\:border-purple-ab {
    border-color: #AB1F99;
  }

  .sm\:border-purple-b6 {
    border-color: #B660FF;
  }

  .sm\:border-purple-bf {
    border-color: #BF90FF;
  }

  .sm\:border-purple-e5 {
    border-color: #E5D1FF;
  }

  .sm\:border-orange-d0 {
    border-color: #D03D5C;
  }

  .sm\:border-orange-dc {
    border-color: #DC4157;
  }

  .sm\:border-orange-eb {
    border-color: #EB2C2C;
  }

  .sm\:border-orange-ed {
    border-color: #ED4D40;
  }

  .sm\:border-orange-ee {
    border-color: #EE4129;
  }

  .sm\:border-orange-f0 {
    border-color: #F04D39;
  }

  .sm\:border-orange-f7 {
    border-color: #F7451B;
  }

  .sm\:border-orange-ff {
    border-color: #FFA039;
  }

  .sm\:border-yellow-ff {
    border-color: #ffab59;
  }

  .sm\:border-blue-14 {
    border-color: #1493E6;
  }

  .sm\:border-blue-55 {
    border-color: #55ACEE;
  }

  .sm\:border-blue-3b {
    border-color: #3b5998;
  }

  .sm\:border-blue-3c {
    border-color: #3caef8;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-purple-15:hover {
    border-color: #150033;
  }

  .sm\:hover\:border-purple-16:hover {
    border-color: #160031;
  }

  .sm\:hover\:border-purple-19:hover {
    border-color: #19003c;
  }

  .sm\:hover\:border-purple-21:hover {
    border-color: #21004B;
  }

  .sm\:hover\:border-purple-24:hover {
    border-color: #240154;
  }

  .sm\:hover\:border-purple-26:hover {
    border-color: #260058;
  }

  .sm\:hover\:border-purple-30:hover {
    border-color: #300071;
  }

  .sm\:hover\:border-purple-42:hover {
    border-color: #42009B;
  }

  .sm\:hover\:border-purple-45:hover {
    border-color: #4500A3;
  }

  .sm\:hover\:border-purple-50:hover {
    border-color: #50238C;
  }

  .sm\:hover\:border-purple-54:hover {
    border-color: #5405A6;
  }

  .sm\:hover\:border-purple-58:hover {
    border-color: #5800CE;
  }

  .sm\:hover\:border-purple-69:hover {
    border-color: #6900F7;
  }

  .sm\:hover\:border-purple-90:hover {
    border-color: #903BFF;
  }

  .sm\:hover\:border-purple-92:hover {
    border-color: #9240FF;
  }

  .sm\:hover\:border-purple-94:hover {
    border-color: #9446FF;
  }

  .sm\:hover\:border-purple-1c:hover {
    border-color: #1C0041;
  }

  .sm\:hover\:border-purple-1e:hover {
    border-color: #1E0048;
  }

  .sm\:hover\:border-purple-2b:hover {
    border-color: #2B0166;
  }

  .sm\:hover\:border-purple-2d:hover {
    border-color: #2D0069;
  }

  .sm\:hover\:border-purple-2e:hover {
    border-color: #2E006F;
  }

  .sm\:hover\:border-purple-3f:hover {
    border-color: #3F0093;
  }

  .sm\:hover\:border-purple-4a:hover {
    border-color: #4A00AD;
  }

  .sm\:hover\:border-purple-4d:hover {
    border-color: #4D00B4;
  }

  .sm\:hover\:border-purple-4e:hover {
    border-color: #e04b1;
  }

  .sm\:hover\:border-purple-5f:hover {
    border-color: #5F04D7;
  }

  .sm\:hover\:border-purple-6d:hover {
    border-color: #6D00FF;
  }

  .sm\:hover\:border-purple-6f:hover {
    border-color: #6F00FF;
  }

  .sm\:hover\:border-purple-7c:hover {
    border-color: #7C09E8;
  }

  .sm\:hover\:border-purple-7b:hover {
    border-color: #7B46C1;
  }

  .sm\:hover\:border-purple-8a:hover {
    border-color: #8A2FFF;
  }

  .sm\:hover\:border-purple-a7:hover {
    border-color: #A764FF;
  }

  .sm\:hover\:border-purple-ab:hover {
    border-color: #AB1F99;
  }

  .sm\:hover\:border-purple-b6:hover {
    border-color: #B660FF;
  }

  .sm\:hover\:border-purple-bf:hover {
    border-color: #BF90FF;
  }

  .sm\:hover\:border-purple-e5:hover {
    border-color: #E5D1FF;
  }

  .sm\:hover\:border-orange-d0:hover {
    border-color: #D03D5C;
  }

  .sm\:hover\:border-orange-dc:hover {
    border-color: #DC4157;
  }

  .sm\:hover\:border-orange-eb:hover {
    border-color: #EB2C2C;
  }

  .sm\:hover\:border-orange-ed:hover {
    border-color: #ED4D40;
  }

  .sm\:hover\:border-orange-ee:hover {
    border-color: #EE4129;
  }

  .sm\:hover\:border-orange-f0:hover {
    border-color: #F04D39;
  }

  .sm\:hover\:border-orange-f7:hover {
    border-color: #F7451B;
  }

  .sm\:hover\:border-orange-ff:hover {
    border-color: #FFA039;
  }

  .sm\:hover\:border-yellow-ff:hover {
    border-color: #ffab59;
  }

  .sm\:hover\:border-blue-14:hover {
    border-color: #1493E6;
  }

  .sm\:hover\:border-blue-55:hover {
    border-color: #55ACEE;
  }

  .sm\:hover\:border-blue-3b:hover {
    border-color: #3b5998;
  }

  .sm\:hover\:border-blue-3c:hover {
    border-color: #3caef8;
  }

  .sm\:active\:border-transparent:active {
    border-color: transparent;
  }

  .sm\:active\:border-black:active {
    border-color: #000;
  }

  .sm\:active\:border-white:active {
    border-color: #fff;
  }

  .sm\:active\:border-purple-15:active {
    border-color: #150033;
  }

  .sm\:active\:border-purple-16:active {
    border-color: #160031;
  }

  .sm\:active\:border-purple-19:active {
    border-color: #19003c;
  }

  .sm\:active\:border-purple-21:active {
    border-color: #21004B;
  }

  .sm\:active\:border-purple-24:active {
    border-color: #240154;
  }

  .sm\:active\:border-purple-26:active {
    border-color: #260058;
  }

  .sm\:active\:border-purple-30:active {
    border-color: #300071;
  }

  .sm\:active\:border-purple-42:active {
    border-color: #42009B;
  }

  .sm\:active\:border-purple-45:active {
    border-color: #4500A3;
  }

  .sm\:active\:border-purple-50:active {
    border-color: #50238C;
  }

  .sm\:active\:border-purple-54:active {
    border-color: #5405A6;
  }

  .sm\:active\:border-purple-58:active {
    border-color: #5800CE;
  }

  .sm\:active\:border-purple-69:active {
    border-color: #6900F7;
  }

  .sm\:active\:border-purple-90:active {
    border-color: #903BFF;
  }

  .sm\:active\:border-purple-92:active {
    border-color: #9240FF;
  }

  .sm\:active\:border-purple-94:active {
    border-color: #9446FF;
  }

  .sm\:active\:border-purple-1c:active {
    border-color: #1C0041;
  }

  .sm\:active\:border-purple-1e:active {
    border-color: #1E0048;
  }

  .sm\:active\:border-purple-2b:active {
    border-color: #2B0166;
  }

  .sm\:active\:border-purple-2d:active {
    border-color: #2D0069;
  }

  .sm\:active\:border-purple-2e:active {
    border-color: #2E006F;
  }

  .sm\:active\:border-purple-3f:active {
    border-color: #3F0093;
  }

  .sm\:active\:border-purple-4a:active {
    border-color: #4A00AD;
  }

  .sm\:active\:border-purple-4d:active {
    border-color: #4D00B4;
  }

  .sm\:active\:border-purple-4e:active {
    border-color: #e04b1;
  }

  .sm\:active\:border-purple-5f:active {
    border-color: #5F04D7;
  }

  .sm\:active\:border-purple-6d:active {
    border-color: #6D00FF;
  }

  .sm\:active\:border-purple-6f:active {
    border-color: #6F00FF;
  }

  .sm\:active\:border-purple-7c:active {
    border-color: #7C09E8;
  }

  .sm\:active\:border-purple-7b:active {
    border-color: #7B46C1;
  }

  .sm\:active\:border-purple-8a:active {
    border-color: #8A2FFF;
  }

  .sm\:active\:border-purple-a7:active {
    border-color: #A764FF;
  }

  .sm\:active\:border-purple-ab:active {
    border-color: #AB1F99;
  }

  .sm\:active\:border-purple-b6:active {
    border-color: #B660FF;
  }

  .sm\:active\:border-purple-bf:active {
    border-color: #BF90FF;
  }

  .sm\:active\:border-purple-e5:active {
    border-color: #E5D1FF;
  }

  .sm\:active\:border-orange-d0:active {
    border-color: #D03D5C;
  }

  .sm\:active\:border-orange-dc:active {
    border-color: #DC4157;
  }

  .sm\:active\:border-orange-eb:active {
    border-color: #EB2C2C;
  }

  .sm\:active\:border-orange-ed:active {
    border-color: #ED4D40;
  }

  .sm\:active\:border-orange-ee:active {
    border-color: #EE4129;
  }

  .sm\:active\:border-orange-f0:active {
    border-color: #F04D39;
  }

  .sm\:active\:border-orange-f7:active {
    border-color: #F7451B;
  }

  .sm\:active\:border-orange-ff:active {
    border-color: #FFA039;
  }

  .sm\:active\:border-yellow-ff:active {
    border-color: #ffab59;
  }

  .sm\:active\:border-blue-14:active {
    border-color: #1493E6;
  }

  .sm\:active\:border-blue-55:active {
    border-color: #55ACEE;
  }

  .sm\:active\:border-blue-3b:active {
    border-color: #3b5998;
  }

  .sm\:active\:border-blue-3c:active {
    border-color: #3caef8;
  }

  .sm\:rounded-4 {
    border-radius: 4px;
  }

  .sm\:rounded-5 {
    border-radius: 5px;
  }

  .sm\:rounded-10 {
    border-radius: 10px;
  }

  .sm\:rounded-20 {
    border-radius: 20px;
  }

  .sm\:rounded-none {
    border-radius: none;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .sm\:rounded-r-4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .sm\:rounded-b-4 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-l-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sm\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
  }

  .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-4 {
    border-top-left-radius: 4px;
  }

  .sm\:rounded-tr-4 {
    border-top-right-radius: 4px;
  }

  .sm\:rounded-br-4 {
    border-bottom-right-radius: 4px;
  }

  .sm\:rounded-bl-4 {
    border-bottom-left-radius: 4px;
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .sm\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .sm\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .sm\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .sm\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .sm\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: none;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: none;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: none;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: none;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-acumin-pro {
    font-family: "acumin-pro", -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-pragmatica-extended {
    font-family: "pragmatica-extended", -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-pano {
    font-family: "Pano Trial", -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-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-5 {
    height: 5px;
  }

  .sm\:h-10 {
    height: 10px;
  }

  .sm\:h-15 {
    height: 15px;
  }

  .sm\:h-20 {
    height: 20px;
  }

  .sm\:h-25 {
    height: 25px;
  }

  .sm\:h-30 {
    height: 30px;
  }

  .sm\:h-35 {
    height: 35px;
  }

  .sm\:h-40 {
    height: 40px;
  }

  .sm\:h-45 {
    height: 45px;
  }

  .sm\:h-50 {
    height: 50px;
  }

  .sm\:h-55 {
    height: 55px;
  }

  .sm\:h-60 {
    height: 60px;
  }

  .sm\:h-70 {
    height: 70px;
  }

  .sm\:h-80 {
    height: 80px;
  }

  .sm\:h-90 {
    height: 90px;
  }

  .sm\:h-100 {
    height: 100px;
  }

  .sm\:h-110 {
    height: 110px;
  }

  .sm\:h-120 {
    height: 120px;
  }

  .sm\:h-130 {
    height: 130px;
  }

  .sm\:h-140 {
    height: 140px;
  }

  .sm\:h-150 {
    height: 150px;
  }

  .sm\:h-160 {
    height: 160px;
  }

  .sm\:h-170 {
    height: 170px;
  }

  .sm\:h-180 {
    height: 180px;
  }

  .sm\:h-190 {
    height: 190px;
  }

  .sm\:h-200 {
    height: 200px;
  }

  .sm\:h-210 {
    height: 210px;
  }

  .sm\:h-220 {
    height: 220px;
  }

  .sm\:h-230 {
    height: 230px;
  }

  .sm\:h-240 {
    height: 240px;
  }

  .sm\:h-250 {
    height: 250px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-5 {
    margin: 5px;
  }

  .sm\:m-10 {
    margin: 10px;
  }

  .sm\:m-15 {
    margin: 15px;
  }

  .sm\:m-20 {
    margin: 20px;
  }

  .sm\:m-25 {
    margin: 25px;
  }

  .sm\:m-30 {
    margin: 30px;
  }

  .sm\:m-35 {
    margin: 35px;
  }

  .sm\:m-40 {
    margin: 40px;
  }

  .sm\:m-45 {
    margin: 45px;
  }

  .sm\:m-50 {
    margin: 50px;
  }

  .sm\:m-55 {
    margin: 55px;
  }

  .sm\:m-60 {
    margin: 60px;
  }

  .sm\:m-70 {
    margin: 70px;
  }

  .sm\:m-80 {
    margin: 80px;
  }

  .sm\:m-90 {
    margin: 90px;
  }

  .sm\:m-100 {
    margin: 100px;
  }

  .sm\:m-110 {
    margin: 110px;
  }

  .sm\:m-120 {
    margin: 120px;
  }

  .sm\:m-130 {
    margin: 130px;
  }

  .sm\:m-140 {
    margin: 140px;
  }

  .sm\:m-150 {
    margin: 150px;
  }

  .sm\:m-160 {
    margin: 160px;
  }

  .sm\:m-170 {
    margin: 170px;
  }

  .sm\:m-180 {
    margin: 180px;
  }

  .sm\:m-190 {
    margin: 190px;
  }

  .sm\:m-200 {
    margin: 200px;
  }

  .sm\:m-210 {
    margin: 210px;
  }

  .sm\:m-220 {
    margin: 220px;
  }

  .sm\:m-230 {
    margin: 230px;
  }

  .sm\:m-240 {
    margin: 240px;
  }

  .sm\:m-250 {
    margin: 250px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:-m-5 {
    margin: -5px;
  }

  .sm\:-m-10 {
    margin: -10px;
  }

  .sm\:-m-15 {
    margin: -15px;
  }

  .sm\:-m-20 {
    margin: -20px;
  }

  .sm\:-m-25 {
    margin: -25px;
  }

  .sm\:-m-30 {
    margin: -30px;
  }

  .sm\:-m-35 {
    margin: -35px;
  }

  .sm\:-m-40 {
    margin: -40px;
  }

  .sm\:-m-45 {
    margin: -45px;
  }

  .sm\:-m-50 {
    margin: -50px;
  }

  .sm\:-m-55 {
    margin: -55px;
  }

  .sm\:-m-60 {
    margin: -60px;
  }

  .sm\:-m-70 {
    margin: -70px;
  }

  .sm\:-m-80 {
    margin: -80px;
  }

  .sm\:-m-90 {
    margin: -90px;
  }

  .sm\:-m-100 {
    margin: -100px;
  }

  .sm\:-m-110 {
    margin: -110px;
  }

  .sm\:-m-120 {
    margin: -120px;
  }

  .sm\:-m-130 {
    margin: -130px;
  }

  .sm\:-m-140 {
    margin: -140px;
  }

  .sm\:-m-150 {
    margin: -150px;
  }

  .sm\:-m-160 {
    margin: -160px;
  }

  .sm\:-m-170 {
    margin: -170px;
  }

  .sm\:-m-180 {
    margin: -180px;
  }

  .sm\:-m-190 {
    margin: -190px;
  }

  .sm\:-m-200 {
    margin: -200px;
  }

  .sm\:-m-210 {
    margin: -210px;
  }

  .sm\:-m-220 {
    margin: -220px;
  }

  .sm\:-m-230 {
    margin: -230px;
  }

  .sm\:-m-240 {
    margin: -240px;
  }

  .sm\:-m-250 {
    margin: -250px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .sm\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .sm\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .sm\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .sm\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:my-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .sm\:mx-210 {
    margin-left: 210px;
    margin-right: 210px;
  }

  .sm\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .sm\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .sm\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .sm\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .sm\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm\:-my-210 {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .sm\:-mx-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .sm\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-5 {
    margin-top: 5px;
  }

  .sm\:mr-5 {
    margin-right: 5px;
  }

  .sm\:mb-5 {
    margin-bottom: 5px;
  }

  .sm\:ml-5 {
    margin-left: 5px;
  }

  .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-15 {
    margin-top: 15px;
  }

  .sm\:mr-15 {
    margin-right: 15px;
  }

  .sm\:mb-15 {
    margin-bottom: 15px;
  }

  .sm\:ml-15 {
    margin-left: 15px;
  }

  .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-25 {
    margin-top: 25px;
  }

  .sm\:mr-25 {
    margin-right: 25px;
  }

  .sm\:mb-25 {
    margin-bottom: 25px;
  }

  .sm\:ml-25 {
    margin-left: 25px;
  }

  .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-35 {
    margin-top: 35px;
  }

  .sm\:mr-35 {
    margin-right: 35px;
  }

  .sm\:mb-35 {
    margin-bottom: 35px;
  }

  .sm\:ml-35 {
    margin-left: 35px;
  }

  .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-45 {
    margin-top: 45px;
  }

  .sm\:mr-45 {
    margin-right: 45px;
  }

  .sm\:mb-45 {
    margin-bottom: 45px;
  }

  .sm\:ml-45 {
    margin-left: 45px;
  }

  .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-55 {
    margin-top: 55px;
  }

  .sm\:mr-55 {
    margin-right: 55px;
  }

  .sm\:mb-55 {
    margin-bottom: 55px;
  }

  .sm\:ml-55 {
    margin-left: 55px;
  }

  .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-70 {
    margin-top: 70px;
  }

  .sm\:mr-70 {
    margin-right: 70px;
  }

  .sm\:mb-70 {
    margin-bottom: 70px;
  }

  .sm\:ml-70 {
    margin-left: 70px;
  }

  .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-90 {
    margin-top: 90px;
  }

  .sm\:mr-90 {
    margin-right: 90px;
  }

  .sm\:mb-90 {
    margin-bottom: 90px;
  }

  .sm\:ml-90 {
    margin-left: 90px;
  }

  .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-110 {
    margin-top: 110px;
  }

  .sm\:mr-110 {
    margin-right: 110px;
  }

  .sm\:mb-110 {
    margin-bottom: 110px;
  }

  .sm\:ml-110 {
    margin-left: 110px;
  }

  .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-130 {
    margin-top: 130px;
  }

  .sm\:mr-130 {
    margin-right: 130px;
  }

  .sm\:mb-130 {
    margin-bottom: 130px;
  }

  .sm\:ml-130 {
    margin-left: 130px;
  }

  .sm\:mt-140 {
    margin-top: 140px;
  }

  .sm\:mr-140 {
    margin-right: 140px;
  }

  .sm\:mb-140 {
    margin-bottom: 140px;
  }

  .sm\:ml-140 {
    margin-left: 140px;
  }

  .sm\:mt-150 {
    margin-top: 150px;
  }

  .sm\:mr-150 {
    margin-right: 150px;
  }

  .sm\:mb-150 {
    margin-bottom: 150px;
  }

  .sm\:ml-150 {
    margin-left: 150px;
  }

  .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-170 {
    margin-top: 170px;
  }

  .sm\:mr-170 {
    margin-right: 170px;
  }

  .sm\:mb-170 {
    margin-bottom: 170px;
  }

  .sm\:ml-170 {
    margin-left: 170px;
  }

  .sm\:mt-180 {
    margin-top: 180px;
  }

  .sm\:mr-180 {
    margin-right: 180px;
  }

  .sm\:mb-180 {
    margin-bottom: 180px;
  }

  .sm\:ml-180 {
    margin-left: 180px;
  }

  .sm\:mt-190 {
    margin-top: 190px;
  }

  .sm\:mr-190 {
    margin-right: 190px;
  }

  .sm\:mb-190 {
    margin-bottom: 190px;
  }

  .sm\:ml-190 {
    margin-left: 190px;
  }

  .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-210 {
    margin-top: 210px;
  }

  .sm\:mr-210 {
    margin-right: 210px;
  }

  .sm\:mb-210 {
    margin-bottom: 210px;
  }

  .sm\:ml-210 {
    margin-left: 210px;
  }

  .sm\:mt-220 {
    margin-top: 220px;
  }

  .sm\:mr-220 {
    margin-right: 220px;
  }

  .sm\:mb-220 {
    margin-bottom: 220px;
  }

  .sm\:ml-220 {
    margin-left: 220px;
  }

  .sm\:mt-230 {
    margin-top: 230px;
  }

  .sm\:mr-230 {
    margin-right: 230px;
  }

  .sm\:mb-230 {
    margin-bottom: 230px;
  }

  .sm\:ml-230 {
    margin-left: 230px;
  }

  .sm\:mt-240 {
    margin-top: 240px;
  }

  .sm\:mr-240 {
    margin-right: 240px;
  }

  .sm\:mb-240 {
    margin-bottom: 240px;
  }

  .sm\:ml-240 {
    margin-left: 240px;
  }

  .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-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

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

  .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-10 {
    margin-top: -10px;
  }

  .sm\:-mr-10 {
    margin-right: -10px;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px;
  }

  .sm\:-ml-10 {
    margin-left: -10px;
  }

  .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-20 {
    margin-top: -20px;
  }

  .sm\:-mr-20 {
    margin-right: -20px;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm\:-ml-20 {
    margin-left: -20px;
  }

  .sm\:-mt-25 {
    margin-top: -25px;
  }

  .sm\:-mr-25 {
    margin-right: -25px;
  }

  .sm\:-mb-25 {
    margin-bottom: -25px;
  }

  .sm\:-ml-25 {
    margin-left: -25px;
  }

  .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-35 {
    margin-top: -35px;
  }

  .sm\:-mr-35 {
    margin-right: -35px;
  }

  .sm\:-mb-35 {
    margin-bottom: -35px;
  }

  .sm\:-ml-35 {
    margin-left: -35px;
  }

  .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-45 {
    margin-top: -45px;
  }

  .sm\:-mr-45 {
    margin-right: -45px;
  }

  .sm\:-mb-45 {
    margin-bottom: -45px;
  }

  .sm\:-ml-45 {
    margin-left: -45px;
  }

  .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-55 {
    margin-top: -55px;
  }

  .sm\:-mr-55 {
    margin-right: -55px;
  }

  .sm\:-mb-55 {
    margin-bottom: -55px;
  }

  .sm\:-ml-55 {
    margin-left: -55px;
  }

  .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-70 {
    margin-top: -70px;
  }

  .sm\:-mr-70 {
    margin-right: -70px;
  }

  .sm\:-mb-70 {
    margin-bottom: -70px;
  }

  .sm\:-ml-70 {
    margin-left: -70px;
  }

  .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-90 {
    margin-top: -90px;
  }

  .sm\:-mr-90 {
    margin-right: -90px;
  }

  .sm\:-mb-90 {
    margin-bottom: -90px;
  }

  .sm\:-ml-90 {
    margin-left: -90px;
  }

  .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-110 {
    margin-top: -110px;
  }

  .sm\:-mr-110 {
    margin-right: -110px;
  }

  .sm\:-mb-110 {
    margin-bottom: -110px;
  }

  .sm\:-ml-110 {
    margin-left: -110px;
  }

  .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-130 {
    margin-top: -130px;
  }

  .sm\:-mr-130 {
    margin-right: -130px;
  }

  .sm\:-mb-130 {
    margin-bottom: -130px;
  }

  .sm\:-ml-130 {
    margin-left: -130px;
  }

  .sm\:-mt-140 {
    margin-top: -140px;
  }

  .sm\:-mr-140 {
    margin-right: -140px;
  }

  .sm\:-mb-140 {
    margin-bottom: -140px;
  }

  .sm\:-ml-140 {
    margin-left: -140px;
  }

  .sm\:-mt-150 {
    margin-top: -150px;
  }

  .sm\:-mr-150 {
    margin-right: -150px;
  }

  .sm\:-mb-150 {
    margin-bottom: -150px;
  }

  .sm\:-ml-150 {
    margin-left: -150px;
  }

  .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-170 {
    margin-top: -170px;
  }

  .sm\:-mr-170 {
    margin-right: -170px;
  }

  .sm\:-mb-170 {
    margin-bottom: -170px;
  }

  .sm\:-ml-170 {
    margin-left: -170px;
  }

  .sm\:-mt-180 {
    margin-top: -180px;
  }

  .sm\:-mr-180 {
    margin-right: -180px;
  }

  .sm\:-mb-180 {
    margin-bottom: -180px;
  }

  .sm\:-ml-180 {
    margin-left: -180px;
  }

  .sm\:-mt-190 {
    margin-top: -190px;
  }

  .sm\:-mr-190 {
    margin-right: -190px;
  }

  .sm\:-mb-190 {
    margin-bottom: -190px;
  }

  .sm\:-ml-190 {
    margin-left: -190px;
  }

  .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-210 {
    margin-top: -210px;
  }

  .sm\:-mr-210 {
    margin-right: -210px;
  }

  .sm\:-mb-210 {
    margin-bottom: -210px;
  }

  .sm\:-ml-210 {
    margin-left: -210px;
  }

  .sm\:-mt-220 {
    margin-top: -220px;
  }

  .sm\:-mr-220 {
    margin-right: -220px;
  }

  .sm\:-mb-220 {
    margin-bottom: -220px;
  }

  .sm\:-ml-220 {
    margin-left: -220px;
  }

  .sm\:-mt-230 {
    margin-top: -230px;
  }

  .sm\:-mr-230 {
    margin-right: -230px;
  }

  .sm\:-mb-230 {
    margin-bottom: -230px;
  }

  .sm\:-ml-230 {
    margin-left: -230px;
  }

  .sm\:-mt-240 {
    margin-top: -240px;
  }

  .sm\:-mr-240 {
    margin-right: -240px;
  }

  .sm\:-mb-240 {
    margin-bottom: -240px;
  }

  .sm\:-ml-240 {
    margin-left: -240px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-top {
    object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-5 {
    padding: 5px;
  }

  .sm\:p-10 {
    padding: 10px;
  }

  .sm\:p-15 {
    padding: 15px;
  }

  .sm\:p-20 {
    padding: 20px;
  }

  .sm\:p-25 {
    padding: 25px;
  }

  .sm\:p-30 {
    padding: 30px;
  }

  .sm\:p-35 {
    padding: 35px;
  }

  .sm\:p-40 {
    padding: 40px;
  }

  .sm\:p-45 {
    padding: 45px;
  }

  .sm\:p-50 {
    padding: 50px;
  }

  .sm\:p-55 {
    padding: 55px;
  }

  .sm\:p-60 {
    padding: 60px;
  }

  .sm\:p-70 {
    padding: 70px;
  }

  .sm\:p-80 {
    padding: 80px;
  }

  .sm\:p-90 {
    padding: 90px;
  }

  .sm\:p-100 {
    padding: 100px;
  }

  .sm\:p-110 {
    padding: 110px;
  }

  .sm\:p-120 {
    padding: 120px;
  }

  .sm\:p-130 {
    padding: 130px;
  }

  .sm\:p-140 {
    padding: 140px;
  }

  .sm\:p-150 {
    padding: 150px;
  }

  .sm\:p-160 {
    padding: 160px;
  }

  .sm\:p-170 {
    padding: 170px;
  }

  .sm\:p-180 {
    padding: 180px;
  }

  .sm\:p-190 {
    padding: 190px;
  }

  .sm\:p-200 {
    padding: 200px;
  }

  .sm\:p-210 {
    padding: 210px;
  }

  .sm\:p-220 {
    padding: 220px;
  }

  .sm\:p-230 {
    padding: 230px;
  }

  .sm\:p-240 {
    padding: 240px;
  }

  .sm\:p-250 {
    padding: 250px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .sm\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .sm\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .sm\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .sm\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm\:py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .sm\:px-210 {
    padding-left: 210px;
    padding-right: 210px;
  }

  .sm\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-5 {
    padding-top: 5px;
  }

  .sm\:pr-5 {
    padding-right: 5px;
  }

  .sm\:pb-5 {
    padding-bottom: 5px;
  }

  .sm\:pl-5 {
    padding-left: 5px;
  }

  .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-15 {
    padding-top: 15px;
  }

  .sm\:pr-15 {
    padding-right: 15px;
  }

  .sm\:pb-15 {
    padding-bottom: 15px;
  }

  .sm\:pl-15 {
    padding-left: 15px;
  }

  .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-25 {
    padding-top: 25px;
  }

  .sm\:pr-25 {
    padding-right: 25px;
  }

  .sm\:pb-25 {
    padding-bottom: 25px;
  }

  .sm\:pl-25 {
    padding-left: 25px;
  }

  .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-35 {
    padding-top: 35px;
  }

  .sm\:pr-35 {
    padding-right: 35px;
  }

  .sm\:pb-35 {
    padding-bottom: 35px;
  }

  .sm\:pl-35 {
    padding-left: 35px;
  }

  .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-45 {
    padding-top: 45px;
  }

  .sm\:pr-45 {
    padding-right: 45px;
  }

  .sm\:pb-45 {
    padding-bottom: 45px;
  }

  .sm\:pl-45 {
    padding-left: 45px;
  }

  .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-55 {
    padding-top: 55px;
  }

  .sm\:pr-55 {
    padding-right: 55px;
  }

  .sm\:pb-55 {
    padding-bottom: 55px;
  }

  .sm\:pl-55 {
    padding-left: 55px;
  }

  .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-70 {
    padding-top: 70px;
  }

  .sm\:pr-70 {
    padding-right: 70px;
  }

  .sm\:pb-70 {
    padding-bottom: 70px;
  }

  .sm\:pl-70 {
    padding-left: 70px;
  }

  .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-90 {
    padding-top: 90px;
  }

  .sm\:pr-90 {
    padding-right: 90px;
  }

  .sm\:pb-90 {
    padding-bottom: 90px;
  }

  .sm\:pl-90 {
    padding-left: 90px;
  }

  .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-110 {
    padding-top: 110px;
  }

  .sm\:pr-110 {
    padding-right: 110px;
  }

  .sm\:pb-110 {
    padding-bottom: 110px;
  }

  .sm\:pl-110 {
    padding-left: 110px;
  }

  .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-130 {
    padding-top: 130px;
  }

  .sm\:pr-130 {
    padding-right: 130px;
  }

  .sm\:pb-130 {
    padding-bottom: 130px;
  }

  .sm\:pl-130 {
    padding-left: 130px;
  }

  .sm\:pt-140 {
    padding-top: 140px;
  }

  .sm\:pr-140 {
    padding-right: 140px;
  }

  .sm\:pb-140 {
    padding-bottom: 140px;
  }

  .sm\:pl-140 {
    padding-left: 140px;
  }

  .sm\:pt-150 {
    padding-top: 150px;
  }

  .sm\:pr-150 {
    padding-right: 150px;
  }

  .sm\:pb-150 {
    padding-bottom: 150px;
  }

  .sm\:pl-150 {
    padding-left: 150px;
  }

  .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-170 {
    padding-top: 170px;
  }

  .sm\:pr-170 {
    padding-right: 170px;
  }

  .sm\:pb-170 {
    padding-bottom: 170px;
  }

  .sm\:pl-170 {
    padding-left: 170px;
  }

  .sm\:pt-180 {
    padding-top: 180px;
  }

  .sm\:pr-180 {
    padding-right: 180px;
  }

  .sm\:pb-180 {
    padding-bottom: 180px;
  }

  .sm\:pl-180 {
    padding-left: 180px;
  }

  .sm\:pt-190 {
    padding-top: 190px;
  }

  .sm\:pr-190 {
    padding-right: 190px;
  }

  .sm\:pb-190 {
    padding-bottom: 190px;
  }

  .sm\:pl-190 {
    padding-left: 190px;
  }

  .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-210 {
    padding-top: 210px;
  }

  .sm\:pr-210 {
    padding-right: 210px;
  }

  .sm\:pb-210 {
    padding-bottom: 210px;
  }

  .sm\:pl-210 {
    padding-left: 210px;
  }

  .sm\:pt-220 {
    padding-top: 220px;
  }

  .sm\:pr-220 {
    padding-right: 220px;
  }

  .sm\:pb-220 {
    padding-bottom: 220px;
  }

  .sm\:pl-220 {
    padding-left: 220px;
  }

  .sm\:pt-230 {
    padding-top: 230px;
  }

  .sm\:pr-230 {
    padding-right: 230px;
  }

  .sm\:pb-230 {
    padding-bottom: 230px;
  }

  .sm\:pl-230 {
    padding-left: 230px;
  }

  .sm\:pt-240 {
    padding-top: 240px;
  }

  .sm\:pr-240 {
    padding-right: 240px;
  }

  .sm\:pb-240 {
    padding-bottom: 240px;
  }

  .sm\:pl-240 {
    padding-left: 240px;
  }

  .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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::placeholder {
    color: #000;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff;
  }

  .sm\:placeholder-purple-15::placeholder {
    color: #150033;
  }

  .sm\:placeholder-purple-16::placeholder {
    color: #160031;
  }

  .sm\:placeholder-purple-19::placeholder {
    color: #19003c;
  }

  .sm\:placeholder-purple-21::placeholder {
    color: #21004B;
  }

  .sm\:placeholder-purple-24::placeholder {
    color: #240154;
  }

  .sm\:placeholder-purple-26::placeholder {
    color: #260058;
  }

  .sm\:placeholder-purple-30::placeholder {
    color: #300071;
  }

  .sm\:placeholder-purple-42::placeholder {
    color: #42009B;
  }

  .sm\:placeholder-purple-45::placeholder {
    color: #4500A3;
  }

  .sm\:placeholder-purple-50::placeholder {
    color: #50238C;
  }

  .sm\:placeholder-purple-54::placeholder {
    color: #5405A6;
  }

  .sm\:placeholder-purple-58::placeholder {
    color: #5800CE;
  }

  .sm\:placeholder-purple-69::placeholder {
    color: #6900F7;
  }

  .sm\:placeholder-purple-90::placeholder {
    color: #903BFF;
  }

  .sm\:placeholder-purple-92::placeholder {
    color: #9240FF;
  }

  .sm\:placeholder-purple-94::placeholder {
    color: #9446FF;
  }

  .sm\:placeholder-purple-1c::placeholder {
    color: #1C0041;
  }

  .sm\:placeholder-purple-1e::placeholder {
    color: #1E0048;
  }

  .sm\:placeholder-purple-2b::placeholder {
    color: #2B0166;
  }

  .sm\:placeholder-purple-2d::placeholder {
    color: #2D0069;
  }

  .sm\:placeholder-purple-2e::placeholder {
    color: #2E006F;
  }

  .sm\:placeholder-purple-3f::placeholder {
    color: #3F0093;
  }

  .sm\:placeholder-purple-4a::placeholder {
    color: #4A00AD;
  }

  .sm\:placeholder-purple-4d::placeholder {
    color: #4D00B4;
  }

  .sm\:placeholder-purple-4e::placeholder {
    color: #e04b1;
  }

  .sm\:placeholder-purple-5f::placeholder {
    color: #5F04D7;
  }

  .sm\:placeholder-purple-6d::placeholder {
    color: #6D00FF;
  }

  .sm\:placeholder-purple-6f::placeholder {
    color: #6F00FF;
  }

  .sm\:placeholder-purple-7c::placeholder {
    color: #7C09E8;
  }

  .sm\:placeholder-purple-7b::placeholder {
    color: #7B46C1;
  }

  .sm\:placeholder-purple-8a::placeholder {
    color: #8A2FFF;
  }

  .sm\:placeholder-purple-a7::placeholder {
    color: #A764FF;
  }

  .sm\:placeholder-purple-ab::placeholder {
    color: #AB1F99;
  }

  .sm\:placeholder-purple-b6::placeholder {
    color: #B660FF;
  }

  .sm\:placeholder-purple-bf::placeholder {
    color: #BF90FF;
  }

  .sm\:placeholder-purple-e5::placeholder {
    color: #E5D1FF;
  }

  .sm\:placeholder-orange-d0::placeholder {
    color: #D03D5C;
  }

  .sm\:placeholder-orange-dc::placeholder {
    color: #DC4157;
  }

  .sm\:placeholder-orange-eb::placeholder {
    color: #EB2C2C;
  }

  .sm\:placeholder-orange-ed::placeholder {
    color: #ED4D40;
  }

  .sm\:placeholder-orange-ee::placeholder {
    color: #EE4129;
  }

  .sm\:placeholder-orange-f0::placeholder {
    color: #F04D39;
  }

  .sm\:placeholder-orange-f7::placeholder {
    color: #F7451B;
  }

  .sm\:placeholder-orange-ff::placeholder {
    color: #FFA039;
  }

  .sm\:placeholder-yellow-ff::placeholder {
    color: #ffab59;
  }

  .sm\:placeholder-blue-14::placeholder {
    color: #1493E6;
  }

  .sm\:placeholder-blue-55::placeholder {
    color: #55ACEE;
  }

  .sm\:placeholder-blue-3b::placeholder {
    color: #3b5998;
  }

  .sm\:placeholder-blue-3c::placeholder {
    color: #3caef8;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-purple-15:focus::placeholder {
    color: #150033;
  }

  .sm\:focus\:placeholder-purple-16:focus::placeholder {
    color: #160031;
  }

  .sm\:focus\:placeholder-purple-19:focus::placeholder {
    color: #19003c;
  }

  .sm\:focus\:placeholder-purple-21:focus::placeholder {
    color: #21004B;
  }

  .sm\:focus\:placeholder-purple-24:focus::placeholder {
    color: #240154;
  }

  .sm\:focus\:placeholder-purple-26:focus::placeholder {
    color: #260058;
  }

  .sm\:focus\:placeholder-purple-30:focus::placeholder {
    color: #300071;
  }

  .sm\:focus\:placeholder-purple-42:focus::placeholder {
    color: #42009B;
  }

  .sm\:focus\:placeholder-purple-45:focus::placeholder {
    color: #4500A3;
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    color: #50238C;
  }

  .sm\:focus\:placeholder-purple-54:focus::placeholder {
    color: #5405A6;
  }

  .sm\:focus\:placeholder-purple-58:focus::placeholder {
    color: #5800CE;
  }

  .sm\:focus\:placeholder-purple-69:focus::placeholder {
    color: #6900F7;
  }

  .sm\:focus\:placeholder-purple-90:focus::placeholder {
    color: #903BFF;
  }

  .sm\:focus\:placeholder-purple-92:focus::placeholder {
    color: #9240FF;
  }

  .sm\:focus\:placeholder-purple-94:focus::placeholder {
    color: #9446FF;
  }

  .sm\:focus\:placeholder-purple-1c:focus::placeholder {
    color: #1C0041;
  }

  .sm\:focus\:placeholder-purple-1e:focus::placeholder {
    color: #1E0048;
  }

  .sm\:focus\:placeholder-purple-2b:focus::placeholder {
    color: #2B0166;
  }

  .sm\:focus\:placeholder-purple-2d:focus::placeholder {
    color: #2D0069;
  }

  .sm\:focus\:placeholder-purple-2e:focus::placeholder {
    color: #2E006F;
  }

  .sm\:focus\:placeholder-purple-3f:focus::placeholder {
    color: #3F0093;
  }

  .sm\:focus\:placeholder-purple-4a:focus::placeholder {
    color: #4A00AD;
  }

  .sm\:focus\:placeholder-purple-4d:focus::placeholder {
    color: #4D00B4;
  }

  .sm\:focus\:placeholder-purple-4e:focus::placeholder {
    color: #e04b1;
  }

  .sm\:focus\:placeholder-purple-5f:focus::placeholder {
    color: #5F04D7;
  }

  .sm\:focus\:placeholder-purple-6d:focus::placeholder {
    color: #6D00FF;
  }

  .sm\:focus\:placeholder-purple-6f:focus::placeholder {
    color: #6F00FF;
  }

  .sm\:focus\:placeholder-purple-7c:focus::placeholder {
    color: #7C09E8;
  }

  .sm\:focus\:placeholder-purple-7b:focus::placeholder {
    color: #7B46C1;
  }

  .sm\:focus\:placeholder-purple-8a:focus::placeholder {
    color: #8A2FFF;
  }

  .sm\:focus\:placeholder-purple-a7:focus::placeholder {
    color: #A764FF;
  }

  .sm\:focus\:placeholder-purple-ab:focus::placeholder {
    color: #AB1F99;
  }

  .sm\:focus\:placeholder-purple-b6:focus::placeholder {
    color: #B660FF;
  }

  .sm\:focus\:placeholder-purple-bf:focus::placeholder {
    color: #BF90FF;
  }

  .sm\:focus\:placeholder-purple-e5:focus::placeholder {
    color: #E5D1FF;
  }

  .sm\:focus\:placeholder-orange-d0:focus::placeholder {
    color: #D03D5C;
  }

  .sm\:focus\:placeholder-orange-dc:focus::placeholder {
    color: #DC4157;
  }

  .sm\:focus\:placeholder-orange-eb:focus::placeholder {
    color: #EB2C2C;
  }

  .sm\:focus\:placeholder-orange-ed:focus::placeholder {
    color: #ED4D40;
  }

  .sm\:focus\:placeholder-orange-ee:focus::placeholder {
    color: #EE4129;
  }

  .sm\:focus\:placeholder-orange-f0:focus::placeholder {
    color: #F04D39;
  }

  .sm\:focus\:placeholder-orange-f7:focus::placeholder {
    color: #F7451B;
  }

  .sm\:focus\:placeholder-orange-ff:focus::placeholder {
    color: #FFA039;
  }

  .sm\:focus\:placeholder-yellow-ff:focus::placeholder {
    color: #ffab59;
  }

  .sm\:focus\:placeholder-blue-14:focus::placeholder {
    color: #1493E6;
  }

  .sm\:focus\:placeholder-blue-55:focus::placeholder {
    color: #55ACEE;
  }

  .sm\:focus\:placeholder-blue-3b:focus::placeholder {
    color: #3b5998;
  }

  .sm\:focus\:placeholder-blue-3c:focus::placeholder {
    color: #3caef8;
  }

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

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

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

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

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

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-purple-15 {
    color: #150033;
  }

  .sm\:text-purple-16 {
    color: #160031;
  }

  .sm\:text-purple-19 {
    color: #19003c;
  }

  .sm\:text-purple-21 {
    color: #21004B;
  }

  .sm\:text-purple-24 {
    color: #240154;
  }

  .sm\:text-purple-26 {
    color: #260058;
  }

  .sm\:text-purple-30 {
    color: #300071;
  }

  .sm\:text-purple-42 {
    color: #42009B;
  }

  .sm\:text-purple-45 {
    color: #4500A3;
  }

  .sm\:text-purple-50 {
    color: #50238C;
  }

  .sm\:text-purple-54 {
    color: #5405A6;
  }

  .sm\:text-purple-58 {
    color: #5800CE;
  }

  .sm\:text-purple-69 {
    color: #6900F7;
  }

  .sm\:text-purple-90 {
    color: #903BFF;
  }

  .sm\:text-purple-92 {
    color: #9240FF;
  }

  .sm\:text-purple-94 {
    color: #9446FF;
  }

  .sm\:text-purple-1c {
    color: #1C0041;
  }

  .sm\:text-purple-1e {
    color: #1E0048;
  }

  .sm\:text-purple-2b {
    color: #2B0166;
  }

  .sm\:text-purple-2d {
    color: #2D0069;
  }

  .sm\:text-purple-2e {
    color: #2E006F;
  }

  .sm\:text-purple-3f {
    color: #3F0093;
  }

  .sm\:text-purple-4a {
    color: #4A00AD;
  }

  .sm\:text-purple-4d {
    color: #4D00B4;
  }

  .sm\:text-purple-4e {
    color: #e04b1;
  }

  .sm\:text-purple-5f {
    color: #5F04D7;
  }

  .sm\:text-purple-6d {
    color: #6D00FF;
  }

  .sm\:text-purple-6f {
    color: #6F00FF;
  }

  .sm\:text-purple-7c {
    color: #7C09E8;
  }

  .sm\:text-purple-7b {
    color: #7B46C1;
  }

  .sm\:text-purple-8a {
    color: #8A2FFF;
  }

  .sm\:text-purple-a7 {
    color: #A764FF;
  }

  .sm\:text-purple-ab {
    color: #AB1F99;
  }

  .sm\:text-purple-b6 {
    color: #B660FF;
  }

  .sm\:text-purple-bf {
    color: #BF90FF;
  }

  .sm\:text-purple-e5 {
    color: #E5D1FF;
  }

  .sm\:text-orange-d0 {
    color: #D03D5C;
  }

  .sm\:text-orange-dc {
    color: #DC4157;
  }

  .sm\:text-orange-eb {
    color: #EB2C2C;
  }

  .sm\:text-orange-ed {
    color: #ED4D40;
  }

  .sm\:text-orange-ee {
    color: #EE4129;
  }

  .sm\:text-orange-f0 {
    color: #F04D39;
  }

  .sm\:text-orange-f7 {
    color: #F7451B;
  }

  .sm\:text-orange-ff {
    color: #FFA039;
  }

  .sm\:text-yellow-ff {
    color: #ffab59;
  }

  .sm\:text-blue-14 {
    color: #1493E6;
  }

  .sm\:text-blue-55 {
    color: #55ACEE;
  }

  .sm\:text-blue-3b {
    color: #3b5998;
  }

  .sm\:text-blue-3c {
    color: #3caef8;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-purple-15:hover {
    color: #150033;
  }

  .sm\:hover\:text-purple-16:hover {
    color: #160031;
  }

  .sm\:hover\:text-purple-19:hover {
    color: #19003c;
  }

  .sm\:hover\:text-purple-21:hover {
    color: #21004B;
  }

  .sm\:hover\:text-purple-24:hover {
    color: #240154;
  }

  .sm\:hover\:text-purple-26:hover {
    color: #260058;
  }

  .sm\:hover\:text-purple-30:hover {
    color: #300071;
  }

  .sm\:hover\:text-purple-42:hover {
    color: #42009B;
  }

  .sm\:hover\:text-purple-45:hover {
    color: #4500A3;
  }

  .sm\:hover\:text-purple-50:hover {
    color: #50238C;
  }

  .sm\:hover\:text-purple-54:hover {
    color: #5405A6;
  }

  .sm\:hover\:text-purple-58:hover {
    color: #5800CE;
  }

  .sm\:hover\:text-purple-69:hover {
    color: #6900F7;
  }

  .sm\:hover\:text-purple-90:hover {
    color: #903BFF;
  }

  .sm\:hover\:text-purple-92:hover {
    color: #9240FF;
  }

  .sm\:hover\:text-purple-94:hover {
    color: #9446FF;
  }

  .sm\:hover\:text-purple-1c:hover {
    color: #1C0041;
  }

  .sm\:hover\:text-purple-1e:hover {
    color: #1E0048;
  }

  .sm\:hover\:text-purple-2b:hover {
    color: #2B0166;
  }

  .sm\:hover\:text-purple-2d:hover {
    color: #2D0069;
  }

  .sm\:hover\:text-purple-2e:hover {
    color: #2E006F;
  }

  .sm\:hover\:text-purple-3f:hover {
    color: #3F0093;
  }

  .sm\:hover\:text-purple-4a:hover {
    color: #4A00AD;
  }

  .sm\:hover\:text-purple-4d:hover {
    color: #4D00B4;
  }

  .sm\:hover\:text-purple-4e:hover {
    color: #e04b1;
  }

  .sm\:hover\:text-purple-5f:hover {
    color: #5F04D7;
  }

  .sm\:hover\:text-purple-6d:hover {
    color: #6D00FF;
  }

  .sm\:hover\:text-purple-6f:hover {
    color: #6F00FF;
  }

  .sm\:hover\:text-purple-7c:hover {
    color: #7C09E8;
  }

  .sm\:hover\:text-purple-7b:hover {
    color: #7B46C1;
  }

  .sm\:hover\:text-purple-8a:hover {
    color: #8A2FFF;
  }

  .sm\:hover\:text-purple-a7:hover {
    color: #A764FF;
  }

  .sm\:hover\:text-purple-ab:hover {
    color: #AB1F99;
  }

  .sm\:hover\:text-purple-b6:hover {
    color: #B660FF;
  }

  .sm\:hover\:text-purple-bf:hover {
    color: #BF90FF;
  }

  .sm\:hover\:text-purple-e5:hover {
    color: #E5D1FF;
  }

  .sm\:hover\:text-orange-d0:hover {
    color: #D03D5C;
  }

  .sm\:hover\:text-orange-dc:hover {
    color: #DC4157;
  }

  .sm\:hover\:text-orange-eb:hover {
    color: #EB2C2C;
  }

  .sm\:hover\:text-orange-ed:hover {
    color: #ED4D40;
  }

  .sm\:hover\:text-orange-ee:hover {
    color: #EE4129;
  }

  .sm\:hover\:text-orange-f0:hover {
    color: #F04D39;
  }

  .sm\:hover\:text-orange-f7:hover {
    color: #F7451B;
  }

  .sm\:hover\:text-orange-ff:hover {
    color: #FFA039;
  }

  .sm\:hover\:text-yellow-ff:hover {
    color: #ffab59;
  }

  .sm\:hover\:text-blue-14:hover {
    color: #1493E6;
  }

  .sm\:hover\:text-blue-55:hover {
    color: #55ACEE;
  }

  .sm\:hover\:text-blue-3b:hover {
    color: #3b5998;
  }

  .sm\:hover\:text-blue-3c:hover {
    color: #3caef8;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    color: #000;
  }

  .sm\:active\:text-white:active {
    color: #fff;
  }

  .sm\:active\:text-purple-15:active {
    color: #150033;
  }

  .sm\:active\:text-purple-16:active {
    color: #160031;
  }

  .sm\:active\:text-purple-19:active {
    color: #19003c;
  }

  .sm\:active\:text-purple-21:active {
    color: #21004B;
  }

  .sm\:active\:text-purple-24:active {
    color: #240154;
  }

  .sm\:active\:text-purple-26:active {
    color: #260058;
  }

  .sm\:active\:text-purple-30:active {
    color: #300071;
  }

  .sm\:active\:text-purple-42:active {
    color: #42009B;
  }

  .sm\:active\:text-purple-45:active {
    color: #4500A3;
  }

  .sm\:active\:text-purple-50:active {
    color: #50238C;
  }

  .sm\:active\:text-purple-54:active {
    color: #5405A6;
  }

  .sm\:active\:text-purple-58:active {
    color: #5800CE;
  }

  .sm\:active\:text-purple-69:active {
    color: #6900F7;
  }

  .sm\:active\:text-purple-90:active {
    color: #903BFF;
  }

  .sm\:active\:text-purple-92:active {
    color: #9240FF;
  }

  .sm\:active\:text-purple-94:active {
    color: #9446FF;
  }

  .sm\:active\:text-purple-1c:active {
    color: #1C0041;
  }

  .sm\:active\:text-purple-1e:active {
    color: #1E0048;
  }

  .sm\:active\:text-purple-2b:active {
    color: #2B0166;
  }

  .sm\:active\:text-purple-2d:active {
    color: #2D0069;
  }

  .sm\:active\:text-purple-2e:active {
    color: #2E006F;
  }

  .sm\:active\:text-purple-3f:active {
    color: #3F0093;
  }

  .sm\:active\:text-purple-4a:active {
    color: #4A00AD;
  }

  .sm\:active\:text-purple-4d:active {
    color: #4D00B4;
  }

  .sm\:active\:text-purple-4e:active {
    color: #e04b1;
  }

  .sm\:active\:text-purple-5f:active {
    color: #5F04D7;
  }

  .sm\:active\:text-purple-6d:active {
    color: #6D00FF;
  }

  .sm\:active\:text-purple-6f:active {
    color: #6F00FF;
  }

  .sm\:active\:text-purple-7c:active {
    color: #7C09E8;
  }

  .sm\:active\:text-purple-7b:active {
    color: #7B46C1;
  }

  .sm\:active\:text-purple-8a:active {
    color: #8A2FFF;
  }

  .sm\:active\:text-purple-a7:active {
    color: #A764FF;
  }

  .sm\:active\:text-purple-ab:active {
    color: #AB1F99;
  }

  .sm\:active\:text-purple-b6:active {
    color: #B660FF;
  }

  .sm\:active\:text-purple-bf:active {
    color: #BF90FF;
  }

  .sm\:active\:text-purple-e5:active {
    color: #E5D1FF;
  }

  .sm\:active\:text-orange-d0:active {
    color: #D03D5C;
  }

  .sm\:active\:text-orange-dc:active {
    color: #DC4157;
  }

  .sm\:active\:text-orange-eb:active {
    color: #EB2C2C;
  }

  .sm\:active\:text-orange-ed:active {
    color: #ED4D40;
  }

  .sm\:active\:text-orange-ee:active {
    color: #EE4129;
  }

  .sm\:active\:text-orange-f0:active {
    color: #F04D39;
  }

  .sm\:active\:text-orange-f7:active {
    color: #F7451B;
  }

  .sm\:active\:text-orange-ff:active {
    color: #FFA039;
  }

  .sm\:active\:text-yellow-ff:active {
    color: #ffab59;
  }

  .sm\:active\:text-blue-14:active {
    color: #1493E6;
  }

  .sm\:active\:text-blue-55:active {
    color: #55ACEE;
  }

  .sm\:active\:text-blue-3b:active {
    color: #3b5998;
  }

  .sm\:active\:text-blue-3c:active {
    color: #3caef8;
  }

  .sm\:text-8 {
    font-size: 8px;
  }

  .sm\:text-9 {
    font-size: 9px;
  }

  .sm\:text-10 {
    font-size: 10px;
  }

  .sm\:text-11 {
    font-size: 11px;
  }

  .sm\:text-12 {
    font-size: 12px;
  }

  .sm\:text-13 {
    font-size: 13px;
  }

  .sm\:text-14 {
    font-size: 14px;
  }

  .sm\:text-15 {
    font-size: 15px;
  }

  .sm\:text-16 {
    font-size: 16px;
  }

  .sm\:text-17 {
    font-size: 17px;
  }

  .sm\:text-18 {
    font-size: 18px;
  }

  .sm\:text-19 {
    font-size: 19px;
  }

  .sm\:text-20 {
    font-size: 20px;
  }

  .sm\:text-21 {
    font-size: 21px;
  }

  .sm\:text-22 {
    font-size: 22px;
  }

  .sm\:text-24 {
    font-size: 24px;
  }

  .sm\:text-25 {
    font-size: 25px;
  }

  .sm\:text-26 {
    font-size: 26px;
  }

  .sm\:text-28 {
    font-size: 28px;
  }

  .sm\:text-31 {
    font-size: 31px;
  }

  .sm\:text-32 {
    font-size: 32px;
  }

  .sm\:text-34 {
    font-size: 34px;
  }

  .sm\:text-35 {
    font-size: 35px;
  }

  .sm\:text-37 {
    font-size: 37px;
  }

  .sm\:text-39 {
    font-size: 39px;
  }

  .sm\:text-40 {
    font-size: 40px;
  }

  .sm\:text-41 {
    font-size: 41px;
  }

  .sm\:text-44 {
    font-size: 44px;
  }

  .sm\:text-46 {
    font-size: 46px;
  }

  .sm\:text-47 {
    font-size: 47px;
  }

  .sm\:text-48 {
    font-size: 48px;
  }

  .sm\:text-49 {
    font-size: 49px;
  }

  .sm\:text-50 {
    font-size: 50px;
  }

  .sm\:text-52 {
    font-size: 52px;
  }

  .sm\:text-55 {
    font-size: 55px;
  }

  .sm\:text-57 {
    font-size: 57px;
  }

  .sm\:text-60 {
    font-size: 60px;
  }

  .sm\:text-61 {
    font-size: 61px;
  }

  .sm\:text-64 {
    font-size: 64px;
  }

  .sm\:text-67 {
    font-size: 67px;
  }

  .sm\:text-70 {
    font-size: 70px;
  }

  .sm\:text-72 {
    font-size: 72px;
  }

  .sm\:text-74 {
    font-size: 74px;
  }

  .sm\:text-78 {
    font-size: 78px;
  }

  .sm\:text-80 {
    font-size: 80px;
  }

  .sm\:text-82 {
    font-size: 82px;
  }

  .sm\:text-85 {
    font-size: 85px;
  }

  .sm\:text-88 {
    font-size: 88px;
  }

  .sm\:text-90 {
    font-size: 90px;
  }

  .sm\:text-94 {
    font-size: 94px;
  }

  .sm\:text-96 {
    font-size: 96px;
  }

  .sm\:text-100 {
    font-size: 100px;
  }

  .sm\:text-102 {
    font-size: 102px;
  }

  .sm\:text-107 {
    font-size: 107px;
  }

  .sm\:text-110 {
    font-size: 110px;
  }

  .sm\:text-113 {
    font-size: 113px;
  }

  .sm\:text-124 {
    font-size: 124px;
  }

  .sm\:text-125 {
    font-size: 125px;
  }

  .sm\:text-140 {
    font-size: 140px;
  }

  .sm\:text-148 {
    font-size: 148px;
  }

  .sm\:text-150 {
    font-size: 150px;
  }

  .sm\:text-170 {
    font-size: 170px;
  }

  .sm\:text-180 {
    font-size: 180px;
  }

  .sm\:text-190 {
    font-size: 190px;
  }

  .sm\:text-210 {
    font-size: 210px;
  }

  .sm\:text-240 {
    font-size: 240px;
  }

  .sm\:text-250 {
    font-size: 250px;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    user-select: none;
  }

  .sm\:select-text {
    user-select: text;
  }

  .sm\:select-all {
    user-select: all;
  }

  .sm\:select-auto {
    user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-5 {
    width: 5px;
  }

  .sm\:w-10 {
    width: 10px;
  }

  .sm\:w-15 {
    width: 15px;
  }

  .sm\:w-20 {
    width: 20px;
  }

  .sm\:w-25 {
    width: 25px;
  }

  .sm\:w-30 {
    width: 30px;
  }

  .sm\:w-35 {
    width: 35px;
  }

  .sm\:w-40 {
    width: 40px;
  }

  .sm\:w-45 {
    width: 45px;
  }

  .sm\:w-50 {
    width: 50px;
  }

  .sm\:w-55 {
    width: 55px;
  }

  .sm\:w-60 {
    width: 60px;
  }

  .sm\:w-70 {
    width: 70px;
  }

  .sm\:w-80 {
    width: 80px;
  }

  .sm\:w-90 {
    width: 90px;
  }

  .sm\:w-100 {
    width: 100px;
  }

  .sm\:w-110 {
    width: 110px;
  }

  .sm\:w-120 {
    width: 120px;
  }

  .sm\:w-130 {
    width: 130px;
  }

  .sm\:w-140 {
    width: 140px;
  }

  .sm\:w-150 {
    width: 150px;
  }

  .sm\:w-160 {
    width: 160px;
  }

  .sm\:w-170 {
    width: 170px;
  }

  .sm\:w-180 {
    width: 180px;
  }

  .sm\:w-190 {
    width: 190px;
  }

  .sm\:w-200 {
    width: 200px;
  }

  .sm\:w-210 {
    width: 210px;
  }

  .sm\:w-220 {
    width: 220px;
  }

  .sm\:w-230 {
    width: 230px;
  }

  .sm\:w-240 {
    width: 240px;
  }

  .sm\:w-250 {
    width: 250px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

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

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

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

  /* Creates responsive classes for each custom utlity */

  /* Aspect Ratio */

  .sm\:aspect-ratio-1x1::after {
    clear: both;
    content: "";
    display: table;
  }

  .sm\:aspect-ratio-1x1::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: -1px;
  }

  .sm\:aspect-ratio-5x3::after {
    clear: both;
    content: "";
    display: table;
  }

  .sm\:aspect-ratio-5x3::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: -1px;
  }

  .sm\:aspect-ratio-16x9::after {
    clear: both;
    content: "";
    display: table;
  }

  .sm\:aspect-ratio-16x9::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: -1px;
  }

  /* To Reset Aspect Ratio */

  .sm\:aspect-ratio-auto::after {
    display: none;
  }

  .sm\:aspect-ratio-auto::before {
    display: none;
  }

  /* Blur */

  .sm\:blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .sm\:blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .sm\:blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .sm\:blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

  .sm\:blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .sm\:blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  /* Gradient BG */

  .sm\:bg-gradient-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
    background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
  }

  .sm\:bg-gradient-purple-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
    background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
  }

  .sm\:bg-gradient-purple-orange {
    background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
    background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
  }

  /* Image BG */

  .sm\:bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .sm\:bg-dotted-01 {
      background-image: url("/bgs/bg-dotted_01-desktop.jpg");
    }
  }

  .sm\:bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .sm\:bg-dotted-02 {
      background-image: url("/bgs/bg-dotted_02-desktop.jpg");
    }
  }

  .sm\:bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .sm\:bg-dotted-03 {
      background-image: url("/bgs/bg-dotted_03-desktop.jpg");
    }
  }

  /* Text Stroke */

  .sm\:text-stroke-color-purple-50 {
    -webkit-text-stroke-color: #50238C;
    text-stroke-color: #50238C;
  }

  .sm\:text-stroke-color-purple-6d {
    -webkit-text-stroke-color: #6D00FF;
    text-stroke-color: #6D00FF;
  }

  .sm\:text-stroke-color-purple-6f {
    -webkit-text-stroke-color: #6F00FF;
    text-stroke-color: #6F00FF;
  }

  .sm\:text-stroke-color-purple-a7 {
    -webkit-text-stroke-color: #A764FF;
    text-stroke-color: #A764FF;
  }

  .sm\:text-stroke-color-purple-b6 {
    -webkit-text-stroke-color: #B660FF;
    text-stroke-color: #B660FF;
  }

  .sm\:text-stroke-color-purple-bf {
    -webkit-text-stroke-color: #BF90FF;
    text-stroke-color: #BF90FF;
  }

  .sm\:text-stroke-color-orange-f0 {
    -webkit-text-stroke-color: #F04D39;
    text-stroke-color: #F04D39;
  }

  .sm\:text-stroke-color-orange-ff {
    -webkit-text-stroke-color: #FFA039;
    text-stroke-color: #FFA039;
  }

  .sm\:text-stroke-color-white {
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
  }

  .sm\:text-stroke-width-1 {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .sm\:text-stroke-width-1-5 {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1,5px;
  }

  .sm\:text-stroke-width-2 {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }

  .sm\:text-stroke-width-2-5 {
    -webkit-text-stroke-width: 2.5px;
    text-stroke-width: 2.5px;
  }

  .sm\:text-stroke-width-3 {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }

  .sm\:text-stroke-width-4 {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
  }

  .sm\:text-stroke-width-6 {
    -webkit-text-stroke-width: 6px;
    text-stroke-width: 6px;
  }

  .sm\:text-stroke-width-8 {
    -webkit-text-stroke-width: 8px;
    text-stroke-width: 8px;
  }

  /* IE Fixes */

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sm\:text-transparent {
      color: inherit;
    }
  }

  .sm\:flex-1-ie {
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */
}

@media (min-width: 768px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .md\:appearance-none {
    appearance: none;
  }

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

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

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

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

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-purple-15 {
    background-color: #150033;
  }

  .md\:bg-purple-16 {
    background-color: #160031;
  }

  .md\:bg-purple-19 {
    background-color: #19003c;
  }

  .md\:bg-purple-21 {
    background-color: #21004B;
  }

  .md\:bg-purple-24 {
    background-color: #240154;
  }

  .md\:bg-purple-26 {
    background-color: #260058;
  }

  .md\:bg-purple-30 {
    background-color: #300071;
  }

  .md\:bg-purple-42 {
    background-color: #42009B;
  }

  .md\:bg-purple-45 {
    background-color: #4500A3;
  }

  .md\:bg-purple-50 {
    background-color: #50238C;
  }

  .md\:bg-purple-54 {
    background-color: #5405A6;
  }

  .md\:bg-purple-58 {
    background-color: #5800CE;
  }

  .md\:bg-purple-69 {
    background-color: #6900F7;
  }

  .md\:bg-purple-90 {
    background-color: #903BFF;
  }

  .md\:bg-purple-92 {
    background-color: #9240FF;
  }

  .md\:bg-purple-94 {
    background-color: #9446FF;
  }

  .md\:bg-purple-1c {
    background-color: #1C0041;
  }

  .md\:bg-purple-1e {
    background-color: #1E0048;
  }

  .md\:bg-purple-2b {
    background-color: #2B0166;
  }

  .md\:bg-purple-2d {
    background-color: #2D0069;
  }

  .md\:bg-purple-2e {
    background-color: #2E006F;
  }

  .md\:bg-purple-3f {
    background-color: #3F0093;
  }

  .md\:bg-purple-4a {
    background-color: #4A00AD;
  }

  .md\:bg-purple-4d {
    background-color: #4D00B4;
  }

  .md\:bg-purple-4e {
    background-color: #e04b1;
  }

  .md\:bg-purple-5f {
    background-color: #5F04D7;
  }

  .md\:bg-purple-6d {
    background-color: #6D00FF;
  }

  .md\:bg-purple-6f {
    background-color: #6F00FF;
  }

  .md\:bg-purple-7c {
    background-color: #7C09E8;
  }

  .md\:bg-purple-7b {
    background-color: #7B46C1;
  }

  .md\:bg-purple-8a {
    background-color: #8A2FFF;
  }

  .md\:bg-purple-a7 {
    background-color: #A764FF;
  }

  .md\:bg-purple-ab {
    background-color: #AB1F99;
  }

  .md\:bg-purple-b6 {
    background-color: #B660FF;
  }

  .md\:bg-purple-bf {
    background-color: #BF90FF;
  }

  .md\:bg-purple-e5 {
    background-color: #E5D1FF;
  }

  .md\:bg-orange-d0 {
    background-color: #D03D5C;
  }

  .md\:bg-orange-dc {
    background-color: #DC4157;
  }

  .md\:bg-orange-eb {
    background-color: #EB2C2C;
  }

  .md\:bg-orange-ed {
    background-color: #ED4D40;
  }

  .md\:bg-orange-ee {
    background-color: #EE4129;
  }

  .md\:bg-orange-f0 {
    background-color: #F04D39;
  }

  .md\:bg-orange-f7 {
    background-color: #F7451B;
  }

  .md\:bg-orange-ff {
    background-color: #FFA039;
  }

  .md\:bg-yellow-ff {
    background-color: #ffab59;
  }

  .md\:bg-blue-14 {
    background-color: #1493E6;
  }

  .md\:bg-blue-55 {
    background-color: #55ACEE;
  }

  .md\:bg-blue-3b {
    background-color: #3b5998;
  }

  .md\:bg-blue-3c {
    background-color: #3caef8;
  }

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

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-purple-15:hover {
    background-color: #150033;
  }

  .md\:hover\:bg-purple-16:hover {
    background-color: #160031;
  }

  .md\:hover\:bg-purple-19:hover {
    background-color: #19003c;
  }

  .md\:hover\:bg-purple-21:hover {
    background-color: #21004B;
  }

  .md\:hover\:bg-purple-24:hover {
    background-color: #240154;
  }

  .md\:hover\:bg-purple-26:hover {
    background-color: #260058;
  }

  .md\:hover\:bg-purple-30:hover {
    background-color: #300071;
  }

  .md\:hover\:bg-purple-42:hover {
    background-color: #42009B;
  }

  .md\:hover\:bg-purple-45:hover {
    background-color: #4500A3;
  }

  .md\:hover\:bg-purple-50:hover {
    background-color: #50238C;
  }

  .md\:hover\:bg-purple-54:hover {
    background-color: #5405A6;
  }

  .md\:hover\:bg-purple-58:hover {
    background-color: #5800CE;
  }

  .md\:hover\:bg-purple-69:hover {
    background-color: #6900F7;
  }

  .md\:hover\:bg-purple-90:hover {
    background-color: #903BFF;
  }

  .md\:hover\:bg-purple-92:hover {
    background-color: #9240FF;
  }

  .md\:hover\:bg-purple-94:hover {
    background-color: #9446FF;
  }

  .md\:hover\:bg-purple-1c:hover {
    background-color: #1C0041;
  }

  .md\:hover\:bg-purple-1e:hover {
    background-color: #1E0048;
  }

  .md\:hover\:bg-purple-2b:hover {
    background-color: #2B0166;
  }

  .md\:hover\:bg-purple-2d:hover {
    background-color: #2D0069;
  }

  .md\:hover\:bg-purple-2e:hover {
    background-color: #2E006F;
  }

  .md\:hover\:bg-purple-3f:hover {
    background-color: #3F0093;
  }

  .md\:hover\:bg-purple-4a:hover {
    background-color: #4A00AD;
  }

  .md\:hover\:bg-purple-4d:hover {
    background-color: #4D00B4;
  }

  .md\:hover\:bg-purple-4e:hover {
    background-color: #e04b1;
  }

  .md\:hover\:bg-purple-5f:hover {
    background-color: #5F04D7;
  }

  .md\:hover\:bg-purple-6d:hover {
    background-color: #6D00FF;
  }

  .md\:hover\:bg-purple-6f:hover {
    background-color: #6F00FF;
  }

  .md\:hover\:bg-purple-7c:hover {
    background-color: #7C09E8;
  }

  .md\:hover\:bg-purple-7b:hover {
    background-color: #7B46C1;
  }

  .md\:hover\:bg-purple-8a:hover {
    background-color: #8A2FFF;
  }

  .md\:hover\:bg-purple-a7:hover {
    background-color: #A764FF;
  }

  .md\:hover\:bg-purple-ab:hover {
    background-color: #AB1F99;
  }

  .md\:hover\:bg-purple-b6:hover {
    background-color: #B660FF;
  }

  .md\:hover\:bg-purple-bf:hover {
    background-color: #BF90FF;
  }

  .md\:hover\:bg-purple-e5:hover {
    background-color: #E5D1FF;
  }

  .md\:hover\:bg-orange-d0:hover {
    background-color: #D03D5C;
  }

  .md\:hover\:bg-orange-dc:hover {
    background-color: #DC4157;
  }

  .md\:hover\:bg-orange-eb:hover {
    background-color: #EB2C2C;
  }

  .md\:hover\:bg-orange-ed:hover {
    background-color: #ED4D40;
  }

  .md\:hover\:bg-orange-ee:hover {
    background-color: #EE4129;
  }

  .md\:hover\:bg-orange-f0:hover {
    background-color: #F04D39;
  }

  .md\:hover\:bg-orange-f7:hover {
    background-color: #F7451B;
  }

  .md\:hover\:bg-orange-ff:hover {
    background-color: #FFA039;
  }

  .md\:hover\:bg-yellow-ff:hover {
    background-color: #ffab59;
  }

  .md\:hover\:bg-blue-14:hover {
    background-color: #1493E6;
  }

  .md\:hover\:bg-blue-55:hover {
    background-color: #55ACEE;
  }

  .md\:hover\:bg-blue-3b:hover {
    background-color: #3b5998;
  }

  .md\:hover\:bg-blue-3c:hover {
    background-color: #3caef8;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    background-color: #000;
  }

  .md\:active\:bg-white:active {
    background-color: #fff;
  }

  .md\:active\:bg-purple-15:active {
    background-color: #150033;
  }

  .md\:active\:bg-purple-16:active {
    background-color: #160031;
  }

  .md\:active\:bg-purple-19:active {
    background-color: #19003c;
  }

  .md\:active\:bg-purple-21:active {
    background-color: #21004B;
  }

  .md\:active\:bg-purple-24:active {
    background-color: #240154;
  }

  .md\:active\:bg-purple-26:active {
    background-color: #260058;
  }

  .md\:active\:bg-purple-30:active {
    background-color: #300071;
  }

  .md\:active\:bg-purple-42:active {
    background-color: #42009B;
  }

  .md\:active\:bg-purple-45:active {
    background-color: #4500A3;
  }

  .md\:active\:bg-purple-50:active {
    background-color: #50238C;
  }

  .md\:active\:bg-purple-54:active {
    background-color: #5405A6;
  }

  .md\:active\:bg-purple-58:active {
    background-color: #5800CE;
  }

  .md\:active\:bg-purple-69:active {
    background-color: #6900F7;
  }

  .md\:active\:bg-purple-90:active {
    background-color: #903BFF;
  }

  .md\:active\:bg-purple-92:active {
    background-color: #9240FF;
  }

  .md\:active\:bg-purple-94:active {
    background-color: #9446FF;
  }

  .md\:active\:bg-purple-1c:active {
    background-color: #1C0041;
  }

  .md\:active\:bg-purple-1e:active {
    background-color: #1E0048;
  }

  .md\:active\:bg-purple-2b:active {
    background-color: #2B0166;
  }

  .md\:active\:bg-purple-2d:active {
    background-color: #2D0069;
  }

  .md\:active\:bg-purple-2e:active {
    background-color: #2E006F;
  }

  .md\:active\:bg-purple-3f:active {
    background-color: #3F0093;
  }

  .md\:active\:bg-purple-4a:active {
    background-color: #4A00AD;
  }

  .md\:active\:bg-purple-4d:active {
    background-color: #4D00B4;
  }

  .md\:active\:bg-purple-4e:active {
    background-color: #e04b1;
  }

  .md\:active\:bg-purple-5f:active {
    background-color: #5F04D7;
  }

  .md\:active\:bg-purple-6d:active {
    background-color: #6D00FF;
  }

  .md\:active\:bg-purple-6f:active {
    background-color: #6F00FF;
  }

  .md\:active\:bg-purple-7c:active {
    background-color: #7C09E8;
  }

  .md\:active\:bg-purple-7b:active {
    background-color: #7B46C1;
  }

  .md\:active\:bg-purple-8a:active {
    background-color: #8A2FFF;
  }

  .md\:active\:bg-purple-a7:active {
    background-color: #A764FF;
  }

  .md\:active\:bg-purple-ab:active {
    background-color: #AB1F99;
  }

  .md\:active\:bg-purple-b6:active {
    background-color: #B660FF;
  }

  .md\:active\:bg-purple-bf:active {
    background-color: #BF90FF;
  }

  .md\:active\:bg-purple-e5:active {
    background-color: #E5D1FF;
  }

  .md\:active\:bg-orange-d0:active {
    background-color: #D03D5C;
  }

  .md\:active\:bg-orange-dc:active {
    background-color: #DC4157;
  }

  .md\:active\:bg-orange-eb:active {
    background-color: #EB2C2C;
  }

  .md\:active\:bg-orange-ed:active {
    background-color: #ED4D40;
  }

  .md\:active\:bg-orange-ee:active {
    background-color: #EE4129;
  }

  .md\:active\:bg-orange-f0:active {
    background-color: #F04D39;
  }

  .md\:active\:bg-orange-f7:active {
    background-color: #F7451B;
  }

  .md\:active\:bg-orange-ff:active {
    background-color: #FFA039;
  }

  .md\:active\:bg-yellow-ff:active {
    background-color: #ffab59;
  }

  .md\:active\:bg-blue-14:active {
    background-color: #1493E6;
  }

  .md\:active\:bg-blue-55:active {
    background-color: #55ACEE;
  }

  .md\:active\:bg-blue-3b:active {
    background-color: #3b5998;
  }

  .md\:active\:bg-blue-3c:active {
    background-color: #3caef8;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-purple-15 {
    border-color: #150033;
  }

  .md\:border-purple-16 {
    border-color: #160031;
  }

  .md\:border-purple-19 {
    border-color: #19003c;
  }

  .md\:border-purple-21 {
    border-color: #21004B;
  }

  .md\:border-purple-24 {
    border-color: #240154;
  }

  .md\:border-purple-26 {
    border-color: #260058;
  }

  .md\:border-purple-30 {
    border-color: #300071;
  }

  .md\:border-purple-42 {
    border-color: #42009B;
  }

  .md\:border-purple-45 {
    border-color: #4500A3;
  }

  .md\:border-purple-50 {
    border-color: #50238C;
  }

  .md\:border-purple-54 {
    border-color: #5405A6;
  }

  .md\:border-purple-58 {
    border-color: #5800CE;
  }

  .md\:border-purple-69 {
    border-color: #6900F7;
  }

  .md\:border-purple-90 {
    border-color: #903BFF;
  }

  .md\:border-purple-92 {
    border-color: #9240FF;
  }

  .md\:border-purple-94 {
    border-color: #9446FF;
  }

  .md\:border-purple-1c {
    border-color: #1C0041;
  }

  .md\:border-purple-1e {
    border-color: #1E0048;
  }

  .md\:border-purple-2b {
    border-color: #2B0166;
  }

  .md\:border-purple-2d {
    border-color: #2D0069;
  }

  .md\:border-purple-2e {
    border-color: #2E006F;
  }

  .md\:border-purple-3f {
    border-color: #3F0093;
  }

  .md\:border-purple-4a {
    border-color: #4A00AD;
  }

  .md\:border-purple-4d {
    border-color: #4D00B4;
  }

  .md\:border-purple-4e {
    border-color: #e04b1;
  }

  .md\:border-purple-5f {
    border-color: #5F04D7;
  }

  .md\:border-purple-6d {
    border-color: #6D00FF;
  }

  .md\:border-purple-6f {
    border-color: #6F00FF;
  }

  .md\:border-purple-7c {
    border-color: #7C09E8;
  }

  .md\:border-purple-7b {
    border-color: #7B46C1;
  }

  .md\:border-purple-8a {
    border-color: #8A2FFF;
  }

  .md\:border-purple-a7 {
    border-color: #A764FF;
  }

  .md\:border-purple-ab {
    border-color: #AB1F99;
  }

  .md\:border-purple-b6 {
    border-color: #B660FF;
  }

  .md\:border-purple-bf {
    border-color: #BF90FF;
  }

  .md\:border-purple-e5 {
    border-color: #E5D1FF;
  }

  .md\:border-orange-d0 {
    border-color: #D03D5C;
  }

  .md\:border-orange-dc {
    border-color: #DC4157;
  }

  .md\:border-orange-eb {
    border-color: #EB2C2C;
  }

  .md\:border-orange-ed {
    border-color: #ED4D40;
  }

  .md\:border-orange-ee {
    border-color: #EE4129;
  }

  .md\:border-orange-f0 {
    border-color: #F04D39;
  }

  .md\:border-orange-f7 {
    border-color: #F7451B;
  }

  .md\:border-orange-ff {
    border-color: #FFA039;
  }

  .md\:border-yellow-ff {
    border-color: #ffab59;
  }

  .md\:border-blue-14 {
    border-color: #1493E6;
  }

  .md\:border-blue-55 {
    border-color: #55ACEE;
  }

  .md\:border-blue-3b {
    border-color: #3b5998;
  }

  .md\:border-blue-3c {
    border-color: #3caef8;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-purple-15:hover {
    border-color: #150033;
  }

  .md\:hover\:border-purple-16:hover {
    border-color: #160031;
  }

  .md\:hover\:border-purple-19:hover {
    border-color: #19003c;
  }

  .md\:hover\:border-purple-21:hover {
    border-color: #21004B;
  }

  .md\:hover\:border-purple-24:hover {
    border-color: #240154;
  }

  .md\:hover\:border-purple-26:hover {
    border-color: #260058;
  }

  .md\:hover\:border-purple-30:hover {
    border-color: #300071;
  }

  .md\:hover\:border-purple-42:hover {
    border-color: #42009B;
  }

  .md\:hover\:border-purple-45:hover {
    border-color: #4500A3;
  }

  .md\:hover\:border-purple-50:hover {
    border-color: #50238C;
  }

  .md\:hover\:border-purple-54:hover {
    border-color: #5405A6;
  }

  .md\:hover\:border-purple-58:hover {
    border-color: #5800CE;
  }

  .md\:hover\:border-purple-69:hover {
    border-color: #6900F7;
  }

  .md\:hover\:border-purple-90:hover {
    border-color: #903BFF;
  }

  .md\:hover\:border-purple-92:hover {
    border-color: #9240FF;
  }

  .md\:hover\:border-purple-94:hover {
    border-color: #9446FF;
  }

  .md\:hover\:border-purple-1c:hover {
    border-color: #1C0041;
  }

  .md\:hover\:border-purple-1e:hover {
    border-color: #1E0048;
  }

  .md\:hover\:border-purple-2b:hover {
    border-color: #2B0166;
  }

  .md\:hover\:border-purple-2d:hover {
    border-color: #2D0069;
  }

  .md\:hover\:border-purple-2e:hover {
    border-color: #2E006F;
  }

  .md\:hover\:border-purple-3f:hover {
    border-color: #3F0093;
  }

  .md\:hover\:border-purple-4a:hover {
    border-color: #4A00AD;
  }

  .md\:hover\:border-purple-4d:hover {
    border-color: #4D00B4;
  }

  .md\:hover\:border-purple-4e:hover {
    border-color: #e04b1;
  }

  .md\:hover\:border-purple-5f:hover {
    border-color: #5F04D7;
  }

  .md\:hover\:border-purple-6d:hover {
    border-color: #6D00FF;
  }

  .md\:hover\:border-purple-6f:hover {
    border-color: #6F00FF;
  }

  .md\:hover\:border-purple-7c:hover {
    border-color: #7C09E8;
  }

  .md\:hover\:border-purple-7b:hover {
    border-color: #7B46C1;
  }

  .md\:hover\:border-purple-8a:hover {
    border-color: #8A2FFF;
  }

  .md\:hover\:border-purple-a7:hover {
    border-color: #A764FF;
  }

  .md\:hover\:border-purple-ab:hover {
    border-color: #AB1F99;
  }

  .md\:hover\:border-purple-b6:hover {
    border-color: #B660FF;
  }

  .md\:hover\:border-purple-bf:hover {
    border-color: #BF90FF;
  }

  .md\:hover\:border-purple-e5:hover {
    border-color: #E5D1FF;
  }

  .md\:hover\:border-orange-d0:hover {
    border-color: #D03D5C;
  }

  .md\:hover\:border-orange-dc:hover {
    border-color: #DC4157;
  }

  .md\:hover\:border-orange-eb:hover {
    border-color: #EB2C2C;
  }

  .md\:hover\:border-orange-ed:hover {
    border-color: #ED4D40;
  }

  .md\:hover\:border-orange-ee:hover {
    border-color: #EE4129;
  }

  .md\:hover\:border-orange-f0:hover {
    border-color: #F04D39;
  }

  .md\:hover\:border-orange-f7:hover {
    border-color: #F7451B;
  }

  .md\:hover\:border-orange-ff:hover {
    border-color: #FFA039;
  }

  .md\:hover\:border-yellow-ff:hover {
    border-color: #ffab59;
  }

  .md\:hover\:border-blue-14:hover {
    border-color: #1493E6;
  }

  .md\:hover\:border-blue-55:hover {
    border-color: #55ACEE;
  }

  .md\:hover\:border-blue-3b:hover {
    border-color: #3b5998;
  }

  .md\:hover\:border-blue-3c:hover {
    border-color: #3caef8;
  }

  .md\:active\:border-transparent:active {
    border-color: transparent;
  }

  .md\:active\:border-black:active {
    border-color: #000;
  }

  .md\:active\:border-white:active {
    border-color: #fff;
  }

  .md\:active\:border-purple-15:active {
    border-color: #150033;
  }

  .md\:active\:border-purple-16:active {
    border-color: #160031;
  }

  .md\:active\:border-purple-19:active {
    border-color: #19003c;
  }

  .md\:active\:border-purple-21:active {
    border-color: #21004B;
  }

  .md\:active\:border-purple-24:active {
    border-color: #240154;
  }

  .md\:active\:border-purple-26:active {
    border-color: #260058;
  }

  .md\:active\:border-purple-30:active {
    border-color: #300071;
  }

  .md\:active\:border-purple-42:active {
    border-color: #42009B;
  }

  .md\:active\:border-purple-45:active {
    border-color: #4500A3;
  }

  .md\:active\:border-purple-50:active {
    border-color: #50238C;
  }

  .md\:active\:border-purple-54:active {
    border-color: #5405A6;
  }

  .md\:active\:border-purple-58:active {
    border-color: #5800CE;
  }

  .md\:active\:border-purple-69:active {
    border-color: #6900F7;
  }

  .md\:active\:border-purple-90:active {
    border-color: #903BFF;
  }

  .md\:active\:border-purple-92:active {
    border-color: #9240FF;
  }

  .md\:active\:border-purple-94:active {
    border-color: #9446FF;
  }

  .md\:active\:border-purple-1c:active {
    border-color: #1C0041;
  }

  .md\:active\:border-purple-1e:active {
    border-color: #1E0048;
  }

  .md\:active\:border-purple-2b:active {
    border-color: #2B0166;
  }

  .md\:active\:border-purple-2d:active {
    border-color: #2D0069;
  }

  .md\:active\:border-purple-2e:active {
    border-color: #2E006F;
  }

  .md\:active\:border-purple-3f:active {
    border-color: #3F0093;
  }

  .md\:active\:border-purple-4a:active {
    border-color: #4A00AD;
  }

  .md\:active\:border-purple-4d:active {
    border-color: #4D00B4;
  }

  .md\:active\:border-purple-4e:active {
    border-color: #e04b1;
  }

  .md\:active\:border-purple-5f:active {
    border-color: #5F04D7;
  }

  .md\:active\:border-purple-6d:active {
    border-color: #6D00FF;
  }

  .md\:active\:border-purple-6f:active {
    border-color: #6F00FF;
  }

  .md\:active\:border-purple-7c:active {
    border-color: #7C09E8;
  }

  .md\:active\:border-purple-7b:active {
    border-color: #7B46C1;
  }

  .md\:active\:border-purple-8a:active {
    border-color: #8A2FFF;
  }

  .md\:active\:border-purple-a7:active {
    border-color: #A764FF;
  }

  .md\:active\:border-purple-ab:active {
    border-color: #AB1F99;
  }

  .md\:active\:border-purple-b6:active {
    border-color: #B660FF;
  }

  .md\:active\:border-purple-bf:active {
    border-color: #BF90FF;
  }

  .md\:active\:border-purple-e5:active {
    border-color: #E5D1FF;
  }

  .md\:active\:border-orange-d0:active {
    border-color: #D03D5C;
  }

  .md\:active\:border-orange-dc:active {
    border-color: #DC4157;
  }

  .md\:active\:border-orange-eb:active {
    border-color: #EB2C2C;
  }

  .md\:active\:border-orange-ed:active {
    border-color: #ED4D40;
  }

  .md\:active\:border-orange-ee:active {
    border-color: #EE4129;
  }

  .md\:active\:border-orange-f0:active {
    border-color: #F04D39;
  }

  .md\:active\:border-orange-f7:active {
    border-color: #F7451B;
  }

  .md\:active\:border-orange-ff:active {
    border-color: #FFA039;
  }

  .md\:active\:border-yellow-ff:active {
    border-color: #ffab59;
  }

  .md\:active\:border-blue-14:active {
    border-color: #1493E6;
  }

  .md\:active\:border-blue-55:active {
    border-color: #55ACEE;
  }

  .md\:active\:border-blue-3b:active {
    border-color: #3b5998;
  }

  .md\:active\:border-blue-3c:active {
    border-color: #3caef8;
  }

  .md\:rounded-4 {
    border-radius: 4px;
  }

  .md\:rounded-5 {
    border-radius: 5px;
  }

  .md\:rounded-10 {
    border-radius: 10px;
  }

  .md\:rounded-20 {
    border-radius: 20px;
  }

  .md\:rounded-none {
    border-radius: none;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .md\:rounded-r-4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .md\:rounded-b-4 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-l-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .md\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .md\:rounded-r-none {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
  }

  .md\:rounded-l-none {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
  }

  .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-4 {
    border-top-left-radius: 4px;
  }

  .md\:rounded-tr-4 {
    border-top-right-radius: 4px;
  }

  .md\:rounded-br-4 {
    border-bottom-right-radius: 4px;
  }

  .md\:rounded-bl-4 {
    border-bottom-left-radius: 4px;
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .md\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .md\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: none;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: none;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: none;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: none;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-acumin-pro {
    font-family: "acumin-pro", -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-pragmatica-extended {
    font-family: "pragmatica-extended", -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-pano {
    font-family: "Pano Trial", -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-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-5 {
    height: 5px;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-15 {
    height: 15px;
  }

  .md\:h-20 {
    height: 20px;
  }

  .md\:h-25 {
    height: 25px;
  }

  .md\:h-30 {
    height: 30px;
  }

  .md\:h-35 {
    height: 35px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-45 {
    height: 45px;
  }

  .md\:h-50 {
    height: 50px;
  }

  .md\:h-55 {
    height: 55px;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-70 {
    height: 70px;
  }

  .md\:h-80 {
    height: 80px;
  }

  .md\:h-90 {
    height: 90px;
  }

  .md\:h-100 {
    height: 100px;
  }

  .md\:h-110 {
    height: 110px;
  }

  .md\:h-120 {
    height: 120px;
  }

  .md\:h-130 {
    height: 130px;
  }

  .md\:h-140 {
    height: 140px;
  }

  .md\:h-150 {
    height: 150px;
  }

  .md\:h-160 {
    height: 160px;
  }

  .md\:h-170 {
    height: 170px;
  }

  .md\:h-180 {
    height: 180px;
  }

  .md\:h-190 {
    height: 190px;
  }

  .md\:h-200 {
    height: 200px;
  }

  .md\:h-210 {
    height: 210px;
  }

  .md\:h-220 {
    height: 220px;
  }

  .md\:h-230 {
    height: 230px;
  }

  .md\:h-240 {
    height: 240px;
  }

  .md\:h-250 {
    height: 250px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-15 {
    margin: 15px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-25 {
    margin: 25px;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-35 {
    margin: 35px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-45 {
    margin: 45px;
  }

  .md\:m-50 {
    margin: 50px;
  }

  .md\:m-55 {
    margin: 55px;
  }

  .md\:m-60 {
    margin: 60px;
  }

  .md\:m-70 {
    margin: 70px;
  }

  .md\:m-80 {
    margin: 80px;
  }

  .md\:m-90 {
    margin: 90px;
  }

  .md\:m-100 {
    margin: 100px;
  }

  .md\:m-110 {
    margin: 110px;
  }

  .md\:m-120 {
    margin: 120px;
  }

  .md\:m-130 {
    margin: 130px;
  }

  .md\:m-140 {
    margin: 140px;
  }

  .md\:m-150 {
    margin: 150px;
  }

  .md\:m-160 {
    margin: 160px;
  }

  .md\:m-170 {
    margin: 170px;
  }

  .md\:m-180 {
    margin: 180px;
  }

  .md\:m-190 {
    margin: 190px;
  }

  .md\:m-200 {
    margin: 200px;
  }

  .md\:m-210 {
    margin: 210px;
  }

  .md\:m-220 {
    margin: 220px;
  }

  .md\:m-230 {
    margin: 230px;
  }

  .md\:m-240 {
    margin: 240px;
  }

  .md\:m-250 {
    margin: 250px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:-m-5 {
    margin: -5px;
  }

  .md\:-m-10 {
    margin: -10px;
  }

  .md\:-m-15 {
    margin: -15px;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-25 {
    margin: -25px;
  }

  .md\:-m-30 {
    margin: -30px;
  }

  .md\:-m-35 {
    margin: -35px;
  }

  .md\:-m-40 {
    margin: -40px;
  }

  .md\:-m-45 {
    margin: -45px;
  }

  .md\:-m-50 {
    margin: -50px;
  }

  .md\:-m-55 {
    margin: -55px;
  }

  .md\:-m-60 {
    margin: -60px;
  }

  .md\:-m-70 {
    margin: -70px;
  }

  .md\:-m-80 {
    margin: -80px;
  }

  .md\:-m-90 {
    margin: -90px;
  }

  .md\:-m-100 {
    margin: -100px;
  }

  .md\:-m-110 {
    margin: -110px;
  }

  .md\:-m-120 {
    margin: -120px;
  }

  .md\:-m-130 {
    margin: -130px;
  }

  .md\:-m-140 {
    margin: -140px;
  }

  .md\:-m-150 {
    margin: -150px;
  }

  .md\:-m-160 {
    margin: -160px;
  }

  .md\:-m-170 {
    margin: -170px;
  }

  .md\:-m-180 {
    margin: -180px;
  }

  .md\:-m-190 {
    margin: -190px;
  }

  .md\:-m-200 {
    margin: -200px;
  }

  .md\:-m-210 {
    margin: -210px;
  }

  .md\:-m-220 {
    margin: -220px;
  }

  .md\:-m-230 {
    margin: -230px;
  }

  .md\:-m-240 {
    margin: -240px;
  }

  .md\:-m-250 {
    margin: -250px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .md\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .md\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .md\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .md\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:my-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .md\:mx-210 {
    margin-left: 210px;
    margin-right: 210px;
  }

  .md\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .md\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .md\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .md\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .md\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:-my-210 {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .md\:-mx-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .md\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

  .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-15 {
    margin-top: 15px;
  }

  .md\:mr-15 {
    margin-right: 15px;
  }

  .md\:mb-15 {
    margin-bottom: 15px;
  }

  .md\:ml-15 {
    margin-left: 15px;
  }

  .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-25 {
    margin-top: 25px;
  }

  .md\:mr-25 {
    margin-right: 25px;
  }

  .md\:mb-25 {
    margin-bottom: 25px;
  }

  .md\:ml-25 {
    margin-left: 25px;
  }

  .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-35 {
    margin-top: 35px;
  }

  .md\:mr-35 {
    margin-right: 35px;
  }

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:ml-35 {
    margin-left: 35px;
  }

  .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-45 {
    margin-top: 45px;
  }

  .md\:mr-45 {
    margin-right: 45px;
  }

  .md\:mb-45 {
    margin-bottom: 45px;
  }

  .md\:ml-45 {
    margin-left: 45px;
  }

  .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-55 {
    margin-top: 55px;
  }

  .md\:mr-55 {
    margin-right: 55px;
  }

  .md\:mb-55 {
    margin-bottom: 55px;
  }

  .md\:ml-55 {
    margin-left: 55px;
  }

  .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-70 {
    margin-top: 70px;
  }

  .md\:mr-70 {
    margin-right: 70px;
  }

  .md\:mb-70 {
    margin-bottom: 70px;
  }

  .md\:ml-70 {
    margin-left: 70px;
  }

  .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-90 {
    margin-top: 90px;
  }

  .md\:mr-90 {
    margin-right: 90px;
  }

  .md\:mb-90 {
    margin-bottom: 90px;
  }

  .md\:ml-90 {
    margin-left: 90px;
  }

  .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-110 {
    margin-top: 110px;
  }

  .md\:mr-110 {
    margin-right: 110px;
  }

  .md\:mb-110 {
    margin-bottom: 110px;
  }

  .md\:ml-110 {
    margin-left: 110px;
  }

  .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-130 {
    margin-top: 130px;
  }

  .md\:mr-130 {
    margin-right: 130px;
  }

  .md\:mb-130 {
    margin-bottom: 130px;
  }

  .md\:ml-130 {
    margin-left: 130px;
  }

  .md\:mt-140 {
    margin-top: 140px;
  }

  .md\:mr-140 {
    margin-right: 140px;
  }

  .md\:mb-140 {
    margin-bottom: 140px;
  }

  .md\:ml-140 {
    margin-left: 140px;
  }

  .md\:mt-150 {
    margin-top: 150px;
  }

  .md\:mr-150 {
    margin-right: 150px;
  }

  .md\:mb-150 {
    margin-bottom: 150px;
  }

  .md\:ml-150 {
    margin-left: 150px;
  }

  .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-170 {
    margin-top: 170px;
  }

  .md\:mr-170 {
    margin-right: 170px;
  }

  .md\:mb-170 {
    margin-bottom: 170px;
  }

  .md\:ml-170 {
    margin-left: 170px;
  }

  .md\:mt-180 {
    margin-top: 180px;
  }

  .md\:mr-180 {
    margin-right: 180px;
  }

  .md\:mb-180 {
    margin-bottom: 180px;
  }

  .md\:ml-180 {
    margin-left: 180px;
  }

  .md\:mt-190 {
    margin-top: 190px;
  }

  .md\:mr-190 {
    margin-right: 190px;
  }

  .md\:mb-190 {
    margin-bottom: 190px;
  }

  .md\:ml-190 {
    margin-left: 190px;
  }

  .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-210 {
    margin-top: 210px;
  }

  .md\:mr-210 {
    margin-right: 210px;
  }

  .md\:mb-210 {
    margin-bottom: 210px;
  }

  .md\:ml-210 {
    margin-left: 210px;
  }

  .md\:mt-220 {
    margin-top: 220px;
  }

  .md\:mr-220 {
    margin-right: 220px;
  }

  .md\:mb-220 {
    margin-bottom: 220px;
  }

  .md\:ml-220 {
    margin-left: 220px;
  }

  .md\:mt-230 {
    margin-top: 230px;
  }

  .md\:mr-230 {
    margin-right: 230px;
  }

  .md\:mb-230 {
    margin-bottom: 230px;
  }

  .md\:ml-230 {
    margin-left: 230px;
  }

  .md\:mt-240 {
    margin-top: 240px;
  }

  .md\:mr-240 {
    margin-right: 240px;
  }

  .md\:mb-240 {
    margin-bottom: 240px;
  }

  .md\:ml-240 {
    margin-left: 240px;
  }

  .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-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

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

  .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-10 {
    margin-top: -10px;
  }

  .md\:-mr-10 {
    margin-right: -10px;
  }

  .md\:-mb-10 {
    margin-bottom: -10px;
  }

  .md\:-ml-10 {
    margin-left: -10px;
  }

  .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-20 {
    margin-top: -20px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-mt-25 {
    margin-top: -25px;
  }

  .md\:-mr-25 {
    margin-right: -25px;
  }

  .md\:-mb-25 {
    margin-bottom: -25px;
  }

  .md\:-ml-25 {
    margin-left: -25px;
  }

  .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-35 {
    margin-top: -35px;
  }

  .md\:-mr-35 {
    margin-right: -35px;
  }

  .md\:-mb-35 {
    margin-bottom: -35px;
  }

  .md\:-ml-35 {
    margin-left: -35px;
  }

  .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-45 {
    margin-top: -45px;
  }

  .md\:-mr-45 {
    margin-right: -45px;
  }

  .md\:-mb-45 {
    margin-bottom: -45px;
  }

  .md\:-ml-45 {
    margin-left: -45px;
  }

  .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-55 {
    margin-top: -55px;
  }

  .md\:-mr-55 {
    margin-right: -55px;
  }

  .md\:-mb-55 {
    margin-bottom: -55px;
  }

  .md\:-ml-55 {
    margin-left: -55px;
  }

  .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-70 {
    margin-top: -70px;
  }

  .md\:-mr-70 {
    margin-right: -70px;
  }

  .md\:-mb-70 {
    margin-bottom: -70px;
  }

  .md\:-ml-70 {
    margin-left: -70px;
  }

  .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-90 {
    margin-top: -90px;
  }

  .md\:-mr-90 {
    margin-right: -90px;
  }

  .md\:-mb-90 {
    margin-bottom: -90px;
  }

  .md\:-ml-90 {
    margin-left: -90px;
  }

  .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-110 {
    margin-top: -110px;
  }

  .md\:-mr-110 {
    margin-right: -110px;
  }

  .md\:-mb-110 {
    margin-bottom: -110px;
  }

  .md\:-ml-110 {
    margin-left: -110px;
  }

  .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-130 {
    margin-top: -130px;
  }

  .md\:-mr-130 {
    margin-right: -130px;
  }

  .md\:-mb-130 {
    margin-bottom: -130px;
  }

  .md\:-ml-130 {
    margin-left: -130px;
  }

  .md\:-mt-140 {
    margin-top: -140px;
  }

  .md\:-mr-140 {
    margin-right: -140px;
  }

  .md\:-mb-140 {
    margin-bottom: -140px;
  }

  .md\:-ml-140 {
    margin-left: -140px;
  }

  .md\:-mt-150 {
    margin-top: -150px;
  }

  .md\:-mr-150 {
    margin-right: -150px;
  }

  .md\:-mb-150 {
    margin-bottom: -150px;
  }

  .md\:-ml-150 {
    margin-left: -150px;
  }

  .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-170 {
    margin-top: -170px;
  }

  .md\:-mr-170 {
    margin-right: -170px;
  }

  .md\:-mb-170 {
    margin-bottom: -170px;
  }

  .md\:-ml-170 {
    margin-left: -170px;
  }

  .md\:-mt-180 {
    margin-top: -180px;
  }

  .md\:-mr-180 {
    margin-right: -180px;
  }

  .md\:-mb-180 {
    margin-bottom: -180px;
  }

  .md\:-ml-180 {
    margin-left: -180px;
  }

  .md\:-mt-190 {
    margin-top: -190px;
  }

  .md\:-mr-190 {
    margin-right: -190px;
  }

  .md\:-mb-190 {
    margin-bottom: -190px;
  }

  .md\:-ml-190 {
    margin-left: -190px;
  }

  .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-210 {
    margin-top: -210px;
  }

  .md\:-mr-210 {
    margin-right: -210px;
  }

  .md\:-mb-210 {
    margin-bottom: -210px;
  }

  .md\:-ml-210 {
    margin-left: -210px;
  }

  .md\:-mt-220 {
    margin-top: -220px;
  }

  .md\:-mr-220 {
    margin-right: -220px;
  }

  .md\:-mb-220 {
    margin-bottom: -220px;
  }

  .md\:-ml-220 {
    margin-left: -220px;
  }

  .md\:-mt-230 {
    margin-top: -230px;
  }

  .md\:-mr-230 {
    margin-right: -230px;
  }

  .md\:-mb-230 {
    margin-bottom: -230px;
  }

  .md\:-ml-230 {
    margin-left: -230px;
  }

  .md\:-mt-240 {
    margin-top: -240px;
  }

  .md\:-mr-240 {
    margin-right: -240px;
  }

  .md\:-mb-240 {
    margin-bottom: -240px;
  }

  .md\:-ml-240 {
    margin-left: -240px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-top {
    object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-15 {
    padding: 15px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-25 {
    padding: 25px;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-35 {
    padding: 35px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-45 {
    padding: 45px;
  }

  .md\:p-50 {
    padding: 50px;
  }

  .md\:p-55 {
    padding: 55px;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-70 {
    padding: 70px;
  }

  .md\:p-80 {
    padding: 80px;
  }

  .md\:p-90 {
    padding: 90px;
  }

  .md\:p-100 {
    padding: 100px;
  }

  .md\:p-110 {
    padding: 110px;
  }

  .md\:p-120 {
    padding: 120px;
  }

  .md\:p-130 {
    padding: 130px;
  }

  .md\:p-140 {
    padding: 140px;
  }

  .md\:p-150 {
    padding: 150px;
  }

  .md\:p-160 {
    padding: 160px;
  }

  .md\:p-170 {
    padding: 170px;
  }

  .md\:p-180 {
    padding: 180px;
  }

  .md\:p-190 {
    padding: 190px;
  }

  .md\:p-200 {
    padding: 200px;
  }

  .md\:p-210 {
    padding: 210px;
  }

  .md\:p-220 {
    padding: 220px;
  }

  .md\:p-230 {
    padding: 230px;
  }

  .md\:p-240 {
    padding: 240px;
  }

  .md\:p-250 {
    padding: 250px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .md\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .md\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .md\:px-210 {
    padding-left: 210px;
    padding-right: 210px;
  }

  .md\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-5 {
    padding-top: 5px;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

  .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-15 {
    padding-top: 15px;
  }

  .md\:pr-15 {
    padding-right: 15px;
  }

  .md\:pb-15 {
    padding-bottom: 15px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

  .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-25 {
    padding-top: 25px;
  }

  .md\:pr-25 {
    padding-right: 25px;
  }

  .md\:pb-25 {
    padding-bottom: 25px;
  }

  .md\:pl-25 {
    padding-left: 25px;
  }

  .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-35 {
    padding-top: 35px;
  }

  .md\:pr-35 {
    padding-right: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pl-35 {
    padding-left: 35px;
  }

  .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-45 {
    padding-top: 45px;
  }

  .md\:pr-45 {
    padding-right: 45px;
  }

  .md\:pb-45 {
    padding-bottom: 45px;
  }

  .md\:pl-45 {
    padding-left: 45px;
  }

  .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-55 {
    padding-top: 55px;
  }

  .md\:pr-55 {
    padding-right: 55px;
  }

  .md\:pb-55 {
    padding-bottom: 55px;
  }

  .md\:pl-55 {
    padding-left: 55px;
  }

  .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-70 {
    padding-top: 70px;
  }

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .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-90 {
    padding-top: 90px;
  }

  .md\:pr-90 {
    padding-right: 90px;
  }

  .md\:pb-90 {
    padding-bottom: 90px;
  }

  .md\:pl-90 {
    padding-left: 90px;
  }

  .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-110 {
    padding-top: 110px;
  }

  .md\:pr-110 {
    padding-right: 110px;
  }

  .md\:pb-110 {
    padding-bottom: 110px;
  }

  .md\:pl-110 {
    padding-left: 110px;
  }

  .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-130 {
    padding-top: 130px;
  }

  .md\:pr-130 {
    padding-right: 130px;
  }

  .md\:pb-130 {
    padding-bottom: 130px;
  }

  .md\:pl-130 {
    padding-left: 130px;
  }

  .md\:pt-140 {
    padding-top: 140px;
  }

  .md\:pr-140 {
    padding-right: 140px;
  }

  .md\:pb-140 {
    padding-bottom: 140px;
  }

  .md\:pl-140 {
    padding-left: 140px;
  }

  .md\:pt-150 {
    padding-top: 150px;
  }

  .md\:pr-150 {
    padding-right: 150px;
  }

  .md\:pb-150 {
    padding-bottom: 150px;
  }

  .md\:pl-150 {
    padding-left: 150px;
  }

  .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-170 {
    padding-top: 170px;
  }

  .md\:pr-170 {
    padding-right: 170px;
  }

  .md\:pb-170 {
    padding-bottom: 170px;
  }

  .md\:pl-170 {
    padding-left: 170px;
  }

  .md\:pt-180 {
    padding-top: 180px;
  }

  .md\:pr-180 {
    padding-right: 180px;
  }

  .md\:pb-180 {
    padding-bottom: 180px;
  }

  .md\:pl-180 {
    padding-left: 180px;
  }

  .md\:pt-190 {
    padding-top: 190px;
  }

  .md\:pr-190 {
    padding-right: 190px;
  }

  .md\:pb-190 {
    padding-bottom: 190px;
  }

  .md\:pl-190 {
    padding-left: 190px;
  }

  .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-210 {
    padding-top: 210px;
  }

  .md\:pr-210 {
    padding-right: 210px;
  }

  .md\:pb-210 {
    padding-bottom: 210px;
  }

  .md\:pl-210 {
    padding-left: 210px;
  }

  .md\:pt-220 {
    padding-top: 220px;
  }

  .md\:pr-220 {
    padding-right: 220px;
  }

  .md\:pb-220 {
    padding-bottom: 220px;
  }

  .md\:pl-220 {
    padding-left: 220px;
  }

  .md\:pt-230 {
    padding-top: 230px;
  }

  .md\:pr-230 {
    padding-right: 230px;
  }

  .md\:pb-230 {
    padding-bottom: 230px;
  }

  .md\:pl-230 {
    padding-left: 230px;
  }

  .md\:pt-240 {
    padding-top: 240px;
  }

  .md\:pr-240 {
    padding-right: 240px;
  }

  .md\:pb-240 {
    padding-bottom: 240px;
  }

  .md\:pl-240 {
    padding-left: 240px;
  }

  .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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::placeholder {
    color: #000;
  }

  .md\:placeholder-white::placeholder {
    color: #fff;
  }

  .md\:placeholder-purple-15::placeholder {
    color: #150033;
  }

  .md\:placeholder-purple-16::placeholder {
    color: #160031;
  }

  .md\:placeholder-purple-19::placeholder {
    color: #19003c;
  }

  .md\:placeholder-purple-21::placeholder {
    color: #21004B;
  }

  .md\:placeholder-purple-24::placeholder {
    color: #240154;
  }

  .md\:placeholder-purple-26::placeholder {
    color: #260058;
  }

  .md\:placeholder-purple-30::placeholder {
    color: #300071;
  }

  .md\:placeholder-purple-42::placeholder {
    color: #42009B;
  }

  .md\:placeholder-purple-45::placeholder {
    color: #4500A3;
  }

  .md\:placeholder-purple-50::placeholder {
    color: #50238C;
  }

  .md\:placeholder-purple-54::placeholder {
    color: #5405A6;
  }

  .md\:placeholder-purple-58::placeholder {
    color: #5800CE;
  }

  .md\:placeholder-purple-69::placeholder {
    color: #6900F7;
  }

  .md\:placeholder-purple-90::placeholder {
    color: #903BFF;
  }

  .md\:placeholder-purple-92::placeholder {
    color: #9240FF;
  }

  .md\:placeholder-purple-94::placeholder {
    color: #9446FF;
  }

  .md\:placeholder-purple-1c::placeholder {
    color: #1C0041;
  }

  .md\:placeholder-purple-1e::placeholder {
    color: #1E0048;
  }

  .md\:placeholder-purple-2b::placeholder {
    color: #2B0166;
  }

  .md\:placeholder-purple-2d::placeholder {
    color: #2D0069;
  }

  .md\:placeholder-purple-2e::placeholder {
    color: #2E006F;
  }

  .md\:placeholder-purple-3f::placeholder {
    color: #3F0093;
  }

  .md\:placeholder-purple-4a::placeholder {
    color: #4A00AD;
  }

  .md\:placeholder-purple-4d::placeholder {
    color: #4D00B4;
  }

  .md\:placeholder-purple-4e::placeholder {
    color: #e04b1;
  }

  .md\:placeholder-purple-5f::placeholder {
    color: #5F04D7;
  }

  .md\:placeholder-purple-6d::placeholder {
    color: #6D00FF;
  }

  .md\:placeholder-purple-6f::placeholder {
    color: #6F00FF;
  }

  .md\:placeholder-purple-7c::placeholder {
    color: #7C09E8;
  }

  .md\:placeholder-purple-7b::placeholder {
    color: #7B46C1;
  }

  .md\:placeholder-purple-8a::placeholder {
    color: #8A2FFF;
  }

  .md\:placeholder-purple-a7::placeholder {
    color: #A764FF;
  }

  .md\:placeholder-purple-ab::placeholder {
    color: #AB1F99;
  }

  .md\:placeholder-purple-b6::placeholder {
    color: #B660FF;
  }

  .md\:placeholder-purple-bf::placeholder {
    color: #BF90FF;
  }

  .md\:placeholder-purple-e5::placeholder {
    color: #E5D1FF;
  }

  .md\:placeholder-orange-d0::placeholder {
    color: #D03D5C;
  }

  .md\:placeholder-orange-dc::placeholder {
    color: #DC4157;
  }

  .md\:placeholder-orange-eb::placeholder {
    color: #EB2C2C;
  }

  .md\:placeholder-orange-ed::placeholder {
    color: #ED4D40;
  }

  .md\:placeholder-orange-ee::placeholder {
    color: #EE4129;
  }

  .md\:placeholder-orange-f0::placeholder {
    color: #F04D39;
  }

  .md\:placeholder-orange-f7::placeholder {
    color: #F7451B;
  }

  .md\:placeholder-orange-ff::placeholder {
    color: #FFA039;
  }

  .md\:placeholder-yellow-ff::placeholder {
    color: #ffab59;
  }

  .md\:placeholder-blue-14::placeholder {
    color: #1493E6;
  }

  .md\:placeholder-blue-55::placeholder {
    color: #55ACEE;
  }

  .md\:placeholder-blue-3b::placeholder {
    color: #3b5998;
  }

  .md\:placeholder-blue-3c::placeholder {
    color: #3caef8;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-purple-15:focus::placeholder {
    color: #150033;
  }

  .md\:focus\:placeholder-purple-16:focus::placeholder {
    color: #160031;
  }

  .md\:focus\:placeholder-purple-19:focus::placeholder {
    color: #19003c;
  }

  .md\:focus\:placeholder-purple-21:focus::placeholder {
    color: #21004B;
  }

  .md\:focus\:placeholder-purple-24:focus::placeholder {
    color: #240154;
  }

  .md\:focus\:placeholder-purple-26:focus::placeholder {
    color: #260058;
  }

  .md\:focus\:placeholder-purple-30:focus::placeholder {
    color: #300071;
  }

  .md\:focus\:placeholder-purple-42:focus::placeholder {
    color: #42009B;
  }

  .md\:focus\:placeholder-purple-45:focus::placeholder {
    color: #4500A3;
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    color: #50238C;
  }

  .md\:focus\:placeholder-purple-54:focus::placeholder {
    color: #5405A6;
  }

  .md\:focus\:placeholder-purple-58:focus::placeholder {
    color: #5800CE;
  }

  .md\:focus\:placeholder-purple-69:focus::placeholder {
    color: #6900F7;
  }

  .md\:focus\:placeholder-purple-90:focus::placeholder {
    color: #903BFF;
  }

  .md\:focus\:placeholder-purple-92:focus::placeholder {
    color: #9240FF;
  }

  .md\:focus\:placeholder-purple-94:focus::placeholder {
    color: #9446FF;
  }

  .md\:focus\:placeholder-purple-1c:focus::placeholder {
    color: #1C0041;
  }

  .md\:focus\:placeholder-purple-1e:focus::placeholder {
    color: #1E0048;
  }

  .md\:focus\:placeholder-purple-2b:focus::placeholder {
    color: #2B0166;
  }

  .md\:focus\:placeholder-purple-2d:focus::placeholder {
    color: #2D0069;
  }

  .md\:focus\:placeholder-purple-2e:focus::placeholder {
    color: #2E006F;
  }

  .md\:focus\:placeholder-purple-3f:focus::placeholder {
    color: #3F0093;
  }

  .md\:focus\:placeholder-purple-4a:focus::placeholder {
    color: #4A00AD;
  }

  .md\:focus\:placeholder-purple-4d:focus::placeholder {
    color: #4D00B4;
  }

  .md\:focus\:placeholder-purple-4e:focus::placeholder {
    color: #e04b1;
  }

  .md\:focus\:placeholder-purple-5f:focus::placeholder {
    color: #5F04D7;
  }

  .md\:focus\:placeholder-purple-6d:focus::placeholder {
    color: #6D00FF;
  }

  .md\:focus\:placeholder-purple-6f:focus::placeholder {
    color: #6F00FF;
  }

  .md\:focus\:placeholder-purple-7c:focus::placeholder {
    color: #7C09E8;
  }

  .md\:focus\:placeholder-purple-7b:focus::placeholder {
    color: #7B46C1;
  }

  .md\:focus\:placeholder-purple-8a:focus::placeholder {
    color: #8A2FFF;
  }

  .md\:focus\:placeholder-purple-a7:focus::placeholder {
    color: #A764FF;
  }

  .md\:focus\:placeholder-purple-ab:focus::placeholder {
    color: #AB1F99;
  }

  .md\:focus\:placeholder-purple-b6:focus::placeholder {
    color: #B660FF;
  }

  .md\:focus\:placeholder-purple-bf:focus::placeholder {
    color: #BF90FF;
  }

  .md\:focus\:placeholder-purple-e5:focus::placeholder {
    color: #E5D1FF;
  }

  .md\:focus\:placeholder-orange-d0:focus::placeholder {
    color: #D03D5C;
  }

  .md\:focus\:placeholder-orange-dc:focus::placeholder {
    color: #DC4157;
  }

  .md\:focus\:placeholder-orange-eb:focus::placeholder {
    color: #EB2C2C;
  }

  .md\:focus\:placeholder-orange-ed:focus::placeholder {
    color: #ED4D40;
  }

  .md\:focus\:placeholder-orange-ee:focus::placeholder {
    color: #EE4129;
  }

  .md\:focus\:placeholder-orange-f0:focus::placeholder {
    color: #F04D39;
  }

  .md\:focus\:placeholder-orange-f7:focus::placeholder {
    color: #F7451B;
  }

  .md\:focus\:placeholder-orange-ff:focus::placeholder {
    color: #FFA039;
  }

  .md\:focus\:placeholder-yellow-ff:focus::placeholder {
    color: #ffab59;
  }

  .md\:focus\:placeholder-blue-14:focus::placeholder {
    color: #1493E6;
  }

  .md\:focus\:placeholder-blue-55:focus::placeholder {
    color: #55ACEE;
  }

  .md\:focus\:placeholder-blue-3b:focus::placeholder {
    color: #3b5998;
  }

  .md\:focus\:placeholder-blue-3c:focus::placeholder {
    color: #3caef8;
  }

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

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

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-purple-15 {
    color: #150033;
  }

  .md\:text-purple-16 {
    color: #160031;
  }

  .md\:text-purple-19 {
    color: #19003c;
  }

  .md\:text-purple-21 {
    color: #21004B;
  }

  .md\:text-purple-24 {
    color: #240154;
  }

  .md\:text-purple-26 {
    color: #260058;
  }

  .md\:text-purple-30 {
    color: #300071;
  }

  .md\:text-purple-42 {
    color: #42009B;
  }

  .md\:text-purple-45 {
    color: #4500A3;
  }

  .md\:text-purple-50 {
    color: #50238C;
  }

  .md\:text-purple-54 {
    color: #5405A6;
  }

  .md\:text-purple-58 {
    color: #5800CE;
  }

  .md\:text-purple-69 {
    color: #6900F7;
  }

  .md\:text-purple-90 {
    color: #903BFF;
  }

  .md\:text-purple-92 {
    color: #9240FF;
  }

  .md\:text-purple-94 {
    color: #9446FF;
  }

  .md\:text-purple-1c {
    color: #1C0041;
  }

  .md\:text-purple-1e {
    color: #1E0048;
  }

  .md\:text-purple-2b {
    color: #2B0166;
  }

  .md\:text-purple-2d {
    color: #2D0069;
  }

  .md\:text-purple-2e {
    color: #2E006F;
  }

  .md\:text-purple-3f {
    color: #3F0093;
  }

  .md\:text-purple-4a {
    color: #4A00AD;
  }

  .md\:text-purple-4d {
    color: #4D00B4;
  }

  .md\:text-purple-4e {
    color: #e04b1;
  }

  .md\:text-purple-5f {
    color: #5F04D7;
  }

  .md\:text-purple-6d {
    color: #6D00FF;
  }

  .md\:text-purple-6f {
    color: #6F00FF;
  }

  .md\:text-purple-7c {
    color: #7C09E8;
  }

  .md\:text-purple-7b {
    color: #7B46C1;
  }

  .md\:text-purple-8a {
    color: #8A2FFF;
  }

  .md\:text-purple-a7 {
    color: #A764FF;
  }

  .md\:text-purple-ab {
    color: #AB1F99;
  }

  .md\:text-purple-b6 {
    color: #B660FF;
  }

  .md\:text-purple-bf {
    color: #BF90FF;
  }

  .md\:text-purple-e5 {
    color: #E5D1FF;
  }

  .md\:text-orange-d0 {
    color: #D03D5C;
  }

  .md\:text-orange-dc {
    color: #DC4157;
  }

  .md\:text-orange-eb {
    color: #EB2C2C;
  }

  .md\:text-orange-ed {
    color: #ED4D40;
  }

  .md\:text-orange-ee {
    color: #EE4129;
  }

  .md\:text-orange-f0 {
    color: #F04D39;
  }

  .md\:text-orange-f7 {
    color: #F7451B;
  }

  .md\:text-orange-ff {
    color: #FFA039;
  }

  .md\:text-yellow-ff {
    color: #ffab59;
  }

  .md\:text-blue-14 {
    color: #1493E6;
  }

  .md\:text-blue-55 {
    color: #55ACEE;
  }

  .md\:text-blue-3b {
    color: #3b5998;
  }

  .md\:text-blue-3c {
    color: #3caef8;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-purple-15:hover {
    color: #150033;
  }

  .md\:hover\:text-purple-16:hover {
    color: #160031;
  }

  .md\:hover\:text-purple-19:hover {
    color: #19003c;
  }

  .md\:hover\:text-purple-21:hover {
    color: #21004B;
  }

  .md\:hover\:text-purple-24:hover {
    color: #240154;
  }

  .md\:hover\:text-purple-26:hover {
    color: #260058;
  }

  .md\:hover\:text-purple-30:hover {
    color: #300071;
  }

  .md\:hover\:text-purple-42:hover {
    color: #42009B;
  }

  .md\:hover\:text-purple-45:hover {
    color: #4500A3;
  }

  .md\:hover\:text-purple-50:hover {
    color: #50238C;
  }

  .md\:hover\:text-purple-54:hover {
    color: #5405A6;
  }

  .md\:hover\:text-purple-58:hover {
    color: #5800CE;
  }

  .md\:hover\:text-purple-69:hover {
    color: #6900F7;
  }

  .md\:hover\:text-purple-90:hover {
    color: #903BFF;
  }

  .md\:hover\:text-purple-92:hover {
    color: #9240FF;
  }

  .md\:hover\:text-purple-94:hover {
    color: #9446FF;
  }

  .md\:hover\:text-purple-1c:hover {
    color: #1C0041;
  }

  .md\:hover\:text-purple-1e:hover {
    color: #1E0048;
  }

  .md\:hover\:text-purple-2b:hover {
    color: #2B0166;
  }

  .md\:hover\:text-purple-2d:hover {
    color: #2D0069;
  }

  .md\:hover\:text-purple-2e:hover {
    color: #2E006F;
  }

  .md\:hover\:text-purple-3f:hover {
    color: #3F0093;
  }

  .md\:hover\:text-purple-4a:hover {
    color: #4A00AD;
  }

  .md\:hover\:text-purple-4d:hover {
    color: #4D00B4;
  }

  .md\:hover\:text-purple-4e:hover {
    color: #e04b1;
  }

  .md\:hover\:text-purple-5f:hover {
    color: #5F04D7;
  }

  .md\:hover\:text-purple-6d:hover {
    color: #6D00FF;
  }

  .md\:hover\:text-purple-6f:hover {
    color: #6F00FF;
  }

  .md\:hover\:text-purple-7c:hover {
    color: #7C09E8;
  }

  .md\:hover\:text-purple-7b:hover {
    color: #7B46C1;
  }

  .md\:hover\:text-purple-8a:hover {
    color: #8A2FFF;
  }

  .md\:hover\:text-purple-a7:hover {
    color: #A764FF;
  }

  .md\:hover\:text-purple-ab:hover {
    color: #AB1F99;
  }

  .md\:hover\:text-purple-b6:hover {
    color: #B660FF;
  }

  .md\:hover\:text-purple-bf:hover {
    color: #BF90FF;
  }

  .md\:hover\:text-purple-e5:hover {
    color: #E5D1FF;
  }

  .md\:hover\:text-orange-d0:hover {
    color: #D03D5C;
  }

  .md\:hover\:text-orange-dc:hover {
    color: #DC4157;
  }

  .md\:hover\:text-orange-eb:hover {
    color: #EB2C2C;
  }

  .md\:hover\:text-orange-ed:hover {
    color: #ED4D40;
  }

  .md\:hover\:text-orange-ee:hover {
    color: #EE4129;
  }

  .md\:hover\:text-orange-f0:hover {
    color: #F04D39;
  }

  .md\:hover\:text-orange-f7:hover {
    color: #F7451B;
  }

  .md\:hover\:text-orange-ff:hover {
    color: #FFA039;
  }

  .md\:hover\:text-yellow-ff:hover {
    color: #ffab59;
  }

  .md\:hover\:text-blue-14:hover {
    color: #1493E6;
  }

  .md\:hover\:text-blue-55:hover {
    color: #55ACEE;
  }

  .md\:hover\:text-blue-3b:hover {
    color: #3b5998;
  }

  .md\:hover\:text-blue-3c:hover {
    color: #3caef8;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:active\:text-black:active {
    color: #000;
  }

  .md\:active\:text-white:active {
    color: #fff;
  }

  .md\:active\:text-purple-15:active {
    color: #150033;
  }

  .md\:active\:text-purple-16:active {
    color: #160031;
  }

  .md\:active\:text-purple-19:active {
    color: #19003c;
  }

  .md\:active\:text-purple-21:active {
    color: #21004B;
  }

  .md\:active\:text-purple-24:active {
    color: #240154;
  }

  .md\:active\:text-purple-26:active {
    color: #260058;
  }

  .md\:active\:text-purple-30:active {
    color: #300071;
  }

  .md\:active\:text-purple-42:active {
    color: #42009B;
  }

  .md\:active\:text-purple-45:active {
    color: #4500A3;
  }

  .md\:active\:text-purple-50:active {
    color: #50238C;
  }

  .md\:active\:text-purple-54:active {
    color: #5405A6;
  }

  .md\:active\:text-purple-58:active {
    color: #5800CE;
  }

  .md\:active\:text-purple-69:active {
    color: #6900F7;
  }

  .md\:active\:text-purple-90:active {
    color: #903BFF;
  }

  .md\:active\:text-purple-92:active {
    color: #9240FF;
  }

  .md\:active\:text-purple-94:active {
    color: #9446FF;
  }

  .md\:active\:text-purple-1c:active {
    color: #1C0041;
  }

  .md\:active\:text-purple-1e:active {
    color: #1E0048;
  }

  .md\:active\:text-purple-2b:active {
    color: #2B0166;
  }

  .md\:active\:text-purple-2d:active {
    color: #2D0069;
  }

  .md\:active\:text-purple-2e:active {
    color: #2E006F;
  }

  .md\:active\:text-purple-3f:active {
    color: #3F0093;
  }

  .md\:active\:text-purple-4a:active {
    color: #4A00AD;
  }

  .md\:active\:text-purple-4d:active {
    color: #4D00B4;
  }

  .md\:active\:text-purple-4e:active {
    color: #e04b1;
  }

  .md\:active\:text-purple-5f:active {
    color: #5F04D7;
  }

  .md\:active\:text-purple-6d:active {
    color: #6D00FF;
  }

  .md\:active\:text-purple-6f:active {
    color: #6F00FF;
  }

  .md\:active\:text-purple-7c:active {
    color: #7C09E8;
  }

  .md\:active\:text-purple-7b:active {
    color: #7B46C1;
  }

  .md\:active\:text-purple-8a:active {
    color: #8A2FFF;
  }

  .md\:active\:text-purple-a7:active {
    color: #A764FF;
  }

  .md\:active\:text-purple-ab:active {
    color: #AB1F99;
  }

  .md\:active\:text-purple-b6:active {
    color: #B660FF;
  }

  .md\:active\:text-purple-bf:active {
    color: #BF90FF;
  }

  .md\:active\:text-purple-e5:active {
    color: #E5D1FF;
  }

  .md\:active\:text-orange-d0:active {
    color: #D03D5C;
  }

  .md\:active\:text-orange-dc:active {
    color: #DC4157;
  }

  .md\:active\:text-orange-eb:active {
    color: #EB2C2C;
  }

  .md\:active\:text-orange-ed:active {
    color: #ED4D40;
  }

  .md\:active\:text-orange-ee:active {
    color: #EE4129;
  }

  .md\:active\:text-orange-f0:active {
    color: #F04D39;
  }

  .md\:active\:text-orange-f7:active {
    color: #F7451B;
  }

  .md\:active\:text-orange-ff:active {
    color: #FFA039;
  }

  .md\:active\:text-yellow-ff:active {
    color: #ffab59;
  }

  .md\:active\:text-blue-14:active {
    color: #1493E6;
  }

  .md\:active\:text-blue-55:active {
    color: #55ACEE;
  }

  .md\:active\:text-blue-3b:active {
    color: #3b5998;
  }

  .md\:active\:text-blue-3c:active {
    color: #3caef8;
  }

  .md\:text-8 {
    font-size: 8px;
  }

  .md\:text-9 {
    font-size: 9px;
  }

  .md\:text-10 {
    font-size: 10px;
  }

  .md\:text-11 {
    font-size: 11px;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-13 {
    font-size: 13px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-15 {
    font-size: 15px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-17 {
    font-size: 17px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-19 {
    font-size: 19px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-22 {
    font-size: 22px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-25 {
    font-size: 25px;
  }

  .md\:text-26 {
    font-size: 26px;
  }

  .md\:text-28 {
    font-size: 28px;
  }

  .md\:text-31 {
    font-size: 31px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-34 {
    font-size: 34px;
  }

  .md\:text-35 {
    font-size: 35px;
  }

  .md\:text-37 {
    font-size: 37px;
  }

  .md\:text-39 {
    font-size: 39px;
  }

  .md\:text-40 {
    font-size: 40px;
  }

  .md\:text-41 {
    font-size: 41px;
  }

  .md\:text-44 {
    font-size: 44px;
  }

  .md\:text-46 {
    font-size: 46px;
  }

  .md\:text-47 {
    font-size: 47px;
  }

  .md\:text-48 {
    font-size: 48px;
  }

  .md\:text-49 {
    font-size: 49px;
  }

  .md\:text-50 {
    font-size: 50px;
  }

  .md\:text-52 {
    font-size: 52px;
  }

  .md\:text-55 {
    font-size: 55px;
  }

  .md\:text-57 {
    font-size: 57px;
  }

  .md\:text-60 {
    font-size: 60px;
  }

  .md\:text-61 {
    font-size: 61px;
  }

  .md\:text-64 {
    font-size: 64px;
  }

  .md\:text-67 {
    font-size: 67px;
  }

  .md\:text-70 {
    font-size: 70px;
  }

  .md\:text-72 {
    font-size: 72px;
  }

  .md\:text-74 {
    font-size: 74px;
  }

  .md\:text-78 {
    font-size: 78px;
  }

  .md\:text-80 {
    font-size: 80px;
  }

  .md\:text-82 {
    font-size: 82px;
  }

  .md\:text-85 {
    font-size: 85px;
  }

  .md\:text-88 {
    font-size: 88px;
  }

  .md\:text-90 {
    font-size: 90px;
  }

  .md\:text-94 {
    font-size: 94px;
  }

  .md\:text-96 {
    font-size: 96px;
  }

  .md\:text-100 {
    font-size: 100px;
  }

  .md\:text-102 {
    font-size: 102px;
  }

  .md\:text-107 {
    font-size: 107px;
  }

  .md\:text-110 {
    font-size: 110px;
  }

  .md\:text-113 {
    font-size: 113px;
  }

  .md\:text-124 {
    font-size: 124px;
  }

  .md\:text-125 {
    font-size: 125px;
  }

  .md\:text-140 {
    font-size: 140px;
  }

  .md\:text-148 {
    font-size: 148px;
  }

  .md\:text-150 {
    font-size: 150px;
  }

  .md\:text-170 {
    font-size: 170px;
  }

  .md\:text-180 {
    font-size: 180px;
  }

  .md\:text-190 {
    font-size: 190px;
  }

  .md\:text-210 {
    font-size: 210px;
  }

  .md\:text-240 {
    font-size: 240px;
  }

  .md\:text-250 {
    font-size: 250px;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    user-select: none;
  }

  .md\:select-text {
    user-select: text;
  }

  .md\:select-all {
    user-select: all;
  }

  .md\:select-auto {
    user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-5 {
    width: 5px;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-15 {
    width: 15px;
  }

  .md\:w-20 {
    width: 20px;
  }

  .md\:w-25 {
    width: 25px;
  }

  .md\:w-30 {
    width: 30px;
  }

  .md\:w-35 {
    width: 35px;
  }

  .md\:w-40 {
    width: 40px;
  }

  .md\:w-45 {
    width: 45px;
  }

  .md\:w-50 {
    width: 50px;
  }

  .md\:w-55 {
    width: 55px;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-70 {
    width: 70px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:w-90 {
    width: 90px;
  }

  .md\:w-100 {
    width: 100px;
  }

  .md\:w-110 {
    width: 110px;
  }

  .md\:w-120 {
    width: 120px;
  }

  .md\:w-130 {
    width: 130px;
  }

  .md\:w-140 {
    width: 140px;
  }

  .md\:w-150 {
    width: 150px;
  }

  .md\:w-160 {
    width: 160px;
  }

  .md\:w-170 {
    width: 170px;
  }

  .md\:w-180 {
    width: 180px;
  }

  .md\:w-190 {
    width: 190px;
  }

  .md\:w-200 {
    width: 200px;
  }

  .md\:w-210 {
    width: 210px;
  }

  .md\:w-220 {
    width: 220px;
  }

  .md\:w-230 {
    width: 230px;
  }

  .md\:w-240 {
    width: 240px;
  }

  .md\:w-250 {
    width: 250px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

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

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

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

  /* Creates responsive classes for each custom utlity */

  /* Aspect Ratio */

  .md\:aspect-ratio-1x1::after {
    clear: both;
    content: "";
    display: table;
  }

  .md\:aspect-ratio-1x1::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: -1px;
  }

  .md\:aspect-ratio-5x3::after {
    clear: both;
    content: "";
    display: table;
  }

  .md\:aspect-ratio-5x3::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: -1px;
  }

  .md\:aspect-ratio-16x9::after {
    clear: both;
    content: "";
    display: table;
  }

  .md\:aspect-ratio-16x9::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: -1px;
  }

  /* To Reset Aspect Ratio */

  .md\:aspect-ratio-auto::after {
    display: none;
  }

  .md\:aspect-ratio-auto::before {
    display: none;
  }

  /* Blur */

  .md\:blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .md\:blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .md\:blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .md\:blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

  .md\:blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .md\:blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  /* Gradient BG */

  .md\:bg-gradient-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
    background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
  }

  .md\:bg-gradient-purple-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
    background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
  }

  .md\:bg-gradient-purple-orange {
    background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
    background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
  }

  /* Image BG */

  .md\:bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .md\:bg-dotted-01 {
      background-image: url("/bgs/bg-dotted_01-desktop.jpg");
    }
  }

  .md\:bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .md\:bg-dotted-02 {
      background-image: url("/bgs/bg-dotted_02-desktop.jpg");
    }
  }

  .md\:bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .md\:bg-dotted-03 {
      background-image: url("/bgs/bg-dotted_03-desktop.jpg");
    }
  }

  /* Text Stroke */

  .md\:text-stroke-color-purple-50 {
    -webkit-text-stroke-color: #50238C;
    text-stroke-color: #50238C;
  }

  .md\:text-stroke-color-purple-6d {
    -webkit-text-stroke-color: #6D00FF;
    text-stroke-color: #6D00FF;
  }

  .md\:text-stroke-color-purple-6f {
    -webkit-text-stroke-color: #6F00FF;
    text-stroke-color: #6F00FF;
  }

  .md\:text-stroke-color-purple-a7 {
    -webkit-text-stroke-color: #A764FF;
    text-stroke-color: #A764FF;
  }

  .md\:text-stroke-color-purple-b6 {
    -webkit-text-stroke-color: #B660FF;
    text-stroke-color: #B660FF;
  }

  .md\:text-stroke-color-purple-bf {
    -webkit-text-stroke-color: #BF90FF;
    text-stroke-color: #BF90FF;
  }

  .md\:text-stroke-color-orange-f0 {
    -webkit-text-stroke-color: #F04D39;
    text-stroke-color: #F04D39;
  }

  .md\:text-stroke-color-orange-ff {
    -webkit-text-stroke-color: #FFA039;
    text-stroke-color: #FFA039;
  }

  .md\:text-stroke-color-white {
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
  }

  .md\:text-stroke-width-1 {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .md\:text-stroke-width-1-5 {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1,5px;
  }

  .md\:text-stroke-width-2 {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }

  .md\:text-stroke-width-2-5 {
    -webkit-text-stroke-width: 2.5px;
    text-stroke-width: 2.5px;
  }

  .md\:text-stroke-width-3 {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }

  .md\:text-stroke-width-4 {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
  }

  .md\:text-stroke-width-6 {
    -webkit-text-stroke-width: 6px;
    text-stroke-width: 6px;
  }

  .md\:text-stroke-width-8 {
    -webkit-text-stroke-width: 8px;
    text-stroke-width: 8px;
  }

  /* IE Fixes */

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .md\:text-transparent {
      color: inherit;
    }
  }

  .md\:flex-1-ie {
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .lg\:appearance-none {
    appearance: none;
  }

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

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

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

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

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-purple-15 {
    background-color: #150033;
  }

  .lg\:bg-purple-16 {
    background-color: #160031;
  }

  .lg\:bg-purple-19 {
    background-color: #19003c;
  }

  .lg\:bg-purple-21 {
    background-color: #21004B;
  }

  .lg\:bg-purple-24 {
    background-color: #240154;
  }

  .lg\:bg-purple-26 {
    background-color: #260058;
  }

  .lg\:bg-purple-30 {
    background-color: #300071;
  }

  .lg\:bg-purple-42 {
    background-color: #42009B;
  }

  .lg\:bg-purple-45 {
    background-color: #4500A3;
  }

  .lg\:bg-purple-50 {
    background-color: #50238C;
  }

  .lg\:bg-purple-54 {
    background-color: #5405A6;
  }

  .lg\:bg-purple-58 {
    background-color: #5800CE;
  }

  .lg\:bg-purple-69 {
    background-color: #6900F7;
  }

  .lg\:bg-purple-90 {
    background-color: #903BFF;
  }

  .lg\:bg-purple-92 {
    background-color: #9240FF;
  }

  .lg\:bg-purple-94 {
    background-color: #9446FF;
  }

  .lg\:bg-purple-1c {
    background-color: #1C0041;
  }

  .lg\:bg-purple-1e {
    background-color: #1E0048;
  }

  .lg\:bg-purple-2b {
    background-color: #2B0166;
  }

  .lg\:bg-purple-2d {
    background-color: #2D0069;
  }

  .lg\:bg-purple-2e {
    background-color: #2E006F;
  }

  .lg\:bg-purple-3f {
    background-color: #3F0093;
  }

  .lg\:bg-purple-4a {
    background-color: #4A00AD;
  }

  .lg\:bg-purple-4d {
    background-color: #4D00B4;
  }

  .lg\:bg-purple-4e {
    background-color: #e04b1;
  }

  .lg\:bg-purple-5f {
    background-color: #5F04D7;
  }

  .lg\:bg-purple-6d {
    background-color: #6D00FF;
  }

  .lg\:bg-purple-6f {
    background-color: #6F00FF;
  }

  .lg\:bg-purple-7c {
    background-color: #7C09E8;
  }

  .lg\:bg-purple-7b {
    background-color: #7B46C1;
  }

  .lg\:bg-purple-8a {
    background-color: #8A2FFF;
  }

  .lg\:bg-purple-a7 {
    background-color: #A764FF;
  }

  .lg\:bg-purple-ab {
    background-color: #AB1F99;
  }

  .lg\:bg-purple-b6 {
    background-color: #B660FF;
  }

  .lg\:bg-purple-bf {
    background-color: #BF90FF;
  }

  .lg\:bg-purple-e5 {
    background-color: #E5D1FF;
  }

  .lg\:bg-orange-d0 {
    background-color: #D03D5C;
  }

  .lg\:bg-orange-dc {
    background-color: #DC4157;
  }

  .lg\:bg-orange-eb {
    background-color: #EB2C2C;
  }

  .lg\:bg-orange-ed {
    background-color: #ED4D40;
  }

  .lg\:bg-orange-ee {
    background-color: #EE4129;
  }

  .lg\:bg-orange-f0 {
    background-color: #F04D39;
  }

  .lg\:bg-orange-f7 {
    background-color: #F7451B;
  }

  .lg\:bg-orange-ff {
    background-color: #FFA039;
  }

  .lg\:bg-yellow-ff {
    background-color: #ffab59;
  }

  .lg\:bg-blue-14 {
    background-color: #1493E6;
  }

  .lg\:bg-blue-55 {
    background-color: #55ACEE;
  }

  .lg\:bg-blue-3b {
    background-color: #3b5998;
  }

  .lg\:bg-blue-3c {
    background-color: #3caef8;
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-purple-15:hover {
    background-color: #150033;
  }

  .lg\:hover\:bg-purple-16:hover {
    background-color: #160031;
  }

  .lg\:hover\:bg-purple-19:hover {
    background-color: #19003c;
  }

  .lg\:hover\:bg-purple-21:hover {
    background-color: #21004B;
  }

  .lg\:hover\:bg-purple-24:hover {
    background-color: #240154;
  }

  .lg\:hover\:bg-purple-26:hover {
    background-color: #260058;
  }

  .lg\:hover\:bg-purple-30:hover {
    background-color: #300071;
  }

  .lg\:hover\:bg-purple-42:hover {
    background-color: #42009B;
  }

  .lg\:hover\:bg-purple-45:hover {
    background-color: #4500A3;
  }

  .lg\:hover\:bg-purple-50:hover {
    background-color: #50238C;
  }

  .lg\:hover\:bg-purple-54:hover {
    background-color: #5405A6;
  }

  .lg\:hover\:bg-purple-58:hover {
    background-color: #5800CE;
  }

  .lg\:hover\:bg-purple-69:hover {
    background-color: #6900F7;
  }

  .lg\:hover\:bg-purple-90:hover {
    background-color: #903BFF;
  }

  .lg\:hover\:bg-purple-92:hover {
    background-color: #9240FF;
  }

  .lg\:hover\:bg-purple-94:hover {
    background-color: #9446FF;
  }

  .lg\:hover\:bg-purple-1c:hover {
    background-color: #1C0041;
  }

  .lg\:hover\:bg-purple-1e:hover {
    background-color: #1E0048;
  }

  .lg\:hover\:bg-purple-2b:hover {
    background-color: #2B0166;
  }

  .lg\:hover\:bg-purple-2d:hover {
    background-color: #2D0069;
  }

  .lg\:hover\:bg-purple-2e:hover {
    background-color: #2E006F;
  }

  .lg\:hover\:bg-purple-3f:hover {
    background-color: #3F0093;
  }

  .lg\:hover\:bg-purple-4a:hover {
    background-color: #4A00AD;
  }

  .lg\:hover\:bg-purple-4d:hover {
    background-color: #4D00B4;
  }

  .lg\:hover\:bg-purple-4e:hover {
    background-color: #e04b1;
  }

  .lg\:hover\:bg-purple-5f:hover {
    background-color: #5F04D7;
  }

  .lg\:hover\:bg-purple-6d:hover {
    background-color: #6D00FF;
  }

  .lg\:hover\:bg-purple-6f:hover {
    background-color: #6F00FF;
  }

  .lg\:hover\:bg-purple-7c:hover {
    background-color: #7C09E8;
  }

  .lg\:hover\:bg-purple-7b:hover {
    background-color: #7B46C1;
  }

  .lg\:hover\:bg-purple-8a:hover {
    background-color: #8A2FFF;
  }

  .lg\:hover\:bg-purple-a7:hover {
    background-color: #A764FF;
  }

  .lg\:hover\:bg-purple-ab:hover {
    background-color: #AB1F99;
  }

  .lg\:hover\:bg-purple-b6:hover {
    background-color: #B660FF;
  }

  .lg\:hover\:bg-purple-bf:hover {
    background-color: #BF90FF;
  }

  .lg\:hover\:bg-purple-e5:hover {
    background-color: #E5D1FF;
  }

  .lg\:hover\:bg-orange-d0:hover {
    background-color: #D03D5C;
  }

  .lg\:hover\:bg-orange-dc:hover {
    background-color: #DC4157;
  }

  .lg\:hover\:bg-orange-eb:hover {
    background-color: #EB2C2C;
  }

  .lg\:hover\:bg-orange-ed:hover {
    background-color: #ED4D40;
  }

  .lg\:hover\:bg-orange-ee:hover {
    background-color: #EE4129;
  }

  .lg\:hover\:bg-orange-f0:hover {
    background-color: #F04D39;
  }

  .lg\:hover\:bg-orange-f7:hover {
    background-color: #F7451B;
  }

  .lg\:hover\:bg-orange-ff:hover {
    background-color: #FFA039;
  }

  .lg\:hover\:bg-yellow-ff:hover {
    background-color: #ffab59;
  }

  .lg\:hover\:bg-blue-14:hover {
    background-color: #1493E6;
  }

  .lg\:hover\:bg-blue-55:hover {
    background-color: #55ACEE;
  }

  .lg\:hover\:bg-blue-3b:hover {
    background-color: #3b5998;
  }

  .lg\:hover\:bg-blue-3c:hover {
    background-color: #3caef8;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    background-color: #000;
  }

  .lg\:active\:bg-white:active {
    background-color: #fff;
  }

  .lg\:active\:bg-purple-15:active {
    background-color: #150033;
  }

  .lg\:active\:bg-purple-16:active {
    background-color: #160031;
  }

  .lg\:active\:bg-purple-19:active {
    background-color: #19003c;
  }

  .lg\:active\:bg-purple-21:active {
    background-color: #21004B;
  }

  .lg\:active\:bg-purple-24:active {
    background-color: #240154;
  }

  .lg\:active\:bg-purple-26:active {
    background-color: #260058;
  }

  .lg\:active\:bg-purple-30:active {
    background-color: #300071;
  }

  .lg\:active\:bg-purple-42:active {
    background-color: #42009B;
  }

  .lg\:active\:bg-purple-45:active {
    background-color: #4500A3;
  }

  .lg\:active\:bg-purple-50:active {
    background-color: #50238C;
  }

  .lg\:active\:bg-purple-54:active {
    background-color: #5405A6;
  }

  .lg\:active\:bg-purple-58:active {
    background-color: #5800CE;
  }

  .lg\:active\:bg-purple-69:active {
    background-color: #6900F7;
  }

  .lg\:active\:bg-purple-90:active {
    background-color: #903BFF;
  }

  .lg\:active\:bg-purple-92:active {
    background-color: #9240FF;
  }

  .lg\:active\:bg-purple-94:active {
    background-color: #9446FF;
  }

  .lg\:active\:bg-purple-1c:active {
    background-color: #1C0041;
  }

  .lg\:active\:bg-purple-1e:active {
    background-color: #1E0048;
  }

  .lg\:active\:bg-purple-2b:active {
    background-color: #2B0166;
  }

  .lg\:active\:bg-purple-2d:active {
    background-color: #2D0069;
  }

  .lg\:active\:bg-purple-2e:active {
    background-color: #2E006F;
  }

  .lg\:active\:bg-purple-3f:active {
    background-color: #3F0093;
  }

  .lg\:active\:bg-purple-4a:active {
    background-color: #4A00AD;
  }

  .lg\:active\:bg-purple-4d:active {
    background-color: #4D00B4;
  }

  .lg\:active\:bg-purple-4e:active {
    background-color: #e04b1;
  }

  .lg\:active\:bg-purple-5f:active {
    background-color: #5F04D7;
  }

  .lg\:active\:bg-purple-6d:active {
    background-color: #6D00FF;
  }

  .lg\:active\:bg-purple-6f:active {
    background-color: #6F00FF;
  }

  .lg\:active\:bg-purple-7c:active {
    background-color: #7C09E8;
  }

  .lg\:active\:bg-purple-7b:active {
    background-color: #7B46C1;
  }

  .lg\:active\:bg-purple-8a:active {
    background-color: #8A2FFF;
  }

  .lg\:active\:bg-purple-a7:active {
    background-color: #A764FF;
  }

  .lg\:active\:bg-purple-ab:active {
    background-color: #AB1F99;
  }

  .lg\:active\:bg-purple-b6:active {
    background-color: #B660FF;
  }

  .lg\:active\:bg-purple-bf:active {
    background-color: #BF90FF;
  }

  .lg\:active\:bg-purple-e5:active {
    background-color: #E5D1FF;
  }

  .lg\:active\:bg-orange-d0:active {
    background-color: #D03D5C;
  }

  .lg\:active\:bg-orange-dc:active {
    background-color: #DC4157;
  }

  .lg\:active\:bg-orange-eb:active {
    background-color: #EB2C2C;
  }

  .lg\:active\:bg-orange-ed:active {
    background-color: #ED4D40;
  }

  .lg\:active\:bg-orange-ee:active {
    background-color: #EE4129;
  }

  .lg\:active\:bg-orange-f0:active {
    background-color: #F04D39;
  }

  .lg\:active\:bg-orange-f7:active {
    background-color: #F7451B;
  }

  .lg\:active\:bg-orange-ff:active {
    background-color: #FFA039;
  }

  .lg\:active\:bg-yellow-ff:active {
    background-color: #ffab59;
  }

  .lg\:active\:bg-blue-14:active {
    background-color: #1493E6;
  }

  .lg\:active\:bg-blue-55:active {
    background-color: #55ACEE;
  }

  .lg\:active\:bg-blue-3b:active {
    background-color: #3b5998;
  }

  .lg\:active\:bg-blue-3c:active {
    background-color: #3caef8;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-purple-15 {
    border-color: #150033;
  }

  .lg\:border-purple-16 {
    border-color: #160031;
  }

  .lg\:border-purple-19 {
    border-color: #19003c;
  }

  .lg\:border-purple-21 {
    border-color: #21004B;
  }

  .lg\:border-purple-24 {
    border-color: #240154;
  }

  .lg\:border-purple-26 {
    border-color: #260058;
  }

  .lg\:border-purple-30 {
    border-color: #300071;
  }

  .lg\:border-purple-42 {
    border-color: #42009B;
  }

  .lg\:border-purple-45 {
    border-color: #4500A3;
  }

  .lg\:border-purple-50 {
    border-color: #50238C;
  }

  .lg\:border-purple-54 {
    border-color: #5405A6;
  }

  .lg\:border-purple-58 {
    border-color: #5800CE;
  }

  .lg\:border-purple-69 {
    border-color: #6900F7;
  }

  .lg\:border-purple-90 {
    border-color: #903BFF;
  }

  .lg\:border-purple-92 {
    border-color: #9240FF;
  }

  .lg\:border-purple-94 {
    border-color: #9446FF;
  }

  .lg\:border-purple-1c {
    border-color: #1C0041;
  }

  .lg\:border-purple-1e {
    border-color: #1E0048;
  }

  .lg\:border-purple-2b {
    border-color: #2B0166;
  }

  .lg\:border-purple-2d {
    border-color: #2D0069;
  }

  .lg\:border-purple-2e {
    border-color: #2E006F;
  }

  .lg\:border-purple-3f {
    border-color: #3F0093;
  }

  .lg\:border-purple-4a {
    border-color: #4A00AD;
  }

  .lg\:border-purple-4d {
    border-color: #4D00B4;
  }

  .lg\:border-purple-4e {
    border-color: #e04b1;
  }

  .lg\:border-purple-5f {
    border-color: #5F04D7;
  }

  .lg\:border-purple-6d {
    border-color: #6D00FF;
  }

  .lg\:border-purple-6f {
    border-color: #6F00FF;
  }

  .lg\:border-purple-7c {
    border-color: #7C09E8;
  }

  .lg\:border-purple-7b {
    border-color: #7B46C1;
  }

  .lg\:border-purple-8a {
    border-color: #8A2FFF;
  }

  .lg\:border-purple-a7 {
    border-color: #A764FF;
  }

  .lg\:border-purple-ab {
    border-color: #AB1F99;
  }

  .lg\:border-purple-b6 {
    border-color: #B660FF;
  }

  .lg\:border-purple-bf {
    border-color: #BF90FF;
  }

  .lg\:border-purple-e5 {
    border-color: #E5D1FF;
  }

  .lg\:border-orange-d0 {
    border-color: #D03D5C;
  }

  .lg\:border-orange-dc {
    border-color: #DC4157;
  }

  .lg\:border-orange-eb {
    border-color: #EB2C2C;
  }

  .lg\:border-orange-ed {
    border-color: #ED4D40;
  }

  .lg\:border-orange-ee {
    border-color: #EE4129;
  }

  .lg\:border-orange-f0 {
    border-color: #F04D39;
  }

  .lg\:border-orange-f7 {
    border-color: #F7451B;
  }

  .lg\:border-orange-ff {
    border-color: #FFA039;
  }

  .lg\:border-yellow-ff {
    border-color: #ffab59;
  }

  .lg\:border-blue-14 {
    border-color: #1493E6;
  }

  .lg\:border-blue-55 {
    border-color: #55ACEE;
  }

  .lg\:border-blue-3b {
    border-color: #3b5998;
  }

  .lg\:border-blue-3c {
    border-color: #3caef8;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-purple-15:hover {
    border-color: #150033;
  }

  .lg\:hover\:border-purple-16:hover {
    border-color: #160031;
  }

  .lg\:hover\:border-purple-19:hover {
    border-color: #19003c;
  }

  .lg\:hover\:border-purple-21:hover {
    border-color: #21004B;
  }

  .lg\:hover\:border-purple-24:hover {
    border-color: #240154;
  }

  .lg\:hover\:border-purple-26:hover {
    border-color: #260058;
  }

  .lg\:hover\:border-purple-30:hover {
    border-color: #300071;
  }

  .lg\:hover\:border-purple-42:hover {
    border-color: #42009B;
  }

  .lg\:hover\:border-purple-45:hover {
    border-color: #4500A3;
  }

  .lg\:hover\:border-purple-50:hover {
    border-color: #50238C;
  }

  .lg\:hover\:border-purple-54:hover {
    border-color: #5405A6;
  }

  .lg\:hover\:border-purple-58:hover {
    border-color: #5800CE;
  }

  .lg\:hover\:border-purple-69:hover {
    border-color: #6900F7;
  }

  .lg\:hover\:border-purple-90:hover {
    border-color: #903BFF;
  }

  .lg\:hover\:border-purple-92:hover {
    border-color: #9240FF;
  }

  .lg\:hover\:border-purple-94:hover {
    border-color: #9446FF;
  }

  .lg\:hover\:border-purple-1c:hover {
    border-color: #1C0041;
  }

  .lg\:hover\:border-purple-1e:hover {
    border-color: #1E0048;
  }

  .lg\:hover\:border-purple-2b:hover {
    border-color: #2B0166;
  }

  .lg\:hover\:border-purple-2d:hover {
    border-color: #2D0069;
  }

  .lg\:hover\:border-purple-2e:hover {
    border-color: #2E006F;
  }

  .lg\:hover\:border-purple-3f:hover {
    border-color: #3F0093;
  }

  .lg\:hover\:border-purple-4a:hover {
    border-color: #4A00AD;
  }

  .lg\:hover\:border-purple-4d:hover {
    border-color: #4D00B4;
  }

  .lg\:hover\:border-purple-4e:hover {
    border-color: #e04b1;
  }

  .lg\:hover\:border-purple-5f:hover {
    border-color: #5F04D7;
  }

  .lg\:hover\:border-purple-6d:hover {
    border-color: #6D00FF;
  }

  .lg\:hover\:border-purple-6f:hover {
    border-color: #6F00FF;
  }

  .lg\:hover\:border-purple-7c:hover {
    border-color: #7C09E8;
  }

  .lg\:hover\:border-purple-7b:hover {
    border-color: #7B46C1;
  }

  .lg\:hover\:border-purple-8a:hover {
    border-color: #8A2FFF;
  }

  .lg\:hover\:border-purple-a7:hover {
    border-color: #A764FF;
  }

  .lg\:hover\:border-purple-ab:hover {
    border-color: #AB1F99;
  }

  .lg\:hover\:border-purple-b6:hover {
    border-color: #B660FF;
  }

  .lg\:hover\:border-purple-bf:hover {
    border-color: #BF90FF;
  }

  .lg\:hover\:border-purple-e5:hover {
    border-color: #E5D1FF;
  }

  .lg\:hover\:border-orange-d0:hover {
    border-color: #D03D5C;
  }

  .lg\:hover\:border-orange-dc:hover {
    border-color: #DC4157;
  }

  .lg\:hover\:border-orange-eb:hover {
    border-color: #EB2C2C;
  }

  .lg\:hover\:border-orange-ed:hover {
    border-color: #ED4D40;
  }

  .lg\:hover\:border-orange-ee:hover {
    border-color: #EE4129;
  }

  .lg\:hover\:border-orange-f0:hover {
    border-color: #F04D39;
  }

  .lg\:hover\:border-orange-f7:hover {
    border-color: #F7451B;
  }

  .lg\:hover\:border-orange-ff:hover {
    border-color: #FFA039;
  }

  .lg\:hover\:border-yellow-ff:hover {
    border-color: #ffab59;
  }

  .lg\:hover\:border-blue-14:hover {
    border-color: #1493E6;
  }

  .lg\:hover\:border-blue-55:hover {
    border-color: #55ACEE;
  }

  .lg\:hover\:border-blue-3b:hover {
    border-color: #3b5998;
  }

  .lg\:hover\:border-blue-3c:hover {
    border-color: #3caef8;
  }

  .lg\:active\:border-transparent:active {
    border-color: transparent;
  }

  .lg\:active\:border-black:active {
    border-color: #000;
  }

  .lg\:active\:border-white:active {
    border-color: #fff;
  }

  .lg\:active\:border-purple-15:active {
    border-color: #150033;
  }

  .lg\:active\:border-purple-16:active {
    border-color: #160031;
  }

  .lg\:active\:border-purple-19:active {
    border-color: #19003c;
  }

  .lg\:active\:border-purple-21:active {
    border-color: #21004B;
  }

  .lg\:active\:border-purple-24:active {
    border-color: #240154;
  }

  .lg\:active\:border-purple-26:active {
    border-color: #260058;
  }

  .lg\:active\:border-purple-30:active {
    border-color: #300071;
  }

  .lg\:active\:border-purple-42:active {
    border-color: #42009B;
  }

  .lg\:active\:border-purple-45:active {
    border-color: #4500A3;
  }

  .lg\:active\:border-purple-50:active {
    border-color: #50238C;
  }

  .lg\:active\:border-purple-54:active {
    border-color: #5405A6;
  }

  .lg\:active\:border-purple-58:active {
    border-color: #5800CE;
  }

  .lg\:active\:border-purple-69:active {
    border-color: #6900F7;
  }

  .lg\:active\:border-purple-90:active {
    border-color: #903BFF;
  }

  .lg\:active\:border-purple-92:active {
    border-color: #9240FF;
  }

  .lg\:active\:border-purple-94:active {
    border-color: #9446FF;
  }

  .lg\:active\:border-purple-1c:active {
    border-color: #1C0041;
  }

  .lg\:active\:border-purple-1e:active {
    border-color: #1E0048;
  }

  .lg\:active\:border-purple-2b:active {
    border-color: #2B0166;
  }

  .lg\:active\:border-purple-2d:active {
    border-color: #2D0069;
  }

  .lg\:active\:border-purple-2e:active {
    border-color: #2E006F;
  }

  .lg\:active\:border-purple-3f:active {
    border-color: #3F0093;
  }

  .lg\:active\:border-purple-4a:active {
    border-color: #4A00AD;
  }

  .lg\:active\:border-purple-4d:active {
    border-color: #4D00B4;
  }

  .lg\:active\:border-purple-4e:active {
    border-color: #e04b1;
  }

  .lg\:active\:border-purple-5f:active {
    border-color: #5F04D7;
  }

  .lg\:active\:border-purple-6d:active {
    border-color: #6D00FF;
  }

  .lg\:active\:border-purple-6f:active {
    border-color: #6F00FF;
  }

  .lg\:active\:border-purple-7c:active {
    border-color: #7C09E8;
  }

  .lg\:active\:border-purple-7b:active {
    border-color: #7B46C1;
  }

  .lg\:active\:border-purple-8a:active {
    border-color: #8A2FFF;
  }

  .lg\:active\:border-purple-a7:active {
    border-color: #A764FF;
  }

  .lg\:active\:border-purple-ab:active {
    border-color: #AB1F99;
  }

  .lg\:active\:border-purple-b6:active {
    border-color: #B660FF;
  }

  .lg\:active\:border-purple-bf:active {
    border-color: #BF90FF;
  }

  .lg\:active\:border-purple-e5:active {
    border-color: #E5D1FF;
  }

  .lg\:active\:border-orange-d0:active {
    border-color: #D03D5C;
  }

  .lg\:active\:border-orange-dc:active {
    border-color: #DC4157;
  }

  .lg\:active\:border-orange-eb:active {
    border-color: #EB2C2C;
  }

  .lg\:active\:border-orange-ed:active {
    border-color: #ED4D40;
  }

  .lg\:active\:border-orange-ee:active {
    border-color: #EE4129;
  }

  .lg\:active\:border-orange-f0:active {
    border-color: #F04D39;
  }

  .lg\:active\:border-orange-f7:active {
    border-color: #F7451B;
  }

  .lg\:active\:border-orange-ff:active {
    border-color: #FFA039;
  }

  .lg\:active\:border-yellow-ff:active {
    border-color: #ffab59;
  }

  .lg\:active\:border-blue-14:active {
    border-color: #1493E6;
  }

  .lg\:active\:border-blue-55:active {
    border-color: #55ACEE;
  }

  .lg\:active\:border-blue-3b:active {
    border-color: #3b5998;
  }

  .lg\:active\:border-blue-3c:active {
    border-color: #3caef8;
  }

  .lg\:rounded-4 {
    border-radius: 4px;
  }

  .lg\:rounded-5 {
    border-radius: 5px;
  }

  .lg\:rounded-10 {
    border-radius: 10px;
  }

  .lg\:rounded-20 {
    border-radius: 20px;
  }

  .lg\:rounded-none {
    border-radius: none;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .lg\:rounded-r-4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .lg\:rounded-b-4 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-l-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .lg\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
  }

  .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-4 {
    border-top-left-radius: 4px;
  }

  .lg\:rounded-tr-4 {
    border-top-right-radius: 4px;
  }

  .lg\:rounded-br-4 {
    border-bottom-right-radius: 4px;
  }

  .lg\:rounded-bl-4 {
    border-bottom-left-radius: 4px;
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .lg\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .lg\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .lg\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .lg\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: none;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: none;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: none;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: none;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-acumin-pro {
    font-family: "acumin-pro", -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-pragmatica-extended {
    font-family: "pragmatica-extended", -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-pano {
    font-family: "Pano Trial", -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-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-5 {
    height: 5px;
  }

  .lg\:h-10 {
    height: 10px;
  }

  .lg\:h-15 {
    height: 15px;
  }

  .lg\:h-20 {
    height: 20px;
  }

  .lg\:h-25 {
    height: 25px;
  }

  .lg\:h-30 {
    height: 30px;
  }

  .lg\:h-35 {
    height: 35px;
  }

  .lg\:h-40 {
    height: 40px;
  }

  .lg\:h-45 {
    height: 45px;
  }

  .lg\:h-50 {
    height: 50px;
  }

  .lg\:h-55 {
    height: 55px;
  }

  .lg\:h-60 {
    height: 60px;
  }

  .lg\:h-70 {
    height: 70px;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-90 {
    height: 90px;
  }

  .lg\:h-100 {
    height: 100px;
  }

  .lg\:h-110 {
    height: 110px;
  }

  .lg\:h-120 {
    height: 120px;
  }

  .lg\:h-130 {
    height: 130px;
  }

  .lg\:h-140 {
    height: 140px;
  }

  .lg\:h-150 {
    height: 150px;
  }

  .lg\:h-160 {
    height: 160px;
  }

  .lg\:h-170 {
    height: 170px;
  }

  .lg\:h-180 {
    height: 180px;
  }

  .lg\:h-190 {
    height: 190px;
  }

  .lg\:h-200 {
    height: 200px;
  }

  .lg\:h-210 {
    height: 210px;
  }

  .lg\:h-220 {
    height: 220px;
  }

  .lg\:h-230 {
    height: 230px;
  }

  .lg\:h-240 {
    height: 240px;
  }

  .lg\:h-250 {
    height: 250px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-15 {
    margin: 15px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-25 {
    margin: 25px;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-35 {
    margin: 35px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-45 {
    margin: 45px;
  }

  .lg\:m-50 {
    margin: 50px;
  }

  .lg\:m-55 {
    margin: 55px;
  }

  .lg\:m-60 {
    margin: 60px;
  }

  .lg\:m-70 {
    margin: 70px;
  }

  .lg\:m-80 {
    margin: 80px;
  }

  .lg\:m-90 {
    margin: 90px;
  }

  .lg\:m-100 {
    margin: 100px;
  }

  .lg\:m-110 {
    margin: 110px;
  }

  .lg\:m-120 {
    margin: 120px;
  }

  .lg\:m-130 {
    margin: 130px;
  }

  .lg\:m-140 {
    margin: 140px;
  }

  .lg\:m-150 {
    margin: 150px;
  }

  .lg\:m-160 {
    margin: 160px;
  }

  .lg\:m-170 {
    margin: 170px;
  }

  .lg\:m-180 {
    margin: 180px;
  }

  .lg\:m-190 {
    margin: 190px;
  }

  .lg\:m-200 {
    margin: 200px;
  }

  .lg\:m-210 {
    margin: 210px;
  }

  .lg\:m-220 {
    margin: 220px;
  }

  .lg\:m-230 {
    margin: 230px;
  }

  .lg\:m-240 {
    margin: 240px;
  }

  .lg\:m-250 {
    margin: 250px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:-m-5 {
    margin: -5px;
  }

  .lg\:-m-10 {
    margin: -10px;
  }

  .lg\:-m-15 {
    margin: -15px;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-25 {
    margin: -25px;
  }

  .lg\:-m-30 {
    margin: -30px;
  }

  .lg\:-m-35 {
    margin: -35px;
  }

  .lg\:-m-40 {
    margin: -40px;
  }

  .lg\:-m-45 {
    margin: -45px;
  }

  .lg\:-m-50 {
    margin: -50px;
  }

  .lg\:-m-55 {
    margin: -55px;
  }

  .lg\:-m-60 {
    margin: -60px;
  }

  .lg\:-m-70 {
    margin: -70px;
  }

  .lg\:-m-80 {
    margin: -80px;
  }

  .lg\:-m-90 {
    margin: -90px;
  }

  .lg\:-m-100 {
    margin: -100px;
  }

  .lg\:-m-110 {
    margin: -110px;
  }

  .lg\:-m-120 {
    margin: -120px;
  }

  .lg\:-m-130 {
    margin: -130px;
  }

  .lg\:-m-140 {
    margin: -140px;
  }

  .lg\:-m-150 {
    margin: -150px;
  }

  .lg\:-m-160 {
    margin: -160px;
  }

  .lg\:-m-170 {
    margin: -170px;
  }

  .lg\:-m-180 {
    margin: -180px;
  }

  .lg\:-m-190 {
    margin: -190px;
  }

  .lg\:-m-200 {
    margin: -200px;
  }

  .lg\:-m-210 {
    margin: -210px;
  }

  .lg\:-m-220 {
    margin: -220px;
  }

  .lg\:-m-230 {
    margin: -230px;
  }

  .lg\:-m-240 {
    margin: -240px;
  }

  .lg\:-m-250 {
    margin: -250px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .lg\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .lg\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .lg\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .lg\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:my-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .lg\:mx-210 {
    margin-left: 210px;
    margin-right: 210px;
  }

  .lg\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .lg\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .lg\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .lg\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .lg\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:-my-210 {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .lg\:-mx-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .lg\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .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-15 {
    margin-top: 15px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mb-15 {
    margin-bottom: 15px;
  }

  .lg\:ml-15 {
    margin-left: 15px;
  }

  .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-25 {
    margin-top: 25px;
  }

  .lg\:mr-25 {
    margin-right: 25px;
  }

  .lg\:mb-25 {
    margin-bottom: 25px;
  }

  .lg\:ml-25 {
    margin-left: 25px;
  }

  .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-35 {
    margin-top: 35px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .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-45 {
    margin-top: 45px;
  }

  .lg\:mr-45 {
    margin-right: 45px;
  }

  .lg\:mb-45 {
    margin-bottom: 45px;
  }

  .lg\:ml-45 {
    margin-left: 45px;
  }

  .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-55 {
    margin-top: 55px;
  }

  .lg\:mr-55 {
    margin-right: 55px;
  }

  .lg\:mb-55 {
    margin-bottom: 55px;
  }

  .lg\:ml-55 {
    margin-left: 55px;
  }

  .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-70 {
    margin-top: 70px;
  }

  .lg\:mr-70 {
    margin-right: 70px;
  }

  .lg\:mb-70 {
    margin-bottom: 70px;
  }

  .lg\:ml-70 {
    margin-left: 70px;
  }

  .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-90 {
    margin-top: 90px;
  }

  .lg\:mr-90 {
    margin-right: 90px;
  }

  .lg\:mb-90 {
    margin-bottom: 90px;
  }

  .lg\:ml-90 {
    margin-left: 90px;
  }

  .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-110 {
    margin-top: 110px;
  }

  .lg\:mr-110 {
    margin-right: 110px;
  }

  .lg\:mb-110 {
    margin-bottom: 110px;
  }

  .lg\:ml-110 {
    margin-left: 110px;
  }

  .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-130 {
    margin-top: 130px;
  }

  .lg\:mr-130 {
    margin-right: 130px;
  }

  .lg\:mb-130 {
    margin-bottom: 130px;
  }

  .lg\:ml-130 {
    margin-left: 130px;
  }

  .lg\:mt-140 {
    margin-top: 140px;
  }

  .lg\:mr-140 {
    margin-right: 140px;
  }

  .lg\:mb-140 {
    margin-bottom: 140px;
  }

  .lg\:ml-140 {
    margin-left: 140px;
  }

  .lg\:mt-150 {
    margin-top: 150px;
  }

  .lg\:mr-150 {
    margin-right: 150px;
  }

  .lg\:mb-150 {
    margin-bottom: 150px;
  }

  .lg\:ml-150 {
    margin-left: 150px;
  }

  .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-170 {
    margin-top: 170px;
  }

  .lg\:mr-170 {
    margin-right: 170px;
  }

  .lg\:mb-170 {
    margin-bottom: 170px;
  }

  .lg\:ml-170 {
    margin-left: 170px;
  }

  .lg\:mt-180 {
    margin-top: 180px;
  }

  .lg\:mr-180 {
    margin-right: 180px;
  }

  .lg\:mb-180 {
    margin-bottom: 180px;
  }

  .lg\:ml-180 {
    margin-left: 180px;
  }

  .lg\:mt-190 {
    margin-top: 190px;
  }

  .lg\:mr-190 {
    margin-right: 190px;
  }

  .lg\:mb-190 {
    margin-bottom: 190px;
  }

  .lg\:ml-190 {
    margin-left: 190px;
  }

  .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-210 {
    margin-top: 210px;
  }

  .lg\:mr-210 {
    margin-right: 210px;
  }

  .lg\:mb-210 {
    margin-bottom: 210px;
  }

  .lg\:ml-210 {
    margin-left: 210px;
  }

  .lg\:mt-220 {
    margin-top: 220px;
  }

  .lg\:mr-220 {
    margin-right: 220px;
  }

  .lg\:mb-220 {
    margin-bottom: 220px;
  }

  .lg\:ml-220 {
    margin-left: 220px;
  }

  .lg\:mt-230 {
    margin-top: 230px;
  }

  .lg\:mr-230 {
    margin-right: 230px;
  }

  .lg\:mb-230 {
    margin-bottom: 230px;
  }

  .lg\:ml-230 {
    margin-left: 230px;
  }

  .lg\:mt-240 {
    margin-top: 240px;
  }

  .lg\:mr-240 {
    margin-right: 240px;
  }

  .lg\:mb-240 {
    margin-bottom: 240px;
  }

  .lg\:ml-240 {
    margin-left: 240px;
  }

  .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-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

  .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-10 {
    margin-top: -10px;
  }

  .lg\:-mr-10 {
    margin-right: -10px;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px;
  }

  .lg\:-ml-10 {
    margin-left: -10px;
  }

  .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-20 {
    margin-top: -20px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-mt-25 {
    margin-top: -25px;
  }

  .lg\:-mr-25 {
    margin-right: -25px;
  }

  .lg\:-mb-25 {
    margin-bottom: -25px;
  }

  .lg\:-ml-25 {
    margin-left: -25px;
  }

  .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-35 {
    margin-top: -35px;
  }

  .lg\:-mr-35 {
    margin-right: -35px;
  }

  .lg\:-mb-35 {
    margin-bottom: -35px;
  }

  .lg\:-ml-35 {
    margin-left: -35px;
  }

  .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-45 {
    margin-top: -45px;
  }

  .lg\:-mr-45 {
    margin-right: -45px;
  }

  .lg\:-mb-45 {
    margin-bottom: -45px;
  }

  .lg\:-ml-45 {
    margin-left: -45px;
  }

  .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-55 {
    margin-top: -55px;
  }

  .lg\:-mr-55 {
    margin-right: -55px;
  }

  .lg\:-mb-55 {
    margin-bottom: -55px;
  }

  .lg\:-ml-55 {
    margin-left: -55px;
  }

  .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-70 {
    margin-top: -70px;
  }

  .lg\:-mr-70 {
    margin-right: -70px;
  }

  .lg\:-mb-70 {
    margin-bottom: -70px;
  }

  .lg\:-ml-70 {
    margin-left: -70px;
  }

  .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-90 {
    margin-top: -90px;
  }

  .lg\:-mr-90 {
    margin-right: -90px;
  }

  .lg\:-mb-90 {
    margin-bottom: -90px;
  }

  .lg\:-ml-90 {
    margin-left: -90px;
  }

  .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-110 {
    margin-top: -110px;
  }

  .lg\:-mr-110 {
    margin-right: -110px;
  }

  .lg\:-mb-110 {
    margin-bottom: -110px;
  }

  .lg\:-ml-110 {
    margin-left: -110px;
  }

  .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-130 {
    margin-top: -130px;
  }

  .lg\:-mr-130 {
    margin-right: -130px;
  }

  .lg\:-mb-130 {
    margin-bottom: -130px;
  }

  .lg\:-ml-130 {
    margin-left: -130px;
  }

  .lg\:-mt-140 {
    margin-top: -140px;
  }

  .lg\:-mr-140 {
    margin-right: -140px;
  }

  .lg\:-mb-140 {
    margin-bottom: -140px;
  }

  .lg\:-ml-140 {
    margin-left: -140px;
  }

  .lg\:-mt-150 {
    margin-top: -150px;
  }

  .lg\:-mr-150 {
    margin-right: -150px;
  }

  .lg\:-mb-150 {
    margin-bottom: -150px;
  }

  .lg\:-ml-150 {
    margin-left: -150px;
  }

  .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-170 {
    margin-top: -170px;
  }

  .lg\:-mr-170 {
    margin-right: -170px;
  }

  .lg\:-mb-170 {
    margin-bottom: -170px;
  }

  .lg\:-ml-170 {
    margin-left: -170px;
  }

  .lg\:-mt-180 {
    margin-top: -180px;
  }

  .lg\:-mr-180 {
    margin-right: -180px;
  }

  .lg\:-mb-180 {
    margin-bottom: -180px;
  }

  .lg\:-ml-180 {
    margin-left: -180px;
  }

  .lg\:-mt-190 {
    margin-top: -190px;
  }

  .lg\:-mr-190 {
    margin-right: -190px;
  }

  .lg\:-mb-190 {
    margin-bottom: -190px;
  }

  .lg\:-ml-190 {
    margin-left: -190px;
  }

  .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-210 {
    margin-top: -210px;
  }

  .lg\:-mr-210 {
    margin-right: -210px;
  }

  .lg\:-mb-210 {
    margin-bottom: -210px;
  }

  .lg\:-ml-210 {
    margin-left: -210px;
  }

  .lg\:-mt-220 {
    margin-top: -220px;
  }

  .lg\:-mr-220 {
    margin-right: -220px;
  }

  .lg\:-mb-220 {
    margin-bottom: -220px;
  }

  .lg\:-ml-220 {
    margin-left: -220px;
  }

  .lg\:-mt-230 {
    margin-top: -230px;
  }

  .lg\:-mr-230 {
    margin-right: -230px;
  }

  .lg\:-mb-230 {
    margin-bottom: -230px;
  }

  .lg\:-ml-230 {
    margin-left: -230px;
  }

  .lg\:-mt-240 {
    margin-top: -240px;
  }

  .lg\:-mr-240 {
    margin-right: -240px;
  }

  .lg\:-mb-240 {
    margin-bottom: -240px;
  }

  .lg\:-ml-240 {
    margin-left: -240px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-top {
    object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-15 {
    padding: 15px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-25 {
    padding: 25px;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-35 {
    padding: 35px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-45 {
    padding: 45px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

  .lg\:p-55 {
    padding: 55px;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-70 {
    padding: 70px;
  }

  .lg\:p-80 {
    padding: 80px;
  }

  .lg\:p-90 {
    padding: 90px;
  }

  .lg\:p-100 {
    padding: 100px;
  }

  .lg\:p-110 {
    padding: 110px;
  }

  .lg\:p-120 {
    padding: 120px;
  }

  .lg\:p-130 {
    padding: 130px;
  }

  .lg\:p-140 {
    padding: 140px;
  }

  .lg\:p-150 {
    padding: 150px;
  }

  .lg\:p-160 {
    padding: 160px;
  }

  .lg\:p-170 {
    padding: 170px;
  }

  .lg\:p-180 {
    padding: 180px;
  }

  .lg\:p-190 {
    padding: 190px;
  }

  .lg\:p-200 {
    padding: 200px;
  }

  .lg\:p-210 {
    padding: 210px;
  }

  .lg\:p-220 {
    padding: 220px;
  }

  .lg\:p-230 {
    padding: 230px;
  }

  .lg\:p-240 {
    padding: 240px;
  }

  .lg\:p-250 {
    padding: 250px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lg\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .lg\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .lg\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .lg\:px-210 {
    padding-left: 210px;
    padding-right: 210px;
  }

  .lg\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-5 {
    padding-top: 5px;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .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-15 {
    padding-top: 15px;
  }

  .lg\:pr-15 {
    padding-right: 15px;
  }

  .lg\:pb-15 {
    padding-bottom: 15px;
  }

  .lg\:pl-15 {
    padding-left: 15px;
  }

  .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-25 {
    padding-top: 25px;
  }

  .lg\:pr-25 {
    padding-right: 25px;
  }

  .lg\:pb-25 {
    padding-bottom: 25px;
  }

  .lg\:pl-25 {
    padding-left: 25px;
  }

  .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-35 {
    padding-top: 35px;
  }

  .lg\:pr-35 {
    padding-right: 35px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pl-35 {
    padding-left: 35px;
  }

  .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-45 {
    padding-top: 45px;
  }

  .lg\:pr-45 {
    padding-right: 45px;
  }

  .lg\:pb-45 {
    padding-bottom: 45px;
  }

  .lg\:pl-45 {
    padding-left: 45px;
  }

  .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-55 {
    padding-top: 55px;
  }

  .lg\:pr-55 {
    padding-right: 55px;
  }

  .lg\:pb-55 {
    padding-bottom: 55px;
  }

  .lg\:pl-55 {
    padding-left: 55px;
  }

  .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-70 {
    padding-top: 70px;
  }

  .lg\:pr-70 {
    padding-right: 70px;
  }

  .lg\:pb-70 {
    padding-bottom: 70px;
  }

  .lg\:pl-70 {
    padding-left: 70px;
  }

  .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-90 {
    padding-top: 90px;
  }

  .lg\:pr-90 {
    padding-right: 90px;
  }

  .lg\:pb-90 {
    padding-bottom: 90px;
  }

  .lg\:pl-90 {
    padding-left: 90px;
  }

  .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-110 {
    padding-top: 110px;
  }

  .lg\:pr-110 {
    padding-right: 110px;
  }

  .lg\:pb-110 {
    padding-bottom: 110px;
  }

  .lg\:pl-110 {
    padding-left: 110px;
  }

  .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-130 {
    padding-top: 130px;
  }

  .lg\:pr-130 {
    padding-right: 130px;
  }

  .lg\:pb-130 {
    padding-bottom: 130px;
  }

  .lg\:pl-130 {
    padding-left: 130px;
  }

  .lg\:pt-140 {
    padding-top: 140px;
  }

  .lg\:pr-140 {
    padding-right: 140px;
  }

  .lg\:pb-140 {
    padding-bottom: 140px;
  }

  .lg\:pl-140 {
    padding-left: 140px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pr-150 {
    padding-right: 150px;
  }

  .lg\:pb-150 {
    padding-bottom: 150px;
  }

  .lg\:pl-150 {
    padding-left: 150px;
  }

  .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-170 {
    padding-top: 170px;
  }

  .lg\:pr-170 {
    padding-right: 170px;
  }

  .lg\:pb-170 {
    padding-bottom: 170px;
  }

  .lg\:pl-170 {
    padding-left: 170px;
  }

  .lg\:pt-180 {
    padding-top: 180px;
  }

  .lg\:pr-180 {
    padding-right: 180px;
  }

  .lg\:pb-180 {
    padding-bottom: 180px;
  }

  .lg\:pl-180 {
    padding-left: 180px;
  }

  .lg\:pt-190 {
    padding-top: 190px;
  }

  .lg\:pr-190 {
    padding-right: 190px;
  }

  .lg\:pb-190 {
    padding-bottom: 190px;
  }

  .lg\:pl-190 {
    padding-left: 190px;
  }

  .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-210 {
    padding-top: 210px;
  }

  .lg\:pr-210 {
    padding-right: 210px;
  }

  .lg\:pb-210 {
    padding-bottom: 210px;
  }

  .lg\:pl-210 {
    padding-left: 210px;
  }

  .lg\:pt-220 {
    padding-top: 220px;
  }

  .lg\:pr-220 {
    padding-right: 220px;
  }

  .lg\:pb-220 {
    padding-bottom: 220px;
  }

  .lg\:pl-220 {
    padding-left: 220px;
  }

  .lg\:pt-230 {
    padding-top: 230px;
  }

  .lg\:pr-230 {
    padding-right: 230px;
  }

  .lg\:pb-230 {
    padding-bottom: 230px;
  }

  .lg\:pl-230 {
    padding-left: 230px;
  }

  .lg\:pt-240 {
    padding-top: 240px;
  }

  .lg\:pr-240 {
    padding-right: 240px;
  }

  .lg\:pb-240 {
    padding-bottom: 240px;
  }

  .lg\:pl-240 {
    padding-left: 240px;
  }

  .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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::placeholder {
    color: #000;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff;
  }

  .lg\:placeholder-purple-15::placeholder {
    color: #150033;
  }

  .lg\:placeholder-purple-16::placeholder {
    color: #160031;
  }

  .lg\:placeholder-purple-19::placeholder {
    color: #19003c;
  }

  .lg\:placeholder-purple-21::placeholder {
    color: #21004B;
  }

  .lg\:placeholder-purple-24::placeholder {
    color: #240154;
  }

  .lg\:placeholder-purple-26::placeholder {
    color: #260058;
  }

  .lg\:placeholder-purple-30::placeholder {
    color: #300071;
  }

  .lg\:placeholder-purple-42::placeholder {
    color: #42009B;
  }

  .lg\:placeholder-purple-45::placeholder {
    color: #4500A3;
  }

  .lg\:placeholder-purple-50::placeholder {
    color: #50238C;
  }

  .lg\:placeholder-purple-54::placeholder {
    color: #5405A6;
  }

  .lg\:placeholder-purple-58::placeholder {
    color: #5800CE;
  }

  .lg\:placeholder-purple-69::placeholder {
    color: #6900F7;
  }

  .lg\:placeholder-purple-90::placeholder {
    color: #903BFF;
  }

  .lg\:placeholder-purple-92::placeholder {
    color: #9240FF;
  }

  .lg\:placeholder-purple-94::placeholder {
    color: #9446FF;
  }

  .lg\:placeholder-purple-1c::placeholder {
    color: #1C0041;
  }

  .lg\:placeholder-purple-1e::placeholder {
    color: #1E0048;
  }

  .lg\:placeholder-purple-2b::placeholder {
    color: #2B0166;
  }

  .lg\:placeholder-purple-2d::placeholder {
    color: #2D0069;
  }

  .lg\:placeholder-purple-2e::placeholder {
    color: #2E006F;
  }

  .lg\:placeholder-purple-3f::placeholder {
    color: #3F0093;
  }

  .lg\:placeholder-purple-4a::placeholder {
    color: #4A00AD;
  }

  .lg\:placeholder-purple-4d::placeholder {
    color: #4D00B4;
  }

  .lg\:placeholder-purple-4e::placeholder {
    color: #e04b1;
  }

  .lg\:placeholder-purple-5f::placeholder {
    color: #5F04D7;
  }

  .lg\:placeholder-purple-6d::placeholder {
    color: #6D00FF;
  }

  .lg\:placeholder-purple-6f::placeholder {
    color: #6F00FF;
  }

  .lg\:placeholder-purple-7c::placeholder {
    color: #7C09E8;
  }

  .lg\:placeholder-purple-7b::placeholder {
    color: #7B46C1;
  }

  .lg\:placeholder-purple-8a::placeholder {
    color: #8A2FFF;
  }

  .lg\:placeholder-purple-a7::placeholder {
    color: #A764FF;
  }

  .lg\:placeholder-purple-ab::placeholder {
    color: #AB1F99;
  }

  .lg\:placeholder-purple-b6::placeholder {
    color: #B660FF;
  }

  .lg\:placeholder-purple-bf::placeholder {
    color: #BF90FF;
  }

  .lg\:placeholder-purple-e5::placeholder {
    color: #E5D1FF;
  }

  .lg\:placeholder-orange-d0::placeholder {
    color: #D03D5C;
  }

  .lg\:placeholder-orange-dc::placeholder {
    color: #DC4157;
  }

  .lg\:placeholder-orange-eb::placeholder {
    color: #EB2C2C;
  }

  .lg\:placeholder-orange-ed::placeholder {
    color: #ED4D40;
  }

  .lg\:placeholder-orange-ee::placeholder {
    color: #EE4129;
  }

  .lg\:placeholder-orange-f0::placeholder {
    color: #F04D39;
  }

  .lg\:placeholder-orange-f7::placeholder {
    color: #F7451B;
  }

  .lg\:placeholder-orange-ff::placeholder {
    color: #FFA039;
  }

  .lg\:placeholder-yellow-ff::placeholder {
    color: #ffab59;
  }

  .lg\:placeholder-blue-14::placeholder {
    color: #1493E6;
  }

  .lg\:placeholder-blue-55::placeholder {
    color: #55ACEE;
  }

  .lg\:placeholder-blue-3b::placeholder {
    color: #3b5998;
  }

  .lg\:placeholder-blue-3c::placeholder {
    color: #3caef8;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-purple-15:focus::placeholder {
    color: #150033;
  }

  .lg\:focus\:placeholder-purple-16:focus::placeholder {
    color: #160031;
  }

  .lg\:focus\:placeholder-purple-19:focus::placeholder {
    color: #19003c;
  }

  .lg\:focus\:placeholder-purple-21:focus::placeholder {
    color: #21004B;
  }

  .lg\:focus\:placeholder-purple-24:focus::placeholder {
    color: #240154;
  }

  .lg\:focus\:placeholder-purple-26:focus::placeholder {
    color: #260058;
  }

  .lg\:focus\:placeholder-purple-30:focus::placeholder {
    color: #300071;
  }

  .lg\:focus\:placeholder-purple-42:focus::placeholder {
    color: #42009B;
  }

  .lg\:focus\:placeholder-purple-45:focus::placeholder {
    color: #4500A3;
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    color: #50238C;
  }

  .lg\:focus\:placeholder-purple-54:focus::placeholder {
    color: #5405A6;
  }

  .lg\:focus\:placeholder-purple-58:focus::placeholder {
    color: #5800CE;
  }

  .lg\:focus\:placeholder-purple-69:focus::placeholder {
    color: #6900F7;
  }

  .lg\:focus\:placeholder-purple-90:focus::placeholder {
    color: #903BFF;
  }

  .lg\:focus\:placeholder-purple-92:focus::placeholder {
    color: #9240FF;
  }

  .lg\:focus\:placeholder-purple-94:focus::placeholder {
    color: #9446FF;
  }

  .lg\:focus\:placeholder-purple-1c:focus::placeholder {
    color: #1C0041;
  }

  .lg\:focus\:placeholder-purple-1e:focus::placeholder {
    color: #1E0048;
  }

  .lg\:focus\:placeholder-purple-2b:focus::placeholder {
    color: #2B0166;
  }

  .lg\:focus\:placeholder-purple-2d:focus::placeholder {
    color: #2D0069;
  }

  .lg\:focus\:placeholder-purple-2e:focus::placeholder {
    color: #2E006F;
  }

  .lg\:focus\:placeholder-purple-3f:focus::placeholder {
    color: #3F0093;
  }

  .lg\:focus\:placeholder-purple-4a:focus::placeholder {
    color: #4A00AD;
  }

  .lg\:focus\:placeholder-purple-4d:focus::placeholder {
    color: #4D00B4;
  }

  .lg\:focus\:placeholder-purple-4e:focus::placeholder {
    color: #e04b1;
  }

  .lg\:focus\:placeholder-purple-5f:focus::placeholder {
    color: #5F04D7;
  }

  .lg\:focus\:placeholder-purple-6d:focus::placeholder {
    color: #6D00FF;
  }

  .lg\:focus\:placeholder-purple-6f:focus::placeholder {
    color: #6F00FF;
  }

  .lg\:focus\:placeholder-purple-7c:focus::placeholder {
    color: #7C09E8;
  }

  .lg\:focus\:placeholder-purple-7b:focus::placeholder {
    color: #7B46C1;
  }

  .lg\:focus\:placeholder-purple-8a:focus::placeholder {
    color: #8A2FFF;
  }

  .lg\:focus\:placeholder-purple-a7:focus::placeholder {
    color: #A764FF;
  }

  .lg\:focus\:placeholder-purple-ab:focus::placeholder {
    color: #AB1F99;
  }

  .lg\:focus\:placeholder-purple-b6:focus::placeholder {
    color: #B660FF;
  }

  .lg\:focus\:placeholder-purple-bf:focus::placeholder {
    color: #BF90FF;
  }

  .lg\:focus\:placeholder-purple-e5:focus::placeholder {
    color: #E5D1FF;
  }

  .lg\:focus\:placeholder-orange-d0:focus::placeholder {
    color: #D03D5C;
  }

  .lg\:focus\:placeholder-orange-dc:focus::placeholder {
    color: #DC4157;
  }

  .lg\:focus\:placeholder-orange-eb:focus::placeholder {
    color: #EB2C2C;
  }

  .lg\:focus\:placeholder-orange-ed:focus::placeholder {
    color: #ED4D40;
  }

  .lg\:focus\:placeholder-orange-ee:focus::placeholder {
    color: #EE4129;
  }

  .lg\:focus\:placeholder-orange-f0:focus::placeholder {
    color: #F04D39;
  }

  .lg\:focus\:placeholder-orange-f7:focus::placeholder {
    color: #F7451B;
  }

  .lg\:focus\:placeholder-orange-ff:focus::placeholder {
    color: #FFA039;
  }

  .lg\:focus\:placeholder-yellow-ff:focus::placeholder {
    color: #ffab59;
  }

  .lg\:focus\:placeholder-blue-14:focus::placeholder {
    color: #1493E6;
  }

  .lg\:focus\:placeholder-blue-55:focus::placeholder {
    color: #55ACEE;
  }

  .lg\:focus\:placeholder-blue-3b:focus::placeholder {
    color: #3b5998;
  }

  .lg\:focus\:placeholder-blue-3c:focus::placeholder {
    color: #3caef8;
  }

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

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

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-purple-15 {
    color: #150033;
  }

  .lg\:text-purple-16 {
    color: #160031;
  }

  .lg\:text-purple-19 {
    color: #19003c;
  }

  .lg\:text-purple-21 {
    color: #21004B;
  }

  .lg\:text-purple-24 {
    color: #240154;
  }

  .lg\:text-purple-26 {
    color: #260058;
  }

  .lg\:text-purple-30 {
    color: #300071;
  }

  .lg\:text-purple-42 {
    color: #42009B;
  }

  .lg\:text-purple-45 {
    color: #4500A3;
  }

  .lg\:text-purple-50 {
    color: #50238C;
  }

  .lg\:text-purple-54 {
    color: #5405A6;
  }

  .lg\:text-purple-58 {
    color: #5800CE;
  }

  .lg\:text-purple-69 {
    color: #6900F7;
  }

  .lg\:text-purple-90 {
    color: #903BFF;
  }

  .lg\:text-purple-92 {
    color: #9240FF;
  }

  .lg\:text-purple-94 {
    color: #9446FF;
  }

  .lg\:text-purple-1c {
    color: #1C0041;
  }

  .lg\:text-purple-1e {
    color: #1E0048;
  }

  .lg\:text-purple-2b {
    color: #2B0166;
  }

  .lg\:text-purple-2d {
    color: #2D0069;
  }

  .lg\:text-purple-2e {
    color: #2E006F;
  }

  .lg\:text-purple-3f {
    color: #3F0093;
  }

  .lg\:text-purple-4a {
    color: #4A00AD;
  }

  .lg\:text-purple-4d {
    color: #4D00B4;
  }

  .lg\:text-purple-4e {
    color: #e04b1;
  }

  .lg\:text-purple-5f {
    color: #5F04D7;
  }

  .lg\:text-purple-6d {
    color: #6D00FF;
  }

  .lg\:text-purple-6f {
    color: #6F00FF;
  }

  .lg\:text-purple-7c {
    color: #7C09E8;
  }

  .lg\:text-purple-7b {
    color: #7B46C1;
  }

  .lg\:text-purple-8a {
    color: #8A2FFF;
  }

  .lg\:text-purple-a7 {
    color: #A764FF;
  }

  .lg\:text-purple-ab {
    color: #AB1F99;
  }

  .lg\:text-purple-b6 {
    color: #B660FF;
  }

  .lg\:text-purple-bf {
    color: #BF90FF;
  }

  .lg\:text-purple-e5 {
    color: #E5D1FF;
  }

  .lg\:text-orange-d0 {
    color: #D03D5C;
  }

  .lg\:text-orange-dc {
    color: #DC4157;
  }

  .lg\:text-orange-eb {
    color: #EB2C2C;
  }

  .lg\:text-orange-ed {
    color: #ED4D40;
  }

  .lg\:text-orange-ee {
    color: #EE4129;
  }

  .lg\:text-orange-f0 {
    color: #F04D39;
  }

  .lg\:text-orange-f7 {
    color: #F7451B;
  }

  .lg\:text-orange-ff {
    color: #FFA039;
  }

  .lg\:text-yellow-ff {
    color: #ffab59;
  }

  .lg\:text-blue-14 {
    color: #1493E6;
  }

  .lg\:text-blue-55 {
    color: #55ACEE;
  }

  .lg\:text-blue-3b {
    color: #3b5998;
  }

  .lg\:text-blue-3c {
    color: #3caef8;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-purple-15:hover {
    color: #150033;
  }

  .lg\:hover\:text-purple-16:hover {
    color: #160031;
  }

  .lg\:hover\:text-purple-19:hover {
    color: #19003c;
  }

  .lg\:hover\:text-purple-21:hover {
    color: #21004B;
  }

  .lg\:hover\:text-purple-24:hover {
    color: #240154;
  }

  .lg\:hover\:text-purple-26:hover {
    color: #260058;
  }

  .lg\:hover\:text-purple-30:hover {
    color: #300071;
  }

  .lg\:hover\:text-purple-42:hover {
    color: #42009B;
  }

  .lg\:hover\:text-purple-45:hover {
    color: #4500A3;
  }

  .lg\:hover\:text-purple-50:hover {
    color: #50238C;
  }

  .lg\:hover\:text-purple-54:hover {
    color: #5405A6;
  }

  .lg\:hover\:text-purple-58:hover {
    color: #5800CE;
  }

  .lg\:hover\:text-purple-69:hover {
    color: #6900F7;
  }

  .lg\:hover\:text-purple-90:hover {
    color: #903BFF;
  }

  .lg\:hover\:text-purple-92:hover {
    color: #9240FF;
  }

  .lg\:hover\:text-purple-94:hover {
    color: #9446FF;
  }

  .lg\:hover\:text-purple-1c:hover {
    color: #1C0041;
  }

  .lg\:hover\:text-purple-1e:hover {
    color: #1E0048;
  }

  .lg\:hover\:text-purple-2b:hover {
    color: #2B0166;
  }

  .lg\:hover\:text-purple-2d:hover {
    color: #2D0069;
  }

  .lg\:hover\:text-purple-2e:hover {
    color: #2E006F;
  }

  .lg\:hover\:text-purple-3f:hover {
    color: #3F0093;
  }

  .lg\:hover\:text-purple-4a:hover {
    color: #4A00AD;
  }

  .lg\:hover\:text-purple-4d:hover {
    color: #4D00B4;
  }

  .lg\:hover\:text-purple-4e:hover {
    color: #e04b1;
  }

  .lg\:hover\:text-purple-5f:hover {
    color: #5F04D7;
  }

  .lg\:hover\:text-purple-6d:hover {
    color: #6D00FF;
  }

  .lg\:hover\:text-purple-6f:hover {
    color: #6F00FF;
  }

  .lg\:hover\:text-purple-7c:hover {
    color: #7C09E8;
  }

  .lg\:hover\:text-purple-7b:hover {
    color: #7B46C1;
  }

  .lg\:hover\:text-purple-8a:hover {
    color: #8A2FFF;
  }

  .lg\:hover\:text-purple-a7:hover {
    color: #A764FF;
  }

  .lg\:hover\:text-purple-ab:hover {
    color: #AB1F99;
  }

  .lg\:hover\:text-purple-b6:hover {
    color: #B660FF;
  }

  .lg\:hover\:text-purple-bf:hover {
    color: #BF90FF;
  }

  .lg\:hover\:text-purple-e5:hover {
    color: #E5D1FF;
  }

  .lg\:hover\:text-orange-d0:hover {
    color: #D03D5C;
  }

  .lg\:hover\:text-orange-dc:hover {
    color: #DC4157;
  }

  .lg\:hover\:text-orange-eb:hover {
    color: #EB2C2C;
  }

  .lg\:hover\:text-orange-ed:hover {
    color: #ED4D40;
  }

  .lg\:hover\:text-orange-ee:hover {
    color: #EE4129;
  }

  .lg\:hover\:text-orange-f0:hover {
    color: #F04D39;
  }

  .lg\:hover\:text-orange-f7:hover {
    color: #F7451B;
  }

  .lg\:hover\:text-orange-ff:hover {
    color: #FFA039;
  }

  .lg\:hover\:text-yellow-ff:hover {
    color: #ffab59;
  }

  .lg\:hover\:text-blue-14:hover {
    color: #1493E6;
  }

  .lg\:hover\:text-blue-55:hover {
    color: #55ACEE;
  }

  .lg\:hover\:text-blue-3b:hover {
    color: #3b5998;
  }

  .lg\:hover\:text-blue-3c:hover {
    color: #3caef8;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    color: #000;
  }

  .lg\:active\:text-white:active {
    color: #fff;
  }

  .lg\:active\:text-purple-15:active {
    color: #150033;
  }

  .lg\:active\:text-purple-16:active {
    color: #160031;
  }

  .lg\:active\:text-purple-19:active {
    color: #19003c;
  }

  .lg\:active\:text-purple-21:active {
    color: #21004B;
  }

  .lg\:active\:text-purple-24:active {
    color: #240154;
  }

  .lg\:active\:text-purple-26:active {
    color: #260058;
  }

  .lg\:active\:text-purple-30:active {
    color: #300071;
  }

  .lg\:active\:text-purple-42:active {
    color: #42009B;
  }

  .lg\:active\:text-purple-45:active {
    color: #4500A3;
  }

  .lg\:active\:text-purple-50:active {
    color: #50238C;
  }

  .lg\:active\:text-purple-54:active {
    color: #5405A6;
  }

  .lg\:active\:text-purple-58:active {
    color: #5800CE;
  }

  .lg\:active\:text-purple-69:active {
    color: #6900F7;
  }

  .lg\:active\:text-purple-90:active {
    color: #903BFF;
  }

  .lg\:active\:text-purple-92:active {
    color: #9240FF;
  }

  .lg\:active\:text-purple-94:active {
    color: #9446FF;
  }

  .lg\:active\:text-purple-1c:active {
    color: #1C0041;
  }

  .lg\:active\:text-purple-1e:active {
    color: #1E0048;
  }

  .lg\:active\:text-purple-2b:active {
    color: #2B0166;
  }

  .lg\:active\:text-purple-2d:active {
    color: #2D0069;
  }

  .lg\:active\:text-purple-2e:active {
    color: #2E006F;
  }

  .lg\:active\:text-purple-3f:active {
    color: #3F0093;
  }

  .lg\:active\:text-purple-4a:active {
    color: #4A00AD;
  }

  .lg\:active\:text-purple-4d:active {
    color: #4D00B4;
  }

  .lg\:active\:text-purple-4e:active {
    color: #e04b1;
  }

  .lg\:active\:text-purple-5f:active {
    color: #5F04D7;
  }

  .lg\:active\:text-purple-6d:active {
    color: #6D00FF;
  }

  .lg\:active\:text-purple-6f:active {
    color: #6F00FF;
  }

  .lg\:active\:text-purple-7c:active {
    color: #7C09E8;
  }

  .lg\:active\:text-purple-7b:active {
    color: #7B46C1;
  }

  .lg\:active\:text-purple-8a:active {
    color: #8A2FFF;
  }

  .lg\:active\:text-purple-a7:active {
    color: #A764FF;
  }

  .lg\:active\:text-purple-ab:active {
    color: #AB1F99;
  }

  .lg\:active\:text-purple-b6:active {
    color: #B660FF;
  }

  .lg\:active\:text-purple-bf:active {
    color: #BF90FF;
  }

  .lg\:active\:text-purple-e5:active {
    color: #E5D1FF;
  }

  .lg\:active\:text-orange-d0:active {
    color: #D03D5C;
  }

  .lg\:active\:text-orange-dc:active {
    color: #DC4157;
  }

  .lg\:active\:text-orange-eb:active {
    color: #EB2C2C;
  }

  .lg\:active\:text-orange-ed:active {
    color: #ED4D40;
  }

  .lg\:active\:text-orange-ee:active {
    color: #EE4129;
  }

  .lg\:active\:text-orange-f0:active {
    color: #F04D39;
  }

  .lg\:active\:text-orange-f7:active {
    color: #F7451B;
  }

  .lg\:active\:text-orange-ff:active {
    color: #FFA039;
  }

  .lg\:active\:text-yellow-ff:active {
    color: #ffab59;
  }

  .lg\:active\:text-blue-14:active {
    color: #1493E6;
  }

  .lg\:active\:text-blue-55:active {
    color: #55ACEE;
  }

  .lg\:active\:text-blue-3b:active {
    color: #3b5998;
  }

  .lg\:active\:text-blue-3c:active {
    color: #3caef8;
  }

  .lg\:text-8 {
    font-size: 8px;
  }

  .lg\:text-9 {
    font-size: 9px;
  }

  .lg\:text-10 {
    font-size: 10px;
  }

  .lg\:text-11 {
    font-size: 11px;
  }

  .lg\:text-12 {
    font-size: 12px;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-17 {
    font-size: 17px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-19 {
    font-size: 19px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

  .lg\:text-21 {
    font-size: 21px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-25 {
    font-size: 25px;
  }

  .lg\:text-26 {
    font-size: 26px;
  }

  .lg\:text-28 {
    font-size: 28px;
  }

  .lg\:text-31 {
    font-size: 31px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-34 {
    font-size: 34px;
  }

  .lg\:text-35 {
    font-size: 35px;
  }

  .lg\:text-37 {
    font-size: 37px;
  }

  .lg\:text-39 {
    font-size: 39px;
  }

  .lg\:text-40 {
    font-size: 40px;
  }

  .lg\:text-41 {
    font-size: 41px;
  }

  .lg\:text-44 {
    font-size: 44px;
  }

  .lg\:text-46 {
    font-size: 46px;
  }

  .lg\:text-47 {
    font-size: 47px;
  }

  .lg\:text-48 {
    font-size: 48px;
  }

  .lg\:text-49 {
    font-size: 49px;
  }

  .lg\:text-50 {
    font-size: 50px;
  }

  .lg\:text-52 {
    font-size: 52px;
  }

  .lg\:text-55 {
    font-size: 55px;
  }

  .lg\:text-57 {
    font-size: 57px;
  }

  .lg\:text-60 {
    font-size: 60px;
  }

  .lg\:text-61 {
    font-size: 61px;
  }

  .lg\:text-64 {
    font-size: 64px;
  }

  .lg\:text-67 {
    font-size: 67px;
  }

  .lg\:text-70 {
    font-size: 70px;
  }

  .lg\:text-72 {
    font-size: 72px;
  }

  .lg\:text-74 {
    font-size: 74px;
  }

  .lg\:text-78 {
    font-size: 78px;
  }

  .lg\:text-80 {
    font-size: 80px;
  }

  .lg\:text-82 {
    font-size: 82px;
  }

  .lg\:text-85 {
    font-size: 85px;
  }

  .lg\:text-88 {
    font-size: 88px;
  }

  .lg\:text-90 {
    font-size: 90px;
  }

  .lg\:text-94 {
    font-size: 94px;
  }

  .lg\:text-96 {
    font-size: 96px;
  }

  .lg\:text-100 {
    font-size: 100px;
  }

  .lg\:text-102 {
    font-size: 102px;
  }

  .lg\:text-107 {
    font-size: 107px;
  }

  .lg\:text-110 {
    font-size: 110px;
  }

  .lg\:text-113 {
    font-size: 113px;
  }

  .lg\:text-124 {
    font-size: 124px;
  }

  .lg\:text-125 {
    font-size: 125px;
  }

  .lg\:text-140 {
    font-size: 140px;
  }

  .lg\:text-148 {
    font-size: 148px;
  }

  .lg\:text-150 {
    font-size: 150px;
  }

  .lg\:text-170 {
    font-size: 170px;
  }

  .lg\:text-180 {
    font-size: 180px;
  }

  .lg\:text-190 {
    font-size: 190px;
  }

  .lg\:text-210 {
    font-size: 210px;
  }

  .lg\:text-240 {
    font-size: 240px;
  }

  .lg\:text-250 {
    font-size: 250px;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    user-select: none;
  }

  .lg\:select-text {
    user-select: text;
  }

  .lg\:select-all {
    user-select: all;
  }

  .lg\:select-auto {
    user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-5 {
    width: 5px;
  }

  .lg\:w-10 {
    width: 10px;
  }

  .lg\:w-15 {
    width: 15px;
  }

  .lg\:w-20 {
    width: 20px;
  }

  .lg\:w-25 {
    width: 25px;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-35 {
    width: 35px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-45 {
    width: 45px;
  }

  .lg\:w-50 {
    width: 50px;
  }

  .lg\:w-55 {
    width: 55px;
  }

  .lg\:w-60 {
    width: 60px;
  }

  .lg\:w-70 {
    width: 70px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-90 {
    width: 90px;
  }

  .lg\:w-100 {
    width: 100px;
  }

  .lg\:w-110 {
    width: 110px;
  }

  .lg\:w-120 {
    width: 120px;
  }

  .lg\:w-130 {
    width: 130px;
  }

  .lg\:w-140 {
    width: 140px;
  }

  .lg\:w-150 {
    width: 150px;
  }

  .lg\:w-160 {
    width: 160px;
  }

  .lg\:w-170 {
    width: 170px;
  }

  .lg\:w-180 {
    width: 180px;
  }

  .lg\:w-190 {
    width: 190px;
  }

  .lg\:w-200 {
    width: 200px;
  }

  .lg\:w-210 {
    width: 210px;
  }

  .lg\:w-220 {
    width: 220px;
  }

  .lg\:w-230 {
    width: 230px;
  }

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:w-250 {
    width: 250px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

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

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

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

  /* Creates responsive classes for each custom utlity */

  /* Aspect Ratio */

  .lg\:aspect-ratio-1x1::after {
    clear: both;
    content: "";
    display: table;
  }

  .lg\:aspect-ratio-1x1::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: -1px;
  }

  .lg\:aspect-ratio-5x3::after {
    clear: both;
    content: "";
    display: table;
  }

  .lg\:aspect-ratio-5x3::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: -1px;
  }

  .lg\:aspect-ratio-16x9::after {
    clear: both;
    content: "";
    display: table;
  }

  .lg\:aspect-ratio-16x9::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: -1px;
  }

  /* To Reset Aspect Ratio */

  .lg\:aspect-ratio-auto::after {
    display: none;
  }

  .lg\:aspect-ratio-auto::before {
    display: none;
  }

  /* Blur */

  .lg\:blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .lg\:blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .lg\:blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .lg\:blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

  .lg\:blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .lg\:blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  /* Gradient BG */

  .lg\:bg-gradient-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
    background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
  }

  .lg\:bg-gradient-purple-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
    background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
  }

  .lg\:bg-gradient-purple-orange {
    background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
    background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
  }

  /* Image BG */

  .lg\:bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .lg\:bg-dotted-01 {
      background-image: url("/bgs/bg-dotted_01-desktop.jpg");
    }
  }

  .lg\:bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .lg\:bg-dotted-02 {
      background-image: url("/bgs/bg-dotted_02-desktop.jpg");
    }
  }

  .lg\:bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .lg\:bg-dotted-03 {
      background-image: url("/bgs/bg-dotted_03-desktop.jpg");
    }
  }

  /* Text Stroke */

  .lg\:text-stroke-color-purple-50 {
    -webkit-text-stroke-color: #50238C;
    text-stroke-color: #50238C;
  }

  .lg\:text-stroke-color-purple-6d {
    -webkit-text-stroke-color: #6D00FF;
    text-stroke-color: #6D00FF;
  }

  .lg\:text-stroke-color-purple-6f {
    -webkit-text-stroke-color: #6F00FF;
    text-stroke-color: #6F00FF;
  }

  .lg\:text-stroke-color-purple-a7 {
    -webkit-text-stroke-color: #A764FF;
    text-stroke-color: #A764FF;
  }

  .lg\:text-stroke-color-purple-b6 {
    -webkit-text-stroke-color: #B660FF;
    text-stroke-color: #B660FF;
  }

  .lg\:text-stroke-color-purple-bf {
    -webkit-text-stroke-color: #BF90FF;
    text-stroke-color: #BF90FF;
  }

  .lg\:text-stroke-color-orange-f0 {
    -webkit-text-stroke-color: #F04D39;
    text-stroke-color: #F04D39;
  }

  .lg\:text-stroke-color-orange-ff {
    -webkit-text-stroke-color: #FFA039;
    text-stroke-color: #FFA039;
  }

  .lg\:text-stroke-color-white {
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
  }

  .lg\:text-stroke-width-1 {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .lg\:text-stroke-width-1-5 {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1,5px;
  }

  .lg\:text-stroke-width-2 {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }

  .lg\:text-stroke-width-2-5 {
    -webkit-text-stroke-width: 2.5px;
    text-stroke-width: 2.5px;
  }

  .lg\:text-stroke-width-3 {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }

  .lg\:text-stroke-width-4 {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
  }

  .lg\:text-stroke-width-6 {
    -webkit-text-stroke-width: 6px;
    text-stroke-width: 6px;
  }

  .lg\:text-stroke-width-8 {
    -webkit-text-stroke-width: 8px;
    text-stroke-width: 8px;
  }

  /* IE Fixes */

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lg\:text-transparent {
      color: inherit;
    }
  }

  .lg\:flex-1-ie {
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */
}

@media (min-width: 1440px) {
  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .xl\:appearance-none {
    appearance: none;
  }

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

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

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

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

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-purple-15 {
    background-color: #150033;
  }

  .xl\:bg-purple-16 {
    background-color: #160031;
  }

  .xl\:bg-purple-19 {
    background-color: #19003c;
  }

  .xl\:bg-purple-21 {
    background-color: #21004B;
  }

  .xl\:bg-purple-24 {
    background-color: #240154;
  }

  .xl\:bg-purple-26 {
    background-color: #260058;
  }

  .xl\:bg-purple-30 {
    background-color: #300071;
  }

  .xl\:bg-purple-42 {
    background-color: #42009B;
  }

  .xl\:bg-purple-45 {
    background-color: #4500A3;
  }

  .xl\:bg-purple-50 {
    background-color: #50238C;
  }

  .xl\:bg-purple-54 {
    background-color: #5405A6;
  }

  .xl\:bg-purple-58 {
    background-color: #5800CE;
  }

  .xl\:bg-purple-69 {
    background-color: #6900F7;
  }

  .xl\:bg-purple-90 {
    background-color: #903BFF;
  }

  .xl\:bg-purple-92 {
    background-color: #9240FF;
  }

  .xl\:bg-purple-94 {
    background-color: #9446FF;
  }

  .xl\:bg-purple-1c {
    background-color: #1C0041;
  }

  .xl\:bg-purple-1e {
    background-color: #1E0048;
  }

  .xl\:bg-purple-2b {
    background-color: #2B0166;
  }

  .xl\:bg-purple-2d {
    background-color: #2D0069;
  }

  .xl\:bg-purple-2e {
    background-color: #2E006F;
  }

  .xl\:bg-purple-3f {
    background-color: #3F0093;
  }

  .xl\:bg-purple-4a {
    background-color: #4A00AD;
  }

  .xl\:bg-purple-4d {
    background-color: #4D00B4;
  }

  .xl\:bg-purple-4e {
    background-color: #e04b1;
  }

  .xl\:bg-purple-5f {
    background-color: #5F04D7;
  }

  .xl\:bg-purple-6d {
    background-color: #6D00FF;
  }

  .xl\:bg-purple-6f {
    background-color: #6F00FF;
  }

  .xl\:bg-purple-7c {
    background-color: #7C09E8;
  }

  .xl\:bg-purple-7b {
    background-color: #7B46C1;
  }

  .xl\:bg-purple-8a {
    background-color: #8A2FFF;
  }

  .xl\:bg-purple-a7 {
    background-color: #A764FF;
  }

  .xl\:bg-purple-ab {
    background-color: #AB1F99;
  }

  .xl\:bg-purple-b6 {
    background-color: #B660FF;
  }

  .xl\:bg-purple-bf {
    background-color: #BF90FF;
  }

  .xl\:bg-purple-e5 {
    background-color: #E5D1FF;
  }

  .xl\:bg-orange-d0 {
    background-color: #D03D5C;
  }

  .xl\:bg-orange-dc {
    background-color: #DC4157;
  }

  .xl\:bg-orange-eb {
    background-color: #EB2C2C;
  }

  .xl\:bg-orange-ed {
    background-color: #ED4D40;
  }

  .xl\:bg-orange-ee {
    background-color: #EE4129;
  }

  .xl\:bg-orange-f0 {
    background-color: #F04D39;
  }

  .xl\:bg-orange-f7 {
    background-color: #F7451B;
  }

  .xl\:bg-orange-ff {
    background-color: #FFA039;
  }

  .xl\:bg-yellow-ff {
    background-color: #ffab59;
  }

  .xl\:bg-blue-14 {
    background-color: #1493E6;
  }

  .xl\:bg-blue-55 {
    background-color: #55ACEE;
  }

  .xl\:bg-blue-3b {
    background-color: #3b5998;
  }

  .xl\:bg-blue-3c {
    background-color: #3caef8;
  }

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

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-purple-15:hover {
    background-color: #150033;
  }

  .xl\:hover\:bg-purple-16:hover {
    background-color: #160031;
  }

  .xl\:hover\:bg-purple-19:hover {
    background-color: #19003c;
  }

  .xl\:hover\:bg-purple-21:hover {
    background-color: #21004B;
  }

  .xl\:hover\:bg-purple-24:hover {
    background-color: #240154;
  }

  .xl\:hover\:bg-purple-26:hover {
    background-color: #260058;
  }

  .xl\:hover\:bg-purple-30:hover {
    background-color: #300071;
  }

  .xl\:hover\:bg-purple-42:hover {
    background-color: #42009B;
  }

  .xl\:hover\:bg-purple-45:hover {
    background-color: #4500A3;
  }

  .xl\:hover\:bg-purple-50:hover {
    background-color: #50238C;
  }

  .xl\:hover\:bg-purple-54:hover {
    background-color: #5405A6;
  }

  .xl\:hover\:bg-purple-58:hover {
    background-color: #5800CE;
  }

  .xl\:hover\:bg-purple-69:hover {
    background-color: #6900F7;
  }

  .xl\:hover\:bg-purple-90:hover {
    background-color: #903BFF;
  }

  .xl\:hover\:bg-purple-92:hover {
    background-color: #9240FF;
  }

  .xl\:hover\:bg-purple-94:hover {
    background-color: #9446FF;
  }

  .xl\:hover\:bg-purple-1c:hover {
    background-color: #1C0041;
  }

  .xl\:hover\:bg-purple-1e:hover {
    background-color: #1E0048;
  }

  .xl\:hover\:bg-purple-2b:hover {
    background-color: #2B0166;
  }

  .xl\:hover\:bg-purple-2d:hover {
    background-color: #2D0069;
  }

  .xl\:hover\:bg-purple-2e:hover {
    background-color: #2E006F;
  }

  .xl\:hover\:bg-purple-3f:hover {
    background-color: #3F0093;
  }

  .xl\:hover\:bg-purple-4a:hover {
    background-color: #4A00AD;
  }

  .xl\:hover\:bg-purple-4d:hover {
    background-color: #4D00B4;
  }

  .xl\:hover\:bg-purple-4e:hover {
    background-color: #e04b1;
  }

  .xl\:hover\:bg-purple-5f:hover {
    background-color: #5F04D7;
  }

  .xl\:hover\:bg-purple-6d:hover {
    background-color: #6D00FF;
  }

  .xl\:hover\:bg-purple-6f:hover {
    background-color: #6F00FF;
  }

  .xl\:hover\:bg-purple-7c:hover {
    background-color: #7C09E8;
  }

  .xl\:hover\:bg-purple-7b:hover {
    background-color: #7B46C1;
  }

  .xl\:hover\:bg-purple-8a:hover {
    background-color: #8A2FFF;
  }

  .xl\:hover\:bg-purple-a7:hover {
    background-color: #A764FF;
  }

  .xl\:hover\:bg-purple-ab:hover {
    background-color: #AB1F99;
  }

  .xl\:hover\:bg-purple-b6:hover {
    background-color: #B660FF;
  }

  .xl\:hover\:bg-purple-bf:hover {
    background-color: #BF90FF;
  }

  .xl\:hover\:bg-purple-e5:hover {
    background-color: #E5D1FF;
  }

  .xl\:hover\:bg-orange-d0:hover {
    background-color: #D03D5C;
  }

  .xl\:hover\:bg-orange-dc:hover {
    background-color: #DC4157;
  }

  .xl\:hover\:bg-orange-eb:hover {
    background-color: #EB2C2C;
  }

  .xl\:hover\:bg-orange-ed:hover {
    background-color: #ED4D40;
  }

  .xl\:hover\:bg-orange-ee:hover {
    background-color: #EE4129;
  }

  .xl\:hover\:bg-orange-f0:hover {
    background-color: #F04D39;
  }

  .xl\:hover\:bg-orange-f7:hover {
    background-color: #F7451B;
  }

  .xl\:hover\:bg-orange-ff:hover {
    background-color: #FFA039;
  }

  .xl\:hover\:bg-yellow-ff:hover {
    background-color: #ffab59;
  }

  .xl\:hover\:bg-blue-14:hover {
    background-color: #1493E6;
  }

  .xl\:hover\:bg-blue-55:hover {
    background-color: #55ACEE;
  }

  .xl\:hover\:bg-blue-3b:hover {
    background-color: #3b5998;
  }

  .xl\:hover\:bg-blue-3c:hover {
    background-color: #3caef8;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    background-color: #000;
  }

  .xl\:active\:bg-white:active {
    background-color: #fff;
  }

  .xl\:active\:bg-purple-15:active {
    background-color: #150033;
  }

  .xl\:active\:bg-purple-16:active {
    background-color: #160031;
  }

  .xl\:active\:bg-purple-19:active {
    background-color: #19003c;
  }

  .xl\:active\:bg-purple-21:active {
    background-color: #21004B;
  }

  .xl\:active\:bg-purple-24:active {
    background-color: #240154;
  }

  .xl\:active\:bg-purple-26:active {
    background-color: #260058;
  }

  .xl\:active\:bg-purple-30:active {
    background-color: #300071;
  }

  .xl\:active\:bg-purple-42:active {
    background-color: #42009B;
  }

  .xl\:active\:bg-purple-45:active {
    background-color: #4500A3;
  }

  .xl\:active\:bg-purple-50:active {
    background-color: #50238C;
  }

  .xl\:active\:bg-purple-54:active {
    background-color: #5405A6;
  }

  .xl\:active\:bg-purple-58:active {
    background-color: #5800CE;
  }

  .xl\:active\:bg-purple-69:active {
    background-color: #6900F7;
  }

  .xl\:active\:bg-purple-90:active {
    background-color: #903BFF;
  }

  .xl\:active\:bg-purple-92:active {
    background-color: #9240FF;
  }

  .xl\:active\:bg-purple-94:active {
    background-color: #9446FF;
  }

  .xl\:active\:bg-purple-1c:active {
    background-color: #1C0041;
  }

  .xl\:active\:bg-purple-1e:active {
    background-color: #1E0048;
  }

  .xl\:active\:bg-purple-2b:active {
    background-color: #2B0166;
  }

  .xl\:active\:bg-purple-2d:active {
    background-color: #2D0069;
  }

  .xl\:active\:bg-purple-2e:active {
    background-color: #2E006F;
  }

  .xl\:active\:bg-purple-3f:active {
    background-color: #3F0093;
  }

  .xl\:active\:bg-purple-4a:active {
    background-color: #4A00AD;
  }

  .xl\:active\:bg-purple-4d:active {
    background-color: #4D00B4;
  }

  .xl\:active\:bg-purple-4e:active {
    background-color: #e04b1;
  }

  .xl\:active\:bg-purple-5f:active {
    background-color: #5F04D7;
  }

  .xl\:active\:bg-purple-6d:active {
    background-color: #6D00FF;
  }

  .xl\:active\:bg-purple-6f:active {
    background-color: #6F00FF;
  }

  .xl\:active\:bg-purple-7c:active {
    background-color: #7C09E8;
  }

  .xl\:active\:bg-purple-7b:active {
    background-color: #7B46C1;
  }

  .xl\:active\:bg-purple-8a:active {
    background-color: #8A2FFF;
  }

  .xl\:active\:bg-purple-a7:active {
    background-color: #A764FF;
  }

  .xl\:active\:bg-purple-ab:active {
    background-color: #AB1F99;
  }

  .xl\:active\:bg-purple-b6:active {
    background-color: #B660FF;
  }

  .xl\:active\:bg-purple-bf:active {
    background-color: #BF90FF;
  }

  .xl\:active\:bg-purple-e5:active {
    background-color: #E5D1FF;
  }

  .xl\:active\:bg-orange-d0:active {
    background-color: #D03D5C;
  }

  .xl\:active\:bg-orange-dc:active {
    background-color: #DC4157;
  }

  .xl\:active\:bg-orange-eb:active {
    background-color: #EB2C2C;
  }

  .xl\:active\:bg-orange-ed:active {
    background-color: #ED4D40;
  }

  .xl\:active\:bg-orange-ee:active {
    background-color: #EE4129;
  }

  .xl\:active\:bg-orange-f0:active {
    background-color: #F04D39;
  }

  .xl\:active\:bg-orange-f7:active {
    background-color: #F7451B;
  }

  .xl\:active\:bg-orange-ff:active {
    background-color: #FFA039;
  }

  .xl\:active\:bg-yellow-ff:active {
    background-color: #ffab59;
  }

  .xl\:active\:bg-blue-14:active {
    background-color: #1493E6;
  }

  .xl\:active\:bg-blue-55:active {
    background-color: #55ACEE;
  }

  .xl\:active\:bg-blue-3b:active {
    background-color: #3b5998;
  }

  .xl\:active\:bg-blue-3c:active {
    background-color: #3caef8;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-purple-15 {
    border-color: #150033;
  }

  .xl\:border-purple-16 {
    border-color: #160031;
  }

  .xl\:border-purple-19 {
    border-color: #19003c;
  }

  .xl\:border-purple-21 {
    border-color: #21004B;
  }

  .xl\:border-purple-24 {
    border-color: #240154;
  }

  .xl\:border-purple-26 {
    border-color: #260058;
  }

  .xl\:border-purple-30 {
    border-color: #300071;
  }

  .xl\:border-purple-42 {
    border-color: #42009B;
  }

  .xl\:border-purple-45 {
    border-color: #4500A3;
  }

  .xl\:border-purple-50 {
    border-color: #50238C;
  }

  .xl\:border-purple-54 {
    border-color: #5405A6;
  }

  .xl\:border-purple-58 {
    border-color: #5800CE;
  }

  .xl\:border-purple-69 {
    border-color: #6900F7;
  }

  .xl\:border-purple-90 {
    border-color: #903BFF;
  }

  .xl\:border-purple-92 {
    border-color: #9240FF;
  }

  .xl\:border-purple-94 {
    border-color: #9446FF;
  }

  .xl\:border-purple-1c {
    border-color: #1C0041;
  }

  .xl\:border-purple-1e {
    border-color: #1E0048;
  }

  .xl\:border-purple-2b {
    border-color: #2B0166;
  }

  .xl\:border-purple-2d {
    border-color: #2D0069;
  }

  .xl\:border-purple-2e {
    border-color: #2E006F;
  }

  .xl\:border-purple-3f {
    border-color: #3F0093;
  }

  .xl\:border-purple-4a {
    border-color: #4A00AD;
  }

  .xl\:border-purple-4d {
    border-color: #4D00B4;
  }

  .xl\:border-purple-4e {
    border-color: #e04b1;
  }

  .xl\:border-purple-5f {
    border-color: #5F04D7;
  }

  .xl\:border-purple-6d {
    border-color: #6D00FF;
  }

  .xl\:border-purple-6f {
    border-color: #6F00FF;
  }

  .xl\:border-purple-7c {
    border-color: #7C09E8;
  }

  .xl\:border-purple-7b {
    border-color: #7B46C1;
  }

  .xl\:border-purple-8a {
    border-color: #8A2FFF;
  }

  .xl\:border-purple-a7 {
    border-color: #A764FF;
  }

  .xl\:border-purple-ab {
    border-color: #AB1F99;
  }

  .xl\:border-purple-b6 {
    border-color: #B660FF;
  }

  .xl\:border-purple-bf {
    border-color: #BF90FF;
  }

  .xl\:border-purple-e5 {
    border-color: #E5D1FF;
  }

  .xl\:border-orange-d0 {
    border-color: #D03D5C;
  }

  .xl\:border-orange-dc {
    border-color: #DC4157;
  }

  .xl\:border-orange-eb {
    border-color: #EB2C2C;
  }

  .xl\:border-orange-ed {
    border-color: #ED4D40;
  }

  .xl\:border-orange-ee {
    border-color: #EE4129;
  }

  .xl\:border-orange-f0 {
    border-color: #F04D39;
  }

  .xl\:border-orange-f7 {
    border-color: #F7451B;
  }

  .xl\:border-orange-ff {
    border-color: #FFA039;
  }

  .xl\:border-yellow-ff {
    border-color: #ffab59;
  }

  .xl\:border-blue-14 {
    border-color: #1493E6;
  }

  .xl\:border-blue-55 {
    border-color: #55ACEE;
  }

  .xl\:border-blue-3b {
    border-color: #3b5998;
  }

  .xl\:border-blue-3c {
    border-color: #3caef8;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-purple-15:hover {
    border-color: #150033;
  }

  .xl\:hover\:border-purple-16:hover {
    border-color: #160031;
  }

  .xl\:hover\:border-purple-19:hover {
    border-color: #19003c;
  }

  .xl\:hover\:border-purple-21:hover {
    border-color: #21004B;
  }

  .xl\:hover\:border-purple-24:hover {
    border-color: #240154;
  }

  .xl\:hover\:border-purple-26:hover {
    border-color: #260058;
  }

  .xl\:hover\:border-purple-30:hover {
    border-color: #300071;
  }

  .xl\:hover\:border-purple-42:hover {
    border-color: #42009B;
  }

  .xl\:hover\:border-purple-45:hover {
    border-color: #4500A3;
  }

  .xl\:hover\:border-purple-50:hover {
    border-color: #50238C;
  }

  .xl\:hover\:border-purple-54:hover {
    border-color: #5405A6;
  }

  .xl\:hover\:border-purple-58:hover {
    border-color: #5800CE;
  }

  .xl\:hover\:border-purple-69:hover {
    border-color: #6900F7;
  }

  .xl\:hover\:border-purple-90:hover {
    border-color: #903BFF;
  }

  .xl\:hover\:border-purple-92:hover {
    border-color: #9240FF;
  }

  .xl\:hover\:border-purple-94:hover {
    border-color: #9446FF;
  }

  .xl\:hover\:border-purple-1c:hover {
    border-color: #1C0041;
  }

  .xl\:hover\:border-purple-1e:hover {
    border-color: #1E0048;
  }

  .xl\:hover\:border-purple-2b:hover {
    border-color: #2B0166;
  }

  .xl\:hover\:border-purple-2d:hover {
    border-color: #2D0069;
  }

  .xl\:hover\:border-purple-2e:hover {
    border-color: #2E006F;
  }

  .xl\:hover\:border-purple-3f:hover {
    border-color: #3F0093;
  }

  .xl\:hover\:border-purple-4a:hover {
    border-color: #4A00AD;
  }

  .xl\:hover\:border-purple-4d:hover {
    border-color: #4D00B4;
  }

  .xl\:hover\:border-purple-4e:hover {
    border-color: #e04b1;
  }

  .xl\:hover\:border-purple-5f:hover {
    border-color: #5F04D7;
  }

  .xl\:hover\:border-purple-6d:hover {
    border-color: #6D00FF;
  }

  .xl\:hover\:border-purple-6f:hover {
    border-color: #6F00FF;
  }

  .xl\:hover\:border-purple-7c:hover {
    border-color: #7C09E8;
  }

  .xl\:hover\:border-purple-7b:hover {
    border-color: #7B46C1;
  }

  .xl\:hover\:border-purple-8a:hover {
    border-color: #8A2FFF;
  }

  .xl\:hover\:border-purple-a7:hover {
    border-color: #A764FF;
  }

  .xl\:hover\:border-purple-ab:hover {
    border-color: #AB1F99;
  }

  .xl\:hover\:border-purple-b6:hover {
    border-color: #B660FF;
  }

  .xl\:hover\:border-purple-bf:hover {
    border-color: #BF90FF;
  }

  .xl\:hover\:border-purple-e5:hover {
    border-color: #E5D1FF;
  }

  .xl\:hover\:border-orange-d0:hover {
    border-color: #D03D5C;
  }

  .xl\:hover\:border-orange-dc:hover {
    border-color: #DC4157;
  }

  .xl\:hover\:border-orange-eb:hover {
    border-color: #EB2C2C;
  }

  .xl\:hover\:border-orange-ed:hover {
    border-color: #ED4D40;
  }

  .xl\:hover\:border-orange-ee:hover {
    border-color: #EE4129;
  }

  .xl\:hover\:border-orange-f0:hover {
    border-color: #F04D39;
  }

  .xl\:hover\:border-orange-f7:hover {
    border-color: #F7451B;
  }

  .xl\:hover\:border-orange-ff:hover {
    border-color: #FFA039;
  }

  .xl\:hover\:border-yellow-ff:hover {
    border-color: #ffab59;
  }

  .xl\:hover\:border-blue-14:hover {
    border-color: #1493E6;
  }

  .xl\:hover\:border-blue-55:hover {
    border-color: #55ACEE;
  }

  .xl\:hover\:border-blue-3b:hover {
    border-color: #3b5998;
  }

  .xl\:hover\:border-blue-3c:hover {
    border-color: #3caef8;
  }

  .xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xl\:active\:border-black:active {
    border-color: #000;
  }

  .xl\:active\:border-white:active {
    border-color: #fff;
  }

  .xl\:active\:border-purple-15:active {
    border-color: #150033;
  }

  .xl\:active\:border-purple-16:active {
    border-color: #160031;
  }

  .xl\:active\:border-purple-19:active {
    border-color: #19003c;
  }

  .xl\:active\:border-purple-21:active {
    border-color: #21004B;
  }

  .xl\:active\:border-purple-24:active {
    border-color: #240154;
  }

  .xl\:active\:border-purple-26:active {
    border-color: #260058;
  }

  .xl\:active\:border-purple-30:active {
    border-color: #300071;
  }

  .xl\:active\:border-purple-42:active {
    border-color: #42009B;
  }

  .xl\:active\:border-purple-45:active {
    border-color: #4500A3;
  }

  .xl\:active\:border-purple-50:active {
    border-color: #50238C;
  }

  .xl\:active\:border-purple-54:active {
    border-color: #5405A6;
  }

  .xl\:active\:border-purple-58:active {
    border-color: #5800CE;
  }

  .xl\:active\:border-purple-69:active {
    border-color: #6900F7;
  }

  .xl\:active\:border-purple-90:active {
    border-color: #903BFF;
  }

  .xl\:active\:border-purple-92:active {
    border-color: #9240FF;
  }

  .xl\:active\:border-purple-94:active {
    border-color: #9446FF;
  }

  .xl\:active\:border-purple-1c:active {
    border-color: #1C0041;
  }

  .xl\:active\:border-purple-1e:active {
    border-color: #1E0048;
  }

  .xl\:active\:border-purple-2b:active {
    border-color: #2B0166;
  }

  .xl\:active\:border-purple-2d:active {
    border-color: #2D0069;
  }

  .xl\:active\:border-purple-2e:active {
    border-color: #2E006F;
  }

  .xl\:active\:border-purple-3f:active {
    border-color: #3F0093;
  }

  .xl\:active\:border-purple-4a:active {
    border-color: #4A00AD;
  }

  .xl\:active\:border-purple-4d:active {
    border-color: #4D00B4;
  }

  .xl\:active\:border-purple-4e:active {
    border-color: #e04b1;
  }

  .xl\:active\:border-purple-5f:active {
    border-color: #5F04D7;
  }

  .xl\:active\:border-purple-6d:active {
    border-color: #6D00FF;
  }

  .xl\:active\:border-purple-6f:active {
    border-color: #6F00FF;
  }

  .xl\:active\:border-purple-7c:active {
    border-color: #7C09E8;
  }

  .xl\:active\:border-purple-7b:active {
    border-color: #7B46C1;
  }

  .xl\:active\:border-purple-8a:active {
    border-color: #8A2FFF;
  }

  .xl\:active\:border-purple-a7:active {
    border-color: #A764FF;
  }

  .xl\:active\:border-purple-ab:active {
    border-color: #AB1F99;
  }

  .xl\:active\:border-purple-b6:active {
    border-color: #B660FF;
  }

  .xl\:active\:border-purple-bf:active {
    border-color: #BF90FF;
  }

  .xl\:active\:border-purple-e5:active {
    border-color: #E5D1FF;
  }

  .xl\:active\:border-orange-d0:active {
    border-color: #D03D5C;
  }

  .xl\:active\:border-orange-dc:active {
    border-color: #DC4157;
  }

  .xl\:active\:border-orange-eb:active {
    border-color: #EB2C2C;
  }

  .xl\:active\:border-orange-ed:active {
    border-color: #ED4D40;
  }

  .xl\:active\:border-orange-ee:active {
    border-color: #EE4129;
  }

  .xl\:active\:border-orange-f0:active {
    border-color: #F04D39;
  }

  .xl\:active\:border-orange-f7:active {
    border-color: #F7451B;
  }

  .xl\:active\:border-orange-ff:active {
    border-color: #FFA039;
  }

  .xl\:active\:border-yellow-ff:active {
    border-color: #ffab59;
  }

  .xl\:active\:border-blue-14:active {
    border-color: #1493E6;
  }

  .xl\:active\:border-blue-55:active {
    border-color: #55ACEE;
  }

  .xl\:active\:border-blue-3b:active {
    border-color: #3b5998;
  }

  .xl\:active\:border-blue-3c:active {
    border-color: #3caef8;
  }

  .xl\:rounded-4 {
    border-radius: 4px;
  }

  .xl\:rounded-5 {
    border-radius: 5px;
  }

  .xl\:rounded-10 {
    border-radius: 10px;
  }

  .xl\:rounded-20 {
    border-radius: 20px;
  }

  .xl\:rounded-none {
    border-radius: none;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .xl\:rounded-r-4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .xl\:rounded-b-4 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xl\:rounded-l-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xl\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
  }

  .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-4 {
    border-top-left-radius: 4px;
  }

  .xl\:rounded-tr-4 {
    border-top-right-radius: 4px;
  }

  .xl\:rounded-br-4 {
    border-bottom-right-radius: 4px;
  }

  .xl\:rounded-bl-4 {
    border-bottom-left-radius: 4px;
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .xl\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .xl\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .xl\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .xl\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: none;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: none;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: none;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: none;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-acumin-pro {
    font-family: "acumin-pro", -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-pragmatica-extended {
    font-family: "pragmatica-extended", -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-pano {
    font-family: "Pano Trial", -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-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-5 {
    height: 5px;
  }

  .xl\:h-10 {
    height: 10px;
  }

  .xl\:h-15 {
    height: 15px;
  }

  .xl\:h-20 {
    height: 20px;
  }

  .xl\:h-25 {
    height: 25px;
  }

  .xl\:h-30 {
    height: 30px;
  }

  .xl\:h-35 {
    height: 35px;
  }

  .xl\:h-40 {
    height: 40px;
  }

  .xl\:h-45 {
    height: 45px;
  }

  .xl\:h-50 {
    height: 50px;
  }

  .xl\:h-55 {
    height: 55px;
  }

  .xl\:h-60 {
    height: 60px;
  }

  .xl\:h-70 {
    height: 70px;
  }

  .xl\:h-80 {
    height: 80px;
  }

  .xl\:h-90 {
    height: 90px;
  }

  .xl\:h-100 {
    height: 100px;
  }

  .xl\:h-110 {
    height: 110px;
  }

  .xl\:h-120 {
    height: 120px;
  }

  .xl\:h-130 {
    height: 130px;
  }

  .xl\:h-140 {
    height: 140px;
  }

  .xl\:h-150 {
    height: 150px;
  }

  .xl\:h-160 {
    height: 160px;
  }

  .xl\:h-170 {
    height: 170px;
  }

  .xl\:h-180 {
    height: 180px;
  }

  .xl\:h-190 {
    height: 190px;
  }

  .xl\:h-200 {
    height: 200px;
  }

  .xl\:h-210 {
    height: 210px;
  }

  .xl\:h-220 {
    height: 220px;
  }

  .xl\:h-230 {
    height: 230px;
  }

  .xl\:h-240 {
    height: 240px;
  }

  .xl\:h-250 {
    height: 250px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-15 {
    margin: 15px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-25 {
    margin: 25px;
  }

  .xl\:m-30 {
    margin: 30px;
  }

  .xl\:m-35 {
    margin: 35px;
  }

  .xl\:m-40 {
    margin: 40px;
  }

  .xl\:m-45 {
    margin: 45px;
  }

  .xl\:m-50 {
    margin: 50px;
  }

  .xl\:m-55 {
    margin: 55px;
  }

  .xl\:m-60 {
    margin: 60px;
  }

  .xl\:m-70 {
    margin: 70px;
  }

  .xl\:m-80 {
    margin: 80px;
  }

  .xl\:m-90 {
    margin: 90px;
  }

  .xl\:m-100 {
    margin: 100px;
  }

  .xl\:m-110 {
    margin: 110px;
  }

  .xl\:m-120 {
    margin: 120px;
  }

  .xl\:m-130 {
    margin: 130px;
  }

  .xl\:m-140 {
    margin: 140px;
  }

  .xl\:m-150 {
    margin: 150px;
  }

  .xl\:m-160 {
    margin: 160px;
  }

  .xl\:m-170 {
    margin: 170px;
  }

  .xl\:m-180 {
    margin: 180px;
  }

  .xl\:m-190 {
    margin: 190px;
  }

  .xl\:m-200 {
    margin: 200px;
  }

  .xl\:m-210 {
    margin: 210px;
  }

  .xl\:m-220 {
    margin: 220px;
  }

  .xl\:m-230 {
    margin: 230px;
  }

  .xl\:m-240 {
    margin: 240px;
  }

  .xl\:m-250 {
    margin: 250px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:-m-5 {
    margin: -5px;
  }

  .xl\:-m-10 {
    margin: -10px;
  }

  .xl\:-m-15 {
    margin: -15px;
  }

  .xl\:-m-20 {
    margin: -20px;
  }

  .xl\:-m-25 {
    margin: -25px;
  }

  .xl\:-m-30 {
    margin: -30px;
  }

  .xl\:-m-35 {
    margin: -35px;
  }

  .xl\:-m-40 {
    margin: -40px;
  }

  .xl\:-m-45 {
    margin: -45px;
  }

  .xl\:-m-50 {
    margin: -50px;
  }

  .xl\:-m-55 {
    margin: -55px;
  }

  .xl\:-m-60 {
    margin: -60px;
  }

  .xl\:-m-70 {
    margin: -70px;
  }

  .xl\:-m-80 {
    margin: -80px;
  }

  .xl\:-m-90 {
    margin: -90px;
  }

  .xl\:-m-100 {
    margin: -100px;
  }

  .xl\:-m-110 {
    margin: -110px;
  }

  .xl\:-m-120 {
    margin: -120px;
  }

  .xl\:-m-130 {
    margin: -130px;
  }

  .xl\:-m-140 {
    margin: -140px;
  }

  .xl\:-m-150 {
    margin: -150px;
  }

  .xl\:-m-160 {
    margin: -160px;
  }

  .xl\:-m-170 {
    margin: -170px;
  }

  .xl\:-m-180 {
    margin: -180px;
  }

  .xl\:-m-190 {
    margin: -190px;
  }

  .xl\:-m-200 {
    margin: -200px;
  }

  .xl\:-m-210 {
    margin: -210px;
  }

  .xl\:-m-220 {
    margin: -220px;
  }

  .xl\:-m-230 {
    margin: -230px;
  }

  .xl\:-m-240 {
    margin: -240px;
  }

  .xl\:-m-250 {
    margin: -250px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xl\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xl\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xl\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xl\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xl\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xl\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xl\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xl\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xl\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xl\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xl\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .xl\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .xl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl\:my-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .xl\:mx-210 {
    margin-left: 210px;
    margin-right: 210px;
  }

  .xl\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xl\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xl\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xl\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xl\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xl\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xl\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xl\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xl\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xl\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xl\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xl\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xl\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xl\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xl\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .xl\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .xl\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xl\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xl\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xl\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xl\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xl\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xl\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xl\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xl\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .xl\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .xl\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xl\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xl\:-my-210 {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .xl\:-mx-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .xl\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xl\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xl\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xl\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xl\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xl\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xl\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-5 {
    margin-top: 5px;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .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-15 {
    margin-top: 15px;
  }

  .xl\:mr-15 {
    margin-right: 15px;
  }

  .xl\:mb-15 {
    margin-bottom: 15px;
  }

  .xl\:ml-15 {
    margin-left: 15px;
  }

  .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-25 {
    margin-top: 25px;
  }

  .xl\:mr-25 {
    margin-right: 25px;
  }

  .xl\:mb-25 {
    margin-bottom: 25px;
  }

  .xl\:ml-25 {
    margin-left: 25px;
  }

  .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-35 {
    margin-top: 35px;
  }

  .xl\:mr-35 {
    margin-right: 35px;
  }

  .xl\:mb-35 {
    margin-bottom: 35px;
  }

  .xl\:ml-35 {
    margin-left: 35px;
  }

  .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-45 {
    margin-top: 45px;
  }

  .xl\:mr-45 {
    margin-right: 45px;
  }

  .xl\:mb-45 {
    margin-bottom: 45px;
  }

  .xl\:ml-45 {
    margin-left: 45px;
  }

  .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-55 {
    margin-top: 55px;
  }

  .xl\:mr-55 {
    margin-right: 55px;
  }

  .xl\:mb-55 {
    margin-bottom: 55px;
  }

  .xl\:ml-55 {
    margin-left: 55px;
  }

  .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-70 {
    margin-top: 70px;
  }

  .xl\:mr-70 {
    margin-right: 70px;
  }

  .xl\:mb-70 {
    margin-bottom: 70px;
  }

  .xl\:ml-70 {
    margin-left: 70px;
  }

  .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-90 {
    margin-top: 90px;
  }

  .xl\:mr-90 {
    margin-right: 90px;
  }

  .xl\:mb-90 {
    margin-bottom: 90px;
  }

  .xl\:ml-90 {
    margin-left: 90px;
  }

  .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-110 {
    margin-top: 110px;
  }

  .xl\:mr-110 {
    margin-right: 110px;
  }

  .xl\:mb-110 {
    margin-bottom: 110px;
  }

  .xl\:ml-110 {
    margin-left: 110px;
  }

  .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-130 {
    margin-top: 130px;
  }

  .xl\:mr-130 {
    margin-right: 130px;
  }

  .xl\:mb-130 {
    margin-bottom: 130px;
  }

  .xl\:ml-130 {
    margin-left: 130px;
  }

  .xl\:mt-140 {
    margin-top: 140px;
  }

  .xl\:mr-140 {
    margin-right: 140px;
  }

  .xl\:mb-140 {
    margin-bottom: 140px;
  }

  .xl\:ml-140 {
    margin-left: 140px;
  }

  .xl\:mt-150 {
    margin-top: 150px;
  }

  .xl\:mr-150 {
    margin-right: 150px;
  }

  .xl\:mb-150 {
    margin-bottom: 150px;
  }

  .xl\:ml-150 {
    margin-left: 150px;
  }

  .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-170 {
    margin-top: 170px;
  }

  .xl\:mr-170 {
    margin-right: 170px;
  }

  .xl\:mb-170 {
    margin-bottom: 170px;
  }

  .xl\:ml-170 {
    margin-left: 170px;
  }

  .xl\:mt-180 {
    margin-top: 180px;
  }

  .xl\:mr-180 {
    margin-right: 180px;
  }

  .xl\:mb-180 {
    margin-bottom: 180px;
  }

  .xl\:ml-180 {
    margin-left: 180px;
  }

  .xl\:mt-190 {
    margin-top: 190px;
  }

  .xl\:mr-190 {
    margin-right: 190px;
  }

  .xl\:mb-190 {
    margin-bottom: 190px;
  }

  .xl\:ml-190 {
    margin-left: 190px;
  }

  .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-210 {
    margin-top: 210px;
  }

  .xl\:mr-210 {
    margin-right: 210px;
  }

  .xl\:mb-210 {
    margin-bottom: 210px;
  }

  .xl\:ml-210 {
    margin-left: 210px;
  }

  .xl\:mt-220 {
    margin-top: 220px;
  }

  .xl\:mr-220 {
    margin-right: 220px;
  }

  .xl\:mb-220 {
    margin-bottom: 220px;
  }

  .xl\:ml-220 {
    margin-left: 220px;
  }

  .xl\:mt-230 {
    margin-top: 230px;
  }

  .xl\:mr-230 {
    margin-right: 230px;
  }

  .xl\:mb-230 {
    margin-bottom: 230px;
  }

  .xl\:ml-230 {
    margin-left: 230px;
  }

  .xl\:mt-240 {
    margin-top: 240px;
  }

  .xl\:mr-240 {
    margin-right: 240px;
  }

  .xl\:mb-240 {
    margin-bottom: 240px;
  }

  .xl\:ml-240 {
    margin-left: 240px;
  }

  .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-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

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

  .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-10 {
    margin-top: -10px;
  }

  .xl\:-mr-10 {
    margin-right: -10px;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xl\:-ml-10 {
    margin-left: -10px;
  }

  .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-20 {
    margin-top: -20px;
  }

  .xl\:-mr-20 {
    margin-right: -20px;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xl\:-ml-20 {
    margin-left: -20px;
  }

  .xl\:-mt-25 {
    margin-top: -25px;
  }

  .xl\:-mr-25 {
    margin-right: -25px;
  }

  .xl\:-mb-25 {
    margin-bottom: -25px;
  }

  .xl\:-ml-25 {
    margin-left: -25px;
  }

  .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-35 {
    margin-top: -35px;
  }

  .xl\:-mr-35 {
    margin-right: -35px;
  }

  .xl\:-mb-35 {
    margin-bottom: -35px;
  }

  .xl\:-ml-35 {
    margin-left: -35px;
  }

  .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-45 {
    margin-top: -45px;
  }

  .xl\:-mr-45 {
    margin-right: -45px;
  }

  .xl\:-mb-45 {
    margin-bottom: -45px;
  }

  .xl\:-ml-45 {
    margin-left: -45px;
  }

  .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-55 {
    margin-top: -55px;
  }

  .xl\:-mr-55 {
    margin-right: -55px;
  }

  .xl\:-mb-55 {
    margin-bottom: -55px;
  }

  .xl\:-ml-55 {
    margin-left: -55px;
  }

  .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-70 {
    margin-top: -70px;
  }

  .xl\:-mr-70 {
    margin-right: -70px;
  }

  .xl\:-mb-70 {
    margin-bottom: -70px;
  }

  .xl\:-ml-70 {
    margin-left: -70px;
  }

  .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-90 {
    margin-top: -90px;
  }

  .xl\:-mr-90 {
    margin-right: -90px;
  }

  .xl\:-mb-90 {
    margin-bottom: -90px;
  }

  .xl\:-ml-90 {
    margin-left: -90px;
  }

  .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-110 {
    margin-top: -110px;
  }

  .xl\:-mr-110 {
    margin-right: -110px;
  }

  .xl\:-mb-110 {
    margin-bottom: -110px;
  }

  .xl\:-ml-110 {
    margin-left: -110px;
  }

  .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-130 {
    margin-top: -130px;
  }

  .xl\:-mr-130 {
    margin-right: -130px;
  }

  .xl\:-mb-130 {
    margin-bottom: -130px;
  }

  .xl\:-ml-130 {
    margin-left: -130px;
  }

  .xl\:-mt-140 {
    margin-top: -140px;
  }

  .xl\:-mr-140 {
    margin-right: -140px;
  }

  .xl\:-mb-140 {
    margin-bottom: -140px;
  }

  .xl\:-ml-140 {
    margin-left: -140px;
  }

  .xl\:-mt-150 {
    margin-top: -150px;
  }

  .xl\:-mr-150 {
    margin-right: -150px;
  }

  .xl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xl\:-ml-150 {
    margin-left: -150px;
  }

  .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-170 {
    margin-top: -170px;
  }

  .xl\:-mr-170 {
    margin-right: -170px;
  }

  .xl\:-mb-170 {
    margin-bottom: -170px;
  }

  .xl\:-ml-170 {
    margin-left: -170px;
  }

  .xl\:-mt-180 {
    margin-top: -180px;
  }

  .xl\:-mr-180 {
    margin-right: -180px;
  }

  .xl\:-mb-180 {
    margin-bottom: -180px;
  }

  .xl\:-ml-180 {
    margin-left: -180px;
  }

  .xl\:-mt-190 {
    margin-top: -190px;
  }

  .xl\:-mr-190 {
    margin-right: -190px;
  }

  .xl\:-mb-190 {
    margin-bottom: -190px;
  }

  .xl\:-ml-190 {
    margin-left: -190px;
  }

  .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-210 {
    margin-top: -210px;
  }

  .xl\:-mr-210 {
    margin-right: -210px;
  }

  .xl\:-mb-210 {
    margin-bottom: -210px;
  }

  .xl\:-ml-210 {
    margin-left: -210px;
  }

  .xl\:-mt-220 {
    margin-top: -220px;
  }

  .xl\:-mr-220 {
    margin-right: -220px;
  }

  .xl\:-mb-220 {
    margin-bottom: -220px;
  }

  .xl\:-ml-220 {
    margin-left: -220px;
  }

  .xl\:-mt-230 {
    margin-top: -230px;
  }

  .xl\:-mr-230 {
    margin-right: -230px;
  }

  .xl\:-mb-230 {
    margin-bottom: -230px;
  }

  .xl\:-ml-230 {
    margin-left: -230px;
  }

  .xl\:-mt-240 {
    margin-top: -240px;
  }

  .xl\:-mr-240 {
    margin-right: -240px;
  }

  .xl\:-mb-240 {
    margin-bottom: -240px;
  }

  .xl\:-ml-240 {
    margin-left: -240px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    object-fit: contain;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:object-fill {
    object-fit: fill;
  }

  .xl\:object-none {
    object-fit: none;
  }

  .xl\:object-scale-down {
    object-fit: scale-down;
  }

  .xl\:object-bottom {
    object-position: bottom;
  }

  .xl\:object-center {
    object-position: center;
  }

  .xl\:object-left {
    object-position: left;
  }

  .xl\:object-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-left-top {
    object-position: left top;
  }

  .xl\:object-right {
    object-position: right;
  }

  .xl\:object-right-bottom {
    object-position: right bottom;
  }

  .xl\:object-right-top {
    object-position: right top;
  }

  .xl\:object-top {
    object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-5 {
    padding: 5px;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-15 {
    padding: 15px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-25 {
    padding: 25px;
  }

  .xl\:p-30 {
    padding: 30px;
  }

  .xl\:p-35 {
    padding: 35px;
  }

  .xl\:p-40 {
    padding: 40px;
  }

  .xl\:p-45 {
    padding: 45px;
  }

  .xl\:p-50 {
    padding: 50px;
  }

  .xl\:p-55 {
    padding: 55px;
  }

  .xl\:p-60 {
    padding: 60px;
  }

  .xl\:p-70 {
    padding: 70px;
  }

  .xl\:p-80 {
    padding: 80px;
  }

  .xl\:p-90 {
    padding: 90px;
  }

  .xl\:p-100 {
    padding: 100px;
  }

  .xl\:p-110 {
    padding: 110px;
  }

  .xl\:p-120 {
    padding: 120px;
  }

  .xl\:p-130 {
    padding: 130px;
  }

  .xl\:p-140 {
    padding: 140px;
  }

  .xl\:p-150 {
    padding: 150px;
  }

  .xl\:p-160 {
    padding: 160px;
  }

  .xl\:p-170 {
    padding: 170px;
  }

  .xl\:p-180 {
    padding: 180px;
  }

  .xl\:p-190 {
    padding: 190px;
  }

  .xl\:p-200 {
    padding: 200px;
  }

  .xl\:p-210 {
    padding: 210px;
  }

  .xl\:p-220 {
    padding: 220px;
  }

  .xl\:p-230 {
    padding: 230px;
  }

  .xl\:p-240 {
    padding: 240px;
  }

  .xl\:p-250 {
    padding: 250px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xl\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xl\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xl\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xl\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xl\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xl\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xl\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xl\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xl\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xl\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xl\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .xl\:px-210 {
    padding-left: 210px;
    padding-right: 210px;
  }

  .xl\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xl\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xl\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xl\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xl\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xl\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-5 {
    padding-top: 5px;
  }

  .xl\:pr-5 {
    padding-right: 5px;
  }

  .xl\:pb-5 {
    padding-bottom: 5px;
  }

  .xl\:pl-5 {
    padding-left: 5px;
  }

  .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-15 {
    padding-top: 15px;
  }

  .xl\:pr-15 {
    padding-right: 15px;
  }

  .xl\:pb-15 {
    padding-bottom: 15px;
  }

  .xl\:pl-15 {
    padding-left: 15px;
  }

  .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-25 {
    padding-top: 25px;
  }

  .xl\:pr-25 {
    padding-right: 25px;
  }

  .xl\:pb-25 {
    padding-bottom: 25px;
  }

  .xl\:pl-25 {
    padding-left: 25px;
  }

  .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-35 {
    padding-top: 35px;
  }

  .xl\:pr-35 {
    padding-right: 35px;
  }

  .xl\:pb-35 {
    padding-bottom: 35px;
  }

  .xl\:pl-35 {
    padding-left: 35px;
  }

  .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-45 {
    padding-top: 45px;
  }

  .xl\:pr-45 {
    padding-right: 45px;
  }

  .xl\:pb-45 {
    padding-bottom: 45px;
  }

  .xl\:pl-45 {
    padding-left: 45px;
  }

  .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-55 {
    padding-top: 55px;
  }

  .xl\:pr-55 {
    padding-right: 55px;
  }

  .xl\:pb-55 {
    padding-bottom: 55px;
  }

  .xl\:pl-55 {
    padding-left: 55px;
  }

  .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-70 {
    padding-top: 70px;
  }

  .xl\:pr-70 {
    padding-right: 70px;
  }

  .xl\:pb-70 {
    padding-bottom: 70px;
  }

  .xl\:pl-70 {
    padding-left: 70px;
  }

  .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-90 {
    padding-top: 90px;
  }

  .xl\:pr-90 {
    padding-right: 90px;
  }

  .xl\:pb-90 {
    padding-bottom: 90px;
  }

  .xl\:pl-90 {
    padding-left: 90px;
  }

  .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-110 {
    padding-top: 110px;
  }

  .xl\:pr-110 {
    padding-right: 110px;
  }

  .xl\:pb-110 {
    padding-bottom: 110px;
  }

  .xl\:pl-110 {
    padding-left: 110px;
  }

  .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-130 {
    padding-top: 130px;
  }

  .xl\:pr-130 {
    padding-right: 130px;
  }

  .xl\:pb-130 {
    padding-bottom: 130px;
  }

  .xl\:pl-130 {
    padding-left: 130px;
  }

  .xl\:pt-140 {
    padding-top: 140px;
  }

  .xl\:pr-140 {
    padding-right: 140px;
  }

  .xl\:pb-140 {
    padding-bottom: 140px;
  }

  .xl\:pl-140 {
    padding-left: 140px;
  }

  .xl\:pt-150 {
    padding-top: 150px;
  }

  .xl\:pr-150 {
    padding-right: 150px;
  }

  .xl\:pb-150 {
    padding-bottom: 150px;
  }

  .xl\:pl-150 {
    padding-left: 150px;
  }

  .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-170 {
    padding-top: 170px;
  }

  .xl\:pr-170 {
    padding-right: 170px;
  }

  .xl\:pb-170 {
    padding-bottom: 170px;
  }

  .xl\:pl-170 {
    padding-left: 170px;
  }

  .xl\:pt-180 {
    padding-top: 180px;
  }

  .xl\:pr-180 {
    padding-right: 180px;
  }

  .xl\:pb-180 {
    padding-bottom: 180px;
  }

  .xl\:pl-180 {
    padding-left: 180px;
  }

  .xl\:pt-190 {
    padding-top: 190px;
  }

  .xl\:pr-190 {
    padding-right: 190px;
  }

  .xl\:pb-190 {
    padding-bottom: 190px;
  }

  .xl\:pl-190 {
    padding-left: 190px;
  }

  .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-210 {
    padding-top: 210px;
  }

  .xl\:pr-210 {
    padding-right: 210px;
  }

  .xl\:pb-210 {
    padding-bottom: 210px;
  }

  .xl\:pl-210 {
    padding-left: 210px;
  }

  .xl\:pt-220 {
    padding-top: 220px;
  }

  .xl\:pr-220 {
    padding-right: 220px;
  }

  .xl\:pb-220 {
    padding-bottom: 220px;
  }

  .xl\:pl-220 {
    padding-left: 220px;
  }

  .xl\:pt-230 {
    padding-top: 230px;
  }

  .xl\:pr-230 {
    padding-right: 230px;
  }

  .xl\:pb-230 {
    padding-bottom: 230px;
  }

  .xl\:pl-230 {
    padding-left: 230px;
  }

  .xl\:pt-240 {
    padding-top: 240px;
  }

  .xl\:pr-240 {
    padding-right: 240px;
  }

  .xl\:pb-240 {
    padding-bottom: 240px;
  }

  .xl\:pl-240 {
    padding-left: 240px;
  }

  .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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::placeholder {
    color: #000;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xl\:placeholder-purple-15::placeholder {
    color: #150033;
  }

  .xl\:placeholder-purple-16::placeholder {
    color: #160031;
  }

  .xl\:placeholder-purple-19::placeholder {
    color: #19003c;
  }

  .xl\:placeholder-purple-21::placeholder {
    color: #21004B;
  }

  .xl\:placeholder-purple-24::placeholder {
    color: #240154;
  }

  .xl\:placeholder-purple-26::placeholder {
    color: #260058;
  }

  .xl\:placeholder-purple-30::placeholder {
    color: #300071;
  }

  .xl\:placeholder-purple-42::placeholder {
    color: #42009B;
  }

  .xl\:placeholder-purple-45::placeholder {
    color: #4500A3;
  }

  .xl\:placeholder-purple-50::placeholder {
    color: #50238C;
  }

  .xl\:placeholder-purple-54::placeholder {
    color: #5405A6;
  }

  .xl\:placeholder-purple-58::placeholder {
    color: #5800CE;
  }

  .xl\:placeholder-purple-69::placeholder {
    color: #6900F7;
  }

  .xl\:placeholder-purple-90::placeholder {
    color: #903BFF;
  }

  .xl\:placeholder-purple-92::placeholder {
    color: #9240FF;
  }

  .xl\:placeholder-purple-94::placeholder {
    color: #9446FF;
  }

  .xl\:placeholder-purple-1c::placeholder {
    color: #1C0041;
  }

  .xl\:placeholder-purple-1e::placeholder {
    color: #1E0048;
  }

  .xl\:placeholder-purple-2b::placeholder {
    color: #2B0166;
  }

  .xl\:placeholder-purple-2d::placeholder {
    color: #2D0069;
  }

  .xl\:placeholder-purple-2e::placeholder {
    color: #2E006F;
  }

  .xl\:placeholder-purple-3f::placeholder {
    color: #3F0093;
  }

  .xl\:placeholder-purple-4a::placeholder {
    color: #4A00AD;
  }

  .xl\:placeholder-purple-4d::placeholder {
    color: #4D00B4;
  }

  .xl\:placeholder-purple-4e::placeholder {
    color: #e04b1;
  }

  .xl\:placeholder-purple-5f::placeholder {
    color: #5F04D7;
  }

  .xl\:placeholder-purple-6d::placeholder {
    color: #6D00FF;
  }

  .xl\:placeholder-purple-6f::placeholder {
    color: #6F00FF;
  }

  .xl\:placeholder-purple-7c::placeholder {
    color: #7C09E8;
  }

  .xl\:placeholder-purple-7b::placeholder {
    color: #7B46C1;
  }

  .xl\:placeholder-purple-8a::placeholder {
    color: #8A2FFF;
  }

  .xl\:placeholder-purple-a7::placeholder {
    color: #A764FF;
  }

  .xl\:placeholder-purple-ab::placeholder {
    color: #AB1F99;
  }

  .xl\:placeholder-purple-b6::placeholder {
    color: #B660FF;
  }

  .xl\:placeholder-purple-bf::placeholder {
    color: #BF90FF;
  }

  .xl\:placeholder-purple-e5::placeholder {
    color: #E5D1FF;
  }

  .xl\:placeholder-orange-d0::placeholder {
    color: #D03D5C;
  }

  .xl\:placeholder-orange-dc::placeholder {
    color: #DC4157;
  }

  .xl\:placeholder-orange-eb::placeholder {
    color: #EB2C2C;
  }

  .xl\:placeholder-orange-ed::placeholder {
    color: #ED4D40;
  }

  .xl\:placeholder-orange-ee::placeholder {
    color: #EE4129;
  }

  .xl\:placeholder-orange-f0::placeholder {
    color: #F04D39;
  }

  .xl\:placeholder-orange-f7::placeholder {
    color: #F7451B;
  }

  .xl\:placeholder-orange-ff::placeholder {
    color: #FFA039;
  }

  .xl\:placeholder-yellow-ff::placeholder {
    color: #ffab59;
  }

  .xl\:placeholder-blue-14::placeholder {
    color: #1493E6;
  }

  .xl\:placeholder-blue-55::placeholder {
    color: #55ACEE;
  }

  .xl\:placeholder-blue-3b::placeholder {
    color: #3b5998;
  }

  .xl\:placeholder-blue-3c::placeholder {
    color: #3caef8;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-purple-15:focus::placeholder {
    color: #150033;
  }

  .xl\:focus\:placeholder-purple-16:focus::placeholder {
    color: #160031;
  }

  .xl\:focus\:placeholder-purple-19:focus::placeholder {
    color: #19003c;
  }

  .xl\:focus\:placeholder-purple-21:focus::placeholder {
    color: #21004B;
  }

  .xl\:focus\:placeholder-purple-24:focus::placeholder {
    color: #240154;
  }

  .xl\:focus\:placeholder-purple-26:focus::placeholder {
    color: #260058;
  }

  .xl\:focus\:placeholder-purple-30:focus::placeholder {
    color: #300071;
  }

  .xl\:focus\:placeholder-purple-42:focus::placeholder {
    color: #42009B;
  }

  .xl\:focus\:placeholder-purple-45:focus::placeholder {
    color: #4500A3;
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    color: #50238C;
  }

  .xl\:focus\:placeholder-purple-54:focus::placeholder {
    color: #5405A6;
  }

  .xl\:focus\:placeholder-purple-58:focus::placeholder {
    color: #5800CE;
  }

  .xl\:focus\:placeholder-purple-69:focus::placeholder {
    color: #6900F7;
  }

  .xl\:focus\:placeholder-purple-90:focus::placeholder {
    color: #903BFF;
  }

  .xl\:focus\:placeholder-purple-92:focus::placeholder {
    color: #9240FF;
  }

  .xl\:focus\:placeholder-purple-94:focus::placeholder {
    color: #9446FF;
  }

  .xl\:focus\:placeholder-purple-1c:focus::placeholder {
    color: #1C0041;
  }

  .xl\:focus\:placeholder-purple-1e:focus::placeholder {
    color: #1E0048;
  }

  .xl\:focus\:placeholder-purple-2b:focus::placeholder {
    color: #2B0166;
  }

  .xl\:focus\:placeholder-purple-2d:focus::placeholder {
    color: #2D0069;
  }

  .xl\:focus\:placeholder-purple-2e:focus::placeholder {
    color: #2E006F;
  }

  .xl\:focus\:placeholder-purple-3f:focus::placeholder {
    color: #3F0093;
  }

  .xl\:focus\:placeholder-purple-4a:focus::placeholder {
    color: #4A00AD;
  }

  .xl\:focus\:placeholder-purple-4d:focus::placeholder {
    color: #4D00B4;
  }

  .xl\:focus\:placeholder-purple-4e:focus::placeholder {
    color: #e04b1;
  }

  .xl\:focus\:placeholder-purple-5f:focus::placeholder {
    color: #5F04D7;
  }

  .xl\:focus\:placeholder-purple-6d:focus::placeholder {
    color: #6D00FF;
  }

  .xl\:focus\:placeholder-purple-6f:focus::placeholder {
    color: #6F00FF;
  }

  .xl\:focus\:placeholder-purple-7c:focus::placeholder {
    color: #7C09E8;
  }

  .xl\:focus\:placeholder-purple-7b:focus::placeholder {
    color: #7B46C1;
  }

  .xl\:focus\:placeholder-purple-8a:focus::placeholder {
    color: #8A2FFF;
  }

  .xl\:focus\:placeholder-purple-a7:focus::placeholder {
    color: #A764FF;
  }

  .xl\:focus\:placeholder-purple-ab:focus::placeholder {
    color: #AB1F99;
  }

  .xl\:focus\:placeholder-purple-b6:focus::placeholder {
    color: #B660FF;
  }

  .xl\:focus\:placeholder-purple-bf:focus::placeholder {
    color: #BF90FF;
  }

  .xl\:focus\:placeholder-purple-e5:focus::placeholder {
    color: #E5D1FF;
  }

  .xl\:focus\:placeholder-orange-d0:focus::placeholder {
    color: #D03D5C;
  }

  .xl\:focus\:placeholder-orange-dc:focus::placeholder {
    color: #DC4157;
  }

  .xl\:focus\:placeholder-orange-eb:focus::placeholder {
    color: #EB2C2C;
  }

  .xl\:focus\:placeholder-orange-ed:focus::placeholder {
    color: #ED4D40;
  }

  .xl\:focus\:placeholder-orange-ee:focus::placeholder {
    color: #EE4129;
  }

  .xl\:focus\:placeholder-orange-f0:focus::placeholder {
    color: #F04D39;
  }

  .xl\:focus\:placeholder-orange-f7:focus::placeholder {
    color: #F7451B;
  }

  .xl\:focus\:placeholder-orange-ff:focus::placeholder {
    color: #FFA039;
  }

  .xl\:focus\:placeholder-yellow-ff:focus::placeholder {
    color: #ffab59;
  }

  .xl\:focus\:placeholder-blue-14:focus::placeholder {
    color: #1493E6;
  }

  .xl\:focus\:placeholder-blue-55:focus::placeholder {
    color: #55ACEE;
  }

  .xl\:focus\:placeholder-blue-3b:focus::placeholder {
    color: #3b5998;
  }

  .xl\:focus\:placeholder-blue-3c:focus::placeholder {
    color: #3caef8;
  }

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

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

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

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

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

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-purple-15 {
    color: #150033;
  }

  .xl\:text-purple-16 {
    color: #160031;
  }

  .xl\:text-purple-19 {
    color: #19003c;
  }

  .xl\:text-purple-21 {
    color: #21004B;
  }

  .xl\:text-purple-24 {
    color: #240154;
  }

  .xl\:text-purple-26 {
    color: #260058;
  }

  .xl\:text-purple-30 {
    color: #300071;
  }

  .xl\:text-purple-42 {
    color: #42009B;
  }

  .xl\:text-purple-45 {
    color: #4500A3;
  }

  .xl\:text-purple-50 {
    color: #50238C;
  }

  .xl\:text-purple-54 {
    color: #5405A6;
  }

  .xl\:text-purple-58 {
    color: #5800CE;
  }

  .xl\:text-purple-69 {
    color: #6900F7;
  }

  .xl\:text-purple-90 {
    color: #903BFF;
  }

  .xl\:text-purple-92 {
    color: #9240FF;
  }

  .xl\:text-purple-94 {
    color: #9446FF;
  }

  .xl\:text-purple-1c {
    color: #1C0041;
  }

  .xl\:text-purple-1e {
    color: #1E0048;
  }

  .xl\:text-purple-2b {
    color: #2B0166;
  }

  .xl\:text-purple-2d {
    color: #2D0069;
  }

  .xl\:text-purple-2e {
    color: #2E006F;
  }

  .xl\:text-purple-3f {
    color: #3F0093;
  }

  .xl\:text-purple-4a {
    color: #4A00AD;
  }

  .xl\:text-purple-4d {
    color: #4D00B4;
  }

  .xl\:text-purple-4e {
    color: #e04b1;
  }

  .xl\:text-purple-5f {
    color: #5F04D7;
  }

  .xl\:text-purple-6d {
    color: #6D00FF;
  }

  .xl\:text-purple-6f {
    color: #6F00FF;
  }

  .xl\:text-purple-7c {
    color: #7C09E8;
  }

  .xl\:text-purple-7b {
    color: #7B46C1;
  }

  .xl\:text-purple-8a {
    color: #8A2FFF;
  }

  .xl\:text-purple-a7 {
    color: #A764FF;
  }

  .xl\:text-purple-ab {
    color: #AB1F99;
  }

  .xl\:text-purple-b6 {
    color: #B660FF;
  }

  .xl\:text-purple-bf {
    color: #BF90FF;
  }

  .xl\:text-purple-e5 {
    color: #E5D1FF;
  }

  .xl\:text-orange-d0 {
    color: #D03D5C;
  }

  .xl\:text-orange-dc {
    color: #DC4157;
  }

  .xl\:text-orange-eb {
    color: #EB2C2C;
  }

  .xl\:text-orange-ed {
    color: #ED4D40;
  }

  .xl\:text-orange-ee {
    color: #EE4129;
  }

  .xl\:text-orange-f0 {
    color: #F04D39;
  }

  .xl\:text-orange-f7 {
    color: #F7451B;
  }

  .xl\:text-orange-ff {
    color: #FFA039;
  }

  .xl\:text-yellow-ff {
    color: #ffab59;
  }

  .xl\:text-blue-14 {
    color: #1493E6;
  }

  .xl\:text-blue-55 {
    color: #55ACEE;
  }

  .xl\:text-blue-3b {
    color: #3b5998;
  }

  .xl\:text-blue-3c {
    color: #3caef8;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-purple-15:hover {
    color: #150033;
  }

  .xl\:hover\:text-purple-16:hover {
    color: #160031;
  }

  .xl\:hover\:text-purple-19:hover {
    color: #19003c;
  }

  .xl\:hover\:text-purple-21:hover {
    color: #21004B;
  }

  .xl\:hover\:text-purple-24:hover {
    color: #240154;
  }

  .xl\:hover\:text-purple-26:hover {
    color: #260058;
  }

  .xl\:hover\:text-purple-30:hover {
    color: #300071;
  }

  .xl\:hover\:text-purple-42:hover {
    color: #42009B;
  }

  .xl\:hover\:text-purple-45:hover {
    color: #4500A3;
  }

  .xl\:hover\:text-purple-50:hover {
    color: #50238C;
  }

  .xl\:hover\:text-purple-54:hover {
    color: #5405A6;
  }

  .xl\:hover\:text-purple-58:hover {
    color: #5800CE;
  }

  .xl\:hover\:text-purple-69:hover {
    color: #6900F7;
  }

  .xl\:hover\:text-purple-90:hover {
    color: #903BFF;
  }

  .xl\:hover\:text-purple-92:hover {
    color: #9240FF;
  }

  .xl\:hover\:text-purple-94:hover {
    color: #9446FF;
  }

  .xl\:hover\:text-purple-1c:hover {
    color: #1C0041;
  }

  .xl\:hover\:text-purple-1e:hover {
    color: #1E0048;
  }

  .xl\:hover\:text-purple-2b:hover {
    color: #2B0166;
  }

  .xl\:hover\:text-purple-2d:hover {
    color: #2D0069;
  }

  .xl\:hover\:text-purple-2e:hover {
    color: #2E006F;
  }

  .xl\:hover\:text-purple-3f:hover {
    color: #3F0093;
  }

  .xl\:hover\:text-purple-4a:hover {
    color: #4A00AD;
  }

  .xl\:hover\:text-purple-4d:hover {
    color: #4D00B4;
  }

  .xl\:hover\:text-purple-4e:hover {
    color: #e04b1;
  }

  .xl\:hover\:text-purple-5f:hover {
    color: #5F04D7;
  }

  .xl\:hover\:text-purple-6d:hover {
    color: #6D00FF;
  }

  .xl\:hover\:text-purple-6f:hover {
    color: #6F00FF;
  }

  .xl\:hover\:text-purple-7c:hover {
    color: #7C09E8;
  }

  .xl\:hover\:text-purple-7b:hover {
    color: #7B46C1;
  }

  .xl\:hover\:text-purple-8a:hover {
    color: #8A2FFF;
  }

  .xl\:hover\:text-purple-a7:hover {
    color: #A764FF;
  }

  .xl\:hover\:text-purple-ab:hover {
    color: #AB1F99;
  }

  .xl\:hover\:text-purple-b6:hover {
    color: #B660FF;
  }

  .xl\:hover\:text-purple-bf:hover {
    color: #BF90FF;
  }

  .xl\:hover\:text-purple-e5:hover {
    color: #E5D1FF;
  }

  .xl\:hover\:text-orange-d0:hover {
    color: #D03D5C;
  }

  .xl\:hover\:text-orange-dc:hover {
    color: #DC4157;
  }

  .xl\:hover\:text-orange-eb:hover {
    color: #EB2C2C;
  }

  .xl\:hover\:text-orange-ed:hover {
    color: #ED4D40;
  }

  .xl\:hover\:text-orange-ee:hover {
    color: #EE4129;
  }

  .xl\:hover\:text-orange-f0:hover {
    color: #F04D39;
  }

  .xl\:hover\:text-orange-f7:hover {
    color: #F7451B;
  }

  .xl\:hover\:text-orange-ff:hover {
    color: #FFA039;
  }

  .xl\:hover\:text-yellow-ff:hover {
    color: #ffab59;
  }

  .xl\:hover\:text-blue-14:hover {
    color: #1493E6;
  }

  .xl\:hover\:text-blue-55:hover {
    color: #55ACEE;
  }

  .xl\:hover\:text-blue-3b:hover {
    color: #3b5998;
  }

  .xl\:hover\:text-blue-3c:hover {
    color: #3caef8;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    color: #000;
  }

  .xl\:active\:text-white:active {
    color: #fff;
  }

  .xl\:active\:text-purple-15:active {
    color: #150033;
  }

  .xl\:active\:text-purple-16:active {
    color: #160031;
  }

  .xl\:active\:text-purple-19:active {
    color: #19003c;
  }

  .xl\:active\:text-purple-21:active {
    color: #21004B;
  }

  .xl\:active\:text-purple-24:active {
    color: #240154;
  }

  .xl\:active\:text-purple-26:active {
    color: #260058;
  }

  .xl\:active\:text-purple-30:active {
    color: #300071;
  }

  .xl\:active\:text-purple-42:active {
    color: #42009B;
  }

  .xl\:active\:text-purple-45:active {
    color: #4500A3;
  }

  .xl\:active\:text-purple-50:active {
    color: #50238C;
  }

  .xl\:active\:text-purple-54:active {
    color: #5405A6;
  }

  .xl\:active\:text-purple-58:active {
    color: #5800CE;
  }

  .xl\:active\:text-purple-69:active {
    color: #6900F7;
  }

  .xl\:active\:text-purple-90:active {
    color: #903BFF;
  }

  .xl\:active\:text-purple-92:active {
    color: #9240FF;
  }

  .xl\:active\:text-purple-94:active {
    color: #9446FF;
  }

  .xl\:active\:text-purple-1c:active {
    color: #1C0041;
  }

  .xl\:active\:text-purple-1e:active {
    color: #1E0048;
  }

  .xl\:active\:text-purple-2b:active {
    color: #2B0166;
  }

  .xl\:active\:text-purple-2d:active {
    color: #2D0069;
  }

  .xl\:active\:text-purple-2e:active {
    color: #2E006F;
  }

  .xl\:active\:text-purple-3f:active {
    color: #3F0093;
  }

  .xl\:active\:text-purple-4a:active {
    color: #4A00AD;
  }

  .xl\:active\:text-purple-4d:active {
    color: #4D00B4;
  }

  .xl\:active\:text-purple-4e:active {
    color: #e04b1;
  }

  .xl\:active\:text-purple-5f:active {
    color: #5F04D7;
  }

  .xl\:active\:text-purple-6d:active {
    color: #6D00FF;
  }

  .xl\:active\:text-purple-6f:active {
    color: #6F00FF;
  }

  .xl\:active\:text-purple-7c:active {
    color: #7C09E8;
  }

  .xl\:active\:text-purple-7b:active {
    color: #7B46C1;
  }

  .xl\:active\:text-purple-8a:active {
    color: #8A2FFF;
  }

  .xl\:active\:text-purple-a7:active {
    color: #A764FF;
  }

  .xl\:active\:text-purple-ab:active {
    color: #AB1F99;
  }

  .xl\:active\:text-purple-b6:active {
    color: #B660FF;
  }

  .xl\:active\:text-purple-bf:active {
    color: #BF90FF;
  }

  .xl\:active\:text-purple-e5:active {
    color: #E5D1FF;
  }

  .xl\:active\:text-orange-d0:active {
    color: #D03D5C;
  }

  .xl\:active\:text-orange-dc:active {
    color: #DC4157;
  }

  .xl\:active\:text-orange-eb:active {
    color: #EB2C2C;
  }

  .xl\:active\:text-orange-ed:active {
    color: #ED4D40;
  }

  .xl\:active\:text-orange-ee:active {
    color: #EE4129;
  }

  .xl\:active\:text-orange-f0:active {
    color: #F04D39;
  }

  .xl\:active\:text-orange-f7:active {
    color: #F7451B;
  }

  .xl\:active\:text-orange-ff:active {
    color: #FFA039;
  }

  .xl\:active\:text-yellow-ff:active {
    color: #ffab59;
  }

  .xl\:active\:text-blue-14:active {
    color: #1493E6;
  }

  .xl\:active\:text-blue-55:active {
    color: #55ACEE;
  }

  .xl\:active\:text-blue-3b:active {
    color: #3b5998;
  }

  .xl\:active\:text-blue-3c:active {
    color: #3caef8;
  }

  .xl\:text-8 {
    font-size: 8px;
  }

  .xl\:text-9 {
    font-size: 9px;
  }

  .xl\:text-10 {
    font-size: 10px;
  }

  .xl\:text-11 {
    font-size: 11px;
  }

  .xl\:text-12 {
    font-size: 12px;
  }

  .xl\:text-13 {
    font-size: 13px;
  }

  .xl\:text-14 {
    font-size: 14px;
  }

  .xl\:text-15 {
    font-size: 15px;
  }

  .xl\:text-16 {
    font-size: 16px;
  }

  .xl\:text-17 {
    font-size: 17px;
  }

  .xl\:text-18 {
    font-size: 18px;
  }

  .xl\:text-19 {
    font-size: 19px;
  }

  .xl\:text-20 {
    font-size: 20px;
  }

  .xl\:text-21 {
    font-size: 21px;
  }

  .xl\:text-22 {
    font-size: 22px;
  }

  .xl\:text-24 {
    font-size: 24px;
  }

  .xl\:text-25 {
    font-size: 25px;
  }

  .xl\:text-26 {
    font-size: 26px;
  }

  .xl\:text-28 {
    font-size: 28px;
  }

  .xl\:text-31 {
    font-size: 31px;
  }

  .xl\:text-32 {
    font-size: 32px;
  }

  .xl\:text-34 {
    font-size: 34px;
  }

  .xl\:text-35 {
    font-size: 35px;
  }

  .xl\:text-37 {
    font-size: 37px;
  }

  .xl\:text-39 {
    font-size: 39px;
  }

  .xl\:text-40 {
    font-size: 40px;
  }

  .xl\:text-41 {
    font-size: 41px;
  }

  .xl\:text-44 {
    font-size: 44px;
  }

  .xl\:text-46 {
    font-size: 46px;
  }

  .xl\:text-47 {
    font-size: 47px;
  }

  .xl\:text-48 {
    font-size: 48px;
  }

  .xl\:text-49 {
    font-size: 49px;
  }

  .xl\:text-50 {
    font-size: 50px;
  }

  .xl\:text-52 {
    font-size: 52px;
  }

  .xl\:text-55 {
    font-size: 55px;
  }

  .xl\:text-57 {
    font-size: 57px;
  }

  .xl\:text-60 {
    font-size: 60px;
  }

  .xl\:text-61 {
    font-size: 61px;
  }

  .xl\:text-64 {
    font-size: 64px;
  }

  .xl\:text-67 {
    font-size: 67px;
  }

  .xl\:text-70 {
    font-size: 70px;
  }

  .xl\:text-72 {
    font-size: 72px;
  }

  .xl\:text-74 {
    font-size: 74px;
  }

  .xl\:text-78 {
    font-size: 78px;
  }

  .xl\:text-80 {
    font-size: 80px;
  }

  .xl\:text-82 {
    font-size: 82px;
  }

  .xl\:text-85 {
    font-size: 85px;
  }

  .xl\:text-88 {
    font-size: 88px;
  }

  .xl\:text-90 {
    font-size: 90px;
  }

  .xl\:text-94 {
    font-size: 94px;
  }

  .xl\:text-96 {
    font-size: 96px;
  }

  .xl\:text-100 {
    font-size: 100px;
  }

  .xl\:text-102 {
    font-size: 102px;
  }

  .xl\:text-107 {
    font-size: 107px;
  }

  .xl\:text-110 {
    font-size: 110px;
  }

  .xl\:text-113 {
    font-size: 113px;
  }

  .xl\:text-124 {
    font-size: 124px;
  }

  .xl\:text-125 {
    font-size: 125px;
  }

  .xl\:text-140 {
    font-size: 140px;
  }

  .xl\:text-148 {
    font-size: 148px;
  }

  .xl\:text-150 {
    font-size: 150px;
  }

  .xl\:text-170 {
    font-size: 170px;
  }

  .xl\:text-180 {
    font-size: 180px;
  }

  .xl\:text-190 {
    font-size: 190px;
  }

  .xl\:text-210 {
    font-size: 210px;
  }

  .xl\:text-240 {
    font-size: 240px;
  }

  .xl\:text-250 {
    font-size: 250px;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    user-select: none;
  }

  .xl\:select-text {
    user-select: text;
  }

  .xl\:select-all {
    user-select: all;
  }

  .xl\:select-auto {
    user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-5 {
    width: 5px;
  }

  .xl\:w-10 {
    width: 10px;
  }

  .xl\:w-15 {
    width: 15px;
  }

  .xl\:w-20 {
    width: 20px;
  }

  .xl\:w-25 {
    width: 25px;
  }

  .xl\:w-30 {
    width: 30px;
  }

  .xl\:w-35 {
    width: 35px;
  }

  .xl\:w-40 {
    width: 40px;
  }

  .xl\:w-45 {
    width: 45px;
  }

  .xl\:w-50 {
    width: 50px;
  }

  .xl\:w-55 {
    width: 55px;
  }

  .xl\:w-60 {
    width: 60px;
  }

  .xl\:w-70 {
    width: 70px;
  }

  .xl\:w-80 {
    width: 80px;
  }

  .xl\:w-90 {
    width: 90px;
  }

  .xl\:w-100 {
    width: 100px;
  }

  .xl\:w-110 {
    width: 110px;
  }

  .xl\:w-120 {
    width: 120px;
  }

  .xl\:w-130 {
    width: 130px;
  }

  .xl\:w-140 {
    width: 140px;
  }

  .xl\:w-150 {
    width: 150px;
  }

  .xl\:w-160 {
    width: 160px;
  }

  .xl\:w-170 {
    width: 170px;
  }

  .xl\:w-180 {
    width: 180px;
  }

  .xl\:w-190 {
    width: 190px;
  }

  .xl\:w-200 {
    width: 200px;
  }

  .xl\:w-210 {
    width: 210px;
  }

  .xl\:w-220 {
    width: 220px;
  }

  .xl\:w-230 {
    width: 230px;
  }

  .xl\:w-240 {
    width: 240px;
  }

  .xl\:w-250 {
    width: 250px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

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

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

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

  /* Creates responsive classes for each custom utlity */

  /* Aspect Ratio */

  .xl\:aspect-ratio-1x1::after {
    clear: both;
    content: "";
    display: table;
  }

  .xl\:aspect-ratio-1x1::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: -1px;
  }

  .xl\:aspect-ratio-5x3::after {
    clear: both;
    content: "";
    display: table;
  }

  .xl\:aspect-ratio-5x3::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: -1px;
  }

  .xl\:aspect-ratio-16x9::after {
    clear: both;
    content: "";
    display: table;
  }

  .xl\:aspect-ratio-16x9::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: -1px;
  }

  /* To Reset Aspect Ratio */

  .xl\:aspect-ratio-auto::after {
    display: none;
  }

  .xl\:aspect-ratio-auto::before {
    display: none;
  }

  /* Blur */

  .xl\:blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .xl\:blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .xl\:blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .xl\:blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

  .xl\:blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .xl\:blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  /* Gradient BG */

  .xl\:bg-gradient-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
    background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
  }

  .xl\:bg-gradient-purple-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
    background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
  }

  .xl\:bg-gradient-purple-orange {
    background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
    background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
  }

  /* Image BG */

  .xl\:bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xl\:bg-dotted-01 {
      background-image: url("/bgs/bg-dotted_01-desktop.jpg");
    }
  }

  .xl\:bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xl\:bg-dotted-02 {
      background-image: url("/bgs/bg-dotted_02-desktop.jpg");
    }
  }

  .xl\:bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xl\:bg-dotted-03 {
      background-image: url("/bgs/bg-dotted_03-desktop.jpg");
    }
  }

  /* Text Stroke */

  .xl\:text-stroke-color-purple-50 {
    -webkit-text-stroke-color: #50238C;
    text-stroke-color: #50238C;
  }

  .xl\:text-stroke-color-purple-6d {
    -webkit-text-stroke-color: #6D00FF;
    text-stroke-color: #6D00FF;
  }

  .xl\:text-stroke-color-purple-6f {
    -webkit-text-stroke-color: #6F00FF;
    text-stroke-color: #6F00FF;
  }

  .xl\:text-stroke-color-purple-a7 {
    -webkit-text-stroke-color: #A764FF;
    text-stroke-color: #A764FF;
  }

  .xl\:text-stroke-color-purple-b6 {
    -webkit-text-stroke-color: #B660FF;
    text-stroke-color: #B660FF;
  }

  .xl\:text-stroke-color-purple-bf {
    -webkit-text-stroke-color: #BF90FF;
    text-stroke-color: #BF90FF;
  }

  .xl\:text-stroke-color-orange-f0 {
    -webkit-text-stroke-color: #F04D39;
    text-stroke-color: #F04D39;
  }

  .xl\:text-stroke-color-orange-ff {
    -webkit-text-stroke-color: #FFA039;
    text-stroke-color: #FFA039;
  }

  .xl\:text-stroke-color-white {
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
  }

  .xl\:text-stroke-width-1 {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .xl\:text-stroke-width-1-5 {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1,5px;
  }

  .xl\:text-stroke-width-2 {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }

  .xl\:text-stroke-width-2-5 {
    -webkit-text-stroke-width: 2.5px;
    text-stroke-width: 2.5px;
  }

  .xl\:text-stroke-width-3 {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }

  .xl\:text-stroke-width-4 {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
  }

  .xl\:text-stroke-width-6 {
    -webkit-text-stroke-width: 6px;
    text-stroke-width: 6px;
  }

  .xl\:text-stroke-width-8 {
    -webkit-text-stroke-width: 8px;
    text-stroke-width: 8px;
  }

  /* IE Fixes */

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .xl\:text-transparent {
      color: inherit;
    }
  }

  .xl\:flex-1-ie {
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */
}

@media (min-width: 1800px) {
  .xxl\: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;
  }

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

  .xxl\: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;
  }

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

  .xxl\:appearance-none {
    appearance: none;
  }

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

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

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

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

  .xxl\:bg-black {
    background-color: #000;
  }

  .xxl\:bg-white {
    background-color: #fff;
  }

  .xxl\:bg-purple-15 {
    background-color: #150033;
  }

  .xxl\:bg-purple-16 {
    background-color: #160031;
  }

  .xxl\:bg-purple-19 {
    background-color: #19003c;
  }

  .xxl\:bg-purple-21 {
    background-color: #21004B;
  }

  .xxl\:bg-purple-24 {
    background-color: #240154;
  }

  .xxl\:bg-purple-26 {
    background-color: #260058;
  }

  .xxl\:bg-purple-30 {
    background-color: #300071;
  }

  .xxl\:bg-purple-42 {
    background-color: #42009B;
  }

  .xxl\:bg-purple-45 {
    background-color: #4500A3;
  }

  .xxl\:bg-purple-50 {
    background-color: #50238C;
  }

  .xxl\:bg-purple-54 {
    background-color: #5405A6;
  }

  .xxl\:bg-purple-58 {
    background-color: #5800CE;
  }

  .xxl\:bg-purple-69 {
    background-color: #6900F7;
  }

  .xxl\:bg-purple-90 {
    background-color: #903BFF;
  }

  .xxl\:bg-purple-92 {
    background-color: #9240FF;
  }

  .xxl\:bg-purple-94 {
    background-color: #9446FF;
  }

  .xxl\:bg-purple-1c {
    background-color: #1C0041;
  }

  .xxl\:bg-purple-1e {
    background-color: #1E0048;
  }

  .xxl\:bg-purple-2b {
    background-color: #2B0166;
  }

  .xxl\:bg-purple-2d {
    background-color: #2D0069;
  }

  .xxl\:bg-purple-2e {
    background-color: #2E006F;
  }

  .xxl\:bg-purple-3f {
    background-color: #3F0093;
  }

  .xxl\:bg-purple-4a {
    background-color: #4A00AD;
  }

  .xxl\:bg-purple-4d {
    background-color: #4D00B4;
  }

  .xxl\:bg-purple-4e {
    background-color: #e04b1;
  }

  .xxl\:bg-purple-5f {
    background-color: #5F04D7;
  }

  .xxl\:bg-purple-6d {
    background-color: #6D00FF;
  }

  .xxl\:bg-purple-6f {
    background-color: #6F00FF;
  }

  .xxl\:bg-purple-7c {
    background-color: #7C09E8;
  }

  .xxl\:bg-purple-7b {
    background-color: #7B46C1;
  }

  .xxl\:bg-purple-8a {
    background-color: #8A2FFF;
  }

  .xxl\:bg-purple-a7 {
    background-color: #A764FF;
  }

  .xxl\:bg-purple-ab {
    background-color: #AB1F99;
  }

  .xxl\:bg-purple-b6 {
    background-color: #B660FF;
  }

  .xxl\:bg-purple-bf {
    background-color: #BF90FF;
  }

  .xxl\:bg-purple-e5 {
    background-color: #E5D1FF;
  }

  .xxl\:bg-orange-d0 {
    background-color: #D03D5C;
  }

  .xxl\:bg-orange-dc {
    background-color: #DC4157;
  }

  .xxl\:bg-orange-eb {
    background-color: #EB2C2C;
  }

  .xxl\:bg-orange-ed {
    background-color: #ED4D40;
  }

  .xxl\:bg-orange-ee {
    background-color: #EE4129;
  }

  .xxl\:bg-orange-f0 {
    background-color: #F04D39;
  }

  .xxl\:bg-orange-f7 {
    background-color: #F7451B;
  }

  .xxl\:bg-orange-ff {
    background-color: #FFA039;
  }

  .xxl\:bg-yellow-ff {
    background-color: #ffab59;
  }

  .xxl\:bg-blue-14 {
    background-color: #1493E6;
  }

  .xxl\:bg-blue-55 {
    background-color: #55ACEE;
  }

  .xxl\:bg-blue-3b {
    background-color: #3b5998;
  }

  .xxl\:bg-blue-3c {
    background-color: #3caef8;
  }

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

  .xxl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xxl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xxl\:hover\:bg-purple-15:hover {
    background-color: #150033;
  }

  .xxl\:hover\:bg-purple-16:hover {
    background-color: #160031;
  }

  .xxl\:hover\:bg-purple-19:hover {
    background-color: #19003c;
  }

  .xxl\:hover\:bg-purple-21:hover {
    background-color: #21004B;
  }

  .xxl\:hover\:bg-purple-24:hover {
    background-color: #240154;
  }

  .xxl\:hover\:bg-purple-26:hover {
    background-color: #260058;
  }

  .xxl\:hover\:bg-purple-30:hover {
    background-color: #300071;
  }

  .xxl\:hover\:bg-purple-42:hover {
    background-color: #42009B;
  }

  .xxl\:hover\:bg-purple-45:hover {
    background-color: #4500A3;
  }

  .xxl\:hover\:bg-purple-50:hover {
    background-color: #50238C;
  }

  .xxl\:hover\:bg-purple-54:hover {
    background-color: #5405A6;
  }

  .xxl\:hover\:bg-purple-58:hover {
    background-color: #5800CE;
  }

  .xxl\:hover\:bg-purple-69:hover {
    background-color: #6900F7;
  }

  .xxl\:hover\:bg-purple-90:hover {
    background-color: #903BFF;
  }

  .xxl\:hover\:bg-purple-92:hover {
    background-color: #9240FF;
  }

  .xxl\:hover\:bg-purple-94:hover {
    background-color: #9446FF;
  }

  .xxl\:hover\:bg-purple-1c:hover {
    background-color: #1C0041;
  }

  .xxl\:hover\:bg-purple-1e:hover {
    background-color: #1E0048;
  }

  .xxl\:hover\:bg-purple-2b:hover {
    background-color: #2B0166;
  }

  .xxl\:hover\:bg-purple-2d:hover {
    background-color: #2D0069;
  }

  .xxl\:hover\:bg-purple-2e:hover {
    background-color: #2E006F;
  }

  .xxl\:hover\:bg-purple-3f:hover {
    background-color: #3F0093;
  }

  .xxl\:hover\:bg-purple-4a:hover {
    background-color: #4A00AD;
  }

  .xxl\:hover\:bg-purple-4d:hover {
    background-color: #4D00B4;
  }

  .xxl\:hover\:bg-purple-4e:hover {
    background-color: #e04b1;
  }

  .xxl\:hover\:bg-purple-5f:hover {
    background-color: #5F04D7;
  }

  .xxl\:hover\:bg-purple-6d:hover {
    background-color: #6D00FF;
  }

  .xxl\:hover\:bg-purple-6f:hover {
    background-color: #6F00FF;
  }

  .xxl\:hover\:bg-purple-7c:hover {
    background-color: #7C09E8;
  }

  .xxl\:hover\:bg-purple-7b:hover {
    background-color: #7B46C1;
  }

  .xxl\:hover\:bg-purple-8a:hover {
    background-color: #8A2FFF;
  }

  .xxl\:hover\:bg-purple-a7:hover {
    background-color: #A764FF;
  }

  .xxl\:hover\:bg-purple-ab:hover {
    background-color: #AB1F99;
  }

  .xxl\:hover\:bg-purple-b6:hover {
    background-color: #B660FF;
  }

  .xxl\:hover\:bg-purple-bf:hover {
    background-color: #BF90FF;
  }

  .xxl\:hover\:bg-purple-e5:hover {
    background-color: #E5D1FF;
  }

  .xxl\:hover\:bg-orange-d0:hover {
    background-color: #D03D5C;
  }

  .xxl\:hover\:bg-orange-dc:hover {
    background-color: #DC4157;
  }

  .xxl\:hover\:bg-orange-eb:hover {
    background-color: #EB2C2C;
  }

  .xxl\:hover\:bg-orange-ed:hover {
    background-color: #ED4D40;
  }

  .xxl\:hover\:bg-orange-ee:hover {
    background-color: #EE4129;
  }

  .xxl\:hover\:bg-orange-f0:hover {
    background-color: #F04D39;
  }

  .xxl\:hover\:bg-orange-f7:hover {
    background-color: #F7451B;
  }

  .xxl\:hover\:bg-orange-ff:hover {
    background-color: #FFA039;
  }

  .xxl\:hover\:bg-yellow-ff:hover {
    background-color: #ffab59;
  }

  .xxl\:hover\:bg-blue-14:hover {
    background-color: #1493E6;
  }

  .xxl\:hover\:bg-blue-55:hover {
    background-color: #55ACEE;
  }

  .xxl\:hover\:bg-blue-3b:hover {
    background-color: #3b5998;
  }

  .xxl\:hover\:bg-blue-3c:hover {
    background-color: #3caef8;
  }

  .xxl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xxl\:active\:bg-black:active {
    background-color: #000;
  }

  .xxl\:active\:bg-white:active {
    background-color: #fff;
  }

  .xxl\:active\:bg-purple-15:active {
    background-color: #150033;
  }

  .xxl\:active\:bg-purple-16:active {
    background-color: #160031;
  }

  .xxl\:active\:bg-purple-19:active {
    background-color: #19003c;
  }

  .xxl\:active\:bg-purple-21:active {
    background-color: #21004B;
  }

  .xxl\:active\:bg-purple-24:active {
    background-color: #240154;
  }

  .xxl\:active\:bg-purple-26:active {
    background-color: #260058;
  }

  .xxl\:active\:bg-purple-30:active {
    background-color: #300071;
  }

  .xxl\:active\:bg-purple-42:active {
    background-color: #42009B;
  }

  .xxl\:active\:bg-purple-45:active {
    background-color: #4500A3;
  }

  .xxl\:active\:bg-purple-50:active {
    background-color: #50238C;
  }

  .xxl\:active\:bg-purple-54:active {
    background-color: #5405A6;
  }

  .xxl\:active\:bg-purple-58:active {
    background-color: #5800CE;
  }

  .xxl\:active\:bg-purple-69:active {
    background-color: #6900F7;
  }

  .xxl\:active\:bg-purple-90:active {
    background-color: #903BFF;
  }

  .xxl\:active\:bg-purple-92:active {
    background-color: #9240FF;
  }

  .xxl\:active\:bg-purple-94:active {
    background-color: #9446FF;
  }

  .xxl\:active\:bg-purple-1c:active {
    background-color: #1C0041;
  }

  .xxl\:active\:bg-purple-1e:active {
    background-color: #1E0048;
  }

  .xxl\:active\:bg-purple-2b:active {
    background-color: #2B0166;
  }

  .xxl\:active\:bg-purple-2d:active {
    background-color: #2D0069;
  }

  .xxl\:active\:bg-purple-2e:active {
    background-color: #2E006F;
  }

  .xxl\:active\:bg-purple-3f:active {
    background-color: #3F0093;
  }

  .xxl\:active\:bg-purple-4a:active {
    background-color: #4A00AD;
  }

  .xxl\:active\:bg-purple-4d:active {
    background-color: #4D00B4;
  }

  .xxl\:active\:bg-purple-4e:active {
    background-color: #e04b1;
  }

  .xxl\:active\:bg-purple-5f:active {
    background-color: #5F04D7;
  }

  .xxl\:active\:bg-purple-6d:active {
    background-color: #6D00FF;
  }

  .xxl\:active\:bg-purple-6f:active {
    background-color: #6F00FF;
  }

  .xxl\:active\:bg-purple-7c:active {
    background-color: #7C09E8;
  }

  .xxl\:active\:bg-purple-7b:active {
    background-color: #7B46C1;
  }

  .xxl\:active\:bg-purple-8a:active {
    background-color: #8A2FFF;
  }

  .xxl\:active\:bg-purple-a7:active {
    background-color: #A764FF;
  }

  .xxl\:active\:bg-purple-ab:active {
    background-color: #AB1F99;
  }

  .xxl\:active\:bg-purple-b6:active {
    background-color: #B660FF;
  }

  .xxl\:active\:bg-purple-bf:active {
    background-color: #BF90FF;
  }

  .xxl\:active\:bg-purple-e5:active {
    background-color: #E5D1FF;
  }

  .xxl\:active\:bg-orange-d0:active {
    background-color: #D03D5C;
  }

  .xxl\:active\:bg-orange-dc:active {
    background-color: #DC4157;
  }

  .xxl\:active\:bg-orange-eb:active {
    background-color: #EB2C2C;
  }

  .xxl\:active\:bg-orange-ed:active {
    background-color: #ED4D40;
  }

  .xxl\:active\:bg-orange-ee:active {
    background-color: #EE4129;
  }

  .xxl\:active\:bg-orange-f0:active {
    background-color: #F04D39;
  }

  .xxl\:active\:bg-orange-f7:active {
    background-color: #F7451B;
  }

  .xxl\:active\:bg-orange-ff:active {
    background-color: #FFA039;
  }

  .xxl\:active\:bg-yellow-ff:active {
    background-color: #ffab59;
  }

  .xxl\:active\:bg-blue-14:active {
    background-color: #1493E6;
  }

  .xxl\:active\:bg-blue-55:active {
    background-color: #55ACEE;
  }

  .xxl\:active\:bg-blue-3b:active {
    background-color: #3b5998;
  }

  .xxl\:active\:bg-blue-3c:active {
    background-color: #3caef8;
  }

  .xxl\:bg-bottom {
    background-position: bottom;
  }

  .xxl\:bg-center {
    background-position: center;
  }

  .xxl\:bg-left {
    background-position: left;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:bg-left-top {
    background-position: left top;
  }

  .xxl\:bg-right {
    background-position: right;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:bg-right-top {
    background-position: right top;
  }

  .xxl\:bg-top {
    background-position: top;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxl\:border-separate {
    border-collapse: separate;
  }

  .xxl\:border-transparent {
    border-color: transparent;
  }

  .xxl\:border-black {
    border-color: #000;
  }

  .xxl\:border-white {
    border-color: #fff;
  }

  .xxl\:border-purple-15 {
    border-color: #150033;
  }

  .xxl\:border-purple-16 {
    border-color: #160031;
  }

  .xxl\:border-purple-19 {
    border-color: #19003c;
  }

  .xxl\:border-purple-21 {
    border-color: #21004B;
  }

  .xxl\:border-purple-24 {
    border-color: #240154;
  }

  .xxl\:border-purple-26 {
    border-color: #260058;
  }

  .xxl\:border-purple-30 {
    border-color: #300071;
  }

  .xxl\:border-purple-42 {
    border-color: #42009B;
  }

  .xxl\:border-purple-45 {
    border-color: #4500A3;
  }

  .xxl\:border-purple-50 {
    border-color: #50238C;
  }

  .xxl\:border-purple-54 {
    border-color: #5405A6;
  }

  .xxl\:border-purple-58 {
    border-color: #5800CE;
  }

  .xxl\:border-purple-69 {
    border-color: #6900F7;
  }

  .xxl\:border-purple-90 {
    border-color: #903BFF;
  }

  .xxl\:border-purple-92 {
    border-color: #9240FF;
  }

  .xxl\:border-purple-94 {
    border-color: #9446FF;
  }

  .xxl\:border-purple-1c {
    border-color: #1C0041;
  }

  .xxl\:border-purple-1e {
    border-color: #1E0048;
  }

  .xxl\:border-purple-2b {
    border-color: #2B0166;
  }

  .xxl\:border-purple-2d {
    border-color: #2D0069;
  }

  .xxl\:border-purple-2e {
    border-color: #2E006F;
  }

  .xxl\:border-purple-3f {
    border-color: #3F0093;
  }

  .xxl\:border-purple-4a {
    border-color: #4A00AD;
  }

  .xxl\:border-purple-4d {
    border-color: #4D00B4;
  }

  .xxl\:border-purple-4e {
    border-color: #e04b1;
  }

  .xxl\:border-purple-5f {
    border-color: #5F04D7;
  }

  .xxl\:border-purple-6d {
    border-color: #6D00FF;
  }

  .xxl\:border-purple-6f {
    border-color: #6F00FF;
  }

  .xxl\:border-purple-7c {
    border-color: #7C09E8;
  }

  .xxl\:border-purple-7b {
    border-color: #7B46C1;
  }

  .xxl\:border-purple-8a {
    border-color: #8A2FFF;
  }

  .xxl\:border-purple-a7 {
    border-color: #A764FF;
  }

  .xxl\:border-purple-ab {
    border-color: #AB1F99;
  }

  .xxl\:border-purple-b6 {
    border-color: #B660FF;
  }

  .xxl\:border-purple-bf {
    border-color: #BF90FF;
  }

  .xxl\:border-purple-e5 {
    border-color: #E5D1FF;
  }

  .xxl\:border-orange-d0 {
    border-color: #D03D5C;
  }

  .xxl\:border-orange-dc {
    border-color: #DC4157;
  }

  .xxl\:border-orange-eb {
    border-color: #EB2C2C;
  }

  .xxl\:border-orange-ed {
    border-color: #ED4D40;
  }

  .xxl\:border-orange-ee {
    border-color: #EE4129;
  }

  .xxl\:border-orange-f0 {
    border-color: #F04D39;
  }

  .xxl\:border-orange-f7 {
    border-color: #F7451B;
  }

  .xxl\:border-orange-ff {
    border-color: #FFA039;
  }

  .xxl\:border-yellow-ff {
    border-color: #ffab59;
  }

  .xxl\:border-blue-14 {
    border-color: #1493E6;
  }

  .xxl\:border-blue-55 {
    border-color: #55ACEE;
  }

  .xxl\:border-blue-3b {
    border-color: #3b5998;
  }

  .xxl\:border-blue-3c {
    border-color: #3caef8;
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xxl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xxl\:hover\:border-purple-15:hover {
    border-color: #150033;
  }

  .xxl\:hover\:border-purple-16:hover {
    border-color: #160031;
  }

  .xxl\:hover\:border-purple-19:hover {
    border-color: #19003c;
  }

  .xxl\:hover\:border-purple-21:hover {
    border-color: #21004B;
  }

  .xxl\:hover\:border-purple-24:hover {
    border-color: #240154;
  }

  .xxl\:hover\:border-purple-26:hover {
    border-color: #260058;
  }

  .xxl\:hover\:border-purple-30:hover {
    border-color: #300071;
  }

  .xxl\:hover\:border-purple-42:hover {
    border-color: #42009B;
  }

  .xxl\:hover\:border-purple-45:hover {
    border-color: #4500A3;
  }

  .xxl\:hover\:border-purple-50:hover {
    border-color: #50238C;
  }

  .xxl\:hover\:border-purple-54:hover {
    border-color: #5405A6;
  }

  .xxl\:hover\:border-purple-58:hover {
    border-color: #5800CE;
  }

  .xxl\:hover\:border-purple-69:hover {
    border-color: #6900F7;
  }

  .xxl\:hover\:border-purple-90:hover {
    border-color: #903BFF;
  }

  .xxl\:hover\:border-purple-92:hover {
    border-color: #9240FF;
  }

  .xxl\:hover\:border-purple-94:hover {
    border-color: #9446FF;
  }

  .xxl\:hover\:border-purple-1c:hover {
    border-color: #1C0041;
  }

  .xxl\:hover\:border-purple-1e:hover {
    border-color: #1E0048;
  }

  .xxl\:hover\:border-purple-2b:hover {
    border-color: #2B0166;
  }

  .xxl\:hover\:border-purple-2d:hover {
    border-color: #2D0069;
  }

  .xxl\:hover\:border-purple-2e:hover {
    border-color: #2E006F;
  }

  .xxl\:hover\:border-purple-3f:hover {
    border-color: #3F0093;
  }

  .xxl\:hover\:border-purple-4a:hover {
    border-color: #4A00AD;
  }

  .xxl\:hover\:border-purple-4d:hover {
    border-color: #4D00B4;
  }

  .xxl\:hover\:border-purple-4e:hover {
    border-color: #e04b1;
  }

  .xxl\:hover\:border-purple-5f:hover {
    border-color: #5F04D7;
  }

  .xxl\:hover\:border-purple-6d:hover {
    border-color: #6D00FF;
  }

  .xxl\:hover\:border-purple-6f:hover {
    border-color: #6F00FF;
  }

  .xxl\:hover\:border-purple-7c:hover {
    border-color: #7C09E8;
  }

  .xxl\:hover\:border-purple-7b:hover {
    border-color: #7B46C1;
  }

  .xxl\:hover\:border-purple-8a:hover {
    border-color: #8A2FFF;
  }

  .xxl\:hover\:border-purple-a7:hover {
    border-color: #A764FF;
  }

  .xxl\:hover\:border-purple-ab:hover {
    border-color: #AB1F99;
  }

  .xxl\:hover\:border-purple-b6:hover {
    border-color: #B660FF;
  }

  .xxl\:hover\:border-purple-bf:hover {
    border-color: #BF90FF;
  }

  .xxl\:hover\:border-purple-e5:hover {
    border-color: #E5D1FF;
  }

  .xxl\:hover\:border-orange-d0:hover {
    border-color: #D03D5C;
  }

  .xxl\:hover\:border-orange-dc:hover {
    border-color: #DC4157;
  }

  .xxl\:hover\:border-orange-eb:hover {
    border-color: #EB2C2C;
  }

  .xxl\:hover\:border-orange-ed:hover {
    border-color: #ED4D40;
  }

  .xxl\:hover\:border-orange-ee:hover {
    border-color: #EE4129;
  }

  .xxl\:hover\:border-orange-f0:hover {
    border-color: #F04D39;
  }

  .xxl\:hover\:border-orange-f7:hover {
    border-color: #F7451B;
  }

  .xxl\:hover\:border-orange-ff:hover {
    border-color: #FFA039;
  }

  .xxl\:hover\:border-yellow-ff:hover {
    border-color: #ffab59;
  }

  .xxl\:hover\:border-blue-14:hover {
    border-color: #1493E6;
  }

  .xxl\:hover\:border-blue-55:hover {
    border-color: #55ACEE;
  }

  .xxl\:hover\:border-blue-3b:hover {
    border-color: #3b5998;
  }

  .xxl\:hover\:border-blue-3c:hover {
    border-color: #3caef8;
  }

  .xxl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xxl\:active\:border-black:active {
    border-color: #000;
  }

  .xxl\:active\:border-white:active {
    border-color: #fff;
  }

  .xxl\:active\:border-purple-15:active {
    border-color: #150033;
  }

  .xxl\:active\:border-purple-16:active {
    border-color: #160031;
  }

  .xxl\:active\:border-purple-19:active {
    border-color: #19003c;
  }

  .xxl\:active\:border-purple-21:active {
    border-color: #21004B;
  }

  .xxl\:active\:border-purple-24:active {
    border-color: #240154;
  }

  .xxl\:active\:border-purple-26:active {
    border-color: #260058;
  }

  .xxl\:active\:border-purple-30:active {
    border-color: #300071;
  }

  .xxl\:active\:border-purple-42:active {
    border-color: #42009B;
  }

  .xxl\:active\:border-purple-45:active {
    border-color: #4500A3;
  }

  .xxl\:active\:border-purple-50:active {
    border-color: #50238C;
  }

  .xxl\:active\:border-purple-54:active {
    border-color: #5405A6;
  }

  .xxl\:active\:border-purple-58:active {
    border-color: #5800CE;
  }

  .xxl\:active\:border-purple-69:active {
    border-color: #6900F7;
  }

  .xxl\:active\:border-purple-90:active {
    border-color: #903BFF;
  }

  .xxl\:active\:border-purple-92:active {
    border-color: #9240FF;
  }

  .xxl\:active\:border-purple-94:active {
    border-color: #9446FF;
  }

  .xxl\:active\:border-purple-1c:active {
    border-color: #1C0041;
  }

  .xxl\:active\:border-purple-1e:active {
    border-color: #1E0048;
  }

  .xxl\:active\:border-purple-2b:active {
    border-color: #2B0166;
  }

  .xxl\:active\:border-purple-2d:active {
    border-color: #2D0069;
  }

  .xxl\:active\:border-purple-2e:active {
    border-color: #2E006F;
  }

  .xxl\:active\:border-purple-3f:active {
    border-color: #3F0093;
  }

  .xxl\:active\:border-purple-4a:active {
    border-color: #4A00AD;
  }

  .xxl\:active\:border-purple-4d:active {
    border-color: #4D00B4;
  }

  .xxl\:active\:border-purple-4e:active {
    border-color: #e04b1;
  }

  .xxl\:active\:border-purple-5f:active {
    border-color: #5F04D7;
  }

  .xxl\:active\:border-purple-6d:active {
    border-color: #6D00FF;
  }

  .xxl\:active\:border-purple-6f:active {
    border-color: #6F00FF;
  }

  .xxl\:active\:border-purple-7c:active {
    border-color: #7C09E8;
  }

  .xxl\:active\:border-purple-7b:active {
    border-color: #7B46C1;
  }

  .xxl\:active\:border-purple-8a:active {
    border-color: #8A2FFF;
  }

  .xxl\:active\:border-purple-a7:active {
    border-color: #A764FF;
  }

  .xxl\:active\:border-purple-ab:active {
    border-color: #AB1F99;
  }

  .xxl\:active\:border-purple-b6:active {
    border-color: #B660FF;
  }

  .xxl\:active\:border-purple-bf:active {
    border-color: #BF90FF;
  }

  .xxl\:active\:border-purple-e5:active {
    border-color: #E5D1FF;
  }

  .xxl\:active\:border-orange-d0:active {
    border-color: #D03D5C;
  }

  .xxl\:active\:border-orange-dc:active {
    border-color: #DC4157;
  }

  .xxl\:active\:border-orange-eb:active {
    border-color: #EB2C2C;
  }

  .xxl\:active\:border-orange-ed:active {
    border-color: #ED4D40;
  }

  .xxl\:active\:border-orange-ee:active {
    border-color: #EE4129;
  }

  .xxl\:active\:border-orange-f0:active {
    border-color: #F04D39;
  }

  .xxl\:active\:border-orange-f7:active {
    border-color: #F7451B;
  }

  .xxl\:active\:border-orange-ff:active {
    border-color: #FFA039;
  }

  .xxl\:active\:border-yellow-ff:active {
    border-color: #ffab59;
  }

  .xxl\:active\:border-blue-14:active {
    border-color: #1493E6;
  }

  .xxl\:active\:border-blue-55:active {
    border-color: #55ACEE;
  }

  .xxl\:active\:border-blue-3b:active {
    border-color: #3b5998;
  }

  .xxl\:active\:border-blue-3c:active {
    border-color: #3caef8;
  }

  .xxl\:rounded-4 {
    border-radius: 4px;
  }

  .xxl\:rounded-5 {
    border-radius: 5px;
  }

  .xxl\:rounded-10 {
    border-radius: 10px;
  }

  .xxl\:rounded-20 {
    border-radius: 20px;
  }

  .xxl\:rounded-none {
    border-radius: none;
  }

  .xxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxl\:rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .xxl\:rounded-r-4 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .xxl\:rounded-b-4 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xxl\:rounded-l-4 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .xxl\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xxl\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xxl\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxl\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xxl\:rounded-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .xxl\:rounded-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .xxl\:rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xxl\:rounded-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .xxl\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-t-none {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .xxl\:rounded-r-none {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
  }

  .xxl\:rounded-b-none {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
  }

  .xxl\:rounded-l-none {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
  }

  .xxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-4 {
    border-top-left-radius: 4px;
  }

  .xxl\:rounded-tr-4 {
    border-top-right-radius: 4px;
  }

  .xxl\:rounded-br-4 {
    border-bottom-right-radius: 4px;
  }

  .xxl\:rounded-bl-4 {
    border-bottom-left-radius: 4px;
  }

  .xxl\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xxl\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xxl\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xxl\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xxl\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .xxl\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .xxl\:rounded-br-10 {
    border-bottom-right-radius: 10px;
  }

  .xxl\:rounded-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .xxl\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xxl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-tl-none {
    border-top-left-radius: none;
  }

  .xxl\:rounded-tr-none {
    border-top-right-radius: none;
  }

  .xxl\:rounded-br-none {
    border-bottom-right-radius: none;
  }

  .xxl\:rounded-bl-none {
    border-bottom-left-radius: none;
  }

  .xxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxl\:border-solid {
    border-style: solid;
  }

  .xxl\:border-dashed {
    border-style: dashed;
  }

  .xxl\:border-dotted {
    border-style: dotted;
  }

  .xxl\:border-double {
    border-style: double;
  }

  .xxl\:border-none {
    border-style: none;
  }

  .xxl\:border-0 {
    border-width: 0;
  }

  .xxl\:border-2 {
    border-width: 2px;
  }

  .xxl\:border-4 {
    border-width: 4px;
  }

  .xxl\:border-8 {
    border-width: 8px;
  }

  .xxl\:border {
    border-width: 1px;
  }

  .xxl\:border-t-0 {
    border-top-width: 0;
  }

  .xxl\:border-r-0 {
    border-right-width: 0;
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxl\:border-l-0 {
    border-left-width: 0;
  }

  .xxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:border-t-8 {
    border-top-width: 8px;
  }

  .xxl\:border-r-8 {
    border-right-width: 8px;
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8 {
    border-left-width: 8px;
  }

  .xxl\:border-t {
    border-top-width: 1px;
  }

  .xxl\:border-r {
    border-right-width: 1px;
  }

  .xxl\:border-b {
    border-bottom-width: 1px;
  }

  .xxl\:border-l {
    border-left-width: 1px;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-text {
    cursor: text;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:inline-flex {
    display: inline-flex;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex-row {
    flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxl\:items-start {
    align-items: flex-start;
  }

  .xxl\:items-end {
    align-items: flex-end;
  }

  .xxl\:items-center {
    align-items: center;
  }

  .xxl\:items-baseline {
    align-items: baseline;
  }

  .xxl\:items-stretch {
    align-items: stretch;
  }

  .xxl\:self-auto {
    align-self: auto;
  }

  .xxl\:self-start {
    align-self: flex-start;
  }

  .xxl\:self-end {
    align-self: flex-end;
  }

  .xxl\:self-center {
    align-self: center;
  }

  .xxl\:self-stretch {
    align-self: stretch;
  }

  .xxl\:justify-start {
    justify-content: flex-start;
  }

  .xxl\:justify-end {
    justify-content: flex-end;
  }

  .xxl\:justify-center {
    justify-content: center;
  }

  .xxl\:justify-between {
    justify-content: space-between;
  }

  .xxl\:justify-around {
    justify-content: space-around;
  }

  .xxl\:content-center {
    align-content: center;
  }

  .xxl\:content-start {
    align-content: flex-start;
  }

  .xxl\:content-end {
    align-content: flex-end;
  }

  .xxl\:content-between {
    align-content: space-between;
  }

  .xxl\:content-around {
    align-content: space-around;
  }

  .xxl\:flex-1 {
    flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    flex: 0 1 auto;
  }

  .xxl\:flex-none {
    flex: none;
  }

  .xxl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xxl\:flex-grow {
    flex-grow: 1;
  }

  .xxl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xxl\:flex-shrink {
    flex-shrink: 1;
  }

  .xxl\:order-1 {
    order: 1;
  }

  .xxl\:order-2 {
    order: 2;
  }

  .xxl\:order-3 {
    order: 3;
  }

  .xxl\:order-4 {
    order: 4;
  }

  .xxl\:order-5 {
    order: 5;
  }

  .xxl\:order-6 {
    order: 6;
  }

  .xxl\:order-7 {
    order: 7;
  }

  .xxl\:order-8 {
    order: 8;
  }

  .xxl\:order-9 {
    order: 9;
  }

  .xxl\:order-10 {
    order: 10;
  }

  .xxl\:order-11 {
    order: 11;
  }

  .xxl\:order-12 {
    order: 12;
  }

  .xxl\:order-first {
    order: -9999;
  }

  .xxl\:order-last {
    order: 9999;
  }

  .xxl\:order-none {
    order: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-acumin-pro {
    font-family: "acumin-pro", -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";
  }

  .xxl\:font-pragmatica-extended {
    font-family: "pragmatica-extended", -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";
  }

  .xxl\:font-pano {
    font-family: "Pano Trial", -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";
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxl\:h-0 {
    height: 0;
  }

  .xxl\:h-5 {
    height: 5px;
  }

  .xxl\:h-10 {
    height: 10px;
  }

  .xxl\:h-15 {
    height: 15px;
  }

  .xxl\:h-20 {
    height: 20px;
  }

  .xxl\:h-25 {
    height: 25px;
  }

  .xxl\:h-30 {
    height: 30px;
  }

  .xxl\:h-35 {
    height: 35px;
  }

  .xxl\:h-40 {
    height: 40px;
  }

  .xxl\:h-45 {
    height: 45px;
  }

  .xxl\:h-50 {
    height: 50px;
  }

  .xxl\:h-55 {
    height: 55px;
  }

  .xxl\:h-60 {
    height: 60px;
  }

  .xxl\:h-70 {
    height: 70px;
  }

  .xxl\:h-80 {
    height: 80px;
  }

  .xxl\:h-90 {
    height: 90px;
  }

  .xxl\:h-100 {
    height: 100px;
  }

  .xxl\:h-110 {
    height: 110px;
  }

  .xxl\:h-120 {
    height: 120px;
  }

  .xxl\:h-130 {
    height: 130px;
  }

  .xxl\:h-140 {
    height: 140px;
  }

  .xxl\:h-150 {
    height: 150px;
  }

  .xxl\:h-160 {
    height: 160px;
  }

  .xxl\:h-170 {
    height: 170px;
  }

  .xxl\:h-180 {
    height: 180px;
  }

  .xxl\:h-190 {
    height: 190px;
  }

  .xxl\:h-200 {
    height: 200px;
  }

  .xxl\:h-210 {
    height: 210px;
  }

  .xxl\:h-220 {
    height: 220px;
  }

  .xxl\:h-230 {
    height: 230px;
  }

  .xxl\:h-240 {
    height: 240px;
  }

  .xxl\:h-250 {
    height: 250px;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-snug {
    line-height: 1.375;
  }

  .xxl\:leading-normal {
    line-height: 1.5;
  }

  .xxl\:leading-relaxed {
    line-height: 1.625;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:list-inside {
    list-style-position: inside;
  }

  .xxl\:list-outside {
    list-style-position: outside;
  }

  .xxl\:list-none {
    list-style-type: none;
  }

  .xxl\:list-disc {
    list-style-type: disc;
  }

  .xxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-5 {
    margin: 5px;
  }

  .xxl\:m-10 {
    margin: 10px;
  }

  .xxl\:m-15 {
    margin: 15px;
  }

  .xxl\:m-20 {
    margin: 20px;
  }

  .xxl\:m-25 {
    margin: 25px;
  }

  .xxl\:m-30 {
    margin: 30px;
  }

  .xxl\:m-35 {
    margin: 35px;
  }

  .xxl\:m-40 {
    margin: 40px;
  }

  .xxl\:m-45 {
    margin: 45px;
  }

  .xxl\:m-50 {
    margin: 50px;
  }

  .xxl\:m-55 {
    margin: 55px;
  }

  .xxl\:m-60 {
    margin: 60px;
  }

  .xxl\:m-70 {
    margin: 70px;
  }

  .xxl\:m-80 {
    margin: 80px;
  }

  .xxl\:m-90 {
    margin: 90px;
  }

  .xxl\:m-100 {
    margin: 100px;
  }

  .xxl\:m-110 {
    margin: 110px;
  }

  .xxl\:m-120 {
    margin: 120px;
  }

  .xxl\:m-130 {
    margin: 130px;
  }

  .xxl\:m-140 {
    margin: 140px;
  }

  .xxl\:m-150 {
    margin: 150px;
  }

  .xxl\:m-160 {
    margin: 160px;
  }

  .xxl\:m-170 {
    margin: 170px;
  }

  .xxl\:m-180 {
    margin: 180px;
  }

  .xxl\:m-190 {
    margin: 190px;
  }

  .xxl\:m-200 {
    margin: 200px;
  }

  .xxl\:m-210 {
    margin: 210px;
  }

  .xxl\:m-220 {
    margin: 220px;
  }

  .xxl\:m-230 {
    margin: 230px;
  }

  .xxl\:m-240 {
    margin: 240px;
  }

  .xxl\:m-250 {
    margin: 250px;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:-m-5 {
    margin: -5px;
  }

  .xxl\:-m-10 {
    margin: -10px;
  }

  .xxl\:-m-15 {
    margin: -15px;
  }

  .xxl\:-m-20 {
    margin: -20px;
  }

  .xxl\:-m-25 {
    margin: -25px;
  }

  .xxl\:-m-30 {
    margin: -30px;
  }

  .xxl\:-m-35 {
    margin: -35px;
  }

  .xxl\:-m-40 {
    margin: -40px;
  }

  .xxl\:-m-45 {
    margin: -45px;
  }

  .xxl\:-m-50 {
    margin: -50px;
  }

  .xxl\:-m-55 {
    margin: -55px;
  }

  .xxl\:-m-60 {
    margin: -60px;
  }

  .xxl\:-m-70 {
    margin: -70px;
  }

  .xxl\:-m-80 {
    margin: -80px;
  }

  .xxl\:-m-90 {
    margin: -90px;
  }

  .xxl\:-m-100 {
    margin: -100px;
  }

  .xxl\:-m-110 {
    margin: -110px;
  }

  .xxl\:-m-120 {
    margin: -120px;
  }

  .xxl\:-m-130 {
    margin: -130px;
  }

  .xxl\:-m-140 {
    margin: -140px;
  }

  .xxl\:-m-150 {
    margin: -150px;
  }

  .xxl\:-m-160 {
    margin: -160px;
  }

  .xxl\:-m-170 {
    margin: -170px;
  }

  .xxl\:-m-180 {
    margin: -180px;
  }

  .xxl\:-m-190 {
    margin: -190px;
  }

  .xxl\:-m-200 {
    margin: -200px;
  }

  .xxl\:-m-210 {
    margin: -210px;
  }

  .xxl\:-m-220 {
    margin: -220px;
  }

  .xxl\:-m-230 {
    margin: -230px;
  }

  .xxl\:-m-240 {
    margin: -240px;
  }

  .xxl\:-m-250 {
    margin: -250px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxl\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xxl\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xxl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xxl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xxl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xxl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xxl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xxl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xxl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xxl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xxl\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xxl\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xxl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xxl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xxl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xxl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xxl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xxl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xxl\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xxl\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xxl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xxl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xxl\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xxl\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xxl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xxl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xxl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xxl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xxl\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xxl\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xxl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xxl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xxl\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xxl\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xxl\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xxl\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xxl\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xxl\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xxl\:my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }

  .xxl\:mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .xxl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xxl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xxl\:my-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .xxl\:mx-210 {
    margin-left: 210px;
    margin-right: 210px;
  }

  .xxl\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xxl\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xxl\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xxl\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xxl\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xxl\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xxl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xxl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xxl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xxl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xxl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xxl\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xxl\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xxl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxl\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xxl\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xxl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxl\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xxl\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xxl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xxl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xxl\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xxl\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xxl\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xxl\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xxl\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xxl\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xxl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xxl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xxl\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xxl\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xxl\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xxl\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xxl\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xxl\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xxl\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xxl\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xxl\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xxl\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xxl\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xxl\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xxl\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .xxl\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .xxl\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xxl\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xxl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xxl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xxl\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xxl\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xxl\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xxl\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xxl\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xxl\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xxl\:-my-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }

  .xxl\:-mx-190 {
    margin-left: -190px;
    margin-right: -190px;
  }

  .xxl\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xxl\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xxl\:-my-210 {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .xxl\:-mx-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .xxl\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xxl\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xxl\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xxl\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xxl\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xxl\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xxl\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xxl\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-5 {
    margin-top: 5px;
  }

  .xxl\:mr-5 {
    margin-right: 5px;
  }

  .xxl\:mb-5 {
    margin-bottom: 5px;
  }

  .xxl\:ml-5 {
    margin-left: 5px;
  }

  .xxl\:mt-10 {
    margin-top: 10px;
  }

  .xxl\:mr-10 {
    margin-right: 10px;
  }

  .xxl\:mb-10 {
    margin-bottom: 10px;
  }

  .xxl\:ml-10 {
    margin-left: 10px;
  }

  .xxl\:mt-15 {
    margin-top: 15px;
  }

  .xxl\:mr-15 {
    margin-right: 15px;
  }

  .xxl\:mb-15 {
    margin-bottom: 15px;
  }

  .xxl\:ml-15 {
    margin-left: 15px;
  }

  .xxl\:mt-20 {
    margin-top: 20px;
  }

  .xxl\:mr-20 {
    margin-right: 20px;
  }

  .xxl\:mb-20 {
    margin-bottom: 20px;
  }

  .xxl\:ml-20 {
    margin-left: 20px;
  }

  .xxl\:mt-25 {
    margin-top: 25px;
  }

  .xxl\:mr-25 {
    margin-right: 25px;
  }

  .xxl\:mb-25 {
    margin-bottom: 25px;
  }

  .xxl\:ml-25 {
    margin-left: 25px;
  }

  .xxl\:mt-30 {
    margin-top: 30px;
  }

  .xxl\:mr-30 {
    margin-right: 30px;
  }

  .xxl\:mb-30 {
    margin-bottom: 30px;
  }

  .xxl\:ml-30 {
    margin-left: 30px;
  }

  .xxl\:mt-35 {
    margin-top: 35px;
  }

  .xxl\:mr-35 {
    margin-right: 35px;
  }

  .xxl\:mb-35 {
    margin-bottom: 35px;
  }

  .xxl\:ml-35 {
    margin-left: 35px;
  }

  .xxl\:mt-40 {
    margin-top: 40px;
  }

  .xxl\:mr-40 {
    margin-right: 40px;
  }

  .xxl\:mb-40 {
    margin-bottom: 40px;
  }

  .xxl\:ml-40 {
    margin-left: 40px;
  }

  .xxl\:mt-45 {
    margin-top: 45px;
  }

  .xxl\:mr-45 {
    margin-right: 45px;
  }

  .xxl\:mb-45 {
    margin-bottom: 45px;
  }

  .xxl\:ml-45 {
    margin-left: 45px;
  }

  .xxl\:mt-50 {
    margin-top: 50px;
  }

  .xxl\:mr-50 {
    margin-right: 50px;
  }

  .xxl\:mb-50 {
    margin-bottom: 50px;
  }

  .xxl\:ml-50 {
    margin-left: 50px;
  }

  .xxl\:mt-55 {
    margin-top: 55px;
  }

  .xxl\:mr-55 {
    margin-right: 55px;
  }

  .xxl\:mb-55 {
    margin-bottom: 55px;
  }

  .xxl\:ml-55 {
    margin-left: 55px;
  }

  .xxl\:mt-60 {
    margin-top: 60px;
  }

  .xxl\:mr-60 {
    margin-right: 60px;
  }

  .xxl\:mb-60 {
    margin-bottom: 60px;
  }

  .xxl\:ml-60 {
    margin-left: 60px;
  }

  .xxl\:mt-70 {
    margin-top: 70px;
  }

  .xxl\:mr-70 {
    margin-right: 70px;
  }

  .xxl\:mb-70 {
    margin-bottom: 70px;
  }

  .xxl\:ml-70 {
    margin-left: 70px;
  }

  .xxl\:mt-80 {
    margin-top: 80px;
  }

  .xxl\:mr-80 {
    margin-right: 80px;
  }

  .xxl\:mb-80 {
    margin-bottom: 80px;
  }

  .xxl\:ml-80 {
    margin-left: 80px;
  }

  .xxl\:mt-90 {
    margin-top: 90px;
  }

  .xxl\:mr-90 {
    margin-right: 90px;
  }

  .xxl\:mb-90 {
    margin-bottom: 90px;
  }

  .xxl\:ml-90 {
    margin-left: 90px;
  }

  .xxl\:mt-100 {
    margin-top: 100px;
  }

  .xxl\:mr-100 {
    margin-right: 100px;
  }

  .xxl\:mb-100 {
    margin-bottom: 100px;
  }

  .xxl\:ml-100 {
    margin-left: 100px;
  }

  .xxl\:mt-110 {
    margin-top: 110px;
  }

  .xxl\:mr-110 {
    margin-right: 110px;
  }

  .xxl\:mb-110 {
    margin-bottom: 110px;
  }

  .xxl\:ml-110 {
    margin-left: 110px;
  }

  .xxl\:mt-120 {
    margin-top: 120px;
  }

  .xxl\:mr-120 {
    margin-right: 120px;
  }

  .xxl\:mb-120 {
    margin-bottom: 120px;
  }

  .xxl\:ml-120 {
    margin-left: 120px;
  }

  .xxl\:mt-130 {
    margin-top: 130px;
  }

  .xxl\:mr-130 {
    margin-right: 130px;
  }

  .xxl\:mb-130 {
    margin-bottom: 130px;
  }

  .xxl\:ml-130 {
    margin-left: 130px;
  }

  .xxl\:mt-140 {
    margin-top: 140px;
  }

  .xxl\:mr-140 {
    margin-right: 140px;
  }

  .xxl\:mb-140 {
    margin-bottom: 140px;
  }

  .xxl\:ml-140 {
    margin-left: 140px;
  }

  .xxl\:mt-150 {
    margin-top: 150px;
  }

  .xxl\:mr-150 {
    margin-right: 150px;
  }

  .xxl\:mb-150 {
    margin-bottom: 150px;
  }

  .xxl\:ml-150 {
    margin-left: 150px;
  }

  .xxl\:mt-160 {
    margin-top: 160px;
  }

  .xxl\:mr-160 {
    margin-right: 160px;
  }

  .xxl\:mb-160 {
    margin-bottom: 160px;
  }

  .xxl\:ml-160 {
    margin-left: 160px;
  }

  .xxl\:mt-170 {
    margin-top: 170px;
  }

  .xxl\:mr-170 {
    margin-right: 170px;
  }

  .xxl\:mb-170 {
    margin-bottom: 170px;
  }

  .xxl\:ml-170 {
    margin-left: 170px;
  }

  .xxl\:mt-180 {
    margin-top: 180px;
  }

  .xxl\:mr-180 {
    margin-right: 180px;
  }

  .xxl\:mb-180 {
    margin-bottom: 180px;
  }

  .xxl\:ml-180 {
    margin-left: 180px;
  }

  .xxl\:mt-190 {
    margin-top: 190px;
  }

  .xxl\:mr-190 {
    margin-right: 190px;
  }

  .xxl\:mb-190 {
    margin-bottom: 190px;
  }

  .xxl\:ml-190 {
    margin-left: 190px;
  }

  .xxl\:mt-200 {
    margin-top: 200px;
  }

  .xxl\:mr-200 {
    margin-right: 200px;
  }

  .xxl\:mb-200 {
    margin-bottom: 200px;
  }

  .xxl\:ml-200 {
    margin-left: 200px;
  }

  .xxl\:mt-210 {
    margin-top: 210px;
  }

  .xxl\:mr-210 {
    margin-right: 210px;
  }

  .xxl\:mb-210 {
    margin-bottom: 210px;
  }

  .xxl\:ml-210 {
    margin-left: 210px;
  }

  .xxl\:mt-220 {
    margin-top: 220px;
  }

  .xxl\:mr-220 {
    margin-right: 220px;
  }

  .xxl\:mb-220 {
    margin-bottom: 220px;
  }

  .xxl\:ml-220 {
    margin-left: 220px;
  }

  .xxl\:mt-230 {
    margin-top: 230px;
  }

  .xxl\:mr-230 {
    margin-right: 230px;
  }

  .xxl\:mb-230 {
    margin-bottom: 230px;
  }

  .xxl\:ml-230 {
    margin-left: 230px;
  }

  .xxl\:mt-240 {
    margin-top: 240px;
  }

  .xxl\:mr-240 {
    margin-right: 240px;
  }

  .xxl\:mb-240 {
    margin-bottom: 240px;
  }

  .xxl\:ml-240 {
    margin-left: 240px;
  }

  .xxl\:mt-250 {
    margin-top: 250px;
  }

  .xxl\:mr-250 {
    margin-right: 250px;
  }

  .xxl\:mb-250 {
    margin-bottom: 250px;
  }

  .xxl\:ml-250 {
    margin-left: 250px;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

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

  .xxl\:-mt-5 {
    margin-top: -5px;
  }

  .xxl\:-mr-5 {
    margin-right: -5px;
  }

  .xxl\:-mb-5 {
    margin-bottom: -5px;
  }

  .xxl\:-ml-5 {
    margin-left: -5px;
  }

  .xxl\:-mt-10 {
    margin-top: -10px;
  }

  .xxl\:-mr-10 {
    margin-right: -10px;
  }

  .xxl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xxl\:-ml-10 {
    margin-left: -10px;
  }

  .xxl\:-mt-15 {
    margin-top: -15px;
  }

  .xxl\:-mr-15 {
    margin-right: -15px;
  }

  .xxl\:-mb-15 {
    margin-bottom: -15px;
  }

  .xxl\:-ml-15 {
    margin-left: -15px;
  }

  .xxl\:-mt-20 {
    margin-top: -20px;
  }

  .xxl\:-mr-20 {
    margin-right: -20px;
  }

  .xxl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xxl\:-ml-20 {
    margin-left: -20px;
  }

  .xxl\:-mt-25 {
    margin-top: -25px;
  }

  .xxl\:-mr-25 {
    margin-right: -25px;
  }

  .xxl\:-mb-25 {
    margin-bottom: -25px;
  }

  .xxl\:-ml-25 {
    margin-left: -25px;
  }

  .xxl\:-mt-30 {
    margin-top: -30px;
  }

  .xxl\:-mr-30 {
    margin-right: -30px;
  }

  .xxl\:-mb-30 {
    margin-bottom: -30px;
  }

  .xxl\:-ml-30 {
    margin-left: -30px;
  }

  .xxl\:-mt-35 {
    margin-top: -35px;
  }

  .xxl\:-mr-35 {
    margin-right: -35px;
  }

  .xxl\:-mb-35 {
    margin-bottom: -35px;
  }

  .xxl\:-ml-35 {
    margin-left: -35px;
  }

  .xxl\:-mt-40 {
    margin-top: -40px;
  }

  .xxl\:-mr-40 {
    margin-right: -40px;
  }

  .xxl\:-mb-40 {
    margin-bottom: -40px;
  }

  .xxl\:-ml-40 {
    margin-left: -40px;
  }

  .xxl\:-mt-45 {
    margin-top: -45px;
  }

  .xxl\:-mr-45 {
    margin-right: -45px;
  }

  .xxl\:-mb-45 {
    margin-bottom: -45px;
  }

  .xxl\:-ml-45 {
    margin-left: -45px;
  }

  .xxl\:-mt-50 {
    margin-top: -50px;
  }

  .xxl\:-mr-50 {
    margin-right: -50px;
  }

  .xxl\:-mb-50 {
    margin-bottom: -50px;
  }

  .xxl\:-ml-50 {
    margin-left: -50px;
  }

  .xxl\:-mt-55 {
    margin-top: -55px;
  }

  .xxl\:-mr-55 {
    margin-right: -55px;
  }

  .xxl\:-mb-55 {
    margin-bottom: -55px;
  }

  .xxl\:-ml-55 {
    margin-left: -55px;
  }

  .xxl\:-mt-60 {
    margin-top: -60px;
  }

  .xxl\:-mr-60 {
    margin-right: -60px;
  }

  .xxl\:-mb-60 {
    margin-bottom: -60px;
  }

  .xxl\:-ml-60 {
    margin-left: -60px;
  }

  .xxl\:-mt-70 {
    margin-top: -70px;
  }

  .xxl\:-mr-70 {
    margin-right: -70px;
  }

  .xxl\:-mb-70 {
    margin-bottom: -70px;
  }

  .xxl\:-ml-70 {
    margin-left: -70px;
  }

  .xxl\:-mt-80 {
    margin-top: -80px;
  }

  .xxl\:-mr-80 {
    margin-right: -80px;
  }

  .xxl\:-mb-80 {
    margin-bottom: -80px;
  }

  .xxl\:-ml-80 {
    margin-left: -80px;
  }

  .xxl\:-mt-90 {
    margin-top: -90px;
  }

  .xxl\:-mr-90 {
    margin-right: -90px;
  }

  .xxl\:-mb-90 {
    margin-bottom: -90px;
  }

  .xxl\:-ml-90 {
    margin-left: -90px;
  }

  .xxl\:-mt-100 {
    margin-top: -100px;
  }

  .xxl\:-mr-100 {
    margin-right: -100px;
  }

  .xxl\:-mb-100 {
    margin-bottom: -100px;
  }

  .xxl\:-ml-100 {
    margin-left: -100px;
  }

  .xxl\:-mt-110 {
    margin-top: -110px;
  }

  .xxl\:-mr-110 {
    margin-right: -110px;
  }

  .xxl\:-mb-110 {
    margin-bottom: -110px;
  }

  .xxl\:-ml-110 {
    margin-left: -110px;
  }

  .xxl\:-mt-120 {
    margin-top: -120px;
  }

  .xxl\:-mr-120 {
    margin-right: -120px;
  }

  .xxl\:-mb-120 {
    margin-bottom: -120px;
  }

  .xxl\:-ml-120 {
    margin-left: -120px;
  }

  .xxl\:-mt-130 {
    margin-top: -130px;
  }

  .xxl\:-mr-130 {
    margin-right: -130px;
  }

  .xxl\:-mb-130 {
    margin-bottom: -130px;
  }

  .xxl\:-ml-130 {
    margin-left: -130px;
  }

  .xxl\:-mt-140 {
    margin-top: -140px;
  }

  .xxl\:-mr-140 {
    margin-right: -140px;
  }

  .xxl\:-mb-140 {
    margin-bottom: -140px;
  }

  .xxl\:-ml-140 {
    margin-left: -140px;
  }

  .xxl\:-mt-150 {
    margin-top: -150px;
  }

  .xxl\:-mr-150 {
    margin-right: -150px;
  }

  .xxl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xxl\:-ml-150 {
    margin-left: -150px;
  }

  .xxl\:-mt-160 {
    margin-top: -160px;
  }

  .xxl\:-mr-160 {
    margin-right: -160px;
  }

  .xxl\:-mb-160 {
    margin-bottom: -160px;
  }

  .xxl\:-ml-160 {
    margin-left: -160px;
  }

  .xxl\:-mt-170 {
    margin-top: -170px;
  }

  .xxl\:-mr-170 {
    margin-right: -170px;
  }

  .xxl\:-mb-170 {
    margin-bottom: -170px;
  }

  .xxl\:-ml-170 {
    margin-left: -170px;
  }

  .xxl\:-mt-180 {
    margin-top: -180px;
  }

  .xxl\:-mr-180 {
    margin-right: -180px;
  }

  .xxl\:-mb-180 {
    margin-bottom: -180px;
  }

  .xxl\:-ml-180 {
    margin-left: -180px;
  }

  .xxl\:-mt-190 {
    margin-top: -190px;
  }

  .xxl\:-mr-190 {
    margin-right: -190px;
  }

  .xxl\:-mb-190 {
    margin-bottom: -190px;
  }

  .xxl\:-ml-190 {
    margin-left: -190px;
  }

  .xxl\:-mt-200 {
    margin-top: -200px;
  }

  .xxl\:-mr-200 {
    margin-right: -200px;
  }

  .xxl\:-mb-200 {
    margin-bottom: -200px;
  }

  .xxl\:-ml-200 {
    margin-left: -200px;
  }

  .xxl\:-mt-210 {
    margin-top: -210px;
  }

  .xxl\:-mr-210 {
    margin-right: -210px;
  }

  .xxl\:-mb-210 {
    margin-bottom: -210px;
  }

  .xxl\:-ml-210 {
    margin-left: -210px;
  }

  .xxl\:-mt-220 {
    margin-top: -220px;
  }

  .xxl\:-mr-220 {
    margin-right: -220px;
  }

  .xxl\:-mb-220 {
    margin-bottom: -220px;
  }

  .xxl\:-ml-220 {
    margin-left: -220px;
  }

  .xxl\:-mt-230 {
    margin-top: -230px;
  }

  .xxl\:-mr-230 {
    margin-right: -230px;
  }

  .xxl\:-mb-230 {
    margin-bottom: -230px;
  }

  .xxl\:-ml-230 {
    margin-left: -230px;
  }

  .xxl\:-mt-240 {
    margin-top: -240px;
  }

  .xxl\:-mr-240 {
    margin-right: -240px;
  }

  .xxl\:-mb-240 {
    margin-bottom: -240px;
  }

  .xxl\:-ml-240 {
    margin-left: -240px;
  }

  .xxl\:-mt-250 {
    margin-top: -250px;
  }

  .xxl\:-mr-250 {
    margin-right: -250px;
  }

  .xxl\:-mb-250 {
    margin-bottom: -250px;
  }

  .xxl\:-ml-250 {
    margin-left: -250px;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-xs {
    max-width: 20rem;
  }

  .xxl\:max-w-sm {
    max-width: 24rem;
  }

  .xxl\:max-w-md {
    max-width: 28rem;
  }

  .xxl\:max-w-lg {
    max-width: 32rem;
  }

  .xxl\:max-w-xl {
    max-width: 36rem;
  }

  .xxl\:max-w-2xl {
    max-width: 42rem;
  }

  .xxl\:max-w-3xl {
    max-width: 48rem;
  }

  .xxl\:max-w-4xl {
    max-width: 56rem;
  }

  .xxl\:max-w-5xl {
    max-width: 64rem;
  }

  .xxl\:max-w-6xl {
    max-width: 72rem;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:object-contain {
    object-fit: contain;
  }

  .xxl\:object-cover {
    object-fit: cover;
  }

  .xxl\:object-fill {
    object-fit: fill;
  }

  .xxl\:object-none {
    object-fit: none;
  }

  .xxl\:object-scale-down {
    object-fit: scale-down;
  }

  .xxl\:object-bottom {
    object-position: bottom;
  }

  .xxl\:object-center {
    object-position: center;
  }

  .xxl\:object-left {
    object-position: left;
  }

  .xxl\:object-left-bottom {
    object-position: left bottom;
  }

  .xxl\:object-left-top {
    object-position: left top;
  }

  .xxl\:object-right {
    object-position: right;
  }

  .xxl\:object-right-bottom {
    object-position: right bottom;
  }

  .xxl\:object-right-top {
    object-position: right top;
  }

  .xxl\:object-top {
    object-position: top;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxl\:outline-none {
    outline: 0;
  }

  .xxl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-5 {
    padding: 5px;
  }

  .xxl\:p-10 {
    padding: 10px;
  }

  .xxl\:p-15 {
    padding: 15px;
  }

  .xxl\:p-20 {
    padding: 20px;
  }

  .xxl\:p-25 {
    padding: 25px;
  }

  .xxl\:p-30 {
    padding: 30px;
  }

  .xxl\:p-35 {
    padding: 35px;
  }

  .xxl\:p-40 {
    padding: 40px;
  }

  .xxl\:p-45 {
    padding: 45px;
  }

  .xxl\:p-50 {
    padding: 50px;
  }

  .xxl\:p-55 {
    padding: 55px;
  }

  .xxl\:p-60 {
    padding: 60px;
  }

  .xxl\:p-70 {
    padding: 70px;
  }

  .xxl\:p-80 {
    padding: 80px;
  }

  .xxl\:p-90 {
    padding: 90px;
  }

  .xxl\:p-100 {
    padding: 100px;
  }

  .xxl\:p-110 {
    padding: 110px;
  }

  .xxl\:p-120 {
    padding: 120px;
  }

  .xxl\:p-130 {
    padding: 130px;
  }

  .xxl\:p-140 {
    padding: 140px;
  }

  .xxl\:p-150 {
    padding: 150px;
  }

  .xxl\:p-160 {
    padding: 160px;
  }

  .xxl\:p-170 {
    padding: 170px;
  }

  .xxl\:p-180 {
    padding: 180px;
  }

  .xxl\:p-190 {
    padding: 190px;
  }

  .xxl\:p-200 {
    padding: 200px;
  }

  .xxl\:p-210 {
    padding: 210px;
  }

  .xxl\:p-220 {
    padding: 220px;
  }

  .xxl\:p-230 {
    padding: 230px;
  }

  .xxl\:p-240 {
    padding: 240px;
  }

  .xxl\:p-250 {
    padding: 250px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xxl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xxl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xxl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xxl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xxl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xxl\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xxl\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xxl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xxl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xxl\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xxl\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xxl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xxl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xxl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xxl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xxl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xxl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xxl\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xxl\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xxl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xxl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xxl\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xxl\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xxl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xxl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xxl\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xxl\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xxl\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xxl\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xxl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xxl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xxl\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xxl\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xxl\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xxl\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xxl\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xxl\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xxl\:py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .xxl\:px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }

  .xxl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xxl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xxl\:py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .xxl\:px-210 {
    padding-left: 210px;
    padding-right: 210px;
  }

  .xxl\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xxl\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xxl\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xxl\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xxl\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xxl\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xxl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xxl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pt-5 {
    padding-top: 5px;
  }

  .xxl\:pr-5 {
    padding-right: 5px;
  }

  .xxl\:pb-5 {
    padding-bottom: 5px;
  }

  .xxl\:pl-5 {
    padding-left: 5px;
  }

  .xxl\:pt-10 {
    padding-top: 10px;
  }

  .xxl\:pr-10 {
    padding-right: 10px;
  }

  .xxl\:pb-10 {
    padding-bottom: 10px;
  }

  .xxl\:pl-10 {
    padding-left: 10px;
  }

  .xxl\:pt-15 {
    padding-top: 15px;
  }

  .xxl\:pr-15 {
    padding-right: 15px;
  }

  .xxl\:pb-15 {
    padding-bottom: 15px;
  }

  .xxl\:pl-15 {
    padding-left: 15px;
  }

  .xxl\:pt-20 {
    padding-top: 20px;
  }

  .xxl\:pr-20 {
    padding-right: 20px;
  }

  .xxl\:pb-20 {
    padding-bottom: 20px;
  }

  .xxl\:pl-20 {
    padding-left: 20px;
  }

  .xxl\:pt-25 {
    padding-top: 25px;
  }

  .xxl\:pr-25 {
    padding-right: 25px;
  }

  .xxl\:pb-25 {
    padding-bottom: 25px;
  }

  .xxl\:pl-25 {
    padding-left: 25px;
  }

  .xxl\:pt-30 {
    padding-top: 30px;
  }

  .xxl\:pr-30 {
    padding-right: 30px;
  }

  .xxl\:pb-30 {
    padding-bottom: 30px;
  }

  .xxl\:pl-30 {
    padding-left: 30px;
  }

  .xxl\:pt-35 {
    padding-top: 35px;
  }

  .xxl\:pr-35 {
    padding-right: 35px;
  }

  .xxl\:pb-35 {
    padding-bottom: 35px;
  }

  .xxl\:pl-35 {
    padding-left: 35px;
  }

  .xxl\:pt-40 {
    padding-top: 40px;
  }

  .xxl\:pr-40 {
    padding-right: 40px;
  }

  .xxl\:pb-40 {
    padding-bottom: 40px;
  }

  .xxl\:pl-40 {
    padding-left: 40px;
  }

  .xxl\:pt-45 {
    padding-top: 45px;
  }

  .xxl\:pr-45 {
    padding-right: 45px;
  }

  .xxl\:pb-45 {
    padding-bottom: 45px;
  }

  .xxl\:pl-45 {
    padding-left: 45px;
  }

  .xxl\:pt-50 {
    padding-top: 50px;
  }

  .xxl\:pr-50 {
    padding-right: 50px;
  }

  .xxl\:pb-50 {
    padding-bottom: 50px;
  }

  .xxl\:pl-50 {
    padding-left: 50px;
  }

  .xxl\:pt-55 {
    padding-top: 55px;
  }

  .xxl\:pr-55 {
    padding-right: 55px;
  }

  .xxl\:pb-55 {
    padding-bottom: 55px;
  }

  .xxl\:pl-55 {
    padding-left: 55px;
  }

  .xxl\:pt-60 {
    padding-top: 60px;
  }

  .xxl\:pr-60 {
    padding-right: 60px;
  }

  .xxl\:pb-60 {
    padding-bottom: 60px;
  }

  .xxl\:pl-60 {
    padding-left: 60px;
  }

  .xxl\:pt-70 {
    padding-top: 70px;
  }

  .xxl\:pr-70 {
    padding-right: 70px;
  }

  .xxl\:pb-70 {
    padding-bottom: 70px;
  }

  .xxl\:pl-70 {
    padding-left: 70px;
  }

  .xxl\:pt-80 {
    padding-top: 80px;
  }

  .xxl\:pr-80 {
    padding-right: 80px;
  }

  .xxl\:pb-80 {
    padding-bottom: 80px;
  }

  .xxl\:pl-80 {
    padding-left: 80px;
  }

  .xxl\:pt-90 {
    padding-top: 90px;
  }

  .xxl\:pr-90 {
    padding-right: 90px;
  }

  .xxl\:pb-90 {
    padding-bottom: 90px;
  }

  .xxl\:pl-90 {
    padding-left: 90px;
  }

  .xxl\:pt-100 {
    padding-top: 100px;
  }

  .xxl\:pr-100 {
    padding-right: 100px;
  }

  .xxl\:pb-100 {
    padding-bottom: 100px;
  }

  .xxl\:pl-100 {
    padding-left: 100px;
  }

  .xxl\:pt-110 {
    padding-top: 110px;
  }

  .xxl\:pr-110 {
    padding-right: 110px;
  }

  .xxl\:pb-110 {
    padding-bottom: 110px;
  }

  .xxl\:pl-110 {
    padding-left: 110px;
  }

  .xxl\:pt-120 {
    padding-top: 120px;
  }

  .xxl\:pr-120 {
    padding-right: 120px;
  }

  .xxl\:pb-120 {
    padding-bottom: 120px;
  }

  .xxl\:pl-120 {
    padding-left: 120px;
  }

  .xxl\:pt-130 {
    padding-top: 130px;
  }

  .xxl\:pr-130 {
    padding-right: 130px;
  }

  .xxl\:pb-130 {
    padding-bottom: 130px;
  }

  .xxl\:pl-130 {
    padding-left: 130px;
  }

  .xxl\:pt-140 {
    padding-top: 140px;
  }

  .xxl\:pr-140 {
    padding-right: 140px;
  }

  .xxl\:pb-140 {
    padding-bottom: 140px;
  }

  .xxl\:pl-140 {
    padding-left: 140px;
  }

  .xxl\:pt-150 {
    padding-top: 150px;
  }

  .xxl\:pr-150 {
    padding-right: 150px;
  }

  .xxl\:pb-150 {
    padding-bottom: 150px;
  }

  .xxl\:pl-150 {
    padding-left: 150px;
  }

  .xxl\:pt-160 {
    padding-top: 160px;
  }

  .xxl\:pr-160 {
    padding-right: 160px;
  }

  .xxl\:pb-160 {
    padding-bottom: 160px;
  }

  .xxl\:pl-160 {
    padding-left: 160px;
  }

  .xxl\:pt-170 {
    padding-top: 170px;
  }

  .xxl\:pr-170 {
    padding-right: 170px;
  }

  .xxl\:pb-170 {
    padding-bottom: 170px;
  }

  .xxl\:pl-170 {
    padding-left: 170px;
  }

  .xxl\:pt-180 {
    padding-top: 180px;
  }

  .xxl\:pr-180 {
    padding-right: 180px;
  }

  .xxl\:pb-180 {
    padding-bottom: 180px;
  }

  .xxl\:pl-180 {
    padding-left: 180px;
  }

  .xxl\:pt-190 {
    padding-top: 190px;
  }

  .xxl\:pr-190 {
    padding-right: 190px;
  }

  .xxl\:pb-190 {
    padding-bottom: 190px;
  }

  .xxl\:pl-190 {
    padding-left: 190px;
  }

  .xxl\:pt-200 {
    padding-top: 200px;
  }

  .xxl\:pr-200 {
    padding-right: 200px;
  }

  .xxl\:pb-200 {
    padding-bottom: 200px;
  }

  .xxl\:pl-200 {
    padding-left: 200px;
  }

  .xxl\:pt-210 {
    padding-top: 210px;
  }

  .xxl\:pr-210 {
    padding-right: 210px;
  }

  .xxl\:pb-210 {
    padding-bottom: 210px;
  }

  .xxl\:pl-210 {
    padding-left: 210px;
  }

  .xxl\:pt-220 {
    padding-top: 220px;
  }

  .xxl\:pr-220 {
    padding-right: 220px;
  }

  .xxl\:pb-220 {
    padding-bottom: 220px;
  }

  .xxl\:pl-220 {
    padding-left: 220px;
  }

  .xxl\:pt-230 {
    padding-top: 230px;
  }

  .xxl\:pr-230 {
    padding-right: 230px;
  }

  .xxl\:pb-230 {
    padding-bottom: 230px;
  }

  .xxl\:pl-230 {
    padding-left: 230px;
  }

  .xxl\:pt-240 {
    padding-top: 240px;
  }

  .xxl\:pr-240 {
    padding-right: 240px;
  }

  .xxl\:pb-240 {
    padding-bottom: 240px;
  }

  .xxl\:pl-240 {
    padding-left: 240px;
  }

  .xxl\:pt-250 {
    padding-top: 250px;
  }

  .xxl\:pr-250 {
    padding-right: 250px;
  }

  .xxl\:pb-250 {
    padding-bottom: 250px;
  }

  .xxl\:pl-250 {
    padding-left: 250px;
  }

  .xxl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxl\:placeholder-black::placeholder {
    color: #000;
  }

  .xxl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xxl\:placeholder-purple-15::placeholder {
    color: #150033;
  }

  .xxl\:placeholder-purple-16::placeholder {
    color: #160031;
  }

  .xxl\:placeholder-purple-19::placeholder {
    color: #19003c;
  }

  .xxl\:placeholder-purple-21::placeholder {
    color: #21004B;
  }

  .xxl\:placeholder-purple-24::placeholder {
    color: #240154;
  }

  .xxl\:placeholder-purple-26::placeholder {
    color: #260058;
  }

  .xxl\:placeholder-purple-30::placeholder {
    color: #300071;
  }

  .xxl\:placeholder-purple-42::placeholder {
    color: #42009B;
  }

  .xxl\:placeholder-purple-45::placeholder {
    color: #4500A3;
  }

  .xxl\:placeholder-purple-50::placeholder {
    color: #50238C;
  }

  .xxl\:placeholder-purple-54::placeholder {
    color: #5405A6;
  }

  .xxl\:placeholder-purple-58::placeholder {
    color: #5800CE;
  }

  .xxl\:placeholder-purple-69::placeholder {
    color: #6900F7;
  }

  .xxl\:placeholder-purple-90::placeholder {
    color: #903BFF;
  }

  .xxl\:placeholder-purple-92::placeholder {
    color: #9240FF;
  }

  .xxl\:placeholder-purple-94::placeholder {
    color: #9446FF;
  }

  .xxl\:placeholder-purple-1c::placeholder {
    color: #1C0041;
  }

  .xxl\:placeholder-purple-1e::placeholder {
    color: #1E0048;
  }

  .xxl\:placeholder-purple-2b::placeholder {
    color: #2B0166;
  }

  .xxl\:placeholder-purple-2d::placeholder {
    color: #2D0069;
  }

  .xxl\:placeholder-purple-2e::placeholder {
    color: #2E006F;
  }

  .xxl\:placeholder-purple-3f::placeholder {
    color: #3F0093;
  }

  .xxl\:placeholder-purple-4a::placeholder {
    color: #4A00AD;
  }

  .xxl\:placeholder-purple-4d::placeholder {
    color: #4D00B4;
  }

  .xxl\:placeholder-purple-4e::placeholder {
    color: #e04b1;
  }

  .xxl\:placeholder-purple-5f::placeholder {
    color: #5F04D7;
  }

  .xxl\:placeholder-purple-6d::placeholder {
    color: #6D00FF;
  }

  .xxl\:placeholder-purple-6f::placeholder {
    color: #6F00FF;
  }

  .xxl\:placeholder-purple-7c::placeholder {
    color: #7C09E8;
  }

  .xxl\:placeholder-purple-7b::placeholder {
    color: #7B46C1;
  }

  .xxl\:placeholder-purple-8a::placeholder {
    color: #8A2FFF;
  }

  .xxl\:placeholder-purple-a7::placeholder {
    color: #A764FF;
  }

  .xxl\:placeholder-purple-ab::placeholder {
    color: #AB1F99;
  }

  .xxl\:placeholder-purple-b6::placeholder {
    color: #B660FF;
  }

  .xxl\:placeholder-purple-bf::placeholder {
    color: #BF90FF;
  }

  .xxl\:placeholder-purple-e5::placeholder {
    color: #E5D1FF;
  }

  .xxl\:placeholder-orange-d0::placeholder {
    color: #D03D5C;
  }

  .xxl\:placeholder-orange-dc::placeholder {
    color: #DC4157;
  }

  .xxl\:placeholder-orange-eb::placeholder {
    color: #EB2C2C;
  }

  .xxl\:placeholder-orange-ed::placeholder {
    color: #ED4D40;
  }

  .xxl\:placeholder-orange-ee::placeholder {
    color: #EE4129;
  }

  .xxl\:placeholder-orange-f0::placeholder {
    color: #F04D39;
  }

  .xxl\:placeholder-orange-f7::placeholder {
    color: #F7451B;
  }

  .xxl\:placeholder-orange-ff::placeholder {
    color: #FFA039;
  }

  .xxl\:placeholder-yellow-ff::placeholder {
    color: #ffab59;
  }

  .xxl\:placeholder-blue-14::placeholder {
    color: #1493E6;
  }

  .xxl\:placeholder-blue-55::placeholder {
    color: #55ACEE;
  }

  .xxl\:placeholder-blue-3b::placeholder {
    color: #3b5998;
  }

  .xxl\:placeholder-blue-3c::placeholder {
    color: #3caef8;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xxl\:focus\:placeholder-purple-15:focus::placeholder {
    color: #150033;
  }

  .xxl\:focus\:placeholder-purple-16:focus::placeholder {
    color: #160031;
  }

  .xxl\:focus\:placeholder-purple-19:focus::placeholder {
    color: #19003c;
  }

  .xxl\:focus\:placeholder-purple-21:focus::placeholder {
    color: #21004B;
  }

  .xxl\:focus\:placeholder-purple-24:focus::placeholder {
    color: #240154;
  }

  .xxl\:focus\:placeholder-purple-26:focus::placeholder {
    color: #260058;
  }

  .xxl\:focus\:placeholder-purple-30:focus::placeholder {
    color: #300071;
  }

  .xxl\:focus\:placeholder-purple-42:focus::placeholder {
    color: #42009B;
  }

  .xxl\:focus\:placeholder-purple-45:focus::placeholder {
    color: #4500A3;
  }

  .xxl\:focus\:placeholder-purple-50:focus::placeholder {
    color: #50238C;
  }

  .xxl\:focus\:placeholder-purple-54:focus::placeholder {
    color: #5405A6;
  }

  .xxl\:focus\:placeholder-purple-58:focus::placeholder {
    color: #5800CE;
  }

  .xxl\:focus\:placeholder-purple-69:focus::placeholder {
    color: #6900F7;
  }

  .xxl\:focus\:placeholder-purple-90:focus::placeholder {
    color: #903BFF;
  }

  .xxl\:focus\:placeholder-purple-92:focus::placeholder {
    color: #9240FF;
  }

  .xxl\:focus\:placeholder-purple-94:focus::placeholder {
    color: #9446FF;
  }

  .xxl\:focus\:placeholder-purple-1c:focus::placeholder {
    color: #1C0041;
  }

  .xxl\:focus\:placeholder-purple-1e:focus::placeholder {
    color: #1E0048;
  }

  .xxl\:focus\:placeholder-purple-2b:focus::placeholder {
    color: #2B0166;
  }

  .xxl\:focus\:placeholder-purple-2d:focus::placeholder {
    color: #2D0069;
  }

  .xxl\:focus\:placeholder-purple-2e:focus::placeholder {
    color: #2E006F;
  }

  .xxl\:focus\:placeholder-purple-3f:focus::placeholder {
    color: #3F0093;
  }

  .xxl\:focus\:placeholder-purple-4a:focus::placeholder {
    color: #4A00AD;
  }

  .xxl\:focus\:placeholder-purple-4d:focus::placeholder {
    color: #4D00B4;
  }

  .xxl\:focus\:placeholder-purple-4e:focus::placeholder {
    color: #e04b1;
  }

  .xxl\:focus\:placeholder-purple-5f:focus::placeholder {
    color: #5F04D7;
  }

  .xxl\:focus\:placeholder-purple-6d:focus::placeholder {
    color: #6D00FF;
  }

  .xxl\:focus\:placeholder-purple-6f:focus::placeholder {
    color: #6F00FF;
  }

  .xxl\:focus\:placeholder-purple-7c:focus::placeholder {
    color: #7C09E8;
  }

  .xxl\:focus\:placeholder-purple-7b:focus::placeholder {
    color: #7B46C1;
  }

  .xxl\:focus\:placeholder-purple-8a:focus::placeholder {
    color: #8A2FFF;
  }

  .xxl\:focus\:placeholder-purple-a7:focus::placeholder {
    color: #A764FF;
  }

  .xxl\:focus\:placeholder-purple-ab:focus::placeholder {
    color: #AB1F99;
  }

  .xxl\:focus\:placeholder-purple-b6:focus::placeholder {
    color: #B660FF;
  }

  .xxl\:focus\:placeholder-purple-bf:focus::placeholder {
    color: #BF90FF;
  }

  .xxl\:focus\:placeholder-purple-e5:focus::placeholder {
    color: #E5D1FF;
  }

  .xxl\:focus\:placeholder-orange-d0:focus::placeholder {
    color: #D03D5C;
  }

  .xxl\:focus\:placeholder-orange-dc:focus::placeholder {
    color: #DC4157;
  }

  .xxl\:focus\:placeholder-orange-eb:focus::placeholder {
    color: #EB2C2C;
  }

  .xxl\:focus\:placeholder-orange-ed:focus::placeholder {
    color: #ED4D40;
  }

  .xxl\:focus\:placeholder-orange-ee:focus::placeholder {
    color: #EE4129;
  }

  .xxl\:focus\:placeholder-orange-f0:focus::placeholder {
    color: #F04D39;
  }

  .xxl\:focus\:placeholder-orange-f7:focus::placeholder {
    color: #F7451B;
  }

  .xxl\:focus\:placeholder-orange-ff:focus::placeholder {
    color: #FFA039;
  }

  .xxl\:focus\:placeholder-yellow-ff:focus::placeholder {
    color: #ffab59;
  }

  .xxl\:focus\:placeholder-blue-14:focus::placeholder {
    color: #1493E6;
  }

  .xxl\:focus\:placeholder-blue-55:focus::placeholder {
    color: #55ACEE;
  }

  .xxl\:focus\:placeholder-blue-3b:focus::placeholder {
    color: #3b5998;
  }

  .xxl\:focus\:placeholder-blue-3c:focus::placeholder {
    color: #3caef8;
  }

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

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

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: sticky;
  }

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

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

  .xxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

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

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

  .xxl\:top-0 {
    top: 0;
  }

  .xxl\:right-0 {
    right: 0;
  }

  .xxl\:bottom-0 {
    bottom: 0;
  }

  .xxl\:left-0 {
    left: 0;
  }

  .xxl\:top-auto {
    top: auto;
  }

  .xxl\:right-auto {
    right: auto;
  }

  .xxl\:bottom-auto {
    bottom: auto;
  }

  .xxl\:left-auto {
    left: auto;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:shadow-none {
    box-shadow: none;
  }

  .xxl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xxl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xxl\:fill-current {
    fill: currentColor;
  }

  .xxl\:stroke-current {
    stroke: currentColor;
  }

  .xxl\:table-auto {
    table-layout: auto;
  }

  .xxl\:table-fixed {
    table-layout: fixed;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

  .xxl\:text-transparent {
    color: transparent;
  }

  .xxl\:text-black {
    color: #000;
  }

  .xxl\:text-white {
    color: #fff;
  }

  .xxl\:text-purple-15 {
    color: #150033;
  }

  .xxl\:text-purple-16 {
    color: #160031;
  }

  .xxl\:text-purple-19 {
    color: #19003c;
  }

  .xxl\:text-purple-21 {
    color: #21004B;
  }

  .xxl\:text-purple-24 {
    color: #240154;
  }

  .xxl\:text-purple-26 {
    color: #260058;
  }

  .xxl\:text-purple-30 {
    color: #300071;
  }

  .xxl\:text-purple-42 {
    color: #42009B;
  }

  .xxl\:text-purple-45 {
    color: #4500A3;
  }

  .xxl\:text-purple-50 {
    color: #50238C;
  }

  .xxl\:text-purple-54 {
    color: #5405A6;
  }

  .xxl\:text-purple-58 {
    color: #5800CE;
  }

  .xxl\:text-purple-69 {
    color: #6900F7;
  }

  .xxl\:text-purple-90 {
    color: #903BFF;
  }

  .xxl\:text-purple-92 {
    color: #9240FF;
  }

  .xxl\:text-purple-94 {
    color: #9446FF;
  }

  .xxl\:text-purple-1c {
    color: #1C0041;
  }

  .xxl\:text-purple-1e {
    color: #1E0048;
  }

  .xxl\:text-purple-2b {
    color: #2B0166;
  }

  .xxl\:text-purple-2d {
    color: #2D0069;
  }

  .xxl\:text-purple-2e {
    color: #2E006F;
  }

  .xxl\:text-purple-3f {
    color: #3F0093;
  }

  .xxl\:text-purple-4a {
    color: #4A00AD;
  }

  .xxl\:text-purple-4d {
    color: #4D00B4;
  }

  .xxl\:text-purple-4e {
    color: #e04b1;
  }

  .xxl\:text-purple-5f {
    color: #5F04D7;
  }

  .xxl\:text-purple-6d {
    color: #6D00FF;
  }

  .xxl\:text-purple-6f {
    color: #6F00FF;
  }

  .xxl\:text-purple-7c {
    color: #7C09E8;
  }

  .xxl\:text-purple-7b {
    color: #7B46C1;
  }

  .xxl\:text-purple-8a {
    color: #8A2FFF;
  }

  .xxl\:text-purple-a7 {
    color: #A764FF;
  }

  .xxl\:text-purple-ab {
    color: #AB1F99;
  }

  .xxl\:text-purple-b6 {
    color: #B660FF;
  }

  .xxl\:text-purple-bf {
    color: #BF90FF;
  }

  .xxl\:text-purple-e5 {
    color: #E5D1FF;
  }

  .xxl\:text-orange-d0 {
    color: #D03D5C;
  }

  .xxl\:text-orange-dc {
    color: #DC4157;
  }

  .xxl\:text-orange-eb {
    color: #EB2C2C;
  }

  .xxl\:text-orange-ed {
    color: #ED4D40;
  }

  .xxl\:text-orange-ee {
    color: #EE4129;
  }

  .xxl\:text-orange-f0 {
    color: #F04D39;
  }

  .xxl\:text-orange-f7 {
    color: #F7451B;
  }

  .xxl\:text-orange-ff {
    color: #FFA039;
  }

  .xxl\:text-yellow-ff {
    color: #ffab59;
  }

  .xxl\:text-blue-14 {
    color: #1493E6;
  }

  .xxl\:text-blue-55 {
    color: #55ACEE;
  }

  .xxl\:text-blue-3b {
    color: #3b5998;
  }

  .xxl\:text-blue-3c {
    color: #3caef8;
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-black:hover {
    color: #000;
  }

  .xxl\:hover\:text-white:hover {
    color: #fff;
  }

  .xxl\:hover\:text-purple-15:hover {
    color: #150033;
  }

  .xxl\:hover\:text-purple-16:hover {
    color: #160031;
  }

  .xxl\:hover\:text-purple-19:hover {
    color: #19003c;
  }

  .xxl\:hover\:text-purple-21:hover {
    color: #21004B;
  }

  .xxl\:hover\:text-purple-24:hover {
    color: #240154;
  }

  .xxl\:hover\:text-purple-26:hover {
    color: #260058;
  }

  .xxl\:hover\:text-purple-30:hover {
    color: #300071;
  }

  .xxl\:hover\:text-purple-42:hover {
    color: #42009B;
  }

  .xxl\:hover\:text-purple-45:hover {
    color: #4500A3;
  }

  .xxl\:hover\:text-purple-50:hover {
    color: #50238C;
  }

  .xxl\:hover\:text-purple-54:hover {
    color: #5405A6;
  }

  .xxl\:hover\:text-purple-58:hover {
    color: #5800CE;
  }

  .xxl\:hover\:text-purple-69:hover {
    color: #6900F7;
  }

  .xxl\:hover\:text-purple-90:hover {
    color: #903BFF;
  }

  .xxl\:hover\:text-purple-92:hover {
    color: #9240FF;
  }

  .xxl\:hover\:text-purple-94:hover {
    color: #9446FF;
  }

  .xxl\:hover\:text-purple-1c:hover {
    color: #1C0041;
  }

  .xxl\:hover\:text-purple-1e:hover {
    color: #1E0048;
  }

  .xxl\:hover\:text-purple-2b:hover {
    color: #2B0166;
  }

  .xxl\:hover\:text-purple-2d:hover {
    color: #2D0069;
  }

  .xxl\:hover\:text-purple-2e:hover {
    color: #2E006F;
  }

  .xxl\:hover\:text-purple-3f:hover {
    color: #3F0093;
  }

  .xxl\:hover\:text-purple-4a:hover {
    color: #4A00AD;
  }

  .xxl\:hover\:text-purple-4d:hover {
    color: #4D00B4;
  }

  .xxl\:hover\:text-purple-4e:hover {
    color: #e04b1;
  }

  .xxl\:hover\:text-purple-5f:hover {
    color: #5F04D7;
  }

  .xxl\:hover\:text-purple-6d:hover {
    color: #6D00FF;
  }

  .xxl\:hover\:text-purple-6f:hover {
    color: #6F00FF;
  }

  .xxl\:hover\:text-purple-7c:hover {
    color: #7C09E8;
  }

  .xxl\:hover\:text-purple-7b:hover {
    color: #7B46C1;
  }

  .xxl\:hover\:text-purple-8a:hover {
    color: #8A2FFF;
  }

  .xxl\:hover\:text-purple-a7:hover {
    color: #A764FF;
  }

  .xxl\:hover\:text-purple-ab:hover {
    color: #AB1F99;
  }

  .xxl\:hover\:text-purple-b6:hover {
    color: #B660FF;
  }

  .xxl\:hover\:text-purple-bf:hover {
    color: #BF90FF;
  }

  .xxl\:hover\:text-purple-e5:hover {
    color: #E5D1FF;
  }

  .xxl\:hover\:text-orange-d0:hover {
    color: #D03D5C;
  }

  .xxl\:hover\:text-orange-dc:hover {
    color: #DC4157;
  }

  .xxl\:hover\:text-orange-eb:hover {
    color: #EB2C2C;
  }

  .xxl\:hover\:text-orange-ed:hover {
    color: #ED4D40;
  }

  .xxl\:hover\:text-orange-ee:hover {
    color: #EE4129;
  }

  .xxl\:hover\:text-orange-f0:hover {
    color: #F04D39;
  }

  .xxl\:hover\:text-orange-f7:hover {
    color: #F7451B;
  }

  .xxl\:hover\:text-orange-ff:hover {
    color: #FFA039;
  }

  .xxl\:hover\:text-yellow-ff:hover {
    color: #ffab59;
  }

  .xxl\:hover\:text-blue-14:hover {
    color: #1493E6;
  }

  .xxl\:hover\:text-blue-55:hover {
    color: #55ACEE;
  }

  .xxl\:hover\:text-blue-3b:hover {
    color: #3b5998;
  }

  .xxl\:hover\:text-blue-3c:hover {
    color: #3caef8;
  }

  .xxl\:active\:text-transparent:active {
    color: transparent;
  }

  .xxl\:active\:text-black:active {
    color: #000;
  }

  .xxl\:active\:text-white:active {
    color: #fff;
  }

  .xxl\:active\:text-purple-15:active {
    color: #150033;
  }

  .xxl\:active\:text-purple-16:active {
    color: #160031;
  }

  .xxl\:active\:text-purple-19:active {
    color: #19003c;
  }

  .xxl\:active\:text-purple-21:active {
    color: #21004B;
  }

  .xxl\:active\:text-purple-24:active {
    color: #240154;
  }

  .xxl\:active\:text-purple-26:active {
    color: #260058;
  }

  .xxl\:active\:text-purple-30:active {
    color: #300071;
  }

  .xxl\:active\:text-purple-42:active {
    color: #42009B;
  }

  .xxl\:active\:text-purple-45:active {
    color: #4500A3;
  }

  .xxl\:active\:text-purple-50:active {
    color: #50238C;
  }

  .xxl\:active\:text-purple-54:active {
    color: #5405A6;
  }

  .xxl\:active\:text-purple-58:active {
    color: #5800CE;
  }

  .xxl\:active\:text-purple-69:active {
    color: #6900F7;
  }

  .xxl\:active\:text-purple-90:active {
    color: #903BFF;
  }

  .xxl\:active\:text-purple-92:active {
    color: #9240FF;
  }

  .xxl\:active\:text-purple-94:active {
    color: #9446FF;
  }

  .xxl\:active\:text-purple-1c:active {
    color: #1C0041;
  }

  .xxl\:active\:text-purple-1e:active {
    color: #1E0048;
  }

  .xxl\:active\:text-purple-2b:active {
    color: #2B0166;
  }

  .xxl\:active\:text-purple-2d:active {
    color: #2D0069;
  }

  .xxl\:active\:text-purple-2e:active {
    color: #2E006F;
  }

  .xxl\:active\:text-purple-3f:active {
    color: #3F0093;
  }

  .xxl\:active\:text-purple-4a:active {
    color: #4A00AD;
  }

  .xxl\:active\:text-purple-4d:active {
    color: #4D00B4;
  }

  .xxl\:active\:text-purple-4e:active {
    color: #e04b1;
  }

  .xxl\:active\:text-purple-5f:active {
    color: #5F04D7;
  }

  .xxl\:active\:text-purple-6d:active {
    color: #6D00FF;
  }

  .xxl\:active\:text-purple-6f:active {
    color: #6F00FF;
  }

  .xxl\:active\:text-purple-7c:active {
    color: #7C09E8;
  }

  .xxl\:active\:text-purple-7b:active {
    color: #7B46C1;
  }

  .xxl\:active\:text-purple-8a:active {
    color: #8A2FFF;
  }

  .xxl\:active\:text-purple-a7:active {
    color: #A764FF;
  }

  .xxl\:active\:text-purple-ab:active {
    color: #AB1F99;
  }

  .xxl\:active\:text-purple-b6:active {
    color: #B660FF;
  }

  .xxl\:active\:text-purple-bf:active {
    color: #BF90FF;
  }

  .xxl\:active\:text-purple-e5:active {
    color: #E5D1FF;
  }

  .xxl\:active\:text-orange-d0:active {
    color: #D03D5C;
  }

  .xxl\:active\:text-orange-dc:active {
    color: #DC4157;
  }

  .xxl\:active\:text-orange-eb:active {
    color: #EB2C2C;
  }

  .xxl\:active\:text-orange-ed:active {
    color: #ED4D40;
  }

  .xxl\:active\:text-orange-ee:active {
    color: #EE4129;
  }

  .xxl\:active\:text-orange-f0:active {
    color: #F04D39;
  }

  .xxl\:active\:text-orange-f7:active {
    color: #F7451B;
  }

  .xxl\:active\:text-orange-ff:active {
    color: #FFA039;
  }

  .xxl\:active\:text-yellow-ff:active {
    color: #ffab59;
  }

  .xxl\:active\:text-blue-14:active {
    color: #1493E6;
  }

  .xxl\:active\:text-blue-55:active {
    color: #55ACEE;
  }

  .xxl\:active\:text-blue-3b:active {
    color: #3b5998;
  }

  .xxl\:active\:text-blue-3c:active {
    color: #3caef8;
  }

  .xxl\:text-8 {
    font-size: 8px;
  }

  .xxl\:text-9 {
    font-size: 9px;
  }

  .xxl\:text-10 {
    font-size: 10px;
  }

  .xxl\:text-11 {
    font-size: 11px;
  }

  .xxl\:text-12 {
    font-size: 12px;
  }

  .xxl\:text-13 {
    font-size: 13px;
  }

  .xxl\:text-14 {
    font-size: 14px;
  }

  .xxl\:text-15 {
    font-size: 15px;
  }

  .xxl\:text-16 {
    font-size: 16px;
  }

  .xxl\:text-17 {
    font-size: 17px;
  }

  .xxl\:text-18 {
    font-size: 18px;
  }

  .xxl\:text-19 {
    font-size: 19px;
  }

  .xxl\:text-20 {
    font-size: 20px;
  }

  .xxl\:text-21 {
    font-size: 21px;
  }

  .xxl\:text-22 {
    font-size: 22px;
  }

  .xxl\:text-24 {
    font-size: 24px;
  }

  .xxl\:text-25 {
    font-size: 25px;
  }

  .xxl\:text-26 {
    font-size: 26px;
  }

  .xxl\:text-28 {
    font-size: 28px;
  }

  .xxl\:text-31 {
    font-size: 31px;
  }

  .xxl\:text-32 {
    font-size: 32px;
  }

  .xxl\:text-34 {
    font-size: 34px;
  }

  .xxl\:text-35 {
    font-size: 35px;
  }

  .xxl\:text-37 {
    font-size: 37px;
  }

  .xxl\:text-39 {
    font-size: 39px;
  }

  .xxl\:text-40 {
    font-size: 40px;
  }

  .xxl\:text-41 {
    font-size: 41px;
  }

  .xxl\:text-44 {
    font-size: 44px;
  }

  .xxl\:text-46 {
    font-size: 46px;
  }

  .xxl\:text-47 {
    font-size: 47px;
  }

  .xxl\:text-48 {
    font-size: 48px;
  }

  .xxl\:text-49 {
    font-size: 49px;
  }

  .xxl\:text-50 {
    font-size: 50px;
  }

  .xxl\:text-52 {
    font-size: 52px;
  }

  .xxl\:text-55 {
    font-size: 55px;
  }

  .xxl\:text-57 {
    font-size: 57px;
  }

  .xxl\:text-60 {
    font-size: 60px;
  }

  .xxl\:text-61 {
    font-size: 61px;
  }

  .xxl\:text-64 {
    font-size: 64px;
  }

  .xxl\:text-67 {
    font-size: 67px;
  }

  .xxl\:text-70 {
    font-size: 70px;
  }

  .xxl\:text-72 {
    font-size: 72px;
  }

  .xxl\:text-74 {
    font-size: 74px;
  }

  .xxl\:text-78 {
    font-size: 78px;
  }

  .xxl\:text-80 {
    font-size: 80px;
  }

  .xxl\:text-82 {
    font-size: 82px;
  }

  .xxl\:text-85 {
    font-size: 85px;
  }

  .xxl\:text-88 {
    font-size: 88px;
  }

  .xxl\:text-90 {
    font-size: 90px;
  }

  .xxl\:text-94 {
    font-size: 94px;
  }

  .xxl\:text-96 {
    font-size: 96px;
  }

  .xxl\:text-100 {
    font-size: 100px;
  }

  .xxl\:text-102 {
    font-size: 102px;
  }

  .xxl\:text-107 {
    font-size: 107px;
  }

  .xxl\:text-110 {
    font-size: 110px;
  }

  .xxl\:text-113 {
    font-size: 113px;
  }

  .xxl\:text-124 {
    font-size: 124px;
  }

  .xxl\:text-125 {
    font-size: 125px;
  }

  .xxl\:text-140 {
    font-size: 140px;
  }

  .xxl\:text-148 {
    font-size: 148px;
  }

  .xxl\:text-150 {
    font-size: 150px;
  }

  .xxl\:text-170 {
    font-size: 170px;
  }

  .xxl\:text-180 {
    font-size: 180px;
  }

  .xxl\:text-190 {
    font-size: 190px;
  }

  .xxl\:text-210 {
    font-size: 210px;
  }

  .xxl\:text-240 {
    font-size: 240px;
  }

  .xxl\:text-250 {
    font-size: 250px;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:not-italic {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxl\:select-none {
    user-select: none;
  }

  .xxl\:select-text {
    user-select: text;
  }

  .xxl\:select-all {
    user-select: all;
  }

  .xxl\:select-auto {
    user-select: auto;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words {
    overflow-wrap: break-word;
  }

  .xxl\:break-all {
    word-break: break-all;
  }

  .xxl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-0 {
    width: 0;
  }

  .xxl\:w-5 {
    width: 5px;
  }

  .xxl\:w-10 {
    width: 10px;
  }

  .xxl\:w-15 {
    width: 15px;
  }

  .xxl\:w-20 {
    width: 20px;
  }

  .xxl\:w-25 {
    width: 25px;
  }

  .xxl\:w-30 {
    width: 30px;
  }

  .xxl\:w-35 {
    width: 35px;
  }

  .xxl\:w-40 {
    width: 40px;
  }

  .xxl\:w-45 {
    width: 45px;
  }

  .xxl\:w-50 {
    width: 50px;
  }

  .xxl\:w-55 {
    width: 55px;
  }

  .xxl\:w-60 {
    width: 60px;
  }

  .xxl\:w-70 {
    width: 70px;
  }

  .xxl\:w-80 {
    width: 80px;
  }

  .xxl\:w-90 {
    width: 90px;
  }

  .xxl\:w-100 {
    width: 100px;
  }

  .xxl\:w-110 {
    width: 110px;
  }

  .xxl\:w-120 {
    width: 120px;
  }

  .xxl\:w-130 {
    width: 130px;
  }

  .xxl\:w-140 {
    width: 140px;
  }

  .xxl\:w-150 {
    width: 150px;
  }

  .xxl\:w-160 {
    width: 160px;
  }

  .xxl\:w-170 {
    width: 170px;
  }

  .xxl\:w-180 {
    width: 180px;
  }

  .xxl\:w-190 {
    width: 190px;
  }

  .xxl\:w-200 {
    width: 200px;
  }

  .xxl\:w-210 {
    width: 210px;
  }

  .xxl\:w-220 {
    width: 220px;
  }

  .xxl\:w-230 {
    width: 230px;
  }

  .xxl\:w-240 {
    width: 240px;
  }

  .xxl\:w-250 {
    width: 250px;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.333333%;
  }

  .xxl\:w-2\/3 {
    width: 66.666667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-2\/4 {
    width: 50%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.666667%;
  }

  .xxl\:w-2\/6 {
    width: 33.333333%;
  }

  .xxl\:w-3\/6 {
    width: 50%;
  }

  .xxl\:w-4\/6 {
    width: 66.666667%;
  }

  .xxl\:w-5\/6 {
    width: 83.333333%;
  }

  .xxl\:w-1\/12 {
    width: 8.333333%;
  }

  .xxl\:w-2\/12 {
    width: 16.666667%;
  }

  .xxl\:w-3\/12 {
    width: 25%;
  }

  .xxl\:w-4\/12 {
    width: 33.333333%;
  }

  .xxl\:w-5\/12 {
    width: 41.666667%;
  }

  .xxl\:w-6\/12 {
    width: 50%;
  }

  .xxl\:w-7\/12 {
    width: 58.333333%;
  }

  .xxl\:w-8\/12 {
    width: 66.666667%;
  }

  .xxl\:w-9\/12 {
    width: 75%;
  }

  .xxl\:w-10\/12 {
    width: 83.333333%;
  }

  .xxl\:w-11\/12 {
    width: 91.666667%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

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

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

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

  /* Creates responsive classes for each custom utlity */

  /* Aspect Ratio */

  .xxl\:aspect-ratio-1x1::after {
    clear: both;
    content: "";
    display: table;
  }

  .xxl\:aspect-ratio-1x1::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: -1px;
  }

  .xxl\:aspect-ratio-5x3::after {
    clear: both;
    content: "";
    display: table;
  }

  .xxl\:aspect-ratio-5x3::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 60%;
    width: -1px;
  }

  .xxl\:aspect-ratio-16x9::after {
    clear: both;
    content: "";
    display: table;
  }

  .xxl\:aspect-ratio-16x9::before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%;
    width: -1px;
  }

  /* To Reset Aspect Ratio */

  .xxl\:aspect-ratio-auto::after {
    display: none;
  }

  .xxl\:aspect-ratio-auto::before {
    display: none;
  }

  /* Blur */

  .xxl\:blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .xxl\:blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .xxl\:blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .xxl\:blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

  .xxl\:blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .xxl\:blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  /* Gradient BG */

  .xxl\:bg-gradient-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#F04D39), to(#50238C));
    background: linear-gradient(to right, #F04D39 0%, #50238C 100%);
  }

  .xxl\:bg-gradient-purple-orange-purple {
    background: -webkit-gradient(linear, left top, right top, from(#9240FF), color-stop(10%, #ED4D40), color-stop(48%, #5800CE), color-stop(68%, #9240FF));
    background: linear-gradient(to right, #9240FF 0%, #ED4D40 10%, #5800CE 48%, #9240FF 68%);
  }

  .xxl\:bg-gradient-purple-orange {
    background: -webkit-gradient(linear, left top, right top, from(#6D00FF), color-stop(33%, #7C09E8), color-stop(66%, #DC4157), to(#F04D39));
    background: linear-gradient(to right, #6D00FF 0%, #7C09E8 33%, #DC4157 66%, #F04D39 100%);
  }

  /* Image BG */

  .xxl\:bg-dotted-01 {
    background-image: url("/bgs/bg-dotted_01-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xxl\:bg-dotted-01 {
      background-image: url("/bgs/bg-dotted_01-desktop.jpg");
    }
  }

  .xxl\:bg-dotted-02 {
    background-image: url("/bgs/bg-dotted_02-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xxl\:bg-dotted-02 {
      background-image: url("/bgs/bg-dotted_02-desktop.jpg");
    }
  }

  .xxl\:bg-dotted-03 {
    background-image: url("/bgs/bg-dotted_03-mobile.jpg");
    background-size: cover;
    background-position: center center;
  }

  @media (min-width: 768px) {
    .xxl\:bg-dotted-03 {
      background-image: url("/bgs/bg-dotted_03-desktop.jpg");
    }
  }

  /* Text Stroke */

  .xxl\:text-stroke-color-purple-50 {
    -webkit-text-stroke-color: #50238C;
    text-stroke-color: #50238C;
  }

  .xxl\:text-stroke-color-purple-6d {
    -webkit-text-stroke-color: #6D00FF;
    text-stroke-color: #6D00FF;
  }

  .xxl\:text-stroke-color-purple-6f {
    -webkit-text-stroke-color: #6F00FF;
    text-stroke-color: #6F00FF;
  }

  .xxl\:text-stroke-color-purple-a7 {
    -webkit-text-stroke-color: #A764FF;
    text-stroke-color: #A764FF;
  }

  .xxl\:text-stroke-color-purple-b6 {
    -webkit-text-stroke-color: #B660FF;
    text-stroke-color: #B660FF;
  }

  .xxl\:text-stroke-color-purple-bf {
    -webkit-text-stroke-color: #BF90FF;
    text-stroke-color: #BF90FF;
  }

  .xxl\:text-stroke-color-orange-f0 {
    -webkit-text-stroke-color: #F04D39;
    text-stroke-color: #F04D39;
  }

  .xxl\:text-stroke-color-orange-ff {
    -webkit-text-stroke-color: #FFA039;
    text-stroke-color: #FFA039;
  }

  .xxl\:text-stroke-color-white {
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
  }

  .xxl\:text-stroke-width-1 {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .xxl\:text-stroke-width-1-5 {
    -webkit-text-stroke-width: 1.5px;
    text-stroke-width: 1,5px;
  }

  .xxl\:text-stroke-width-2 {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }

  .xxl\:text-stroke-width-2-5 {
    -webkit-text-stroke-width: 2.5px;
    text-stroke-width: 2.5px;
  }

  .xxl\:text-stroke-width-3 {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }

  .xxl\:text-stroke-width-4 {
    -webkit-text-stroke-width: 4px;
    text-stroke-width: 4px;
  }

  .xxl\:text-stroke-width-6 {
    -webkit-text-stroke-width: 6px;
    text-stroke-width: 6px;
  }

  .xxl\:text-stroke-width-8 {
    -webkit-text-stroke-width: 8px;
    text-stroke-width: 8px;
  }

  /* IE Fixes */

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .xxl\:text-transparent {
      color: inherit;
    }
  }

  .xxl\:flex-1-ie {
    -webkit-box-flex: 1;
    flex: 1 1 0;
  }

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */

  /* Creates hover and active pseudo classes for each custom utlity */
}

@font-face {
  font-family: "Pano Trial";

  font-weight: 300;

  font-style: normal;

  font-display: swap;

  src: url("/fonts/PanoTrial-Light.woff2") format("woff2"), url("/fonts/PanoTrial-Light.woff") format("woff");
}

@font-face {
  font-family: "Pano Trial";

  font-weight: normal;

  font-style: normal;

  font-display: swap;

  src: url("/fonts/PanoTrial-Regular.woff2") format("woff2"), url("/fonts/PanoTrial-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pano Trial";

  font-weight: bold;

  font-style: normal;

  font-display: swap;

  src: url("/fonts/PanoTrial-Bold.woff2") format("woff2"), url("/fonts/PanoTrial-Bold.woff") format("woff");
}

:root {
  background-color: #240154;
}

*::-moz-selection {
  background-color: #F04D39;
  color: #fff;
}

*::selection {
  background-color: #F04D39;
  color: #fff;
}

html {
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #F04D39;
  font-family: "pragmatica-extended", -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-size: 14px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

a {
  -webkit-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-family: "pragmatica-extended", -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-size: 14px;
  font-weight: 900;
  font-style: italic;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

button:focus {
  outline: 0;
}

input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "pragmatica-extended", -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-size: 14px;
  font-weight: 900;
  font-style: italic;
  outline: 0;
  text-transform: uppercase;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-transition: opacity 400ms;
  transition: opacity 400ms;
}

input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder {
  opacity: 0.5;
}

textarea {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: "pragmatica-extended", -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-size: 14px;
  font-weight: 900;
  font-style: italic;
  outline: 0;
  text-transform: uppercase;
}

figure {
  margin: 0;
}

img {
  height: auto;
}

svg {
  width: 100%;
}

svg:not([fill]) {
  fill: currentColor;
}

iframe,
object,
embed,
video,
img {
  max-width: 100%;
}

/* Slider */

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide *:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-dots {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .slick-dots {
    margin-top: 30px;
  }
}

.slick-dots li {
  margin: 0 12px;
  line-height: 0;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BF90FF;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #F04D39;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-indent: -9999px;
  padding: 10px;
  font-size: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

@media (min-width: 768px) {
  .slick-arrow {
    top: calc(50% - 50px);
  }
}

@media (min-width: 1800px) {
  .slick-arrow {
    top: calc(50% - 55px);
  }
}

.slick-arrow:hover {
  opacity: 0.65;
}

.slick-arrow:active {
  opacity: 1;
}

.slick-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.slick-arrow.slick-prev {
  left: -10px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -20px;
  }
}

@media (min-width: 1800px) {
  .slick-arrow.slick-prev {
    left: -30px;
  }
}

.slick-arrow.slick-prev::before {
  border-top: 8px solid transparent;
  border-right: 12px solid #5F04D7;
  border-bottom: 8px solid transparent;
}

@media (min-width: 768px) {
  .slick-arrow.slick-prev::before {
    border-top-width: 10px;
    border-right-width: 16px;
    border-bottom-width: 10px;
  }
}

@media (min-width: 1800px) {
  .slick-arrow.slick-prev::before {
    border-top-width: 12px;
    border-right-width: 18px;
    border-bottom-width: 12px;
  }
}

.slick-arrow.slick-next {
  right: -10px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -20px;
  }
}

@media (min-width: 1800px) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}

.slick-arrow.slick-next::before {
  border-top: 8px solid transparent;
  border-left: 12px solid #5F04D7;
  border-bottom: 8px solid transparent;
}

@media (min-width: 768px) {
  .slick-arrow.slick-next::before {
    border-top-width: 10px;
    border-left-width: 16px;
    border-bottom-width: 10px;
  }
}

@media (min-width: 1800px) {
  .slick-arrow.slick-next::before {
    border-top-width: 12px;
    border-left-width: 18px;
    border-bottom-width: 12px;
  }
}

