/*! 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: .67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .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,
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 {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 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: #dedede;
}

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

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

table {
  border-collapse: collapse;
}

.container {
  width: 100%;
}

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

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

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

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

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.bg-amazon {
  background-color: #f90;
}

.bg-rakuten {
  background-color: #be0714;
}

.bg-link {
  background-color: #1b94e0;
}

.bg-link-2 {
  background-color: #3ea5ff;
}

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

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

.bg-ios-grey-darker {
  background-color: #121212;
}

.bg-ios-grey-dark {
  background-color: #1c1c1e;
}

.bg-ios-grey {
  background-color: #211e20;
}

.bg-ios-grey-light {
  background-color: #303030;
}

.bg-ios-grey-lighter {
  background-color: #98989e;
}

.bg-ios-grey-lightest {
  background-color: #c1c1c1;
}

.bg-ios-blue {
  background-color: #5a91f7;
}

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

.bg-black {
  background-color: #22292f;
}

.bg-grey-main {
  background-color: #19191b;
}

.bg-grey-darkest {
  background-color: #222223;
}

.bg-grey-darker {
  background-color: #444;
}

.bg-grey-dark {
  background-color: #d9d9d9ce;
}

.bg-grey {
  background-color: #d9d9d9;
}

.bg-grey-light {
  background-color: #dedede;
}

.bg-grey-lighter {
  background-color: #fefefe;
}

.bg-grey-lightest {
  background-color: #f8fafc;
}

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

.bg-red-darkest {
  background-color: #3b0d0c;
}

.bg-red-darker {
  background-color: #621b18;
}

.bg-red-dark {
  background-color: #cc1f1a;
}

.bg-red {
  background-color: #e3342f;
}

.bg-red-light {
  background-color: #ef5753;
}

.bg-red-lighter {
  background-color: #f9acaa;
}

.bg-red-lightest {
  background-color: #fcebea;
}

.bg-orange-darkest {
  background-color: #462a16;
}

.bg-orange-darker {
  background-color: #613b1f;
}

.bg-orange-dark {
  background-color: #de751f;
}

.bg-orange {
  background-color: #f6993f;
}

.bg-orange-light {
  background-color: #faad63;
}

.bg-orange-lighter {
  background-color: #fcd9b6;
}

.bg-orange-lightest {
  background-color: #fff5eb;
}

.bg-yellow-darkest {
  background-color: #453411;
}

.bg-yellow-darker {
  background-color: #684f1d;
}

.bg-yellow-dark {
  background-color: #f2d024;
}

.bg-yellow {
  background-color: #ffed4a;
}

.bg-yellow-light {
  background-color: #fff382;
}

.bg-yellow-lighter {
  background-color: #fff9c2;
}

.bg-yellow-lightest {
  background-color: #fcfbeb;
}

.bg-green-darkest {
  background-color: #0f2f21;
}

.bg-green-darker {
  background-color: #1a4731;
}

.bg-green-dark {
  background-color: #1f9d55;
}

.bg-green {
  background-color: #38c172;
}

.bg-green-light {
  background-color: #51d88a;
}

.bg-green-lighter {
  background-color: #a2f5bf;
}

.bg-green-lightest {
  background-color: #e3fcec;
}

.bg-teal-darkest {
  background-color: #0d3331;
}

.bg-teal-darker {
  background-color: #20504f;
}

.bg-teal-dark {
  background-color: #38a89d;
}

.bg-teal {
  background-color: #4dc0b5;
}

.bg-teal-light {
  background-color: #64d5ca;
}

.bg-teal-lighter {
  background-color: #a0f0ed;
}

.bg-teal-lightest {
  background-color: #e8fffe;
}

.bg-blue-darkest {
  background-color: #12283a;
}

.bg-blue-darker {
  background-color: #1c3d5a;
}

.bg-blue-dark {
  background-color: #2779bd;
}

.bg-blue {
  background-color: #3490dc;
}

.bg-blue-light {
  background-color: #6cb2eb;
}

.bg-blue-lighter {
  background-color: #bcdefa;
}

.bg-blue-lightest {
  background-color: #eff8ff;
}

.bg-indigo-darkest {
  background-color: #191e38;
}

.bg-indigo-darker {
  background-color: #2f365f;
}

.bg-indigo-dark {
  background-color: #5661b3;
}

.bg-indigo {
  background-color: #6574cd;
}

.bg-indigo-light {
  background-color: #7886d7;
}

.bg-indigo-lighter {
  background-color: #b2b7ff;
}

.bg-indigo-lightest {
  background-color: #e6e8ff;
}

.bg-purple-darkest {
  background-color: #21183c;
}

.bg-purple-darker {
  background-color: #382b5f;
}

.bg-purple-dark {
  background-color: #794acf;
}

.bg-purple {
  background-color: #9561e2;
}

.bg-purple-light {
  background-color: #a779e9;
}

.bg-purple-lighter {
  background-color: #d6bbfc;
}

.bg-purple-lightest {
  background-color: #f3ebff;
}

.bg-pink-darkest {
  background-color: #451225;
}

.bg-pink-darker {
  background-color: #6f213f;
}

.bg-pink-dark {
  background-color: #eb5286;
}

.bg-pink {
  background-color: #f66d9b;
}

.bg-pink-light {
  background-color: #fa7ea8;
}

.bg-pink-lighter {
  background-color: #ffbbca;
}

.bg-pink-lightest {
  background-color: #ffebef;
}

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

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

.hover\:bg-amazon:hover {
  background-color: #f90;
}

.hover\:bg-rakuten:hover {
  background-color: #be0714;
}

.hover\:bg-link:hover {
  background-color: #1b94e0;
}

.hover\:bg-link-2:hover {
  background-color: #3ea5ff;
}

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

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

.hover\:bg-ios-grey-darker:hover {
  background-color: #121212;
}

.hover\:bg-ios-grey-dark:hover {
  background-color: #1c1c1e;
}

.hover\:bg-ios-grey:hover {
  background-color: #211e20;
}

.hover\:bg-ios-grey-light:hover {
  background-color: #303030;
}

.hover\:bg-ios-grey-lighter:hover {
  background-color: #98989e;
}

.hover\:bg-ios-grey-lightest:hover {
  background-color: #c1c1c1;
}

.hover\:bg-ios-blue:hover {
  background-color: #5a91f7;
}

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

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

.hover\:bg-grey-main:hover {
  background-color: #19191b;
}

.hover\:bg-grey-darkest:hover {
  background-color: #222223;
}

.hover\:bg-grey-darker:hover {
  background-color: #444;
}

.hover\:bg-grey-dark:hover {
  background-color: #d9d9d9ce;
}

.hover\:bg-grey:hover {
  background-color: #d9d9d9;
}

.hover\:bg-grey-light:hover {
  background-color: #dedede;
}

.hover\:bg-grey-lighter:hover {
  background-color: #fefefe;
}

.hover\:bg-grey-lightest:hover {
  background-color: #f8fafc;
}

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

.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c;
}

.hover\:bg-red-darker:hover {
  background-color: #621b18;
}

.hover\:bg-red-dark:hover {
  background-color: #cc1f1a;
}

.hover\:bg-red:hover {
  background-color: #e3342f;
}

.hover\:bg-red-light:hover {
  background-color: #ef5753;
}

.hover\:bg-red-lighter:hover {
  background-color: #f9acaa;
}

.hover\:bg-red-lightest:hover {
  background-color: #fcebea;
}

.hover\:bg-orange-darkest:hover {
  background-color: #462a16;
}

.hover\:bg-orange-darker:hover {
  background-color: #613b1f;
}

.hover\:bg-orange-dark:hover {
  background-color: #de751f;
}

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

.hover\:bg-orange-light:hover {
  background-color: #faad63;
}

.hover\:bg-orange-lighter:hover {
  background-color: #fcd9b6;
}

.hover\:bg-orange-lightest:hover {
  background-color: #fff5eb;
}

.hover\:bg-yellow-darkest:hover {
  background-color: #453411;
}

.hover\:bg-yellow-darker:hover {
  background-color: #684f1d;
}

.hover\:bg-yellow-dark:hover {
  background-color: #f2d024;
}

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

.hover\:bg-yellow-light:hover {
  background-color: #fff382;
}

.hover\:bg-yellow-lighter:hover {
  background-color: #fff9c2;
}

.hover\:bg-yellow-lightest:hover {
  background-color: #fcfbeb;
}

.hover\:bg-green-darkest:hover {
  background-color: #0f2f21;
}

.hover\:bg-green-darker:hover {
  background-color: #1a4731;
}

.hover\:bg-green-dark:hover {
  background-color: #1f9d55;
}

.hover\:bg-green:hover {
  background-color: #38c172;
}

.hover\:bg-green-light:hover {
  background-color: #51d88a;
}

.hover\:bg-green-lighter:hover {
  background-color: #a2f5bf;
}

.hover\:bg-green-lightest:hover {
  background-color: #e3fcec;
}

.hover\:bg-teal-darkest:hover {
  background-color: #0d3331;
}

.hover\:bg-teal-darker:hover {
  background-color: #20504f;
}

.hover\:bg-teal-dark:hover {
  background-color: #38a89d;
}

.hover\:bg-teal:hover {
  background-color: #4dc0b5;
}

.hover\:bg-teal-light:hover {
  background-color: #64d5ca;
}

.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed;
}

.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe;
}

.hover\:bg-blue-darkest:hover {
  background-color: #12283a;
}

.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a;
}

.hover\:bg-blue-dark:hover {
  background-color: #2779bd;
}

.hover\:bg-blue:hover {
  background-color: #3490dc;
}

.hover\:bg-blue-light:hover {
  background-color: #6cb2eb;
}

.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa;
}

.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff;
}

.hover\:bg-indigo-darkest:hover {
  background-color: #191e38;
}

.hover\:bg-indigo-darker:hover {
  background-color: #2f365f;
}

.hover\:bg-indigo-dark:hover {
  background-color: #5661b3;
}

.hover\:bg-indigo:hover {
  background-color: #6574cd;
}

.hover\:bg-indigo-light:hover {
  background-color: #7886d7;
}

.hover\:bg-indigo-lighter:hover {
  background-color: #b2b7ff;
}

.hover\:bg-indigo-lightest:hover {
  background-color: #e6e8ff;
}

.hover\:bg-purple-darkest:hover {
  background-color: #21183c;
}

.hover\:bg-purple-darker:hover {
  background-color: #382b5f;
}

.hover\:bg-purple-dark:hover {
  background-color: #794acf;
}

.hover\:bg-purple:hover {
  background-color: #9561e2;
}

.hover\:bg-purple-light:hover {
  background-color: #a779e9;
}

.hover\:bg-purple-lighter:hover {
  background-color: #d6bbfc;
}

.hover\:bg-purple-lightest:hover {
  background-color: #f3ebff;
}

.hover\:bg-pink-darkest:hover {
  background-color: #451225;
}

.hover\:bg-pink-darker:hover {
  background-color: #6f213f;
}

.hover\:bg-pink-dark:hover {
  background-color: #eb5286;
}

.hover\:bg-pink:hover {
  background-color: #f66d9b;
}

.hover\:bg-pink-light:hover {
  background-color: #fa7ea8;
}

.hover\:bg-pink-lighter:hover {
  background-color: #ffbbca;
}

.hover\:bg-pink-lightest:hover {
  background-color: #ffebef;
}

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

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

.focus\:bg-amazon:focus {
  background-color: #f90;
}

.focus\:bg-rakuten:focus {
  background-color: #be0714;
}

.focus\:bg-link:focus {
  background-color: #1b94e0;
}

.focus\:bg-link-2:focus {
  background-color: #3ea5ff;
}

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

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

.focus\:bg-ios-grey-darker:focus {
  background-color: #121212;
}

.focus\:bg-ios-grey-dark:focus {
  background-color: #1c1c1e;
}

.focus\:bg-ios-grey:focus {
  background-color: #211e20;
}

.focus\:bg-ios-grey-light:focus {
  background-color: #303030;
}

.focus\:bg-ios-grey-lighter:focus {
  background-color: #98989e;
}

.focus\:bg-ios-grey-lightest:focus {
  background-color: #c1c1c1;
}

.focus\:bg-ios-blue:focus {
  background-color: #5a91f7;
}

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

.focus\:bg-black:focus {
  background-color: #22292f;
}

.focus\:bg-grey-main:focus {
  background-color: #19191b;
}

.focus\:bg-grey-darkest:focus {
  background-color: #222223;
}

.focus\:bg-grey-darker:focus {
  background-color: #444;
}

.focus\:bg-grey-dark:focus {
  background-color: #d9d9d9ce;
}

.focus\:bg-grey:focus {
  background-color: #d9d9d9;
}

.focus\:bg-grey-light:focus {
  background-color: #dedede;
}

.focus\:bg-grey-lighter:focus {
  background-color: #fefefe;
}

.focus\:bg-grey-lightest:focus {
  background-color: #f8fafc;
}

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

.focus\:bg-red-darkest:focus {
  background-color: #3b0d0c;
}

.focus\:bg-red-darker:focus {
  background-color: #621b18;
}

.focus\:bg-red-dark:focus {
  background-color: #cc1f1a;
}

.focus\:bg-red:focus {
  background-color: #e3342f;
}

.focus\:bg-red-light:focus {
  background-color: #ef5753;
}

.focus\:bg-red-lighter:focus {
  background-color: #f9acaa;
}

.focus\:bg-red-lightest:focus {
  background-color: #fcebea;
}

.focus\:bg-orange-darkest:focus {
  background-color: #462a16;
}

.focus\:bg-orange-darker:focus {
  background-color: #613b1f;
}

.focus\:bg-orange-dark:focus {
  background-color: #de751f;
}

.focus\:bg-orange:focus {
  background-color: #f6993f;
}

.focus\:bg-orange-light:focus {
  background-color: #faad63;
}

.focus\:bg-orange-lighter:focus {
  background-color: #fcd9b6;
}

.focus\:bg-orange-lightest:focus {
  background-color: #fff5eb;
}

.focus\:bg-yellow-darkest:focus {
  background-color: #453411;
}

.focus\:bg-yellow-darker:focus {
  background-color: #684f1d;
}

.focus\:bg-yellow-dark:focus {
  background-color: #f2d024;
}

.focus\:bg-yellow:focus {
  background-color: #ffed4a;
}

.focus\:bg-yellow-light:focus {
  background-color: #fff382;
}

.focus\:bg-yellow-lighter:focus {
  background-color: #fff9c2;
}

.focus\:bg-yellow-lightest:focus {
  background-color: #fcfbeb;
}

.focus\:bg-green-darkest:focus {
  background-color: #0f2f21;
}

.focus\:bg-green-darker:focus {
  background-color: #1a4731;
}

.focus\:bg-green-dark:focus {
  background-color: #1f9d55;
}

.focus\:bg-green:focus {
  background-color: #38c172;
}

.focus\:bg-green-light:focus {
  background-color: #51d88a;
}

.focus\:bg-green-lighter:focus {
  background-color: #a2f5bf;
}

.focus\:bg-green-lightest:focus {
  background-color: #e3fcec;
}

.focus\:bg-teal-darkest:focus {
  background-color: #0d3331;
}

.focus\:bg-teal-darker:focus {
  background-color: #20504f;
}

.focus\:bg-teal-dark:focus {
  background-color: #38a89d;
}

.focus\:bg-teal:focus {
  background-color: #4dc0b5;
}

.focus\:bg-teal-light:focus {
  background-color: #64d5ca;
}

.focus\:bg-teal-lighter:focus {
  background-color: #a0f0ed;
}

.focus\:bg-teal-lightest:focus {
  background-color: #e8fffe;
}

.focus\:bg-blue-darkest:focus {
  background-color: #12283a;
}

.focus\:bg-blue-darker:focus {
  background-color: #1c3d5a;
}

.focus\:bg-blue-dark:focus {
  background-color: #2779bd;
}

.focus\:bg-blue:focus {
  background-color: #3490dc;
}

.focus\:bg-blue-light:focus {
  background-color: #6cb2eb;
}

.focus\:bg-blue-lighter:focus {
  background-color: #bcdefa;
}

.focus\:bg-blue-lightest:focus {
  background-color: #eff8ff;
}

.focus\:bg-indigo-darkest:focus {
  background-color: #191e38;
}

.focus\:bg-indigo-darker:focus {
  background-color: #2f365f;
}

.focus\:bg-indigo-dark:focus {
  background-color: #5661b3;
}

.focus\:bg-indigo:focus {
  background-color: #6574cd;
}

.focus\:bg-indigo-light:focus {
  background-color: #7886d7;
}

.focus\:bg-indigo-lighter:focus {
  background-color: #b2b7ff;
}

.focus\:bg-indigo-lightest:focus {
  background-color: #e6e8ff;
}

.focus\:bg-purple-darkest:focus {
  background-color: #21183c;
}

.focus\:bg-purple-darker:focus {
  background-color: #382b5f;
}

.focus\:bg-purple-dark:focus {
  background-color: #794acf;
}

.focus\:bg-purple:focus {
  background-color: #9561e2;
}

.focus\:bg-purple-light:focus {
  background-color: #a779e9;
}

.focus\:bg-purple-lighter:focus {
  background-color: #d6bbfc;
}

.focus\:bg-purple-lightest:focus {
  background-color: #f3ebff;
}

.focus\:bg-pink-darkest:focus {
  background-color: #451225;
}

.focus\:bg-pink-darker:focus {
  background-color: #6f213f;
}

.focus\:bg-pink-dark:focus {
  background-color: #eb5286;
}

.focus\:bg-pink:focus {
  background-color: #f66d9b;
}

.focus\:bg-pink-light:focus {
  background-color: #fa7ea8;
}

.focus\:bg-pink-lighter:focus {
  background-color: #ffbbca;
}

.focus\:bg-pink-lightest:focus {
  background-color: #ffebef;
}

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

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

.active\:bg-amazon:active {
  background-color: #f90;
}

.active\:bg-rakuten:active {
  background-color: #be0714;
}

.active\:bg-link:active {
  background-color: #1b94e0;
}

.active\:bg-link-2:active {
  background-color: #3ea5ff;
}

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

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

.active\:bg-ios-grey-darker:active {
  background-color: #121212;
}

.active\:bg-ios-grey-dark:active {
  background-color: #1c1c1e;
}

.active\:bg-ios-grey:active {
  background-color: #211e20;
}

.active\:bg-ios-grey-light:active {
  background-color: #303030;
}

.active\:bg-ios-grey-lighter:active {
  background-color: #98989e;
}

.active\:bg-ios-grey-lightest:active {
  background-color: #c1c1c1;
}

.active\:bg-ios-blue:active {
  background-color: #5a91f7;
}

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

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

.active\:bg-grey-main:active {
  background-color: #19191b;
}

.active\:bg-grey-darkest:active {
  background-color: #222223;
}

.active\:bg-grey-darker:active {
  background-color: #444;
}

.active\:bg-grey-dark:active {
  background-color: #d9d9d9ce;
}

.active\:bg-grey:active {
  background-color: #d9d9d9;
}

.active\:bg-grey-light:active {
  background-color: #dedede;
}

.active\:bg-grey-lighter:active {
  background-color: #fefefe;
}

.active\:bg-grey-lightest:active {
  background-color: #f8fafc;
}

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

.active\:bg-red-darkest:active {
  background-color: #3b0d0c;
}

.active\:bg-red-darker:active {
  background-color: #621b18;
}

.active\:bg-red-dark:active {
  background-color: #cc1f1a;
}

.active\:bg-red:active {
  background-color: #e3342f;
}

.active\:bg-red-light:active {
  background-color: #ef5753;
}

.active\:bg-red-lighter:active {
  background-color: #f9acaa;
}

.active\:bg-red-lightest:active {
  background-color: #fcebea;
}

.active\:bg-orange-darkest:active {
  background-color: #462a16;
}

.active\:bg-orange-darker:active {
  background-color: #613b1f;
}

.active\:bg-orange-dark:active {
  background-color: #de751f;
}

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

.active\:bg-orange-light:active {
  background-color: #faad63;
}

.active\:bg-orange-lighter:active {
  background-color: #fcd9b6;
}

.active\:bg-orange-lightest:active {
  background-color: #fff5eb;
}

.active\:bg-yellow-darkest:active {
  background-color: #453411;
}

.active\:bg-yellow-darker:active {
  background-color: #684f1d;
}

.active\:bg-yellow-dark:active {
  background-color: #f2d024;
}

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

.active\:bg-yellow-light:active {
  background-color: #fff382;
}

.active\:bg-yellow-lighter:active {
  background-color: #fff9c2;
}

.active\:bg-yellow-lightest:active {
  background-color: #fcfbeb;
}

.active\:bg-green-darkest:active {
  background-color: #0f2f21;
}

.active\:bg-green-darker:active {
  background-color: #1a4731;
}

.active\:bg-green-dark:active {
  background-color: #1f9d55;
}

.active\:bg-green:active {
  background-color: #38c172;
}

.active\:bg-green-light:active {
  background-color: #51d88a;
}

.active\:bg-green-lighter:active {
  background-color: #a2f5bf;
}

.active\:bg-green-lightest:active {
  background-color: #e3fcec;
}

.active\:bg-teal-darkest:active {
  background-color: #0d3331;
}

.active\:bg-teal-darker:active {
  background-color: #20504f;
}

.active\:bg-teal-dark:active {
  background-color: #38a89d;
}

.active\:bg-teal:active {
  background-color: #4dc0b5;
}

.active\:bg-teal-light:active {
  background-color: #64d5ca;
}

.active\:bg-teal-lighter:active {
  background-color: #a0f0ed;
}

.active\:bg-teal-lightest:active {
  background-color: #e8fffe;
}

.active\:bg-blue-darkest:active {
  background-color: #12283a;
}

.active\:bg-blue-darker:active {
  background-color: #1c3d5a;
}

.active\:bg-blue-dark:active {
  background-color: #2779bd;
}

.active\:bg-blue:active {
  background-color: #3490dc;
}

.active\:bg-blue-light:active {
  background-color: #6cb2eb;
}

.active\:bg-blue-lighter:active {
  background-color: #bcdefa;
}

.active\:bg-blue-lightest:active {
  background-color: #eff8ff;
}

.active\:bg-indigo-darkest:active {
  background-color: #191e38;
}

.active\:bg-indigo-darker:active {
  background-color: #2f365f;
}

.active\:bg-indigo-dark:active {
  background-color: #5661b3;
}

.active\:bg-indigo:active {
  background-color: #6574cd;
}

.active\:bg-indigo-light:active {
  background-color: #7886d7;
}

.active\:bg-indigo-lighter:active {
  background-color: #b2b7ff;
}

.active\:bg-indigo-lightest:active {
  background-color: #e6e8ff;
}

.active\:bg-purple-darkest:active {
  background-color: #21183c;
}

.active\:bg-purple-darker:active {
  background-color: #382b5f;
}

.active\:bg-purple-dark:active {
  background-color: #794acf;
}

.active\:bg-purple:active {
  background-color: #9561e2;
}

.active\:bg-purple-light:active {
  background-color: #a779e9;
}

.active\:bg-purple-lighter:active {
  background-color: #d6bbfc;
}

.active\:bg-purple-lightest:active {
  background-color: #f3ebff;
}

.active\:bg-pink-darkest:active {
  background-color: #451225;
}

.active\:bg-pink-darker:active {
  background-color: #6f213f;
}

.active\:bg-pink-dark:active {
  background-color: #eb5286;
}

.active\:bg-pink:active {
  background-color: #f66d9b;
}

.active\:bg-pink-light:active {
  background-color: #fa7ea8;
}

.active\:bg-pink-lighter:active {
  background-color: #ffbbca;
}

.active\:bg-pink-lightest:active {
  background-color: #ffebef;
}

.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-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-crimson {
  border-color: crimson;
}

.border-amazon {
  border-color: #f90;
}

.border-rakuten {
  border-color: #be0714;
}

.border-link {
  border-color: #1b94e0;
}

.border-link-2 {
  border-color: #3ea5ff;
}

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

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

.border-ios-grey-darker {
  border-color: #121212;
}

.border-ios-grey-dark {
  border-color: #1c1c1e;
}

.border-ios-grey {
  border-color: #211e20;
}

.border-ios-grey-light {
  border-color: #303030;
}

.border-ios-grey-lighter {
  border-color: #98989e;
}

.border-ios-grey-lightest {
  border-color: #c1c1c1;
}

.border-ios-blue {
  border-color: #5a91f7;
}

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

.border-black {
  border-color: #22292f;
}

.border-grey-main {
  border-color: #19191b;
}

.border-grey-darkest {
  border-color: #222223;
}

.border-grey-darker {
  border-color: #444;
}

.border-grey-dark {
  border-color: #d9d9d9ce;
}

.border-grey {
  border-color: #d9d9d9;
}

.border-grey-light {
  border-color: #dedede;
}

.border-grey-lighter {
  border-color: #fefefe;
}

.border-grey-lightest {
  border-color: #f8fafc;
}

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

.border-red-darkest {
  border-color: #3b0d0c;
}

.border-red-darker {
  border-color: #621b18;
}

.border-red-dark {
  border-color: #cc1f1a;
}

.border-red {
  border-color: #e3342f;
}

.border-red-light {
  border-color: #ef5753;
}

.border-red-lighter {
  border-color: #f9acaa;
}

.border-red-lightest {
  border-color: #fcebea;
}

.border-orange-darkest {
  border-color: #462a16;
}

.border-orange-darker {
  border-color: #613b1f;
}

.border-orange-dark {
  border-color: #de751f;
}

.border-orange {
  border-color: #f6993f;
}

.border-orange-light {
  border-color: #faad63;
}

.border-orange-lighter {
  border-color: #fcd9b6;
}

.border-orange-lightest {
  border-color: #fff5eb;
}

.border-yellow-darkest {
  border-color: #453411;
}

.border-yellow-darker {
  border-color: #684f1d;
}

.border-yellow-dark {
  border-color: #f2d024;
}

.border-yellow {
  border-color: #ffed4a;
}

.border-yellow-light {
  border-color: #fff382;
}

.border-yellow-lighter {
  border-color: #fff9c2;
}

.border-yellow-lightest {
  border-color: #fcfbeb;
}

.border-green-darkest {
  border-color: #0f2f21;
}

.border-green-darker {
  border-color: #1a4731;
}

.border-green-dark {
  border-color: #1f9d55;
}

.border-green {
  border-color: #38c172;
}

.border-green-light {
  border-color: #51d88a;
}

.border-green-lighter {
  border-color: #a2f5bf;
}

.border-green-lightest {
  border-color: #e3fcec;
}

.border-teal-darkest {
  border-color: #0d3331;
}

.border-teal-darker {
  border-color: #20504f;
}

.border-teal-dark {
  border-color: #38a89d;
}

.border-teal {
  border-color: #4dc0b5;
}

.border-teal-light {
  border-color: #64d5ca;
}

.border-teal-lighter {
  border-color: #a0f0ed;
}

.border-teal-lightest {
  border-color: #e8fffe;
}

.border-blue-darkest {
  border-color: #12283a;
}

.border-blue-darker {
  border-color: #1c3d5a;
}

.border-blue-dark {
  border-color: #2779bd;
}

.border-blue {
  border-color: #3490dc;
}

.border-blue-light {
  border-color: #6cb2eb;
}

.border-blue-lighter {
  border-color: #bcdefa;
}

.border-blue-lightest {
  border-color: #eff8ff;
}

.border-indigo-darkest {
  border-color: #191e38;
}

.border-indigo-darker {
  border-color: #2f365f;
}

.border-indigo-dark {
  border-color: #5661b3;
}

.border-indigo {
  border-color: #6574cd;
}

.border-indigo-light {
  border-color: #7886d7;
}

.border-indigo-lighter {
  border-color: #b2b7ff;
}

.border-indigo-lightest {
  border-color: #e6e8ff;
}

.border-purple-darkest {
  border-color: #21183c;
}

.border-purple-darker {
  border-color: #382b5f;
}

.border-purple-dark {
  border-color: #794acf;
}

.border-purple {
  border-color: #9561e2;
}

.border-purple-light {
  border-color: #a779e9;
}

.border-purple-lighter {
  border-color: #d6bbfc;
}

.border-purple-lightest {
  border-color: #f3ebff;
}

.border-pink-darkest {
  border-color: #451225;
}

.border-pink-darker {
  border-color: #6f213f;
}

.border-pink-dark {
  border-color: #eb5286;
}

.border-pink {
  border-color: #f66d9b;
}

.border-pink-light {
  border-color: #fa7ea8;
}

.border-pink-lighter {
  border-color: #ffbbca;
}

.border-pink-lightest {
  border-color: #ffebef;
}

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

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

.hover\:border-amazon:hover {
  border-color: #f90;
}

.hover\:border-rakuten:hover {
  border-color: #be0714;
}

.hover\:border-link:hover {
  border-color: #1b94e0;
}

.hover\:border-link-2:hover {
  border-color: #3ea5ff;
}

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

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

.hover\:border-ios-grey-darker:hover {
  border-color: #121212;
}

.hover\:border-ios-grey-dark:hover {
  border-color: #1c1c1e;
}

.hover\:border-ios-grey:hover {
  border-color: #211e20;
}

.hover\:border-ios-grey-light:hover {
  border-color: #303030;
}

.hover\:border-ios-grey-lighter:hover {
  border-color: #98989e;
}

.hover\:border-ios-grey-lightest:hover {
  border-color: #c1c1c1;
}

.hover\:border-ios-blue:hover {
  border-color: #5a91f7;
}

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

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

.hover\:border-grey-main:hover {
  border-color: #19191b;
}

.hover\:border-grey-darkest:hover {
  border-color: #222223;
}

.hover\:border-grey-darker:hover {
  border-color: #444;
}

.hover\:border-grey-dark:hover {
  border-color: #d9d9d9ce;
}

.hover\:border-grey:hover {
  border-color: #d9d9d9;
}

.hover\:border-grey-light:hover {
  border-color: #dedede;
}

.hover\:border-grey-lighter:hover {
  border-color: #fefefe;
}

.hover\:border-grey-lightest:hover {
  border-color: #f8fafc;
}

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

.hover\:border-red-darkest:hover {
  border-color: #3b0d0c;
}

.hover\:border-red-darker:hover {
  border-color: #621b18;
}

.hover\:border-red-dark:hover {
  border-color: #cc1f1a;
}

.hover\:border-red:hover {
  border-color: #e3342f;
}

.hover\:border-red-light:hover {
  border-color: #ef5753;
}

.hover\:border-red-lighter:hover {
  border-color: #f9acaa;
}

.hover\:border-red-lightest:hover {
  border-color: #fcebea;
}

.hover\:border-orange-darkest:hover {
  border-color: #462a16;
}

.hover\:border-orange-darker:hover {
  border-color: #613b1f;
}

.hover\:border-orange-dark:hover {
  border-color: #de751f;
}

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

.hover\:border-orange-light:hover {
  border-color: #faad63;
}

.hover\:border-orange-lighter:hover {
  border-color: #fcd9b6;
}

.hover\:border-orange-lightest:hover {
  border-color: #fff5eb;
}

.hover\:border-yellow-darkest:hover {
  border-color: #453411;
}

.hover\:border-yellow-darker:hover {
  border-color: #684f1d;
}

.hover\:border-yellow-dark:hover {
  border-color: #f2d024;
}

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

.hover\:border-yellow-light:hover {
  border-color: #fff382;
}

.hover\:border-yellow-lighter:hover {
  border-color: #fff9c2;
}

.hover\:border-yellow-lightest:hover {
  border-color: #fcfbeb;
}

.hover\:border-green-darkest:hover {
  border-color: #0f2f21;
}

.hover\:border-green-darker:hover {
  border-color: #1a4731;
}

.hover\:border-green-dark:hover {
  border-color: #1f9d55;
}

.hover\:border-green:hover {
  border-color: #38c172;
}

.hover\:border-green-light:hover {
  border-color: #51d88a;
}

.hover\:border-green-lighter:hover {
  border-color: #a2f5bf;
}

.hover\:border-green-lightest:hover {
  border-color: #e3fcec;
}

.hover\:border-teal-darkest:hover {
  border-color: #0d3331;
}

.hover\:border-teal-darker:hover {
  border-color: #20504f;
}

.hover\:border-teal-dark:hover {
  border-color: #38a89d;
}

.hover\:border-teal:hover {
  border-color: #4dc0b5;
}

.hover\:border-teal-light:hover {
  border-color: #64d5ca;
}

.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed;
}

.hover\:border-teal-lightest:hover {
  border-color: #e8fffe;
}

.hover\:border-blue-darkest:hover {
  border-color: #12283a;
}

.hover\:border-blue-darker:hover {
  border-color: #1c3d5a;
}

.hover\:border-blue-dark:hover {
  border-color: #2779bd;
}

.hover\:border-blue:hover {
  border-color: #3490dc;
}

.hover\:border-blue-light:hover {
  border-color: #6cb2eb;
}

.hover\:border-blue-lighter:hover {
  border-color: #bcdefa;
}

.hover\:border-blue-lightest:hover {
  border-color: #eff8ff;
}

.hover\:border-indigo-darkest:hover {
  border-color: #191e38;
}

.hover\:border-indigo-darker:hover {
  border-color: #2f365f;
}

.hover\:border-indigo-dark:hover {
  border-color: #5661b3;
}

.hover\:border-indigo:hover {
  border-color: #6574cd;
}

.hover\:border-indigo-light:hover {
  border-color: #7886d7;
}

.hover\:border-indigo-lighter:hover {
  border-color: #b2b7ff;
}

.hover\:border-indigo-lightest:hover {
  border-color: #e6e8ff;
}

.hover\:border-purple-darkest:hover {
  border-color: #21183c;
}

.hover\:border-purple-darker:hover {
  border-color: #382b5f;
}

.hover\:border-purple-dark:hover {
  border-color: #794acf;
}

.hover\:border-purple:hover {
  border-color: #9561e2;
}

.hover\:border-purple-light:hover {
  border-color: #a779e9;
}

.hover\:border-purple-lighter:hover {
  border-color: #d6bbfc;
}

.hover\:border-purple-lightest:hover {
  border-color: #f3ebff;
}

.hover\:border-pink-darkest:hover {
  border-color: #451225;
}

.hover\:border-pink-darker:hover {
  border-color: #6f213f;
}

.hover\:border-pink-dark:hover {
  border-color: #eb5286;
}

.hover\:border-pink:hover {
  border-color: #f66d9b;
}

.hover\:border-pink-light:hover {
  border-color: #fa7ea8;
}

.hover\:border-pink-lighter:hover {
  border-color: #ffbbca;
}

.hover\:border-pink-lightest:hover {
  border-color: #ffebef;
}

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

.focus\:border-crimson:focus {
  border-color: crimson;
}

.focus\:border-amazon:focus {
  border-color: #f90;
}

.focus\:border-rakuten:focus {
  border-color: #be0714;
}

.focus\:border-link:focus {
  border-color: #1b94e0;
}

.focus\:border-link-2:focus {
  border-color: #3ea5ff;
}

.focus\:border-blueviolet:focus {
  border-color: blueviolet;
}

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

.focus\:border-ios-grey-darker:focus {
  border-color: #121212;
}

.focus\:border-ios-grey-dark:focus {
  border-color: #1c1c1e;
}

.focus\:border-ios-grey:focus {
  border-color: #211e20;
}

.focus\:border-ios-grey-light:focus {
  border-color: #303030;
}

.focus\:border-ios-grey-lighter:focus {
  border-color: #98989e;
}

.focus\:border-ios-grey-lightest:focus {
  border-color: #c1c1c1;
}

.focus\:border-ios-blue:focus {
  border-color: #5a91f7;
}

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

.focus\:border-black:focus {
  border-color: #22292f;
}

.focus\:border-grey-main:focus {
  border-color: #19191b;
}

.focus\:border-grey-darkest:focus {
  border-color: #222223;
}

.focus\:border-grey-darker:focus {
  border-color: #444;
}

.focus\:border-grey-dark:focus {
  border-color: #d9d9d9ce;
}

.focus\:border-grey:focus {
  border-color: #d9d9d9;
}

.focus\:border-grey-light:focus {
  border-color: #dedede;
}

.focus\:border-grey-lighter:focus {
  border-color: #fefefe;
}

.focus\:border-grey-lightest:focus {
  border-color: #f8fafc;
}

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

.focus\:border-red-darkest:focus {
  border-color: #3b0d0c;
}

.focus\:border-red-darker:focus {
  border-color: #621b18;
}

.focus\:border-red-dark:focus {
  border-color: #cc1f1a;
}

.focus\:border-red:focus {
  border-color: #e3342f;
}

.focus\:border-red-light:focus {
  border-color: #ef5753;
}

.focus\:border-red-lighter:focus {
  border-color: #f9acaa;
}

.focus\:border-red-lightest:focus {
  border-color: #fcebea;
}

.focus\:border-orange-darkest:focus {
  border-color: #462a16;
}

.focus\:border-orange-darker:focus {
  border-color: #613b1f;
}

.focus\:border-orange-dark:focus {
  border-color: #de751f;
}

.focus\:border-orange:focus {
  border-color: #f6993f;
}

.focus\:border-orange-light:focus {
  border-color: #faad63;
}

.focus\:border-orange-lighter:focus {
  border-color: #fcd9b6;
}

.focus\:border-orange-lightest:focus {
  border-color: #fff5eb;
}

.focus\:border-yellow-darkest:focus {
  border-color: #453411;
}

.focus\:border-yellow-darker:focus {
  border-color: #684f1d;
}

.focus\:border-yellow-dark:focus {
  border-color: #f2d024;
}

.focus\:border-yellow:focus {
  border-color: #ffed4a;
}

.focus\:border-yellow-light:focus {
  border-color: #fff382;
}

.focus\:border-yellow-lighter:focus {
  border-color: #fff9c2;
}

.focus\:border-yellow-lightest:focus {
  border-color: #fcfbeb;
}

.focus\:border-green-darkest:focus {
  border-color: #0f2f21;
}

.focus\:border-green-darker:focus {
  border-color: #1a4731;
}

.focus\:border-green-dark:focus {
  border-color: #1f9d55;
}

.focus\:border-green:focus {
  border-color: #38c172;
}

.focus\:border-green-light:focus {
  border-color: #51d88a;
}

.focus\:border-green-lighter:focus {
  border-color: #a2f5bf;
}

.focus\:border-green-lightest:focus {
  border-color: #e3fcec;
}

.focus\:border-teal-darkest:focus {
  border-color: #0d3331;
}

.focus\:border-teal-darker:focus {
  border-color: #20504f;
}

.focus\:border-teal-dark:focus {
  border-color: #38a89d;
}

.focus\:border-teal:focus {
  border-color: #4dc0b5;
}

.focus\:border-teal-light:focus {
  border-color: #64d5ca;
}

.focus\:border-teal-lighter:focus {
  border-color: #a0f0ed;
}

.focus\:border-teal-lightest:focus {
  border-color: #e8fffe;
}

.focus\:border-blue-darkest:focus {
  border-color: #12283a;
}

.focus\:border-blue-darker:focus {
  border-color: #1c3d5a;
}

.focus\:border-blue-dark:focus {
  border-color: #2779bd;
}

.focus\:border-blue:focus {
  border-color: #3490dc;
}

.focus\:border-blue-light:focus {
  border-color: #6cb2eb;
}

.focus\:border-blue-lighter:focus {
  border-color: #bcdefa;
}

.focus\:border-blue-lightest:focus {
  border-color: #eff8ff;
}

.focus\:border-indigo-darkest:focus {
  border-color: #191e38;
}

.focus\:border-indigo-darker:focus {
  border-color: #2f365f;
}

.focus\:border-indigo-dark:focus {
  border-color: #5661b3;
}

.focus\:border-indigo:focus {
  border-color: #6574cd;
}

.focus\:border-indigo-light:focus {
  border-color: #7886d7;
}

.focus\:border-indigo-lighter:focus {
  border-color: #b2b7ff;
}

.focus\:border-indigo-lightest:focus {
  border-color: #e6e8ff;
}

.focus\:border-purple-darkest:focus {
  border-color: #21183c;
}

.focus\:border-purple-darker:focus {
  border-color: #382b5f;
}

.focus\:border-purple-dark:focus {
  border-color: #794acf;
}

.focus\:border-purple:focus {
  border-color: #9561e2;
}

.focus\:border-purple-light:focus {
  border-color: #a779e9;
}

.focus\:border-purple-lighter:focus {
  border-color: #d6bbfc;
}

.focus\:border-purple-lightest:focus {
  border-color: #f3ebff;
}

.focus\:border-pink-darkest:focus {
  border-color: #451225;
}

.focus\:border-pink-darker:focus {
  border-color: #6f213f;
}

.focus\:border-pink-dark:focus {
  border-color: #eb5286;
}

.focus\:border-pink:focus {
  border-color: #f66d9b;
}

.focus\:border-pink-light:focus {
  border-color: #fa7ea8;
}

.focus\:border-pink-lighter:focus {
  border-color: #ffbbca;
}

.focus\:border-pink-lightest:focus {
  border-color: #ffebef;
}

.rounded-1 {
  border-radius: 1rem;
}

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

.rounded-25 {
  border-radius: .25rem;
}

.rounded-75 {
  border-radius: .75rem;
}

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

.rounded-sm {
  border-radius: .125rem;
}

.rounded {
  border-radius: .25rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-xlg {
  border-radius: 1rem;
}

.rounded-xxlg {
  border-radius: 2rem;
}

.rounded-half {
  border-radius: 50%;
}

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

.rounded-1x5 {
  border-radius: 1.5rem;
}

.rounded-2x {
  border-radius: 2rem;
}

.rounded-3x {
  border-radius: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

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

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

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

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

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

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

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

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

.rounded-t-xlg {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-xlg {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-xlg {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-xlg {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-xxlg {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-r-xxlg {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rounded-b-xxlg {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-l-xxlg {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-t-half {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.rounded-r-half {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.rounded-b-half {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-l-half {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

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

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

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

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

.rounded-t-1x5 {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-1x5 {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-1x5 {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-1x5 {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-2x {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.rounded-r-2x {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rounded-b-2x {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-l-2x {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-t-3x {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.rounded-r-3x {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.rounded-b-3x {
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.rounded-l-3x {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

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

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

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

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

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

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

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

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

.rounded-tl-xlg {
  border-top-left-radius: 1rem;
}

.rounded-tr-xlg {
  border-top-right-radius: 1rem;
}

.rounded-br-xlg {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-xlg {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-xxlg {
  border-top-left-radius: 2rem;
}

.rounded-tr-xxlg {
  border-top-right-radius: 2rem;
}

.rounded-br-xxlg {
  border-bottom-right-radius: 2rem;
}

.rounded-bl-xxlg {
  border-bottom-left-radius: 2rem;
}

.rounded-tl-half {
  border-top-left-radius: 50%;
}

.rounded-tr-half {
  border-top-right-radius: 50%;
}

.rounded-br-half {
  border-bottom-right-radius: 50%;
}

.rounded-bl-half {
  border-bottom-left-radius: 50%;
}

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

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

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

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

.rounded-tl-1x5 {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-1x5 {
  border-top-right-radius: 1.5rem;
}

.rounded-br-1x5 {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-1x5 {
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-2x {
  border-top-left-radius: 2rem;
}

.rounded-tr-2x {
  border-top-right-radius: 2rem;
}

.rounded-br-2x {
  border-bottom-right-radius: 2rem;
}

.rounded-bl-2x {
  border-bottom-left-radius: 2rem;
}

.rounded-tl-3x {
  border-top-left-radius: 3rem;
}

.rounded-tr-3x {
  border-top-right-radius: 3rem;
}

.rounded-br-3x {
  border-bottom-right-radius: 3rem;
}

.rounded-bl-3x {
  border-bottom-left-radius: 3rem;
}

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-1px {
  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: .2rem;
}

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

.flex {
  display: flex;
}

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

.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 {
  flex-grow: 1;
}

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-128 {
  height: 32rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-q1 {
  height: 25vh;
}

.h-half {
  height: 50vh;
}

.h-3q {
  height: 75vh;
}

.h-full {
  height: 100%;
}

.h-90p {
  height: 15rem;
}

.h-screen {
  height: 100vh;
}

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

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

.leading-3 {
  line-height: 3rem;
}

.leading-4 {
  line-height: 4rem;
}

.leading-5 {
  line-height: 5rem;
}

.leading-14 {
  line-height: 1.4rem;
}

.leading-15 {
  line-height: 1.5rem;
}

.leading-25 {
  line-height: 2.5rem;
}

.leading-115 {
  line-height: 1.15rem;
}

.leading-125 {
  line-height: 1.25rem;
}

.leading-175 {
  line-height: 1.75rem;
}

.leading-225 {
  line-height: 2.25rem;
}

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

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

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

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

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-3 {
  margin: .3rem;
}

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

.m-10 {
  margin: 10%;
}

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

.m-20 {
  margin: 20%;
}

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

.m-30 {
  margin: 30%;
}

.m-50 {
  margin: 50%;
}

.m-75 {
  margin: .75rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-1x5 {
  margin: 1.5rem;
}

.m-2x15 {
  margin: 2.15rem;
}

.m-2x {
  margin: 2rem;
}

.m-2x5 {
  margin: 2.5rem;
}

.m-2x75 {
  margin: 2.75rem;
}

.m-3x {
  margin: 3rem;
}

.m-3x5 {
  margin: 3.5rem;
}

.m-4x {
  margin: 4rem;
}

.m-4x5 {
  margin: 4.5rem;
}

.m-5x {
  margin: 5rem;
}

.m-6x {
  margin: 6rem;
}

.m-6x5 {
  margin: 6.5rem;
}

.m-7x {
  margin: 7rem;
}

.m-8x {
  margin: 8rem;
}

.m-9x {
  margin: 9rem;
}

.m-10x {
  margin: 10rem;
}

.m-11x {
  margin: 11rem;
}

.m-12x {
  margin: 12rem;
}

.m-13x {
  margin: 13rem;
}

.m-14x {
  margin: 14rem;
}

.m-15x {
  margin: 15rem;
}

.m-16x {
  margin: 16rem;
}

.m-17x {
  margin: 17rem;
}

.m-18x {
  margin: 18rem;
}

.m-19x {
  margin: 19rem;
}

.m-20x {
  margin: 20rem;
}

.m-22x {
  margin: 22rem;
}

.m-24x {
  margin: 24rem;
}

.m-25x {
  margin: 25rem;
}

.m-26x {
  margin: 26rem;
}

.m-28x {
  margin: 28rem;
}

.m-29x {
  margin: 29rem;
}

.m-30x {
  margin: 30rem;
}

.m-32x {
  margin: 32rem;
}

.m-35x {
  margin: 35rem;
}

.m-36x {
  margin: 36rem;
}

.m-38x {
  margin: 38rem;
}

.m-40x {
  margin: 40rem;
}

.m-1825x {
  margin: 18.25rem;
}

.m-185x {
  margin: 18.5rem;
}

.m-5pct {
  margin: 5%;
}

.m-25pct {
  margin: 25%;
}

.m-m1 {
  margin: -1rem;
}

.m-m2 {
  margin: -2rem;
}

.m-m3 {
  margin: -3rem;
}

.m-m4 {
  margin: -4rem;
}

.m-m5 {
  margin: -5rem;
}

.m-m6 {
  margin: -6rem;
}

.m-m7 {
  margin: -7rem;
}

.m-m8 {
  margin: -8rem;
}

.m-m9 {
  margin: -9rem;
}

.m-m10 {
  margin: -10rem;
}

.m-m11 {
  margin: -11rem;
}

.m-m12 {
  margin: -12rem;
}

.m-m14 {
  margin: -14rem;
}

.m-m15 {
  margin: -15rem;
}

.m-m16 {
  margin: -16rem;
}

.m-m18 {
  margin: -18rem;
}

.m-m19 {
  margin: -19rem;
}

.m-m20 {
  margin: -20rem;
}

.m-m21 {
  margin: -21rem;
}

.m-m22 {
  margin: -22rem;
}

.m-m23 {
  margin: -23rem;
}

.m-m24 {
  margin: -24rem;
}

.m-m25 {
  margin: -25rem;
}

.m-m28 {
  margin: -28rem;
}

.m-m29 {
  margin: -29rem;
}

.m-m30 {
  margin: -30rem;
}

.m-m31 {
  margin: -31rem;
}

.m-m32 {
  margin: -32rem;
}

.m-m34 {
  margin: -34rem;
}

.m-m35 {
  margin: -35rem;
}

.m-m36 {
  margin: -36rem;
}

.m-m37 {
  margin: -37rem;
}

.m-m38 {
  margin: -38rem;
}

.m-m39 {
  margin: -39rem;
}

.m-m40 {
  margin: -40rem;
}

.m-m41 {
  margin: -41rem;
}

.m-m42 {
  margin: -42rem;
}

.m-m43 {
  margin: -43rem;
}

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

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

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-3 {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.mx-3 {
  margin-left: .3rem;
  margin-right: .3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-75 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-75 {
  margin-left: .75rem;
  margin-right: .75rem;
}

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

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

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

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

.my-1x5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-1x5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-2x15 {
  margin-top: 2.15rem;
  margin-bottom: 2.15rem;
}

.mx-2x15 {
  margin-left: 2.15rem;
  margin-right: 2.15rem;
}

.my-2x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2x {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2x5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-2x5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-2x75 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-2x75 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-3x {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-3x {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3x5 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-3x5 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-4x {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-4x {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4x5 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-4x5 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-5x {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-5x {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-6x {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-6x {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-6x5 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.mx-6x5 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.my-7x {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-7x {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-8x {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-8x {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-9x {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-9x {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-10x {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-10x {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-11x {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-11x {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-12x {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-12x {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-13x {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-13x {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-14x {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-14x {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-15x {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-15x {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-16x {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-16x {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-17x {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.mx-17x {
  margin-left: 17rem;
  margin-right: 17rem;
}

.my-18x {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-18x {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-19x {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.mx-19x {
  margin-left: 19rem;
  margin-right: 19rem;
}

.my-20x {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-20x {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-22x {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.mx-22x {
  margin-left: 22rem;
  margin-right: 22rem;
}

.my-24x {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-24x {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-25x {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.mx-25x {
  margin-left: 25rem;
  margin-right: 25rem;
}

.my-26x {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.mx-26x {
  margin-left: 26rem;
  margin-right: 26rem;
}

.my-28x {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.mx-28x {
  margin-left: 28rem;
  margin-right: 28rem;
}

.my-29x {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.mx-29x {
  margin-left: 29rem;
  margin-right: 29rem;
}

.my-30x {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.mx-30x {
  margin-left: 30rem;
  margin-right: 30rem;
}

.my-32x {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.mx-32x {
  margin-left: 32rem;
  margin-right: 32rem;
}

.my-35x {
  margin-top: 35rem;
  margin-bottom: 35rem;
}

.mx-35x {
  margin-left: 35rem;
  margin-right: 35rem;
}

.my-36x {
  margin-top: 36rem;
  margin-bottom: 36rem;
}

.mx-36x {
  margin-left: 36rem;
  margin-right: 36rem;
}

.my-38x {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.mx-38x {
  margin-left: 38rem;
  margin-right: 38rem;
}

.my-40x {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

.mx-40x {
  margin-left: 40rem;
  margin-right: 40rem;
}

.my-1825x {
  margin-top: 18.25rem;
  margin-bottom: 18.25rem;
}

.mx-1825x {
  margin-left: 18.25rem;
  margin-right: 18.25rem;
}

.my-185x {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.mx-185x {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.my-5pct {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mx-5pct {
  margin-left: 5%;
  margin-right: 5%;
}

.my-25pct {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-25pct {
  margin-left: 25%;
  margin-right: 25%;
}

.my-m1 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.mx-m1 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.my-m2 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.mx-m2 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.my-m3 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.mx-m3 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.my-m4 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.mx-m4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.my-m5 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.mx-m5 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.my-m6 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.mx-m6 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.my-m7 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.mx-m7 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.my-m8 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.mx-m8 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.my-m9 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.mx-m9 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.my-m10 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.mx-m10 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.my-m11 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.mx-m11 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.my-m12 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.mx-m12 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.my-m14 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.mx-m14 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.my-m15 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.mx-m15 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.my-m16 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.mx-m16 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.my-m18 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.mx-m18 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.my-m19 {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.mx-m19 {
  margin-left: -19rem;
  margin-right: -19rem;
}

.my-m20 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.mx-m20 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.my-m21 {
  margin-top: -21rem;
  margin-bottom: -21rem;
}

.mx-m21 {
  margin-left: -21rem;
  margin-right: -21rem;
}

.my-m22 {
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.mx-m22 {
  margin-left: -22rem;
  margin-right: -22rem;
}

.my-m23 {
  margin-top: -23rem;
  margin-bottom: -23rem;
}

.mx-m23 {
  margin-left: -23rem;
  margin-right: -23rem;
}

.my-m24 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.mx-m24 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.my-m25 {
  margin-top: -25rem;
  margin-bottom: -25rem;
}

.mx-m25 {
  margin-left: -25rem;
  margin-right: -25rem;
}

.my-m28 {
  margin-top: -28rem;
  margin-bottom: -28rem;
}

.mx-m28 {
  margin-left: -28rem;
  margin-right: -28rem;
}

.my-m29 {
  margin-top: -29rem;
  margin-bottom: -29rem;
}

.mx-m29 {
  margin-left: -29rem;
  margin-right: -29rem;
}

.my-m30 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.mx-m30 {
  margin-left: -30rem;
  margin-right: -30rem;
}

.my-m31 {
  margin-top: -31rem;
  margin-bottom: -31rem;
}

.mx-m31 {
  margin-left: -31rem;
  margin-right: -31rem;
}

.my-m32 {
  margin-top: -32rem;
  margin-bottom: -32rem;
}

.mx-m32 {
  margin-left: -32rem;
  margin-right: -32rem;
}

.my-m34 {
  margin-top: -34rem;
  margin-bottom: -34rem;
}

.mx-m34 {
  margin-left: -34rem;
  margin-right: -34rem;
}

.my-m35 {
  margin-top: -35rem;
  margin-bottom: -35rem;
}

.mx-m35 {
  margin-left: -35rem;
  margin-right: -35rem;
}

.my-m36 {
  margin-top: -36rem;
  margin-bottom: -36rem;
}

.mx-m36 {
  margin-left: -36rem;
  margin-right: -36rem;
}

.my-m37 {
  margin-top: -37rem;
  margin-bottom: -37rem;
}

.mx-m37 {
  margin-left: -37rem;
  margin-right: -37rem;
}

.my-m38 {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.mx-m38 {
  margin-left: -38rem;
  margin-right: -38rem;
}

.my-m39 {
  margin-top: -39rem;
  margin-bottom: -39rem;
}

.mx-m39 {
  margin-left: -39rem;
  margin-right: -39rem;
}

.my-m40 {
  margin-top: -40rem;
  margin-bottom: -40rem;
}

.mx-m40 {
  margin-left: -40rem;
  margin-right: -40rem;
}

.my-m41 {
  margin-top: -41rem;
  margin-bottom: -41rem;
}

.mx-m41 {
  margin-left: -41rem;
  margin-right: -41rem;
}

.my-m42 {
  margin-top: -42rem;
  margin-bottom: -42rem;
}

.mx-m42 {
  margin-left: -42rem;
  margin-right: -42rem;
}

.my-m43 {
  margin-top: -43rem;
  margin-bottom: -43rem;
}

.mx-m43 {
  margin-left: -43rem;
  margin-right: -43rem;
}

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

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

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

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

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mt-3 {
  margin-top: .3rem;
}

.mr-3 {
  margin-right: .3rem;
}

.mb-3 {
  margin-bottom: .3rem;
}

.ml-3 {
  margin-left: .3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-75 {
  margin-top: .75rem;
}

.mr-75 {
  margin-right: .75rem;
}

.mb-75 {
  margin-bottom: .75rem;
}

.ml-75 {
  margin-left: .75rem;
}

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

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

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

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

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

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

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

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

.mt-1x5 {
  margin-top: 1.5rem;
}

.mr-1x5 {
  margin-right: 1.5rem;
}

.mb-1x5 {
  margin-bottom: 1.5rem;
}

.ml-1x5 {
  margin-left: 1.5rem;
}

.mt-2x15 {
  margin-top: 2.15rem;
}

.mr-2x15 {
  margin-right: 2.15rem;
}

.mb-2x15 {
  margin-bottom: 2.15rem;
}

.ml-2x15 {
  margin-left: 2.15rem;
}

.mt-2x {
  margin-top: 2rem;
}

.mr-2x {
  margin-right: 2rem;
}

.mb-2x {
  margin-bottom: 2rem;
}

.ml-2x {
  margin-left: 2rem;
}

.mt-2x5 {
  margin-top: 2.5rem;
}

.mr-2x5 {
  margin-right: 2.5rem;
}

.mb-2x5 {
  margin-bottom: 2.5rem;
}

.ml-2x5 {
  margin-left: 2.5rem;
}

.mt-2x75 {
  margin-top: 2.75rem;
}

.mr-2x75 {
  margin-right: 2.75rem;
}

.mb-2x75 {
  margin-bottom: 2.75rem;
}

.ml-2x75 {
  margin-left: 2.75rem;
}

.mt-3x {
  margin-top: 3rem;
}

.mr-3x {
  margin-right: 3rem;
}

.mb-3x {
  margin-bottom: 3rem;
}

.ml-3x {
  margin-left: 3rem;
}

.mt-3x5 {
  margin-top: 3.5rem;
}

.mr-3x5 {
  margin-right: 3.5rem;
}

.mb-3x5 {
  margin-bottom: 3.5rem;
}

.ml-3x5 {
  margin-left: 3.5rem;
}

.mt-4x {
  margin-top: 4rem;
}

.mr-4x {
  margin-right: 4rem;
}

.mb-4x {
  margin-bottom: 4rem;
}

.ml-4x {
  margin-left: 4rem;
}

.mt-4x5 {
  margin-top: 4.5rem;
}

.mr-4x5 {
  margin-right: 4.5rem;
}

.mb-4x5 {
  margin-bottom: 4.5rem;
}

.ml-4x5 {
  margin-left: 4.5rem;
}

.mt-5x {
  margin-top: 5rem;
}

.mr-5x {
  margin-right: 5rem;
}

.mb-5x {
  margin-bottom: 5rem;
}

.ml-5x {
  margin-left: 5rem;
}

.mt-6x {
  margin-top: 6rem;
}

.mr-6x {
  margin-right: 6rem;
}

.mb-6x {
  margin-bottom: 6rem;
}

.ml-6x {
  margin-left: 6rem;
}

.mt-6x5 {
  margin-top: 6.5rem;
}

.mr-6x5 {
  margin-right: 6.5rem;
}

.mb-6x5 {
  margin-bottom: 6.5rem;
}

.ml-6x5 {
  margin-left: 6.5rem;
}

.mt-7x {
  margin-top: 7rem;
}

.mr-7x {
  margin-right: 7rem;
}

.mb-7x {
  margin-bottom: 7rem;
}

.ml-7x {
  margin-left: 7rem;
}

.mt-8x {
  margin-top: 8rem;
}

.mr-8x {
  margin-right: 8rem;
}

.mb-8x {
  margin-bottom: 8rem;
}

.ml-8x {
  margin-left: 8rem;
}

.mt-9x {
  margin-top: 9rem;
}

.mr-9x {
  margin-right: 9rem;
}

.mb-9x {
  margin-bottom: 9rem;
}

.ml-9x {
  margin-left: 9rem;
}

.mt-10x {
  margin-top: 10rem;
}

.mr-10x {
  margin-right: 10rem;
}

.mb-10x {
  margin-bottom: 10rem;
}

.ml-10x {
  margin-left: 10rem;
}

.mt-11x {
  margin-top: 11rem;
}

.mr-11x {
  margin-right: 11rem;
}

.mb-11x {
  margin-bottom: 11rem;
}

.ml-11x {
  margin-left: 11rem;
}

.mt-12x {
  margin-top: 12rem;
}

.mr-12x {
  margin-right: 12rem;
}

.mb-12x {
  margin-bottom: 12rem;
}

.ml-12x {
  margin-left: 12rem;
}

.mt-13x {
  margin-top: 13rem;
}

.mr-13x {
  margin-right: 13rem;
}

.mb-13x {
  margin-bottom: 13rem;
}

.ml-13x {
  margin-left: 13rem;
}

.mt-14x {
  margin-top: 14rem;
}

.mr-14x {
  margin-right: 14rem;
}

.mb-14x {
  margin-bottom: 14rem;
}

.ml-14x {
  margin-left: 14rem;
}

.mt-15x {
  margin-top: 15rem;
}

.mr-15x {
  margin-right: 15rem;
}

.mb-15x {
  margin-bottom: 15rem;
}

.ml-15x {
  margin-left: 15rem;
}

.mt-16x {
  margin-top: 16rem;
}

.mr-16x {
  margin-right: 16rem;
}

.mb-16x {
  margin-bottom: 16rem;
}

.ml-16x {
  margin-left: 16rem;
}

.mt-17x {
  margin-top: 17rem;
}

.mr-17x {
  margin-right: 17rem;
}

.mb-17x {
  margin-bottom: 17rem;
}

.ml-17x {
  margin-left: 17rem;
}

.mt-18x {
  margin-top: 18rem;
}

.mr-18x {
  margin-right: 18rem;
}

.mb-18x {
  margin-bottom: 18rem;
}

.ml-18x {
  margin-left: 18rem;
}

.mt-19x {
  margin-top: 19rem;
}

.mr-19x {
  margin-right: 19rem;
}

.mb-19x {
  margin-bottom: 19rem;
}

.ml-19x {
  margin-left: 19rem;
}

.mt-20x {
  margin-top: 20rem;
}

.mr-20x {
  margin-right: 20rem;
}

.mb-20x {
  margin-bottom: 20rem;
}

.ml-20x {
  margin-left: 20rem;
}

.mt-22x {
  margin-top: 22rem;
}

.mr-22x {
  margin-right: 22rem;
}

.mb-22x {
  margin-bottom: 22rem;
}

.ml-22x {
  margin-left: 22rem;
}

.mt-24x {
  margin-top: 24rem;
}

.mr-24x {
  margin-right: 24rem;
}

.mb-24x {
  margin-bottom: 24rem;
}

.ml-24x {
  margin-left: 24rem;
}

.mt-25x {
  margin-top: 25rem;
}

.mr-25x {
  margin-right: 25rem;
}

.mb-25x {
  margin-bottom: 25rem;
}

.ml-25x {
  margin-left: 25rem;
}

.mt-26x {
  margin-top: 26rem;
}

.mr-26x {
  margin-right: 26rem;
}

.mb-26x {
  margin-bottom: 26rem;
}

.ml-26x {
  margin-left: 26rem;
}

.mt-28x {
  margin-top: 28rem;
}

.mr-28x {
  margin-right: 28rem;
}

.mb-28x {
  margin-bottom: 28rem;
}

.ml-28x {
  margin-left: 28rem;
}

.mt-29x {
  margin-top: 29rem;
}

.mr-29x {
  margin-right: 29rem;
}

.mb-29x {
  margin-bottom: 29rem;
}

.ml-29x {
  margin-left: 29rem;
}

.mt-30x {
  margin-top: 30rem;
}

.mr-30x {
  margin-right: 30rem;
}

.mb-30x {
  margin-bottom: 30rem;
}

.ml-30x {
  margin-left: 30rem;
}

.mt-32x {
  margin-top: 32rem;
}

.mr-32x {
  margin-right: 32rem;
}

.mb-32x {
  margin-bottom: 32rem;
}

.ml-32x {
  margin-left: 32rem;
}

.mt-35x {
  margin-top: 35rem;
}

.mr-35x {
  margin-right: 35rem;
}

.mb-35x {
  margin-bottom: 35rem;
}

.ml-35x {
  margin-left: 35rem;
}

.mt-36x {
  margin-top: 36rem;
}

.mr-36x {
  margin-right: 36rem;
}

.mb-36x {
  margin-bottom: 36rem;
}

.ml-36x {
  margin-left: 36rem;
}

.mt-38x {
  margin-top: 38rem;
}

.mr-38x {
  margin-right: 38rem;
}

.mb-38x {
  margin-bottom: 38rem;
}

.ml-38x {
  margin-left: 38rem;
}

.mt-40x {
  margin-top: 40rem;
}

.mr-40x {
  margin-right: 40rem;
}

.mb-40x {
  margin-bottom: 40rem;
}

.ml-40x {
  margin-left: 40rem;
}

.mt-1825x {
  margin-top: 18.25rem;
}

.mr-1825x {
  margin-right: 18.25rem;
}

.mb-1825x {
  margin-bottom: 18.25rem;
}

.ml-1825x {
  margin-left: 18.25rem;
}

.mt-185x {
  margin-top: 18.5rem;
}

.mr-185x {
  margin-right: 18.5rem;
}

.mb-185x {
  margin-bottom: 18.5rem;
}

.ml-185x {
  margin-left: 18.5rem;
}

.mt-5pct {
  margin-top: 5%;
}

.mr-5pct {
  margin-right: 5%;
}

.mb-5pct {
  margin-bottom: 5%;
}

.ml-5pct {
  margin-left: 5%;
}

.mt-25pct {
  margin-top: 25%;
}

.mr-25pct {
  margin-right: 25%;
}

.mb-25pct {
  margin-bottom: 25%;
}

.ml-25pct {
  margin-left: 25%;
}

.mt-m1 {
  margin-top: -1rem;
}

.mr-m1 {
  margin-right: -1rem;
}

.mb-m1 {
  margin-bottom: -1rem;
}

.ml-m1 {
  margin-left: -1rem;
}

.mt-m2 {
  margin-top: -2rem;
}

.mr-m2 {
  margin-right: -2rem;
}

.mb-m2 {
  margin-bottom: -2rem;
}

.ml-m2 {
  margin-left: -2rem;
}

.mt-m3 {
  margin-top: -3rem;
}

.mr-m3 {
  margin-right: -3rem;
}

.mb-m3 {
  margin-bottom: -3rem;
}

.ml-m3 {
  margin-left: -3rem;
}

.mt-m4 {
  margin-top: -4rem;
}

.mr-m4 {
  margin-right: -4rem;
}

.mb-m4 {
  margin-bottom: -4rem;
}

.ml-m4 {
  margin-left: -4rem;
}

.mt-m5 {
  margin-top: -5rem;
}

.mr-m5 {
  margin-right: -5rem;
}

.mb-m5 {
  margin-bottom: -5rem;
}

.ml-m5 {
  margin-left: -5rem;
}

.mt-m6 {
  margin-top: -6rem;
}

.mr-m6 {
  margin-right: -6rem;
}

.mb-m6 {
  margin-bottom: -6rem;
}

.ml-m6 {
  margin-left: -6rem;
}

.mt-m7 {
  margin-top: -7rem;
}

.mr-m7 {
  margin-right: -7rem;
}

.mb-m7 {
  margin-bottom: -7rem;
}

.ml-m7 {
  margin-left: -7rem;
}

.mt-m8 {
  margin-top: -8rem;
}

.mr-m8 {
  margin-right: -8rem;
}

.mb-m8 {
  margin-bottom: -8rem;
}

.ml-m8 {
  margin-left: -8rem;
}

.mt-m9 {
  margin-top: -9rem;
}

.mr-m9 {
  margin-right: -9rem;
}

.mb-m9 {
  margin-bottom: -9rem;
}

.ml-m9 {
  margin-left: -9rem;
}

.mt-m10 {
  margin-top: -10rem;
}

.mr-m10 {
  margin-right: -10rem;
}

.mb-m10 {
  margin-bottom: -10rem;
}

.ml-m10 {
  margin-left: -10rem;
}

.mt-m11 {
  margin-top: -11rem;
}

.mr-m11 {
  margin-right: -11rem;
}

.mb-m11 {
  margin-bottom: -11rem;
}

.ml-m11 {
  margin-left: -11rem;
}

.mt-m12 {
  margin-top: -12rem;
}

.mr-m12 {
  margin-right: -12rem;
}

.mb-m12 {
  margin-bottom: -12rem;
}

.ml-m12 {
  margin-left: -12rem;
}

.mt-m14 {
  margin-top: -14rem;
}

.mr-m14 {
  margin-right: -14rem;
}

.mb-m14 {
  margin-bottom: -14rem;
}

.ml-m14 {
  margin-left: -14rem;
}

.mt-m15 {
  margin-top: -15rem;
}

.mr-m15 {
  margin-right: -15rem;
}

.mb-m15 {
  margin-bottom: -15rem;
}

.ml-m15 {
  margin-left: -15rem;
}

.mt-m16 {
  margin-top: -16rem;
}

.mr-m16 {
  margin-right: -16rem;
}

.mb-m16 {
  margin-bottom: -16rem;
}

.ml-m16 {
  margin-left: -16rem;
}

.mt-m18 {
  margin-top: -18rem;
}

.mr-m18 {
  margin-right: -18rem;
}

.mb-m18 {
  margin-bottom: -18rem;
}

.ml-m18 {
  margin-left: -18rem;
}

.mt-m19 {
  margin-top: -19rem;
}

.mr-m19 {
  margin-right: -19rem;
}

.mb-m19 {
  margin-bottom: -19rem;
}

.ml-m19 {
  margin-left: -19rem;
}

.mt-m20 {
  margin-top: -20rem;
}

.mr-m20 {
  margin-right: -20rem;
}

.mb-m20 {
  margin-bottom: -20rem;
}

.ml-m20 {
  margin-left: -20rem;
}

.mt-m21 {
  margin-top: -21rem;
}

.mr-m21 {
  margin-right: -21rem;
}

.mb-m21 {
  margin-bottom: -21rem;
}

.ml-m21 {
  margin-left: -21rem;
}

.mt-m22 {
  margin-top: -22rem;
}

.mr-m22 {
  margin-right: -22rem;
}

.mb-m22 {
  margin-bottom: -22rem;
}

.ml-m22 {
  margin-left: -22rem;
}

.mt-m23 {
  margin-top: -23rem;
}

.mr-m23 {
  margin-right: -23rem;
}

.mb-m23 {
  margin-bottom: -23rem;
}

.ml-m23 {
  margin-left: -23rem;
}

.mt-m24 {
  margin-top: -24rem;
}

.mr-m24 {
  margin-right: -24rem;
}

.mb-m24 {
  margin-bottom: -24rem;
}

.ml-m24 {
  margin-left: -24rem;
}

.mt-m25 {
  margin-top: -25rem;
}

.mr-m25 {
  margin-right: -25rem;
}

.mb-m25 {
  margin-bottom: -25rem;
}

.ml-m25 {
  margin-left: -25rem;
}

.mt-m28 {
  margin-top: -28rem;
}

.mr-m28 {
  margin-right: -28rem;
}

.mb-m28 {
  margin-bottom: -28rem;
}

.ml-m28 {
  margin-left: -28rem;
}

.mt-m29 {
  margin-top: -29rem;
}

.mr-m29 {
  margin-right: -29rem;
}

.mb-m29 {
  margin-bottom: -29rem;
}

.ml-m29 {
  margin-left: -29rem;
}

.mt-m30 {
  margin-top: -30rem;
}

.mr-m30 {
  margin-right: -30rem;
}

.mb-m30 {
  margin-bottom: -30rem;
}

.ml-m30 {
  margin-left: -30rem;
}

.mt-m31 {
  margin-top: -31rem;
}

.mr-m31 {
  margin-right: -31rem;
}

.mb-m31 {
  margin-bottom: -31rem;
}

.ml-m31 {
  margin-left: -31rem;
}

.mt-m32 {
  margin-top: -32rem;
}

.mr-m32 {
  margin-right: -32rem;
}

.mb-m32 {
  margin-bottom: -32rem;
}

.ml-m32 {
  margin-left: -32rem;
}

.mt-m34 {
  margin-top: -34rem;
}

.mr-m34 {
  margin-right: -34rem;
}

.mb-m34 {
  margin-bottom: -34rem;
}

.ml-m34 {
  margin-left: -34rem;
}

.mt-m35 {
  margin-top: -35rem;
}

.mr-m35 {
  margin-right: -35rem;
}

.mb-m35 {
  margin-bottom: -35rem;
}

.ml-m35 {
  margin-left: -35rem;
}

.mt-m36 {
  margin-top: -36rem;
}

.mr-m36 {
  margin-right: -36rem;
}

.mb-m36 {
  margin-bottom: -36rem;
}

.ml-m36 {
  margin-left: -36rem;
}

.mt-m37 {
  margin-top: -37rem;
}

.mr-m37 {
  margin-right: -37rem;
}

.mb-m37 {
  margin-bottom: -37rem;
}

.ml-m37 {
  margin-left: -37rem;
}

.mt-m38 {
  margin-top: -38rem;
}

.mr-m38 {
  margin-right: -38rem;
}

.mb-m38 {
  margin-bottom: -38rem;
}

.ml-m38 {
  margin-left: -38rem;
}

.mt-m39 {
  margin-top: -39rem;
}

.mr-m39 {
  margin-right: -39rem;
}

.mb-m39 {
  margin-bottom: -39rem;
}

.ml-m39 {
  margin-left: -39rem;
}

.mt-m40 {
  margin-top: -40rem;
}

.mr-m40 {
  margin-right: -40rem;
}

.mb-m40 {
  margin-bottom: -40rem;
}

.ml-m40 {
  margin-left: -40rem;
}

.mt-m41 {
  margin-top: -41rem;
}

.mr-m41 {
  margin-right: -41rem;
}

.mb-m41 {
  margin-bottom: -41rem;
}

.ml-m41 {
  margin-left: -41rem;
}

.mt-m42 {
  margin-top: -42rem;
}

.mr-m42 {
  margin-right: -42rem;
}

.mb-m42 {
  margin-bottom: -42rem;
}

.ml-m42 {
  margin-left: -42rem;
}

.mt-m43 {
  margin-top: -43rem;
}

.mr-m43 {
  margin-right: -43rem;
}

.mb-m43 {
  margin-bottom: -43rem;
}

.ml-m43 {
  margin-left: -43rem;
}

.max-h-pico {
  max-height: 15rem;
}

.max-h-nano {
  max-height: 20rem;
}

.max-h-micro {
  max-height: 25rem;
}

.max-h-mili {
  max-height: 30rem;
}

.max-h-centi {
  max-height: 35rem;
}

.max-h-quarter {
  max-height: 25%;
}

.max-h-half {
  max-height: 50vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-pico {
  max-width: 15rem;
}

.max-w-nano {
  max-width: 20rem;
}

.max-w-micro {
  max-width: 25rem;
}

.max-w-mili {
  max-width: 30rem;
}

.max-w-centi {
  max-width: 35rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-quarter {
  max-width: 25%;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

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

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

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

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

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

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

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

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

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

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

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

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

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

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

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-3 {
  padding: .3rem;
}

.p-4 {
  padding: .4rem;
}

.p-5 {
  padding: .5rem;
}

.p-6 {
  padding: .6rem;
}

.p-10 {
  padding: .1rem;
}

.p-15 {
  padding: .15rem;
}

.p-20 {
  padding: .2rem;
}

.p-25 {
  padding: .25rem;
}

.p-75 {
  padding: .75rem;
}

.p-px {
  padding: 1px;
}

.p-05 {
  padding: .05rem;
}

.p-1x25 {
  padding: 1.25rem;
}

.p-1x5 {
  padding: 1.5rem;
}

.p-2x {
  padding: 2rem;
}

.p-3x {
  padding: 3rem;
}

.p-3x5 {
  padding: 3.5rem;
}

.p-4x {
  padding: 4rem;
}

.p-5x {
  padding: 5rem;
}

.p-6x {
  padding: 6rem;
}

.p-7x {
  padding: 7rem;
}

.p-8x {
  padding: 8rem;
}

.p-9x {
  padding: 9rem;
}

.p-10x {
  padding: 10rem;
}

.p-11x {
  padding: 11rem;
}

.p-12x {
  padding: 12rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.px-3 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.py-4 {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.px-4 {
  padding-left: .4rem;
  padding-right: .4rem;
}

.py-5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-5 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-6 {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.px-6 {
  padding-left: .6rem;
  padding-right: .6rem;
}

.py-10 {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.px-10 {
  padding-left: .1rem;
  padding-right: .1rem;
}

.py-15 {
  padding-top: .15rem;
  padding-bottom: .15rem;
}

.px-15 {
  padding-left: .15rem;
  padding-right: .15rem;
}

.py-20 {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.px-20 {
  padding-left: .2rem;
  padding-right: .2rem;
}

.py-25 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-25 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-75 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-75 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-05 {
  padding-top: .05rem;
  padding-bottom: .05rem;
}

.px-05 {
  padding-left: .05rem;
  padding-right: .05rem;
}

.py-1x25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-1x25 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1x5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-1x5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2x {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-3x {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3x5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-3x5 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-4x {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4x {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-5x {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5x {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-6x {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-6x {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-7x {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-7x {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-8x {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-8x {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-9x {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-9x {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-10x {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-10x {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-11x {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-11x {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-12x {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-12x {
  padding-left: 12rem;
  padding-right: 12rem;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: .3rem;
}

.pr-3 {
  padding-right: .3rem;
}

.pb-3 {
  padding-bottom: .3rem;
}

.pl-3 {
  padding-left: .3rem;
}

.pt-4 {
  padding-top: .4rem;
}

.pr-4 {
  padding-right: .4rem;
}

.pb-4 {
  padding-bottom: .4rem;
}

.pl-4 {
  padding-left: .4rem;
}

.pt-5 {
  padding-top: .5rem;
}

.pr-5 {
  padding-right: .5rem;
}

.pb-5 {
  padding-bottom: .5rem;
}

.pl-5 {
  padding-left: .5rem;
}

.pt-6 {
  padding-top: .6rem;
}

.pr-6 {
  padding-right: .6rem;
}

.pb-6 {
  padding-bottom: .6rem;
}

.pl-6 {
  padding-left: .6rem;
}

.pt-10 {
  padding-top: .1rem;
}

.pr-10 {
  padding-right: .1rem;
}

.pb-10 {
  padding-bottom: .1rem;
}

.pl-10 {
  padding-left: .1rem;
}

.pt-15 {
  padding-top: .15rem;
}

.pr-15 {
  padding-right: .15rem;
}

.pb-15 {
  padding-bottom: .15rem;
}

.pl-15 {
  padding-left: .15rem;
}

.pt-20 {
  padding-top: .2rem;
}

.pr-20 {
  padding-right: .2rem;
}

.pb-20 {
  padding-bottom: .2rem;
}

.pl-20 {
  padding-left: .2rem;
}

.pt-25 {
  padding-top: .25rem;
}

.pr-25 {
  padding-right: .25rem;
}

.pb-25 {
  padding-bottom: .25rem;
}

.pl-25 {
  padding-left: .25rem;
}

.pt-75 {
  padding-top: .75rem;
}

.pr-75 {
  padding-right: .75rem;
}

.pb-75 {
  padding-bottom: .75rem;
}

.pl-75 {
  padding-left: .75rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-05 {
  padding-top: .05rem;
}

.pr-05 {
  padding-right: .05rem;
}

.pb-05 {
  padding-bottom: .05rem;
}

.pl-05 {
  padding-left: .05rem;
}

.pt-1x25 {
  padding-top: 1.25rem;
}

.pr-1x25 {
  padding-right: 1.25rem;
}

.pb-1x25 {
  padding-bottom: 1.25rem;
}

.pl-1x25 {
  padding-left: 1.25rem;
}

.pt-1x5 {
  padding-top: 1.5rem;
}

.pr-1x5 {
  padding-right: 1.5rem;
}

.pb-1x5 {
  padding-bottom: 1.5rem;
}

.pl-1x5 {
  padding-left: 1.5rem;
}

.pt-2x {
  padding-top: 2rem;
}

.pr-2x {
  padding-right: 2rem;
}

.pb-2x {
  padding-bottom: 2rem;
}

.pl-2x {
  padding-left: 2rem;
}

.pt-3x {
  padding-top: 3rem;
}

.pr-3x {
  padding-right: 3rem;
}

.pb-3x {
  padding-bottom: 3rem;
}

.pl-3x {
  padding-left: 3rem;
}

.pt-3x5 {
  padding-top: 3.5rem;
}

.pr-3x5 {
  padding-right: 3.5rem;
}

.pb-3x5 {
  padding-bottom: 3.5rem;
}

.pl-3x5 {
  padding-left: 3.5rem;
}

.pt-4x {
  padding-top: 4rem;
}

.pr-4x {
  padding-right: 4rem;
}

.pb-4x {
  padding-bottom: 4rem;
}

.pl-4x {
  padding-left: 4rem;
}

.pt-5x {
  padding-top: 5rem;
}

.pr-5x {
  padding-right: 5rem;
}

.pb-5x {
  padding-bottom: 5rem;
}

.pl-5x {
  padding-left: 5rem;
}

.pt-6x {
  padding-top: 6rem;
}

.pr-6x {
  padding-right: 6rem;
}

.pb-6x {
  padding-bottom: 6rem;
}

.pl-6x {
  padding-left: 6rem;
}

.pt-7x {
  padding-top: 7rem;
}

.pr-7x {
  padding-right: 7rem;
}

.pb-7x {
  padding-bottom: 7rem;
}

.pl-7x {
  padding-left: 7rem;
}

.pt-8x {
  padding-top: 8rem;
}

.pr-8x {
  padding-right: 8rem;
}

.pb-8x {
  padding-bottom: 8rem;
}

.pl-8x {
  padding-left: 8rem;
}

.pt-9x {
  padding-top: 9rem;
}

.pr-9x {
  padding-right: 9rem;
}

.pb-9x {
  padding-bottom: 9rem;
}

.pl-9x {
  padding-left: 9rem;
}

.pt-10x {
  padding-top: 10rem;
}

.pr-10x {
  padding-right: 10rem;
}

.pb-10x {
  padding-bottom: 10rem;
}

.pl-10x {
  padding-left: 10rem;
}

.pt-11x {
  padding-top: 11rem;
}

.pr-11x {
  padding-right: 11rem;
}

.pb-11x {
  padding-bottom: 11rem;
}

.pl-11x {
  padding-left: 11rem;
}

.pt-12x {
  padding-top: 12rem;
}

.pr-12x {
  padding-right: 12rem;
}

.pb-12x {
  padding-bottom: 12rem;
}

.pl-12x {
  padding-left: 12rem;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .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-crimson {
  color: crimson;
}

.text-amazon {
  color: #f90;
}

.text-rakuten {
  color: #be0714;
}

.text-link {
  color: #1b94e0;
}

.text-link-2 {
  color: #3ea5ff;
}

.text-blueviolet {
  color: blueviolet;
}

.text-ios-black {
  color: #000;
}

.text-ios-grey-darker {
  color: #121212;
}

.text-ios-grey-dark {
  color: #1c1c1e;
}

.text-ios-grey {
  color: #211e20;
}

.text-ios-grey-light {
  color: #303030;
}

.text-ios-grey-lighter {
  color: #98989e;
}

.text-ios-grey-lightest {
  color: #c1c1c1;
}

.text-ios-blue {
  color: #5a91f7;
}

.text-ios-white {
  color: #fff;
}

.text-black {
  color: #22292f;
}

.text-grey-main {
  color: #19191b;
}

.text-grey-darkest {
  color: #222223;
}

.text-grey-darker {
  color: #444;
}

.text-grey-dark {
  color: #d9d9d9ce;
}

.text-grey {
  color: #d9d9d9;
}

.text-grey-light {
  color: #dedede;
}

.text-grey-lighter {
  color: #fefefe;
}

.text-grey-lightest {
  color: #f8fafc;
}

.text-white {
  color: #fff;
}

.text-red-darkest {
  color: #3b0d0c;
}

.text-red-darker {
  color: #621b18;
}

.text-red-dark {
  color: #cc1f1a;
}

.text-red {
  color: #e3342f;
}

.text-red-light {
  color: #ef5753;
}

.text-red-lighter {
  color: #f9acaa;
}

.text-red-lightest {
  color: #fcebea;
}

.text-orange-darkest {
  color: #462a16;
}

.text-orange-darker {
  color: #613b1f;
}

.text-orange-dark {
  color: #de751f;
}

.text-orange {
  color: #f6993f;
}

.text-orange-light {
  color: #faad63;
}

.text-orange-lighter {
  color: #fcd9b6;
}

.text-orange-lightest {
  color: #fff5eb;
}

.text-yellow-darkest {
  color: #453411;
}

.text-yellow-darker {
  color: #684f1d;
}

.text-yellow-dark {
  color: #f2d024;
}

.text-yellow {
  color: #ffed4a;
}

.text-yellow-light {
  color: #fff382;
}

.text-yellow-lighter {
  color: #fff9c2;
}

.text-yellow-lightest {
  color: #fcfbeb;
}

.text-green-darkest {
  color: #0f2f21;
}

.text-green-darker {
  color: #1a4731;
}

.text-green-dark {
  color: #1f9d55;
}

.text-green {
  color: #38c172;
}

.text-green-light {
  color: #51d88a;
}

.text-green-lighter {
  color: #a2f5bf;
}

.text-green-lightest {
  color: #e3fcec;
}

.text-teal-darkest {
  color: #0d3331;
}

.text-teal-darker {
  color: #20504f;
}

.text-teal-dark {
  color: #38a89d;
}

.text-teal {
  color: #4dc0b5;
}

.text-teal-light {
  color: #64d5ca;
}

.text-teal-lighter {
  color: #a0f0ed;
}

.text-teal-lightest {
  color: #e8fffe;
}

.text-blue-darkest {
  color: #12283a;
}

.text-blue-darker {
  color: #1c3d5a;
}

.text-blue-dark {
  color: #2779bd;
}

.text-blue {
  color: #3490dc;
}

.text-blue-light {
  color: #6cb2eb;
}

.text-blue-lighter {
  color: #bcdefa;
}

.text-blue-lightest {
  color: #eff8ff;
}

.text-indigo-darkest {
  color: #191e38;
}

.text-indigo-darker {
  color: #2f365f;
}

.text-indigo-dark {
  color: #5661b3;
}

.text-indigo {
  color: #6574cd;
}

.text-indigo-light {
  color: #7886d7;
}

.text-indigo-lighter {
  color: #b2b7ff;
}

.text-indigo-lightest {
  color: #e6e8ff;
}

.text-purple-darkest {
  color: #21183c;
}

.text-purple-darker {
  color: #382b5f;
}

.text-purple-dark {
  color: #794acf;
}

.text-purple {
  color: #9561e2;
}

.text-purple-light {
  color: #a779e9;
}

.text-purple-lighter {
  color: #d6bbfc;
}

.text-purple-lightest {
  color: #f3ebff;
}

.text-pink-darkest {
  color: #451225;
}

.text-pink-darker {
  color: #6f213f;
}

.text-pink-dark {
  color: #eb5286;
}

.text-pink {
  color: #f66d9b;
}

.text-pink-light {
  color: #fa7ea8;
}

.text-pink-lighter {
  color: #ffbbca;
}

.text-pink-lightest {
  color: #ffebef;
}

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

.hover\:text-crimson:hover {
  color: crimson;
}

.hover\:text-amazon:hover {
  color: #f90;
}

.hover\:text-rakuten:hover {
  color: #be0714;
}

.hover\:text-link:hover {
  color: #1b94e0;
}

.hover\:text-link-2:hover {
  color: #3ea5ff;
}

.hover\:text-blueviolet:hover {
  color: blueviolet;
}

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

.hover\:text-ios-grey-darker:hover {
  color: #121212;
}

.hover\:text-ios-grey-dark:hover {
  color: #1c1c1e;
}

.hover\:text-ios-grey:hover {
  color: #211e20;
}

.hover\:text-ios-grey-light:hover {
  color: #303030;
}

.hover\:text-ios-grey-lighter:hover {
  color: #98989e;
}

.hover\:text-ios-grey-lightest:hover {
  color: #c1c1c1;
}

.hover\:text-ios-blue:hover {
  color: #5a91f7;
}

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

.hover\:text-black:hover {
  color: #22292f;
}

.hover\:text-grey-main:hover {
  color: #19191b;
}

.hover\:text-grey-darkest:hover {
  color: #222223;
}

.hover\:text-grey-darker:hover {
  color: #444;
}

.hover\:text-grey-dark:hover {
  color: #d9d9d9ce;
}

.hover\:text-grey:hover {
  color: #d9d9d9;
}

.hover\:text-grey-light:hover {
  color: #dedede;
}

.hover\:text-grey-lighter:hover {
  color: #fefefe;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc;
}

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

.hover\:text-red-darkest:hover {
  color: #3b0d0c;
}

.hover\:text-red-darker:hover {
  color: #621b18;
}

.hover\:text-red-dark:hover {
  color: #cc1f1a;
}

.hover\:text-red:hover {
  color: #e3342f;
}

.hover\:text-red-light:hover {
  color: #ef5753;
}

.hover\:text-red-lighter:hover {
  color: #f9acaa;
}

.hover\:text-red-lightest:hover {
  color: #fcebea;
}

.hover\:text-orange-darkest:hover {
  color: #462a16;
}

.hover\:text-orange-darker:hover {
  color: #613b1f;
}

.hover\:text-orange-dark:hover {
  color: #de751f;
}

.hover\:text-orange:hover {
  color: #f6993f;
}

.hover\:text-orange-light:hover {
  color: #faad63;
}

.hover\:text-orange-lighter:hover {
  color: #fcd9b6;
}

.hover\:text-orange-lightest:hover {
  color: #fff5eb;
}

.hover\:text-yellow-darkest:hover {
  color: #453411;
}

.hover\:text-yellow-darker:hover {
  color: #684f1d;
}

.hover\:text-yellow-dark:hover {
  color: #f2d024;
}

.hover\:text-yellow:hover {
  color: #ffed4a;
}

.hover\:text-yellow-light:hover {
  color: #fff382;
}

.hover\:text-yellow-lighter:hover {
  color: #fff9c2;
}

.hover\:text-yellow-lightest:hover {
  color: #fcfbeb;
}

.hover\:text-green-darkest:hover {
  color: #0f2f21;
}

.hover\:text-green-darker:hover {
  color: #1a4731;
}

.hover\:text-green-dark:hover {
  color: #1f9d55;
}

.hover\:text-green:hover {
  color: #38c172;
}

.hover\:text-green-light:hover {
  color: #51d88a;
}

.hover\:text-green-lighter:hover {
  color: #a2f5bf;
}

.hover\:text-green-lightest:hover {
  color: #e3fcec;
}

.hover\:text-teal-darkest:hover {
  color: #0d3331;
}

.hover\:text-teal-darker:hover {
  color: #20504f;
}

.hover\:text-teal-dark:hover {
  color: #38a89d;
}

.hover\:text-teal:hover {
  color: #4dc0b5;
}

.hover\:text-teal-light:hover {
  color: #64d5ca;
}

.hover\:text-teal-lighter:hover {
  color: #a0f0ed;
}

.hover\:text-teal-lightest:hover {
  color: #e8fffe;
}

.hover\:text-blue-darkest:hover {
  color: #12283a;
}

.hover\:text-blue-darker:hover {
  color: #1c3d5a;
}

.hover\:text-blue-dark:hover {
  color: #2779bd;
}

.hover\:text-blue:hover {
  color: #3490dc;
}

.hover\:text-blue-light:hover {
  color: #6cb2eb;
}

.hover\:text-blue-lighter:hover {
  color: #bcdefa;
}

.hover\:text-blue-lightest:hover {
  color: #eff8ff;
}

.hover\:text-indigo-darkest:hover {
  color: #191e38;
}

.hover\:text-indigo-darker:hover {
  color: #2f365f;
}

.hover\:text-indigo-dark:hover {
  color: #5661b3;
}

.hover\:text-indigo:hover {
  color: #6574cd;
}

.hover\:text-indigo-light:hover {
  color: #7886d7;
}

.hover\:text-indigo-lighter:hover {
  color: #b2b7ff;
}

.hover\:text-indigo-lightest:hover {
  color: #e6e8ff;
}

.hover\:text-purple-darkest:hover {
  color: #21183c;
}

.hover\:text-purple-darker:hover {
  color: #382b5f;
}

.hover\:text-purple-dark:hover {
  color: #794acf;
}

.hover\:text-purple:hover {
  color: #9561e2;
}

.hover\:text-purple-light:hover {
  color: #a779e9;
}

.hover\:text-purple-lighter:hover {
  color: #d6bbfc;
}

.hover\:text-purple-lightest:hover {
  color: #f3ebff;
}

.hover\:text-pink-darkest:hover {
  color: #451225;
}

.hover\:text-pink-darker:hover {
  color: #6f213f;
}

.hover\:text-pink-dark:hover {
  color: #eb5286;
}

.hover\:text-pink:hover {
  color: #f66d9b;
}

.hover\:text-pink-light:hover {
  color: #fa7ea8;
}

.hover\:text-pink-lighter:hover {
  color: #ffbbca;
}

.hover\:text-pink-lightest:hover {
  color: #ffebef;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-crimson:focus {
  color: crimson;
}

.focus\:text-amazon:focus {
  color: #f90;
}

.focus\:text-rakuten:focus {
  color: #be0714;
}

.focus\:text-link:focus {
  color: #1b94e0;
}

.focus\:text-link-2:focus {
  color: #3ea5ff;
}

.focus\:text-blueviolet:focus {
  color: blueviolet;
}

.focus\:text-ios-black:focus {
  color: #000;
}

.focus\:text-ios-grey-darker:focus {
  color: #121212;
}

.focus\:text-ios-grey-dark:focus {
  color: #1c1c1e;
}

.focus\:text-ios-grey:focus {
  color: #211e20;
}

.focus\:text-ios-grey-light:focus {
  color: #303030;
}

.focus\:text-ios-grey-lighter:focus {
  color: #98989e;
}

.focus\:text-ios-grey-lightest:focus {
  color: #c1c1c1;
}

.focus\:text-ios-blue:focus {
  color: #5a91f7;
}

.focus\:text-ios-white:focus {
  color: #fff;
}

.focus\:text-black:focus {
  color: #22292f;
}

.focus\:text-grey-main:focus {
  color: #19191b;
}

.focus\:text-grey-darkest:focus {
  color: #222223;
}

.focus\:text-grey-darker:focus {
  color: #444;
}

.focus\:text-grey-dark:focus {
  color: #d9d9d9ce;
}

.focus\:text-grey:focus {
  color: #d9d9d9;
}

.focus\:text-grey-light:focus {
  color: #dedede;
}

.focus\:text-grey-lighter:focus {
  color: #fefefe;
}

.focus\:text-grey-lightest:focus {
  color: #f8fafc;
}

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

.focus\:text-red-darkest:focus {
  color: #3b0d0c;
}

.focus\:text-red-darker:focus {
  color: #621b18;
}

.focus\:text-red-dark:focus {
  color: #cc1f1a;
}

.focus\:text-red:focus {
  color: #e3342f;
}

.focus\:text-red-light:focus {
  color: #ef5753;
}

.focus\:text-red-lighter:focus {
  color: #f9acaa;
}

.focus\:text-red-lightest:focus {
  color: #fcebea;
}

.focus\:text-orange-darkest:focus {
  color: #462a16;
}

.focus\:text-orange-darker:focus {
  color: #613b1f;
}

.focus\:text-orange-dark:focus {
  color: #de751f;
}

.focus\:text-orange:focus {
  color: #f6993f;
}

.focus\:text-orange-light:focus {
  color: #faad63;
}

.focus\:text-orange-lighter:focus {
  color: #fcd9b6;
}

.focus\:text-orange-lightest:focus {
  color: #fff5eb;
}

.focus\:text-yellow-darkest:focus {
  color: #453411;
}

.focus\:text-yellow-darker:focus {
  color: #684f1d;
}

.focus\:text-yellow-dark:focus {
  color: #f2d024;
}

.focus\:text-yellow:focus {
  color: #ffed4a;
}

.focus\:text-yellow-light:focus {
  color: #fff382;
}

.focus\:text-yellow-lighter:focus {
  color: #fff9c2;
}

.focus\:text-yellow-lightest:focus {
  color: #fcfbeb;
}

.focus\:text-green-darkest:focus {
  color: #0f2f21;
}

.focus\:text-green-darker:focus {
  color: #1a4731;
}

.focus\:text-green-dark:focus {
  color: #1f9d55;
}

.focus\:text-green:focus {
  color: #38c172;
}

.focus\:text-green-light:focus {
  color: #51d88a;
}

.focus\:text-green-lighter:focus {
  color: #a2f5bf;
}

.focus\:text-green-lightest:focus {
  color: #e3fcec;
}

.focus\:text-teal-darkest:focus {
  color: #0d3331;
}

.focus\:text-teal-darker:focus {
  color: #20504f;
}

.focus\:text-teal-dark:focus {
  color: #38a89d;
}

.focus\:text-teal:focus {
  color: #4dc0b5;
}

.focus\:text-teal-light:focus {
  color: #64d5ca;
}

.focus\:text-teal-lighter:focus {
  color: #a0f0ed;
}

.focus\:text-teal-lightest:focus {
  color: #e8fffe;
}

.focus\:text-blue-darkest:focus {
  color: #12283a;
}

.focus\:text-blue-darker:focus {
  color: #1c3d5a;
}

.focus\:text-blue-dark:focus {
  color: #2779bd;
}

.focus\:text-blue:focus {
  color: #3490dc;
}

.focus\:text-blue-light:focus {
  color: #6cb2eb;
}

.focus\:text-blue-lighter:focus {
  color: #bcdefa;
}

.focus\:text-blue-lightest:focus {
  color: #eff8ff;
}

.focus\:text-indigo-darkest:focus {
  color: #191e38;
}

.focus\:text-indigo-darker:focus {
  color: #2f365f;
}

.focus\:text-indigo-dark:focus {
  color: #5661b3;
}

.focus\:text-indigo:focus {
  color: #6574cd;
}

.focus\:text-indigo-light:focus {
  color: #7886d7;
}

.focus\:text-indigo-lighter:focus {
  color: #b2b7ff;
}

.focus\:text-indigo-lightest:focus {
  color: #e6e8ff;
}

.focus\:text-purple-darkest:focus {
  color: #21183c;
}

.focus\:text-purple-darker:focus {
  color: #382b5f;
}

.focus\:text-purple-dark:focus {
  color: #794acf;
}

.focus\:text-purple:focus {
  color: #9561e2;
}

.focus\:text-purple-light:focus {
  color: #a779e9;
}

.focus\:text-purple-lighter:focus {
  color: #d6bbfc;
}

.focus\:text-purple-lightest:focus {
  color: #f3ebff;
}

.focus\:text-pink-darkest:focus {
  color: #451225;
}

.focus\:text-pink-darker:focus {
  color: #6f213f;
}

.focus\:text-pink-dark:focus {
  color: #eb5286;
}

.focus\:text-pink:focus {
  color: #f66d9b;
}

.focus\:text-pink-light:focus {
  color: #fa7ea8;
}

.focus\:text-pink-lighter:focus {
  color: #ffbbca;
}

.focus\:text-pink-lightest:focus {
  color: #ffebef;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-crimson {
  color: crimson;
}

.group:hover .group-hover\:text-amazon {
  color: #f90;
}

.group:hover .group-hover\:text-rakuten {
  color: #be0714;
}

.group:hover .group-hover\:text-link {
  color: #1b94e0;
}

.group:hover .group-hover\:text-link-2 {
  color: #3ea5ff;
}

.group:hover .group-hover\:text-blueviolet {
  color: blueviolet;
}

.group:hover .group-hover\:text-ios-black {
  color: #000;
}

.group:hover .group-hover\:text-ios-grey-darker {
  color: #121212;
}

.group:hover .group-hover\:text-ios-grey-dark {
  color: #1c1c1e;
}

.group:hover .group-hover\:text-ios-grey {
  color: #211e20;
}

.group:hover .group-hover\:text-ios-grey-light {
  color: #303030;
}

.group:hover .group-hover\:text-ios-grey-lighter {
  color: #98989e;
}

.group:hover .group-hover\:text-ios-grey-lightest {
  color: #c1c1c1;
}

.group:hover .group-hover\:text-ios-blue {
  color: #5a91f7;
}

.group:hover .group-hover\:text-ios-white {
  color: #fff;
}

.group:hover .group-hover\:text-black {
  color: #22292f;
}

.group:hover .group-hover\:text-grey-main {
  color: #19191b;
}

.group:hover .group-hover\:text-grey-darkest {
  color: #222223;
}

.group:hover .group-hover\:text-grey-darker {
  color: #444;
}

.group:hover .group-hover\:text-grey-dark {
  color: #d9d9d9ce;
}

.group:hover .group-hover\:text-grey {
  color: #d9d9d9;
}

.group:hover .group-hover\:text-grey-light {
  color: #dedede;
}

.group:hover .group-hover\:text-grey-lighter {
  color: #fefefe;
}

.group:hover .group-hover\:text-grey-lightest {
  color: #f8fafc;
}

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

.group:hover .group-hover\:text-red-darkest {
  color: #3b0d0c;
}

.group:hover .group-hover\:text-red-darker {
  color: #621b18;
}

.group:hover .group-hover\:text-red-dark {
  color: #cc1f1a;
}

.group:hover .group-hover\:text-red {
  color: #e3342f;
}

.group:hover .group-hover\:text-red-light {
  color: #ef5753;
}

.group:hover .group-hover\:text-red-lighter {
  color: #f9acaa;
}

.group:hover .group-hover\:text-red-lightest {
  color: #fcebea;
}

.group:hover .group-hover\:text-orange-darkest {
  color: #462a16;
}

.group:hover .group-hover\:text-orange-darker {
  color: #613b1f;
}

.group:hover .group-hover\:text-orange-dark {
  color: #de751f;
}

.group:hover .group-hover\:text-orange {
  color: #f6993f;
}

.group:hover .group-hover\:text-orange-light {
  color: #faad63;
}

.group:hover .group-hover\:text-orange-lighter {
  color: #fcd9b6;
}

.group:hover .group-hover\:text-orange-lightest {
  color: #fff5eb;
}

.group:hover .group-hover\:text-yellow-darkest {
  color: #453411;
}

.group:hover .group-hover\:text-yellow-darker {
  color: #684f1d;
}

.group:hover .group-hover\:text-yellow-dark {
  color: #f2d024;
}

.group:hover .group-hover\:text-yellow {
  color: #ffed4a;
}

.group:hover .group-hover\:text-yellow-light {
  color: #fff382;
}

.group:hover .group-hover\:text-yellow-lighter {
  color: #fff9c2;
}

.group:hover .group-hover\:text-yellow-lightest {
  color: #fcfbeb;
}

.group:hover .group-hover\:text-green-darkest {
  color: #0f2f21;
}

.group:hover .group-hover\:text-green-darker {
  color: #1a4731;
}

.group:hover .group-hover\:text-green-dark {
  color: #1f9d55;
}

.group:hover .group-hover\:text-green {
  color: #38c172;
}

.group:hover .group-hover\:text-green-light {
  color: #51d88a;
}

.group:hover .group-hover\:text-green-lighter {
  color: #a2f5bf;
}

.group:hover .group-hover\:text-green-lightest {
  color: #e3fcec;
}

.group:hover .group-hover\:text-teal-darkest {
  color: #0d3331;
}

.group:hover .group-hover\:text-teal-darker {
  color: #20504f;
}

.group:hover .group-hover\:text-teal-dark {
  color: #38a89d;
}

.group:hover .group-hover\:text-teal {
  color: #4dc0b5;
}

.group:hover .group-hover\:text-teal-light {
  color: #64d5ca;
}

.group:hover .group-hover\:text-teal-lighter {
  color: #a0f0ed;
}

.group:hover .group-hover\:text-teal-lightest {
  color: #e8fffe;
}

.group:hover .group-hover\:text-blue-darkest {
  color: #12283a;
}

.group:hover .group-hover\:text-blue-darker {
  color: #1c3d5a;
}

.group:hover .group-hover\:text-blue-dark {
  color: #2779bd;
}

.group:hover .group-hover\:text-blue {
  color: #3490dc;
}

.group:hover .group-hover\:text-blue-light {
  color: #6cb2eb;
}

.group:hover .group-hover\:text-blue-lighter {
  color: #bcdefa;
}

.group:hover .group-hover\:text-blue-lightest {
  color: #eff8ff;
}

.group:hover .group-hover\:text-indigo-darkest {
  color: #191e38;
}

.group:hover .group-hover\:text-indigo-darker {
  color: #2f365f;
}

.group:hover .group-hover\:text-indigo-dark {
  color: #5661b3;
}

.group:hover .group-hover\:text-indigo {
  color: #6574cd;
}

.group:hover .group-hover\:text-indigo-light {
  color: #7886d7;
}

.group:hover .group-hover\:text-indigo-lighter {
  color: #b2b7ff;
}

.group:hover .group-hover\:text-indigo-lightest {
  color: #e6e8ff;
}

.group:hover .group-hover\:text-purple-darkest {
  color: #21183c;
}

.group:hover .group-hover\:text-purple-darker {
  color: #382b5f;
}

.group:hover .group-hover\:text-purple-dark {
  color: #794acf;
}

.group:hover .group-hover\:text-purple {
  color: #9561e2;
}

.group:hover .group-hover\:text-purple-light {
  color: #a779e9;
}

.group:hover .group-hover\:text-purple-lighter {
  color: #d6bbfc;
}

.group:hover .group-hover\:text-purple-lightest {
  color: #f3ebff;
}

.group:hover .group-hover\:text-pink-darkest {
  color: #451225;
}

.group:hover .group-hover\:text-pink-darker {
  color: #6f213f;
}

.group:hover .group-hover\:text-pink-dark {
  color: #eb5286;
}

.group:hover .group-hover\:text-pink {
  color: #f66d9b;
}

.group:hover .group-hover\:text-pink-light {
  color: #fa7ea8;
}

.group:hover .group-hover\:text-pink-lighter {
  color: #ffbbca;
}

.group:hover .group-hover\:text-pink-lightest {
  color: #ffebef;
}

.text-75 {
  font-size: .75rem;
}

.text-135 {
  font-size: 1.35rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-7xl {
  font-size: 5rem;
}

.text-xsmall {
  font-size: x-small;
}

.text-small {
  font-size: small;
}

.text-medium {
  font-size: medium;
}

.text-larger {
  font-size: larger;
}

.text-large {
  font-size: large;
}

.text-xlarge {
  font-size: x-large;
}

.italic {
  font-style: italic;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:roman:focus {
  font-style: normal;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.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-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-20 {
  width: 20%;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 40%;
}

.w-48 {
  width: 12rem;
}

.w-50 {
  width: 50%;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 60%;
}

.w-64 {
  width: 16rem;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-128 {
  width: 32rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-40x {
  width: 10rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-90p {
  width: 90%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-q {
  width: 25%;
}

.w-half {
  width: 50%;
}

.w-3q {
  width: 75%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-5x {
  width: 5rem;
}

.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-98 {
  z-index: 98;
}

.z-99 {
  z-index: 99;
}

.z-100 {
  z-index: 100;
}

.z-199 {
  z-index: 199;
}

.z-299 {
  z-index: 299;
}

.z-auto {
  z-index: auto;
}

@layer utilities {
  .banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .sup-banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 2.5rem;
    font-family: 'Lobster', cursive;
  }

  .sup-banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .sup-banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .with-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .with-overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .t-2 {
    top: 2rem;
  }

  .t-6 {
    top: 6rem;
  }

  .b-0 {
    bottom: 0rem;
  }

  .b-2 {
    bottom: 2rem;
  }

  .b-6 {
    bottom: 6rem;
  }

  .bs-25 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
  }

  .bs-5 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
  }

  .bs-75 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
  }/* omg */

  .left-0 {
    left: 0;
  }

  .right-0 {
    right: 0;
  }

  .left-1 {
    left: 1rem;
  }

  .right-1 {
    right: 1rem;
  }

  .right-10pct {
    right: 10%;
  }

  .luki h1 {
    color: crimson;
  }

  .collapse {
    visibility: collapse;
  }

  .r-10 {
    right: 10%;
  }

  .r-15 {
    right: 1.5rem;
  }

  .r-20pct {
    right: 20%;
  }

  .r-25pct {
    right: 25%;
  }

  .ad-md {
    height: calc((27rem - 2rem) / (2.7 * .8));
  }

  .ad-lg {
    height: calc((27rem - 2rem) / (2.7 * .85));
  }

  .ad-xl {
    height: calc((27rem - 2rem) / (2.7 * .9));
  }

  .ad-md-wide {
    height: calc((27rem - 2rem) / (2.7 * .75));
  }

  .ad-lg-wide {
    height: calc((27rem - 2rem) / (2.7 * .7));
  }

  .ad-xl-wide {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .banner-xl {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .photo-placeholder-xl {
    height: calc((50vw) / (16 / 9));
  }

  .photo-padding-xl {
    margin: 1rem;
    padding: .5rem;
    border-radius: 1rem;
  }

  .masonry-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .masonry-mdx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .masonry-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .masonry-lg2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .masonry-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .scroller-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .scroller-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .scroller-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .scroller-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .masonry-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }
}

.checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #222223;
  border-radius: 5px;
          transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
  border: 2px solid #222223;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #222223;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #222223;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid crimson;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
          transform: rotate(0deg) scale(0);
  opacity: 1;
          transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid crimson;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
          transform: scale(3);
  opacity: 0;
  z-index: 999;
          transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
}

.no-outline {
  -webkit-tap-highlight-color: transparent;
}

.no-outline:focus {
  outline: none;
  box-shadow: none;
}

.no-outline:active {
  outline: none;
  box-shadow: none;
}

.do-pulse {
}

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

.stick-to-bottom {
  bottom: 0;
  position: fixed;
}

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

.flex-justify-content-space-evenly {
  justify-content: space-evenly;
}

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

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

.background-white-25 {
  background-color: rgba(255, 255, 255, .25);
}

.background-grey-darker-75 {
  background-color: rgba(38, 38, 38, .75);
}

.background-grey-darkest-75 {
  background-color: rgba(34, 34, 35, .75);
}

.blur-20 {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.top-1 {
  top: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.bottom-1x3 {
  bottom: 1.3rem;
}

.right-space {
  bottom: 2rem;
  right: 2.5rem;
}

.bottom-1x4 {
  bottom: 1.4rem;
}

.bottom-1x5 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.left-1 {
  left: 1rem;
}

.right-1 {
  right: 1rem;
}

.right-10pct {
  right: 10%;
}

.collapse {
  visibility: collapse;
}

.t-2 {
  top: 2rem;
}

.t-6 {
  top: 6rem;
}

.b-0 {
  bottom: 0rem;
}

.b-2 {
  bottom: 2rem;
}

.b-6 {
  bottom: 6rem;
}

.bs-25 {
  box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
}

.bs-5 {
  box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
}

.bs-75 {
  box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
}

body {
  background: #eee;
}

.loader {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
}

.backgroundAnimation {
  height: 4px;
  background: #27c4f5 linear-gradient(to right, #27c4f5, #a307ba, #fd8d32, #70c050, #27c4f5);
  background-size: 500%;
  -webkit-animation: 2s linear infinite barprogress, .3s fadein;
          animation: 2s linear infinite barprogress, .3s fadein;
  width: 100%;
}

@-webkit-keyframes barprogress {
  0% {
    background-position: 0% 0;
  }

  to {
    background-position: 125% 0;
  }
}

@keyframes barprogress {
  0% {
    background-position: 0% 0;
  }

  to {
    background-position: 125% 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@charset "UTF-8";

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  border-radius: .3em;
  transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .8);
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, .7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s, opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, .5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, .75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML *//* Firefox */
     -moz-user-select: none;
  /* Internet Explorer/Edge */
      -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
          user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
          animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
          animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: .44s;
          animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, .75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
            transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
            transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
            transform: scale3d(1.15, .85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
            transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
            transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
            transform: scale3d(1.15, .85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
             transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
             transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
             transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
             transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
             transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
            transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
            transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
             transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
             transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
             transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
             transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
             transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  transition-timing-function: cubic-bezier(.38, .1, .23, .93)));
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
  transition-timing-function: cubic-bezier(.38, .1, .23, .93)));
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
}

.animated.fastest {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}

.do-pulse:active:hover {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes pulse-big {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
            transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse-big {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
            transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse-big {
  -webkit-animation-name: pulse-big;
          animation-name: pulse-big;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: .125rem;
  background-color: #222223;
  transition: .4s;
  border-radius: 1rem;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #dedede;
  transition: .4s;
}

input:checked + .slider {
  background-color: crimson;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.35rem);
          transform: translateX(1.35rem);
}

/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  /*box-sizing: content-box;*/
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  /*
    position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  /*
    opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  /*
    font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
          transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*!
 * Cropper.js v1.1.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-10-21T09:27:29.883Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 1.5rem;
}

.cropper-container img {
  /*Avoid margin top issue (Occur only when margin-top <= -height)
   */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  box-shadow: 0 0 0 .2rem rgba(62, 165, 255, .75);
  overflow: hidden;
  width: 100%;
  border-radius: 1.5rem;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: e-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: n-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: w-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: s-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: e-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: n-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: w-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: ne-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nw-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: sw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: se-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background: transparent;
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.progress-ring {
}

.progress-circle {
  transition: .35s stroke-dashoffset;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.cropper-wrap-box {
  border-radius: 1.5rem;
  background: transparent;
}

.cropper-container {
  background: transparent;
}

.cropper-drag-box {
  border-radius: 1.5rem;
}

.swiper-pagination {
}

.swiper-pagination-bullet {
  background-color: #d9d9d9ce;
}

.swiper-pagination-bullet-active {
  background-color: crimson;
}

.swiper-container {
}

.swiper-slide {
}

.swiper-height {
  height: 14rem;
  min-height: 14rem;
  max-height: 14rem;
}

.swiper-min-height {
  min-height: 14rem;
}

.gallery-top {
}

.gallery-thumbs {
}

.gallery-thumbs-edit {
}

.swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-swiper-height {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}

.gallery-swiper-width {
  width: 7rem;
  min-width: 7rem;
  max-width: 7rem;
}

@-webkit-keyframes changeColor {
  from {
    background-color: #222223;
  }

  to {
    background-color: #28282a;
  }
}

@keyframes changeColor {
  from {
    background-color: #222223;
  }

  to {
    background-color: #28282a;
  }
}

.placeholder {
  -webkit-animation: changeColor .75s infinite alternate;
          animation: changeColor .75s infinite alternate;
  -webkit-backface-visibility: hidden;
}

.slider-input {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  background: transparent;
}

.slider-input:focus {
  outline: none;
}

.slider-input-none::-webkit-slider-runnable-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: #222223;
  border-radius: 1rem;
}

.slider-input-selected::-webkit-slider-runnable-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: crimson;
  border-radius: 1rem;
}

.slider-input::-webkit-slider-thumb {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #dedede;
  cursor: pointer;
  -webkit-appearance: none;
}

.slider-input:active::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 .2rem rgba(62, 165, 255, .75);
  border-radius: 1.5rem;
}

.slider-input-none::-moz-range-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: #222223;
  border-radius: 1rem;
}

.slider-input-selected::-moz-range-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: crimson;
  border-radius: 1rem;
}

.slider-input:active::-moz-range-track {
  box-shadow: 0 0 0 .2rem rgba(62, 165, 255, .75);
  border-radius: 1.5rem;
}

.slider-input::-moz-range-thumb {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}

.slider-input-none::-ms-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: #222223;
  border-radius: 1rem;
}

.slider-input-selected::-ms-track {
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: crimson;
  border-radius: 1rem;
}

.slider-input:active::-ms-track {
  box-shadow: 0 0 0 .2rem rgba(62, 165, 255, .75);
  border-radius: 1.5rem;
}

.slider-input::-ms-fill-lower {
  background: crimson;
  border: .2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}

.slider-input::-ms-fill-upper {
  background: crimson;
  border: .2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}

.slider-input::-ms-thumb {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}

.slider-input:focus::-ms-fill-lower {
  background: crimson;
}

.slider-input:focus::-ms-fill-upper {
  background: crimson;
}

@font-face {
  font-family: 'Karla', sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Karla") format("opentype");
  font-weight: 300;
}

.britechart {
  font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.select-disable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
     -moz-user-select: none;
  /* Firefox */
      -ms-user-select: none;
  /* Internet Explorer/Edge */
          user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.line-load-state .chart-filter,
.stacked-area-load-state .chart-filter,
.donut-load-state .chart-filter,
.bar-load-state .chart-filter {
  will-change: transform;
  -webkit-animation: swipe 1.5s linear infinite forwards;
          animation: swipe 1.5s linear infinite forwards;
}

@-webkit-keyframes swipe {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes swipe {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.vertical-grid-line,
.horizontal-grid-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #eff2f5;
  stroke-width: 1;
  stroke-dasharray: 4, 4;
}

.horizontal-grid-line--highlighted {
  stroke: #45494e;
  stroke-dasharray: 2, 2;
}

.extended-y-line,
.extended-x-line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #d2d6df;
  stroke-width: 1;
}

.tick line {
  fill: none;
  stroke: #adb0b6;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.tick text {
  font-size: 1rem;
  fill: #666a73;
  padding: 12px;
}

.y-axis-label,
.x-axis-label {
  font-size: 1rem;
  fill: #adb0b6;
}

.vertical-marker-container .vertical-marker {
  stroke: #d2d6df;
  stroke-width: 1;
  fill: none;
}

.vertical-marker-container .data-point-highlighter {
  fill: #fff;
  stroke-width: 2;
}

.tooltip-background {
  fill: rgba(255, 255, 255, .97);
  stroke: #d2d6df;
  stroke-width: 1;
  border-radius: 2px;
}

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: .97;
          transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
}

.britechart-legend .legend-entry.is-faded .legend-entry-name,
.britechart-legend .legend-entry.is-faded .legend-entry-value,
.britechart-legend .legend-entry.is-faded .legend-circle {
  opacity: .2;
}

.bar-chart .bar {
  shape-rendering: crispEdges;
}

.bar-chart .y-axis-group .tick text {
  font-size: 14px;
}

.bar-chart .axis path {
  display: none;
}

.bar-chart .tick line {
  display: none;
}

.bar-chart .adjust-upwards {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.bar-chart .percentage-label {
  fill: #666a73;
}

.line-chart .data-point-mark {
  fill: #fff;
}

.line-chart .topic .line {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-chart .x.axis path,
.line-chart .y.axis path {
  display: none;
}

.line-chart .month-axis path {
  display: none;
}

.line-chart .custom-line {
  shape-rendering: crispEdges;
  stroke-width: 1;
}

.line-chart .custom-line-annotation {
  font-size: .75rem;
  line-height: .75rem;
  fill: #666a73;
}

.line-chart .masking-rectangle {
  fill: #fff;
}

.scatter-plot .y-axis-group .tick line {
  display: none;
}

.scatter-plot .y-axis-group .axis path {
  display: none;
}

.scatter-plot .x.axis path {
  display: none;
}

.scatter-plot .data-point-highlighter {
  stroke-width: 1.2;
}

.sparkline {
  stroke: #adb0b6;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sparkline .line {
  stroke-width: 2;
}

.sparkline .sparkline-circle {
  fill: #ff584c;
  stroke-width: 0;
  display: none;
}

.sparkline .sparkline-area {
  stroke: none;
}

.stacked-area .dot {
  display: none;
}

.stacked-area .y-axis-group path {
  display: none;
}

.stacked-area .x-axis-group path {
  display: none;
}

.stacked-area .area-outline {
  shape-rendering: geometricPrecision;
  stroke-width: 1.2;
}

.stacked-area .data-point-highlighter {
  stroke-width: 1.2;
}

.stacked-area .empty-data-line {
  stroke-width: 2px;
  stroke-linecap: round;
}

.stacked-bar .x-axis-group path,
.stacked-bar .y-axis-group path {
  display: none;
}

.stacked-bar .y-axis-group .tick text {
  font-size: 14px;
}

.stacked-bar .tick line,
.stacked-bar .tick line {
  display: none;
}

.grouped-bar .x-axis-group path,
.grouped-bar .y-axis-group path {
  display: none;
}

.grouped-bar .y-axis-group .tick text {
  font-size: 14px;
}

.grouped-bar .tick line,
.grouped-bar .tick line {
  display: none;
}

.step-chart .step {
  fill: #8fdad8;
  stroke-width: 0;
  shape-rendering: crispEdges;
}

.step-chart .step:hover {
  fill: #39c2c9;
}

.step-chart .axis path {
  display: none;
}

.step-chart .tick line {
  display: none;
}

.brush-chart .brush-area {
  fill: #eff2f5;
}

.brush-chart rect.brush-rect.selection {
  fill-opacity: .08;
  stroke-linejoin: round;
}

.brush-chart rect.brush-rect.handle {
  fill: #00d8d2;
  width: .2rem;
}

.brush-chart .axis path {
  display: none;
}

.bullet-chart .marker-line {
  shape-rendering: crispEdges;
}

.bullet-chart .axis-group path {
  display: none;
}

.bullet-chart .bullet-title {
  font-size: 16px;
}

.avatar-xs {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-small {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: .5rem;
}

.avatar-container-small {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.link-full {
  width: 100%;
  height: 100%;
}

.nav-button {
  border-radius: 1rem;
  margin: .25rem;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: rgba(38, 38, 38, .75);
}

.nav-button-text-edit {
  border-radius: .5rem;
  margin: .25rem;
  padding: .25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.nav-button-small {
  border-radius: .5rem;
  margin: .25rem;
  padding: .75rem;
  width: 3rem;
  height: 3rem;
  background-color: rgba(38, 38, 38, .75);
}

.nav-button-small-no-padding {
  border-radius: .5rem;
  margin: .25rem;
  width: 3rem;
  height: 3rem;
  background-color: rgba(38, 38, 38, .75);
}

.nav-button-small-no-padding-clear {
  border-radius: .5rem;
  margin: .25rem;
  width: 3rem;
  height: 3rem;
}

.nav-button-small-clear {
  border-radius: .5rem;
  margin: .25rem;
  padding: .75rem;
  width: 3rem;
  height: 3rem;
}

.nav-button-small-ultra {
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  background-color: rgba(38, 38, 38, .75);
}

.nav-button-chevron {
  border-radius: .5rem;
  padding-top: .15rem;
}

.menu-heading {
  color: #444;
}

.menu-heading-selected {
  color: #dedede;
}

.menu-button {
  display: inline-block;
  border-radius: 2rem;
  color: #dedede;
}

.menu-button-selected {
  display: inline-block;
  border-radius: 2rem;
  color: #dedede;
  background-color: #222223;
  color: #dedede;
}

.menu-button-inner {
  display: flex;
  border-radius: 2rem;
  height: 2rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
}

.menu-button:focus {
  outline: 0;
}

.menu-button-selected:focus {
  outline: 0;
}

.list-item-engage {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item-new-interest {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-flow: column;
}

.list-item-trending {
  display: flex;
  flex-flow: row;
  justify-items: center;
  align-items: center;
}

.list-item-trending-column {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-start;
}

.list-engage {
  color: #dedede;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  text-align: left;
  text-justify: auto;
}

.list-trending {
  color: #dedede;
  display: flex;
  flex-flow: column;
  text-align: left;
  text-justify: left;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-menu::-webkit-scrollbar {
  display: none;
}

.info-item {
  text-align: left;
  text-justify: auto;
  color: #dedede;
}

.info-item-small {
  text-align: left;
  text-justify: auto;
  color: #dedede;
  font-size: .75rem;
}

.info-item-top {
  text-align: left;
  text-justify: auto;
  color: #dedede;
  font-size: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.info-item-bottom {
  text-align: left;
  text-justify: auto;
  font-size: .75rem;
  padding-top: .5rem;
}

.info {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.info-small {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.info-post {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.info-container {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: .5rem;
}

.info-container-small {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: .5rem;
}

.info-container-talk {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
  padding-left: .5rem;
}

.info-container-post {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: baseline;
  padding-left: .5rem;
}

.info-username-long {
  color: #dedede;
  font-size: x-large;
}

.info-username-long-small {
  color: #dedede;
  font-size: medium;
  text-align: left;
  text-justify: auto;
}

.info-username-long-xs {
  color: #dedede;
  font-size: small;
  text-align: left;
  text-justify: auto;
}

.info-title-top {
  color: #dedede;
  font-size: small;
  text-align: left;
  text-justify: auto;
  padding-top: .5rem;
}

.title-l {
  padding: .5rem;
  color: #dedede;
  font-size: large;
}

.title-xl {
  padding: .5rem;
  color: #dedede;
  font-size: x-large;
}

.sub-text {
  color: #dedede;
  padding-left: .5rem;
  padding-top: .5rem;
  text-align: left;
  text-justify: auto;
}

.sub-text-p1 {
  color: #dedede;
  text-align: left;
  text-justify: auto;
}

.bottom-m3 {
  margin-bottom: 3rem;
}

.bottom-m1 {
  margin-bottom: 1rem;
}

/*
.home
{
    
}

.interest-item-container
{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.interest-item
{
    width: 100%; 
    height: 2rem; 
    border-radius: 1rem;
    object-fit: cover;
}

.home-container-entry
{    
    column-gap: 0rem; 
    overflow: hidden; 
    margin: .5rem;
    columns: 1;
}

.home-container-review
{    
    column-gap: 0rem; 
    overflow: hidden; 
    margin: .5rem;
    columns: 2;
}

.home-info-container
{
    display: flex; 
    flex-flow: column; 
    justify-content: flex-start; 
    justify-items: flex-start; 
    align-items: flex-start;
}

.home-img-item-div
{
    display: flex; 
    flex-flow: column; 
    align-items: center; 
    justify-content: center; 
}

.home-img-item
{
    width: auto; 
    height: auto; 
    border-radius: .25rem; 
    object-fit: cover;
}

.home-img-item-ultra
{
    width: auto; 
    height: auto; 
    border-radius: .25rem; 
    object-fit: fill;
}

.cover
{
    object-fit: cover;
}

.circle
{
    border-radius: 50%;
}

.size2
{
    height: 2rem;
    width: 2rem;
}

.size3
{
    height: 3rem;
    width: 3rem;
}

.size5
{
    height: 5rem;
    width: 5rem;
    min-height: 5rem;
    min-width: 5rem;
}

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

.stretch
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} 
*/

.banana {
  background-color: yellow;
}

.chocolate {
  background-color: brown;
}

.focus\:banana:focus {
  background-color: yellow;
}

.focus\:chocolate:focus {
  background-color: brown;
}

.hover\:banana:hover {
  background-color: yellow;
}

.hover\:chocolate:hover {
  background-color: brown;
}

html {
  position: relative;
  overflow-x: hidden;
}

body {
  background-color: #19191b;
  color: azure;
  text-align: center;
}

.dmsans {
  font-family: 'DM Sans', sans-serif;
}

span[id="ezmob-wrapper"] {
  display: none;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.notification-sm {
  width: calc(100% - 2rem);
}

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

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flow-r {
  flex-flow: row;
}

.flow-rw {
  flex-flow: row wrap;
}

.flow-c {
  flex-flow: column;
}

.flow-cw {
  flex-flow: column wrap;
}

.isVisible {
  opacity: 100;
}

.notVisible {
  opacity: 0;
}

.admin {
  background-color: red;
}

.regular {
  background-color: 'red-lighter';
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

select:focus {
  outline: none;
}

.sizing-border {
  box-sizing: border-box;
}

.scrollbar-width-none {
  scrollbar-width: none;
}

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

.border-nice {
  border-width: .1rem;
  border-color: #262626;
}

.border-dark {
  border-color: #262626;
}

.border-grey {
  border-color: #d9d9d9;
}

.ms-overflow-none {
  -ms-overflow-style: none;
}

.small {
  -webkit-transform: scale(.95);
          transform: scale(.95);
}

.shrink {
  transition: all .1s ease-in-out;
}

.bloom {
  transition: all .1s ease-in-out;
}

.bloom:active {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
  box-shadow: 0px 1px 25px 25px rgba(0, 0, 0, .1);
}

.bloom-rev {
  transition: all .1s ease-in-out;
}

.bloom-rev:active {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
  box-shadow: 0px 1px 25px 25px rgba(0, 0, 0, .1);
}

.muted {
  transition: all .1s ease-in-out;
  background-color: #19191b;
  opacity: 75%;
}

.unmuted {
  transition: all .1s ease-in-out;
  background-color: transparent;
  opacity: 100%;
}

.grow {
  transition: all .1s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.shrink:active {
  -webkit-transform: scale(.95);
          transform: scale(.95);
}

.shrink-small {
  transition: all .1s ease-in-out;
}

.shrink-small:active {
  -webkit-transform: scale(.975);
          transform: scale(.975);
}

.shrink-smaller {
  transition: all .1s ease-in-out;
}

.shrink-smaller:active {
  -webkit-transform: scale(.985);
          transform: scale(.985);
}

.with-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.with-overflow-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.with-overflow-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.with-overflow-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.with-overflow-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.with-overflow-url {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 70vw;
  line-height: normal;
}

.nice-border {
  border-radius: 2rem;
  border-width: .1rem;
}

.selected {
  border-radius: 1.5rem;
  border-width: .2rem;
  border-color: #3ea5ff;
  margin: -.2rem;
}

.inputfile {
  display: none;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinning {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes SlideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes SlideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes SlideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes SlideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes FadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes FadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.xgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }
}

@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}

.xgrid-item {
  display: inline-block;
  padding: 20px;
  margin: 20px;
  height: 250px;
  background-color: #658fa3;
  border-radius: 5px;
  background-image: url("https://s.yimg.com/uu/api/res/1.2/DvLHpVNESGSc4Itgtw7Rkg--~B/aD02MzA7dz0xMjAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/people_218/509a613336c762f3212072edb20c1086");
  background-size: cover;
}

.sortable-handler {
  touch-action: none;
}

.cursor-pointer {
  cursor: pointer;
}

.glow {
}

.glow:active {
  background-color: rgba(222, 222, 222, .1);
}

.glow-dark {
}

.glow-dark:active {
  background-color: rgba(44, 44, 45, 1);
}

.glow-light {
}

.glow-light:active {
  background-color: #222223;
}

.glow-from-dark {
  background-color: #19191b;
}

.glow-from-dark:active {
  background-color: #222223;
}

.no-scroll {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

.no-scroll-still {
  overflow: hidden;
}

.active-text {
}

.active-text:active {
  color: #dedede;
}

.active-text:hover {
  color: #dedede;
}

.br-2 {
  border-radius: 2rem;
}

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

.overflower {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  height: 1rem;
  line-height: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overflower-long {
  display: inline;
}

.overflower-short {
  display: none;
}

@supports (flex-wrap: wrap) {
  .overflower {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .overflower-short {
    display: block;
    overflow: hidden;
    flex-grow: 1;
    width: 0;
    text-overflow: ellipsis;
  }

  .overflower-long {
    flex-basis: 100%;
  }
}

* {
  box-sizing: inherit;
  margin: 0;
}

.r-15 {
  right: 1.5rem;
}

.ad {
  height: calc((27rem - 2rem) / (2.7));
}

.banner {
  height: calc((100vw - 2rem) / (2.7));
}

.photo-placeholder {
  height: calc((100vw - 2rem) / (16 / 9));
}

.photo-padding {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.small-banner {
  height: calc(((80vw/3) - 6rem) / (2.76));
}

.ad-xl-wide {
  height: calc((80vw - 2rem) / (4.76));
}

.scroller {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  grid-template-rows: masonry;
  justify-content: center;
  grid-gap: 0;
  padding: .5rem;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
  grid-template-rows: masonry;
  justify-content: center;
  grid-gap: 0;
  padding: .5rem;
}

.masonry > * {
  align-self: start;
}

.overflowable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.size5 {
  height: 5rem;
  width: 5rem;
  min-height: 5rem;
  min-width: 5rem;
}

.banner-style {
  text-shadow: 2px 2px rgba(0, 0, 0, .75);
  max-width: 90vw;
}

.banner-centered {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #dedede;
  font-size: 2rem;
  font-family: 'Lobster', cursive;
}

.support-banner-centered {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #dedede;
  font-size: 2rem;
  font-family: 'Lobster', cursive;
}

.banner-container {
  position: relative;
  text-align: center;
}

.lobster-title {
  font-family: 'Lobster', cursive;
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

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

  .sm\:bg-crimson {
    background-color: crimson;
  }

  .sm\:bg-amazon {
    background-color: #f90;
  }

  .sm\:bg-rakuten {
    background-color: #be0714;
  }

  .sm\:bg-link {
    background-color: #1b94e0;
  }

  .sm\:bg-link-2 {
    background-color: #3ea5ff;
  }

  .sm\:bg-blueviolet {
    background-color: blueviolet;
  }

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

  .sm\:bg-ios-grey-darker {
    background-color: #121212;
  }

  .sm\:bg-ios-grey-dark {
    background-color: #1c1c1e;
  }

  .sm\:bg-ios-grey {
    background-color: #211e20;
  }

  .sm\:bg-ios-grey-light {
    background-color: #303030;
  }

  .sm\:bg-ios-grey-lighter {
    background-color: #98989e;
  }

  .sm\:bg-ios-grey-lightest {
    background-color: #c1c1c1;
  }

  .sm\:bg-ios-blue {
    background-color: #5a91f7;
  }

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

  .sm\:bg-black {
    background-color: #22292f;
  }

  .sm\:bg-grey-main {
    background-color: #19191b;
  }

  .sm\:bg-grey-darkest {
    background-color: #222223;
  }

  .sm\:bg-grey-darker {
    background-color: #444;
  }

  .sm\:bg-grey-dark {
    background-color: #d9d9d9ce;
  }

  .sm\:bg-grey {
    background-color: #d9d9d9;
  }

  .sm\:bg-grey-light {
    background-color: #dedede;
  }

  .sm\:bg-grey-lighter {
    background-color: #fefefe;
  }

  .sm\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .sm\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .sm\:bg-red-darker {
    background-color: #621b18;
  }

  .sm\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .sm\:bg-red {
    background-color: #e3342f;
  }

  .sm\:bg-red-light {
    background-color: #ef5753;
  }

  .sm\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .sm\:bg-red-lightest {
    background-color: #fcebea;
  }

  .sm\:bg-orange-darkest {
    background-color: #462a16;
  }

  .sm\:bg-orange-darker {
    background-color: #613b1f;
  }

  .sm\:bg-orange-dark {
    background-color: #de751f;
  }

  .sm\:bg-orange {
    background-color: #f6993f;
  }

  .sm\:bg-orange-light {
    background-color: #faad63;
  }

  .sm\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .sm\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .sm\:bg-yellow-darkest {
    background-color: #453411;
  }

  .sm\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .sm\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .sm\:bg-yellow {
    background-color: #ffed4a;
  }

  .sm\:bg-yellow-light {
    background-color: #fff382;
  }

  .sm\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .sm\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .sm\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .sm\:bg-green-darker {
    background-color: #1a4731;
  }

  .sm\:bg-green-dark {
    background-color: #1f9d55;
  }

  .sm\:bg-green {
    background-color: #38c172;
  }

  .sm\:bg-green-light {
    background-color: #51d88a;
  }

  .sm\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .sm\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .sm\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .sm\:bg-teal-darker {
    background-color: #20504f;
  }

  .sm\:bg-teal-dark {
    background-color: #38a89d;
  }

  .sm\:bg-teal {
    background-color: #4dc0b5;
  }

  .sm\:bg-teal-light {
    background-color: #64d5ca;
  }

  .sm\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .sm\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .sm\:bg-blue-darkest {
    background-color: #12283a;
  }

  .sm\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .sm\:bg-blue-dark {
    background-color: #2779bd;
  }

  .sm\:bg-blue {
    background-color: #3490dc;
  }

  .sm\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .sm\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .sm\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .sm\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .sm\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .sm\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .sm\:bg-indigo {
    background-color: #6574cd;
  }

  .sm\:bg-indigo-light {
    background-color: #7886d7;
  }

  .sm\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .sm\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .sm\:bg-purple-darkest {
    background-color: #21183c;
  }

  .sm\:bg-purple-darker {
    background-color: #382b5f;
  }

  .sm\:bg-purple-dark {
    background-color: #794acf;
  }

  .sm\:bg-purple {
    background-color: #9561e2;
  }

  .sm\:bg-purple-light {
    background-color: #a779e9;
  }

  .sm\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .sm\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .sm\:bg-pink-darkest {
    background-color: #451225;
  }

  .sm\:bg-pink-darker {
    background-color: #6f213f;
  }

  .sm\:bg-pink-dark {
    background-color: #eb5286;
  }

  .sm\:bg-pink {
    background-color: #f66d9b;
  }

  .sm\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .sm\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .sm\:bg-pink-lightest {
    background-color: #ffebef;
  }

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

  .sm\:hover\:bg-crimson:hover {
    background-color: crimson;
  }

  .sm\:hover\:bg-amazon:hover {
    background-color: #f90;
  }

  .sm\:hover\:bg-rakuten:hover {
    background-color: #be0714;
  }

  .sm\:hover\:bg-link:hover {
    background-color: #1b94e0;
  }

  .sm\:hover\:bg-link-2:hover {
    background-color: #3ea5ff;
  }

  .sm\:hover\:bg-blueviolet:hover {
    background-color: blueviolet;
  }

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

  .sm\:hover\:bg-ios-grey-darker:hover {
    background-color: #121212;
  }

  .sm\:hover\:bg-ios-grey-dark:hover {
    background-color: #1c1c1e;
  }

  .sm\:hover\:bg-ios-grey:hover {
    background-color: #211e20;
  }

  .sm\:hover\:bg-ios-grey-light:hover {
    background-color: #303030;
  }

  .sm\:hover\:bg-ios-grey-lighter:hover {
    background-color: #98989e;
  }

  .sm\:hover\:bg-ios-grey-lightest:hover {
    background-color: #c1c1c1;
  }

  .sm\:hover\:bg-ios-blue:hover {
    background-color: #5a91f7;
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .sm\:hover\:bg-grey-main:hover {
    background-color: #19191b;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #222223;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #444;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #d9d9d9ce;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #d9d9d9;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #dedede;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #fefefe;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

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

  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .sm\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .sm\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .sm\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .sm\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .sm\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .sm\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .sm\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .sm\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .sm\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .sm\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .sm\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .sm\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .sm\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .sm\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .sm\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .sm\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .sm\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .sm\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .sm\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .sm\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .sm\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .sm\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .sm\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .sm\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .sm\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .sm\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .sm\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .sm\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .sm\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .sm\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .sm\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .sm\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .sm\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .sm\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .sm\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .sm\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .sm\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .sm\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .sm\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .sm\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .sm\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .sm\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .sm\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .sm\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .sm\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .sm\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .sm\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

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

  .sm\:focus\:bg-crimson:focus {
    background-color: crimson;
  }

  .sm\:focus\:bg-amazon:focus {
    background-color: #f90;
  }

  .sm\:focus\:bg-rakuten:focus {
    background-color: #be0714;
  }

  .sm\:focus\:bg-link:focus {
    background-color: #1b94e0;
  }

  .sm\:focus\:bg-link-2:focus {
    background-color: #3ea5ff;
  }

  .sm\:focus\:bg-blueviolet:focus {
    background-color: blueviolet;
  }

  .sm\:focus\:bg-ios-black:focus {
    background-color: #000;
  }

  .sm\:focus\:bg-ios-grey-darker:focus {
    background-color: #121212;
  }

  .sm\:focus\:bg-ios-grey-dark:focus {
    background-color: #1c1c1e;
  }

  .sm\:focus\:bg-ios-grey:focus {
    background-color: #211e20;
  }

  .sm\:focus\:bg-ios-grey-light:focus {
    background-color: #303030;
  }

  .sm\:focus\:bg-ios-grey-lighter:focus {
    background-color: #98989e;
  }

  .sm\:focus\:bg-ios-grey-lightest:focus {
    background-color: #c1c1c1;
  }

  .sm\:focus\:bg-ios-blue:focus {
    background-color: #5a91f7;
  }

  .sm\:focus\:bg-ios-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .sm\:focus\:bg-grey-main:focus {
    background-color: #19191b;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #222223;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: #444;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #d9d9d9ce;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #d9d9d9;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #dedede;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #fefefe;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

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

  .sm\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .sm\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .sm\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .sm\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .sm\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .sm\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .sm\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .sm\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .sm\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .sm\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .sm\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .sm\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .sm\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .sm\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .sm\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .sm\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .sm\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .sm\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .sm\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .sm\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .sm\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .sm\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .sm\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .sm\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .sm\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .sm\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .sm\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .sm\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .sm\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .sm\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .sm\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .sm\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .sm\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .sm\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .sm\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .sm\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .sm\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .sm\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .sm\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .sm\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .sm\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .sm\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .sm\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .sm\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .sm\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .sm\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .sm\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .sm\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .sm\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .sm\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .sm\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .sm\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .sm\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .sm\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .sm\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .sm\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .sm\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .sm\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .sm\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

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

  .sm\:active\:bg-crimson:active {
    background-color: crimson;
  }

  .sm\:active\:bg-amazon:active {
    background-color: #f90;
  }

  .sm\:active\:bg-rakuten:active {
    background-color: #be0714;
  }

  .sm\:active\:bg-link:active {
    background-color: #1b94e0;
  }

  .sm\:active\:bg-link-2:active {
    background-color: #3ea5ff;
  }

  .sm\:active\:bg-blueviolet:active {
    background-color: blueviolet;
  }

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

  .sm\:active\:bg-ios-grey-darker:active {
    background-color: #121212;
  }

  .sm\:active\:bg-ios-grey-dark:active {
    background-color: #1c1c1e;
  }

  .sm\:active\:bg-ios-grey:active {
    background-color: #211e20;
  }

  .sm\:active\:bg-ios-grey-light:active {
    background-color: #303030;
  }

  .sm\:active\:bg-ios-grey-lighter:active {
    background-color: #98989e;
  }

  .sm\:active\:bg-ios-grey-lightest:active {
    background-color: #c1c1c1;
  }

  .sm\:active\:bg-ios-blue:active {
    background-color: #5a91f7;
  }

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

  .sm\:active\:bg-black:active {
    background-color: #22292f;
  }

  .sm\:active\:bg-grey-main:active {
    background-color: #19191b;
  }

  .sm\:active\:bg-grey-darkest:active {
    background-color: #222223;
  }

  .sm\:active\:bg-grey-darker:active {
    background-color: #444;
  }

  .sm\:active\:bg-grey-dark:active {
    background-color: #d9d9d9ce;
  }

  .sm\:active\:bg-grey:active {
    background-color: #d9d9d9;
  }

  .sm\:active\:bg-grey-light:active {
    background-color: #dedede;
  }

  .sm\:active\:bg-grey-lighter:active {
    background-color: #fefefe;
  }

  .sm\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

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

  .sm\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .sm\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .sm\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .sm\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .sm\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .sm\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .sm\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .sm\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .sm\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .sm\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .sm\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .sm\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .sm\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .sm\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .sm\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .sm\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .sm\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .sm\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .sm\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .sm\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .sm\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .sm\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .sm\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .sm\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .sm\:active\:bg-green:active {
    background-color: #38c172;
  }

  .sm\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .sm\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .sm\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .sm\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .sm\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .sm\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .sm\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .sm\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .sm\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .sm\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .sm\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .sm\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .sm\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .sm\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .sm\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .sm\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .sm\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .sm\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .sm\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .sm\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .sm\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .sm\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .sm\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .sm\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .sm\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .sm\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .sm\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .sm\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .sm\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .sm\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .sm\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .sm\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .sm\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .sm\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .sm\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .sm\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .sm\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .sm\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .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-auto {
    background-size: auto;
  }

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

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

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

  .sm\:border-crimson {
    border-color: crimson;
  }

  .sm\:border-amazon {
    border-color: #f90;
  }

  .sm\:border-rakuten {
    border-color: #be0714;
  }

  .sm\:border-link {
    border-color: #1b94e0;
  }

  .sm\:border-link-2 {
    border-color: #3ea5ff;
  }

  .sm\:border-blueviolet {
    border-color: blueviolet;
  }

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

  .sm\:border-ios-grey-darker {
    border-color: #121212;
  }

  .sm\:border-ios-grey-dark {
    border-color: #1c1c1e;
  }

  .sm\:border-ios-grey {
    border-color: #211e20;
  }

  .sm\:border-ios-grey-light {
    border-color: #303030;
  }

  .sm\:border-ios-grey-lighter {
    border-color: #98989e;
  }

  .sm\:border-ios-grey-lightest {
    border-color: #c1c1c1;
  }

  .sm\:border-ios-blue {
    border-color: #5a91f7;
  }

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

  .sm\:border-black {
    border-color: #22292f;
  }

  .sm\:border-grey-main {
    border-color: #19191b;
  }

  .sm\:border-grey-darkest {
    border-color: #222223;
  }

  .sm\:border-grey-darker {
    border-color: #444;
  }

  .sm\:border-grey-dark {
    border-color: #d9d9d9ce;
  }

  .sm\:border-grey {
    border-color: #d9d9d9;
  }

  .sm\:border-grey-light {
    border-color: #dedede;
  }

  .sm\:border-grey-lighter {
    border-color: #fefefe;
  }

  .sm\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

  .sm\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .sm\:border-red-darker {
    border-color: #621b18;
  }

  .sm\:border-red-dark {
    border-color: #cc1f1a;
  }

  .sm\:border-red {
    border-color: #e3342f;
  }

  .sm\:border-red-light {
    border-color: #ef5753;
  }

  .sm\:border-red-lighter {
    border-color: #f9acaa;
  }

  .sm\:border-red-lightest {
    border-color: #fcebea;
  }

  .sm\:border-orange-darkest {
    border-color: #462a16;
  }

  .sm\:border-orange-darker {
    border-color: #613b1f;
  }

  .sm\:border-orange-dark {
    border-color: #de751f;
  }

  .sm\:border-orange {
    border-color: #f6993f;
  }

  .sm\:border-orange-light {
    border-color: #faad63;
  }

  .sm\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .sm\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .sm\:border-yellow-darkest {
    border-color: #453411;
  }

  .sm\:border-yellow-darker {
    border-color: #684f1d;
  }

  .sm\:border-yellow-dark {
    border-color: #f2d024;
  }

  .sm\:border-yellow {
    border-color: #ffed4a;
  }

  .sm\:border-yellow-light {
    border-color: #fff382;
  }

  .sm\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .sm\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .sm\:border-green-darkest {
    border-color: #0f2f21;
  }

  .sm\:border-green-darker {
    border-color: #1a4731;
  }

  .sm\:border-green-dark {
    border-color: #1f9d55;
  }

  .sm\:border-green {
    border-color: #38c172;
  }

  .sm\:border-green-light {
    border-color: #51d88a;
  }

  .sm\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .sm\:border-green-lightest {
    border-color: #e3fcec;
  }

  .sm\:border-teal-darkest {
    border-color: #0d3331;
  }

  .sm\:border-teal-darker {
    border-color: #20504f;
  }

  .sm\:border-teal-dark {
    border-color: #38a89d;
  }

  .sm\:border-teal {
    border-color: #4dc0b5;
  }

  .sm\:border-teal-light {
    border-color: #64d5ca;
  }

  .sm\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .sm\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .sm\:border-blue-darkest {
    border-color: #12283a;
  }

  .sm\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .sm\:border-blue-dark {
    border-color: #2779bd;
  }

  .sm\:border-blue {
    border-color: #3490dc;
  }

  .sm\:border-blue-light {
    border-color: #6cb2eb;
  }

  .sm\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .sm\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .sm\:border-indigo-darkest {
    border-color: #191e38;
  }

  .sm\:border-indigo-darker {
    border-color: #2f365f;
  }

  .sm\:border-indigo-dark {
    border-color: #5661b3;
  }

  .sm\:border-indigo {
    border-color: #6574cd;
  }

  .sm\:border-indigo-light {
    border-color: #7886d7;
  }

  .sm\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .sm\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .sm\:border-purple-darkest {
    border-color: #21183c;
  }

  .sm\:border-purple-darker {
    border-color: #382b5f;
  }

  .sm\:border-purple-dark {
    border-color: #794acf;
  }

  .sm\:border-purple {
    border-color: #9561e2;
  }

  .sm\:border-purple-light {
    border-color: #a779e9;
  }

  .sm\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .sm\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .sm\:border-pink-darkest {
    border-color: #451225;
  }

  .sm\:border-pink-darker {
    border-color: #6f213f;
  }

  .sm\:border-pink-dark {
    border-color: #eb5286;
  }

  .sm\:border-pink {
    border-color: #f66d9b;
  }

  .sm\:border-pink-light {
    border-color: #fa7ea8;
  }

  .sm\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .sm\:border-pink-lightest {
    border-color: #ffebef;
  }

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

  .sm\:hover\:border-crimson:hover {
    border-color: crimson;
  }

  .sm\:hover\:border-amazon:hover {
    border-color: #f90;
  }

  .sm\:hover\:border-rakuten:hover {
    border-color: #be0714;
  }

  .sm\:hover\:border-link:hover {
    border-color: #1b94e0;
  }

  .sm\:hover\:border-link-2:hover {
    border-color: #3ea5ff;
  }

  .sm\:hover\:border-blueviolet:hover {
    border-color: blueviolet;
  }

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

  .sm\:hover\:border-ios-grey-darker:hover {
    border-color: #121212;
  }

  .sm\:hover\:border-ios-grey-dark:hover {
    border-color: #1c1c1e;
  }

  .sm\:hover\:border-ios-grey:hover {
    border-color: #211e20;
  }

  .sm\:hover\:border-ios-grey-light:hover {
    border-color: #303030;
  }

  .sm\:hover\:border-ios-grey-lighter:hover {
    border-color: #98989e;
  }

  .sm\:hover\:border-ios-grey-lightest:hover {
    border-color: #c1c1c1;
  }

  .sm\:hover\:border-ios-blue:hover {
    border-color: #5a91f7;
  }

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

  .sm\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .sm\:hover\:border-grey-main:hover {
    border-color: #19191b;
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #222223;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #444;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #d9d9d9ce;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #d9d9d9;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #dedede;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #fefefe;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

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

  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .sm\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .sm\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .sm\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .sm\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .sm\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .sm\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .sm\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .sm\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .sm\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .sm\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .sm\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .sm\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .sm\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .sm\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .sm\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .sm\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .sm\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .sm\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .sm\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .sm\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .sm\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .sm\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .sm\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .sm\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .sm\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .sm\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .sm\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .sm\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .sm\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .sm\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .sm\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .sm\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .sm\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .sm\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .sm\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .sm\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .sm\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .sm\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .sm\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .sm\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .sm\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .sm\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .sm\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .sm\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .sm\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .sm\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .sm\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .sm\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .sm\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-crimson:focus {
    border-color: crimson;
  }

  .sm\:focus\:border-amazon:focus {
    border-color: #f90;
  }

  .sm\:focus\:border-rakuten:focus {
    border-color: #be0714;
  }

  .sm\:focus\:border-link:focus {
    border-color: #1b94e0;
  }

  .sm\:focus\:border-link-2:focus {
    border-color: #3ea5ff;
  }

  .sm\:focus\:border-blueviolet:focus {
    border-color: blueviolet;
  }

  .sm\:focus\:border-ios-black:focus {
    border-color: #000;
  }

  .sm\:focus\:border-ios-grey-darker:focus {
    border-color: #121212;
  }

  .sm\:focus\:border-ios-grey-dark:focus {
    border-color: #1c1c1e;
  }

  .sm\:focus\:border-ios-grey:focus {
    border-color: #211e20;
  }

  .sm\:focus\:border-ios-grey-light:focus {
    border-color: #303030;
  }

  .sm\:focus\:border-ios-grey-lighter:focus {
    border-color: #98989e;
  }

  .sm\:focus\:border-ios-grey-lightest:focus {
    border-color: #c1c1c1;
  }

  .sm\:focus\:border-ios-blue:focus {
    border-color: #5a91f7;
  }

  .sm\:focus\:border-ios-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .sm\:focus\:border-grey-main:focus {
    border-color: #19191b;
  }

  .sm\:focus\:border-grey-darkest:focus {
    border-color: #222223;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #444;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #d9d9d9ce;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #d9d9d9;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #dedede;
  }

  .sm\:focus\:border-grey-lighter:focus {
    border-color: #fefefe;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

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

  .sm\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .sm\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .sm\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .sm\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .sm\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .sm\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .sm\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .sm\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .sm\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .sm\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .sm\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .sm\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .sm\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .sm\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .sm\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .sm\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .sm\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .sm\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .sm\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .sm\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .sm\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .sm\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .sm\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .sm\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .sm\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .sm\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .sm\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .sm\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .sm\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .sm\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .sm\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .sm\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .sm\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .sm\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .sm\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .sm\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .sm\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .sm\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .sm\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .sm\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .sm\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .sm\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .sm\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .sm\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .sm\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .sm\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .sm\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .sm\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .sm\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .sm\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .sm\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .sm\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .sm\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .sm\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .sm\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .sm\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .sm\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .sm\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .sm\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .sm\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .sm\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .sm\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .sm\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .sm\:rounded-1 {
    border-radius: 1rem;
  }

  .sm\:rounded-5 {
    border-radius: .5rem;
  }

  .sm\:rounded-25 {
    border-radius: .25rem;
  }

  .sm\:rounded-75 {
    border-radius: .75rem;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-xlg {
    border-radius: 1rem;
  }

  .sm\:rounded-xxlg {
    border-radius: 2rem;
  }

  .sm\:rounded-half {
    border-radius: 50%;
  }

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

  .sm\:rounded-1x5 {
    border-radius: 1.5rem;
  }

  .sm\:rounded-2x {
    border-radius: 2rem;
  }

  .sm\:rounded-3x {
    border-radius: 3rem;
  }

  .sm\:rounded-t-1 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-1 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-1 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-1 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-5 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-5 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-5 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-5 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-25 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r-25 {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b-25 {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l-25 {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-75 {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  .sm\:rounded-r-75 {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .sm\:rounded-b-75 {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .sm\:rounded-l-75 {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-xlg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-xlg {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-xlg {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-xlg {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-xxlg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .sm\:rounded-r-xxlg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .sm\:rounded-b-xxlg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-l-xxlg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-t-half {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .sm\:rounded-r-half {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-b-half {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-l-half {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-1x5 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-r-1x5 {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-b-1x5 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-1x5 {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-t-2x {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .sm\:rounded-r-2x {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .sm\:rounded-b-2x {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-l-2x {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-t-3x {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .sm\:rounded-r-3x {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }

  .sm\:rounded-b-3x {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .sm\:rounded-l-3x {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .sm\:rounded-tl-1 {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-1 {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-1 {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-1 {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-5 {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-5 {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-5 {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-5 {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-25 {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr-25 {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br-25 {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl-25 {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-75 {
    border-top-left-radius: .75rem;
  }

  .sm\:rounded-tr-75 {
    border-top-right-radius: .75rem;
  }

  .sm\:rounded-br-75 {
    border-bottom-right-radius: .75rem;
  }

  .sm\:rounded-bl-75 {
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-xlg {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-xlg {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-xlg {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-xxlg {
    border-top-left-radius: 2rem;
  }

  .sm\:rounded-tr-xxlg {
    border-top-right-radius: 2rem;
  }

  .sm\:rounded-br-xxlg {
    border-bottom-right-radius: 2rem;
  }

  .sm\:rounded-bl-xxlg {
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-tl-half {
    border-top-left-radius: 50%;
  }

  .sm\:rounded-tr-half {
    border-top-right-radius: 50%;
  }

  .sm\:rounded-br-half {
    border-bottom-right-radius: 50%;
  }

  .sm\:rounded-bl-half {
    border-bottom-left-radius: 50%;
  }

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

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

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

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

  .sm\:rounded-tl-1x5 {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tr-1x5 {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-br-1x5 {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-bl-1x5 {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-2x {
    border-top-left-radius: 2rem;
  }

  .sm\:rounded-tr-2x {
    border-top-right-radius: 2rem;
  }

  .sm\:rounded-br-2x {
    border-bottom-right-radius: 2rem;
  }

  .sm\:rounded-bl-2x {
    border-bottom-left-radius: 2rem;
  }

  .sm\:rounded-tl-3x {
    border-top-left-radius: 3rem;
  }

  .sm\:rounded-tr-3x {
    border-top-right-radius: 3rem;
  }

  .sm\:rounded-br-3x {
    border-bottom-right-radius: 3rem;
  }

  .sm\:rounded-bl-3x {
    border-bottom-left-radius: 3rem;
  }

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

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

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

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

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

  .sm\:border-2 {
    border-width: .2rem;
  }

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

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-1px {
    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: .2rem;
  }

  .sm\:border-r-2 {
    border-right-width: .2rem;
  }

  .sm\:border-b-2 {
    border-bottom-width: .2rem;
  }

  .sm\:border-l-2 {
    border-left-width: .2rem;
  }

  .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\:border-t-1px {
    border-top-width: 1px;
  }

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

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

  .sm\:border-l-1px {
    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-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\:table {
    display: table;
  }

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

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

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

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

  .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 {
    flex-grow: 1;
  }

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

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

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

  .sm\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .5rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-18 {
    height: 4.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-128 {
    height: 32rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-q1 {
    height: 25vh;
  }

  .sm\:h-half {
    height: 50vh;
  }

  .sm\:h-3q {
    height: 75vh;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-90p {
    height: 15rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-1 {
    line-height: 1rem;
  }

  .sm\:leading-2 {
    line-height: 2rem;
  }

  .sm\:leading-3 {
    line-height: 3rem;
  }

  .sm\:leading-4 {
    line-height: 4rem;
  }

  .sm\:leading-5 {
    line-height: 5rem;
  }

  .sm\:leading-14 {
    line-height: 1.4rem;
  }

  .sm\:leading-15 {
    line-height: 1.5rem;
  }

  .sm\:leading-25 {
    line-height: 2.5rem;
  }

  .sm\:leading-115 {
    line-height: 1.15rem;
  }

  .sm\:leading-125 {
    line-height: 1.25rem;
  }

  .sm\:leading-175 {
    line-height: 1.75rem;
  }

  .sm\:leading-225 {
    line-height: 2.25rem;
  }

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

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

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

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

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 1rem;
  }

  .sm\:m-3 {
    margin: .3rem;
  }

  .sm\:m-5 {
    margin: .5rem;
  }

  .sm\:m-10 {
    margin: 10%;
  }

  .sm\:m-15 {
    margin: .15rem;
  }

  .sm\:m-20 {
    margin: 20%;
  }

  .sm\:m-25 {
    margin: .25rem;
  }

  .sm\:m-30 {
    margin: 30%;
  }

  .sm\:m-50 {
    margin: 50%;
  }

  .sm\:m-75 {
    margin: .75rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-1x5 {
    margin: 1.5rem;
  }

  .sm\:m-2x15 {
    margin: 2.15rem;
  }

  .sm\:m-2x {
    margin: 2rem;
  }

  .sm\:m-2x5 {
    margin: 2.5rem;
  }

  .sm\:m-2x75 {
    margin: 2.75rem;
  }

  .sm\:m-3x {
    margin: 3rem;
  }

  .sm\:m-3x5 {
    margin: 3.5rem;
  }

  .sm\:m-4x {
    margin: 4rem;
  }

  .sm\:m-4x5 {
    margin: 4.5rem;
  }

  .sm\:m-5x {
    margin: 5rem;
  }

  .sm\:m-6x {
    margin: 6rem;
  }

  .sm\:m-6x5 {
    margin: 6.5rem;
  }

  .sm\:m-7x {
    margin: 7rem;
  }

  .sm\:m-8x {
    margin: 8rem;
  }

  .sm\:m-9x {
    margin: 9rem;
  }

  .sm\:m-10x {
    margin: 10rem;
  }

  .sm\:m-11x {
    margin: 11rem;
  }

  .sm\:m-12x {
    margin: 12rem;
  }

  .sm\:m-13x {
    margin: 13rem;
  }

  .sm\:m-14x {
    margin: 14rem;
  }

  .sm\:m-15x {
    margin: 15rem;
  }

  .sm\:m-16x {
    margin: 16rem;
  }

  .sm\:m-17x {
    margin: 17rem;
  }

  .sm\:m-18x {
    margin: 18rem;
  }

  .sm\:m-19x {
    margin: 19rem;
  }

  .sm\:m-20x {
    margin: 20rem;
  }

  .sm\:m-22x {
    margin: 22rem;
  }

  .sm\:m-24x {
    margin: 24rem;
  }

  .sm\:m-25x {
    margin: 25rem;
  }

  .sm\:m-26x {
    margin: 26rem;
  }

  .sm\:m-28x {
    margin: 28rem;
  }

  .sm\:m-29x {
    margin: 29rem;
  }

  .sm\:m-30x {
    margin: 30rem;
  }

  .sm\:m-32x {
    margin: 32rem;
  }

  .sm\:m-35x {
    margin: 35rem;
  }

  .sm\:m-36x {
    margin: 36rem;
  }

  .sm\:m-38x {
    margin: 38rem;
  }

  .sm\:m-40x {
    margin: 40rem;
  }

  .sm\:m-1825x {
    margin: 18.25rem;
  }

  .sm\:m-185x {
    margin: 18.5rem;
  }

  .sm\:m-5pct {
    margin: 5%;
  }

  .sm\:m-25pct {
    margin: 25%;
  }

  .sm\:m-m1 {
    margin: -1rem;
  }

  .sm\:m-m2 {
    margin: -2rem;
  }

  .sm\:m-m3 {
    margin: -3rem;
  }

  .sm\:m-m4 {
    margin: -4rem;
  }

  .sm\:m-m5 {
    margin: -5rem;
  }

  .sm\:m-m6 {
    margin: -6rem;
  }

  .sm\:m-m7 {
    margin: -7rem;
  }

  .sm\:m-m8 {
    margin: -8rem;
  }

  .sm\:m-m9 {
    margin: -9rem;
  }

  .sm\:m-m10 {
    margin: -10rem;
  }

  .sm\:m-m11 {
    margin: -11rem;
  }

  .sm\:m-m12 {
    margin: -12rem;
  }

  .sm\:m-m14 {
    margin: -14rem;
  }

  .sm\:m-m15 {
    margin: -15rem;
  }

  .sm\:m-m16 {
    margin: -16rem;
  }

  .sm\:m-m18 {
    margin: -18rem;
  }

  .sm\:m-m19 {
    margin: -19rem;
  }

  .sm\:m-m20 {
    margin: -20rem;
  }

  .sm\:m-m21 {
    margin: -21rem;
  }

  .sm\:m-m22 {
    margin: -22rem;
  }

  .sm\:m-m23 {
    margin: -23rem;
  }

  .sm\:m-m24 {
    margin: -24rem;
  }

  .sm\:m-m25 {
    margin: -25rem;
  }

  .sm\:m-m28 {
    margin: -28rem;
  }

  .sm\:m-m29 {
    margin: -29rem;
  }

  .sm\:m-m30 {
    margin: -30rem;
  }

  .sm\:m-m31 {
    margin: -31rem;
  }

  .sm\:m-m32 {
    margin: -32rem;
  }

  .sm\:m-m34 {
    margin: -34rem;
  }

  .sm\:m-m35 {
    margin: -35rem;
  }

  .sm\:m-m36 {
    margin: -36rem;
  }

  .sm\:m-m37 {
    margin: -37rem;
  }

  .sm\:m-m38 {
    margin: -38rem;
  }

  .sm\:m-m39 {
    margin: -39rem;
  }

  .sm\:m-m40 {
    margin: -40rem;
  }

  .sm\:m-m41 {
    margin: -41rem;
  }

  .sm\:m-m42 {
    margin: -42rem;
  }

  .sm\:m-m43 {
    margin: -43rem;
  }

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

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

  .sm\:my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-3 {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .sm\:mx-3 {
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .sm\:my-5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:mx-10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:my-15 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }

  .sm\:mx-15 {
    margin-left: .15rem;
    margin-right: .15rem;
  }

  .sm\:my-20 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-20 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-25 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-30 {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:mx-30 {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:my-50 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-50 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-75 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-75 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-1x5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-1x5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-2x15 {
    margin-top: 2.15rem;
    margin-bottom: 2.15rem;
  }

  .sm\:mx-2x15 {
    margin-left: 2.15rem;
    margin-right: 2.15rem;
  }

  .sm\:my-2x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-2x {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-2x5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-2x5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-2x75 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-2x75 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-3x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-3x {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-3x5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-3x5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-4x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-4x {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-4x5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-4x5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-5x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-5x {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-6x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-6x {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-6x5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:mx-6x5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:my-7x {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-7x {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-8x {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-8x {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-9x {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-9x {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-10x {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-10x {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-11x {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-11x {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-12x {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-12x {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-13x {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:mx-13x {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:my-14x {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-14x {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-15x {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:mx-15x {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:my-16x {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-16x {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-17x {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm\:mx-17x {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm\:my-18x {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-18x {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-19x {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .sm\:mx-19x {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .sm\:my-20x {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-20x {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-22x {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:mx-22x {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:my-24x {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-24x {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-25x {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:mx-25x {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:my-26x {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sm\:mx-26x {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sm\:my-28x {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sm\:mx-28x {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sm\:my-29x {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .sm\:mx-29x {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .sm\:my-30x {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:mx-30x {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:my-32x {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .sm\:mx-32x {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .sm\:my-35x {
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  .sm\:mx-35x {
    margin-left: 35rem;
    margin-right: 35rem;
  }

  .sm\:my-36x {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .sm\:mx-36x {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .sm\:my-38x {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:mx-38x {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sm\:my-40x {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm\:mx-40x {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm\:my-1825x {
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .sm\:mx-1825x {
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .sm\:my-185x {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .sm\:mx-185x {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .sm\:my-5pct {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:mx-5pct {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:my-25pct {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-25pct {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-m1 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:mx-m1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:my-m2 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:mx-m2 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:my-m3 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:mx-m3 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:my-m4 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:mx-m4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:my-m5 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:mx-m5 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:my-m6 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:mx-m6 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:my-m7 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:mx-m7 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:my-m8 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:mx-m8 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:my-m9 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:mx-m9 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:my-m10 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:mx-m10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:my-m11 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:mx-m11 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:my-m12 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:mx-m12 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:my-m14 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:mx-m14 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:my-m15 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:mx-m15 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:my-m16 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:mx-m16 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:my-m18 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:mx-m18 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:my-m19 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .sm\:mx-m19 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .sm\:my-m20 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:mx-m20 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:my-m21 {
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  .sm\:mx-m21 {
    margin-left: -21rem;
    margin-right: -21rem;
  }

  .sm\:my-m22 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:mx-m22 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:my-m23 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .sm\:mx-m23 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .sm\:my-m24 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:mx-m24 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:my-m25 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:mx-m25 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:my-m28 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sm\:mx-m28 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sm\:my-m29 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .sm\:mx-m29 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .sm\:my-m30 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:mx-m30 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:my-m31 {
    margin-top: -31rem;
    margin-bottom: -31rem;
  }

  .sm\:mx-m31 {
    margin-left: -31rem;
    margin-right: -31rem;
  }

  .sm\:my-m32 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .sm\:mx-m32 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .sm\:my-m34 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sm\:mx-m34 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sm\:my-m35 {
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  .sm\:mx-m35 {
    margin-left: -35rem;
    margin-right: -35rem;
  }

  .sm\:my-m36 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .sm\:mx-m36 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .sm\:my-m37 {
    margin-top: -37rem;
    margin-bottom: -37rem;
  }

  .sm\:mx-m37 {
    margin-left: -37rem;
    margin-right: -37rem;
  }

  .sm\:my-m38 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:mx-m38 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:my-m39 {
    margin-top: -39rem;
    margin-bottom: -39rem;
  }

  .sm\:mx-m39 {
    margin-left: -39rem;
    margin-right: -39rem;
  }

  .sm\:my-m40 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm\:mx-m40 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm\:my-m41 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .sm\:mx-m41 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .sm\:my-m42 {
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .sm\:mx-m42 {
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .sm\:my-m43 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .sm\:mx-m43 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

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

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

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

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

  .sm\:mt-1 {
    margin-top: 1rem;
  }

  .sm\:mr-1 {
    margin-right: 1rem;
  }

  .sm\:mb-1 {
    margin-bottom: 1rem;
  }

  .sm\:ml-1 {
    margin-left: 1rem;
  }

  .sm\:mt-3 {
    margin-top: .3rem;
  }

  .sm\:mr-3 {
    margin-right: .3rem;
  }

  .sm\:mb-3 {
    margin-bottom: .3rem;
  }

  .sm\:ml-3 {
    margin-left: .3rem;
  }

  .sm\:mt-5 {
    margin-top: .5rem;
  }

  .sm\:mr-5 {
    margin-right: .5rem;
  }

  .sm\:mb-5 {
    margin-bottom: .5rem;
  }

  .sm\:ml-5 {
    margin-left: .5rem;
  }

  .sm\:mt-10 {
    margin-top: 10%;
  }

  .sm\:mr-10 {
    margin-right: 10%;
  }

  .sm\:mb-10 {
    margin-bottom: 10%;
  }

  .sm\:ml-10 {
    margin-left: 10%;
  }

  .sm\:mt-15 {
    margin-top: .15rem;
  }

  .sm\:mr-15 {
    margin-right: .15rem;
  }

  .sm\:mb-15 {
    margin-bottom: .15rem;
  }

  .sm\:ml-15 {
    margin-left: .15rem;
  }

  .sm\:mt-20 {
    margin-top: 20%;
  }

  .sm\:mr-20 {
    margin-right: 20%;
  }

  .sm\:mb-20 {
    margin-bottom: 20%;
  }

  .sm\:ml-20 {
    margin-left: 20%;
  }

  .sm\:mt-25 {
    margin-top: .25rem;
  }

  .sm\:mr-25 {
    margin-right: .25rem;
  }

  .sm\:mb-25 {
    margin-bottom: .25rem;
  }

  .sm\:ml-25 {
    margin-left: .25rem;
  }

  .sm\:mt-30 {
    margin-top: 30%;
  }

  .sm\:mr-30 {
    margin-right: 30%;
  }

  .sm\:mb-30 {
    margin-bottom: 30%;
  }

  .sm\:ml-30 {
    margin-left: 30%;
  }

  .sm\:mt-50 {
    margin-top: 50%;
  }

  .sm\:mr-50 {
    margin-right: 50%;
  }

  .sm\:mb-50 {
    margin-bottom: 50%;
  }

  .sm\:ml-50 {
    margin-left: 50%;
  }

  .sm\:mt-75 {
    margin-top: .75rem;
  }

  .sm\:mr-75 {
    margin-right: .75rem;
  }

  .sm\:mb-75 {
    margin-bottom: .75rem;
  }

  .sm\:ml-75 {
    margin-left: .75rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

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

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-1x5 {
    margin-top: 1.5rem;
  }

  .sm\:mr-1x5 {
    margin-right: 1.5rem;
  }

  .sm\:mb-1x5 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-1x5 {
    margin-left: 1.5rem;
  }

  .sm\:mt-2x15 {
    margin-top: 2.15rem;
  }

  .sm\:mr-2x15 {
    margin-right: 2.15rem;
  }

  .sm\:mb-2x15 {
    margin-bottom: 2.15rem;
  }

  .sm\:ml-2x15 {
    margin-left: 2.15rem;
  }

  .sm\:mt-2x {
    margin-top: 2rem;
  }

  .sm\:mr-2x {
    margin-right: 2rem;
  }

  .sm\:mb-2x {
    margin-bottom: 2rem;
  }

  .sm\:ml-2x {
    margin-left: 2rem;
  }

  .sm\:mt-2x5 {
    margin-top: 2.5rem;
  }

  .sm\:mr-2x5 {
    margin-right: 2.5rem;
  }

  .sm\:mb-2x5 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-2x5 {
    margin-left: 2.5rem;
  }

  .sm\:mt-2x75 {
    margin-top: 2.75rem;
  }

  .sm\:mr-2x75 {
    margin-right: 2.75rem;
  }

  .sm\:mb-2x75 {
    margin-bottom: 2.75rem;
  }

  .sm\:ml-2x75 {
    margin-left: 2.75rem;
  }

  .sm\:mt-3x {
    margin-top: 3rem;
  }

  .sm\:mr-3x {
    margin-right: 3rem;
  }

  .sm\:mb-3x {
    margin-bottom: 3rem;
  }

  .sm\:ml-3x {
    margin-left: 3rem;
  }

  .sm\:mt-3x5 {
    margin-top: 3.5rem;
  }

  .sm\:mr-3x5 {
    margin-right: 3.5rem;
  }

  .sm\:mb-3x5 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-3x5 {
    margin-left: 3.5rem;
  }

  .sm\:mt-4x {
    margin-top: 4rem;
  }

  .sm\:mr-4x {
    margin-right: 4rem;
  }

  .sm\:mb-4x {
    margin-bottom: 4rem;
  }

  .sm\:ml-4x {
    margin-left: 4rem;
  }

  .sm\:mt-4x5 {
    margin-top: 4.5rem;
  }

  .sm\:mr-4x5 {
    margin-right: 4.5rem;
  }

  .sm\:mb-4x5 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-4x5 {
    margin-left: 4.5rem;
  }

  .sm\:mt-5x {
    margin-top: 5rem;
  }

  .sm\:mr-5x {
    margin-right: 5rem;
  }

  .sm\:mb-5x {
    margin-bottom: 5rem;
  }

  .sm\:ml-5x {
    margin-left: 5rem;
  }

  .sm\:mt-6x {
    margin-top: 6rem;
  }

  .sm\:mr-6x {
    margin-right: 6rem;
  }

  .sm\:mb-6x {
    margin-bottom: 6rem;
  }

  .sm\:ml-6x {
    margin-left: 6rem;
  }

  .sm\:mt-6x5 {
    margin-top: 6.5rem;
  }

  .sm\:mr-6x5 {
    margin-right: 6.5rem;
  }

  .sm\:mb-6x5 {
    margin-bottom: 6.5rem;
  }

  .sm\:ml-6x5 {
    margin-left: 6.5rem;
  }

  .sm\:mt-7x {
    margin-top: 7rem;
  }

  .sm\:mr-7x {
    margin-right: 7rem;
  }

  .sm\:mb-7x {
    margin-bottom: 7rem;
  }

  .sm\:ml-7x {
    margin-left: 7rem;
  }

  .sm\:mt-8x {
    margin-top: 8rem;
  }

  .sm\:mr-8x {
    margin-right: 8rem;
  }

  .sm\:mb-8x {
    margin-bottom: 8rem;
  }

  .sm\:ml-8x {
    margin-left: 8rem;
  }

  .sm\:mt-9x {
    margin-top: 9rem;
  }

  .sm\:mr-9x {
    margin-right: 9rem;
  }

  .sm\:mb-9x {
    margin-bottom: 9rem;
  }

  .sm\:ml-9x {
    margin-left: 9rem;
  }

  .sm\:mt-10x {
    margin-top: 10rem;
  }

  .sm\:mr-10x {
    margin-right: 10rem;
  }

  .sm\:mb-10x {
    margin-bottom: 10rem;
  }

  .sm\:ml-10x {
    margin-left: 10rem;
  }

  .sm\:mt-11x {
    margin-top: 11rem;
  }

  .sm\:mr-11x {
    margin-right: 11rem;
  }

  .sm\:mb-11x {
    margin-bottom: 11rem;
  }

  .sm\:ml-11x {
    margin-left: 11rem;
  }

  .sm\:mt-12x {
    margin-top: 12rem;
  }

  .sm\:mr-12x {
    margin-right: 12rem;
  }

  .sm\:mb-12x {
    margin-bottom: 12rem;
  }

  .sm\:ml-12x {
    margin-left: 12rem;
  }

  .sm\:mt-13x {
    margin-top: 13rem;
  }

  .sm\:mr-13x {
    margin-right: 13rem;
  }

  .sm\:mb-13x {
    margin-bottom: 13rem;
  }

  .sm\:ml-13x {
    margin-left: 13rem;
  }

  .sm\:mt-14x {
    margin-top: 14rem;
  }

  .sm\:mr-14x {
    margin-right: 14rem;
  }

  .sm\:mb-14x {
    margin-bottom: 14rem;
  }

  .sm\:ml-14x {
    margin-left: 14rem;
  }

  .sm\:mt-15x {
    margin-top: 15rem;
  }

  .sm\:mr-15x {
    margin-right: 15rem;
  }

  .sm\:mb-15x {
    margin-bottom: 15rem;
  }

  .sm\:ml-15x {
    margin-left: 15rem;
  }

  .sm\:mt-16x {
    margin-top: 16rem;
  }

  .sm\:mr-16x {
    margin-right: 16rem;
  }

  .sm\:mb-16x {
    margin-bottom: 16rem;
  }

  .sm\:ml-16x {
    margin-left: 16rem;
  }

  .sm\:mt-17x {
    margin-top: 17rem;
  }

  .sm\:mr-17x {
    margin-right: 17rem;
  }

  .sm\:mb-17x {
    margin-bottom: 17rem;
  }

  .sm\:ml-17x {
    margin-left: 17rem;
  }

  .sm\:mt-18x {
    margin-top: 18rem;
  }

  .sm\:mr-18x {
    margin-right: 18rem;
  }

  .sm\:mb-18x {
    margin-bottom: 18rem;
  }

  .sm\:ml-18x {
    margin-left: 18rem;
  }

  .sm\:mt-19x {
    margin-top: 19rem;
  }

  .sm\:mr-19x {
    margin-right: 19rem;
  }

  .sm\:mb-19x {
    margin-bottom: 19rem;
  }

  .sm\:ml-19x {
    margin-left: 19rem;
  }

  .sm\:mt-20x {
    margin-top: 20rem;
  }

  .sm\:mr-20x {
    margin-right: 20rem;
  }

  .sm\:mb-20x {
    margin-bottom: 20rem;
  }

  .sm\:ml-20x {
    margin-left: 20rem;
  }

  .sm\:mt-22x {
    margin-top: 22rem;
  }

  .sm\:mr-22x {
    margin-right: 22rem;
  }

  .sm\:mb-22x {
    margin-bottom: 22rem;
  }

  .sm\:ml-22x {
    margin-left: 22rem;
  }

  .sm\:mt-24x {
    margin-top: 24rem;
  }

  .sm\:mr-24x {
    margin-right: 24rem;
  }

  .sm\:mb-24x {
    margin-bottom: 24rem;
  }

  .sm\:ml-24x {
    margin-left: 24rem;
  }

  .sm\:mt-25x {
    margin-top: 25rem;
  }

  .sm\:mr-25x {
    margin-right: 25rem;
  }

  .sm\:mb-25x {
    margin-bottom: 25rem;
  }

  .sm\:ml-25x {
    margin-left: 25rem;
  }

  .sm\:mt-26x {
    margin-top: 26rem;
  }

  .sm\:mr-26x {
    margin-right: 26rem;
  }

  .sm\:mb-26x {
    margin-bottom: 26rem;
  }

  .sm\:ml-26x {
    margin-left: 26rem;
  }

  .sm\:mt-28x {
    margin-top: 28rem;
  }

  .sm\:mr-28x {
    margin-right: 28rem;
  }

  .sm\:mb-28x {
    margin-bottom: 28rem;
  }

  .sm\:ml-28x {
    margin-left: 28rem;
  }

  .sm\:mt-29x {
    margin-top: 29rem;
  }

  .sm\:mr-29x {
    margin-right: 29rem;
  }

  .sm\:mb-29x {
    margin-bottom: 29rem;
  }

  .sm\:ml-29x {
    margin-left: 29rem;
  }

  .sm\:mt-30x {
    margin-top: 30rem;
  }

  .sm\:mr-30x {
    margin-right: 30rem;
  }

  .sm\:mb-30x {
    margin-bottom: 30rem;
  }

  .sm\:ml-30x {
    margin-left: 30rem;
  }

  .sm\:mt-32x {
    margin-top: 32rem;
  }

  .sm\:mr-32x {
    margin-right: 32rem;
  }

  .sm\:mb-32x {
    margin-bottom: 32rem;
  }

  .sm\:ml-32x {
    margin-left: 32rem;
  }

  .sm\:mt-35x {
    margin-top: 35rem;
  }

  .sm\:mr-35x {
    margin-right: 35rem;
  }

  .sm\:mb-35x {
    margin-bottom: 35rem;
  }

  .sm\:ml-35x {
    margin-left: 35rem;
  }

  .sm\:mt-36x {
    margin-top: 36rem;
  }

  .sm\:mr-36x {
    margin-right: 36rem;
  }

  .sm\:mb-36x {
    margin-bottom: 36rem;
  }

  .sm\:ml-36x {
    margin-left: 36rem;
  }

  .sm\:mt-38x {
    margin-top: 38rem;
  }

  .sm\:mr-38x {
    margin-right: 38rem;
  }

  .sm\:mb-38x {
    margin-bottom: 38rem;
  }

  .sm\:ml-38x {
    margin-left: 38rem;
  }

  .sm\:mt-40x {
    margin-top: 40rem;
  }

  .sm\:mr-40x {
    margin-right: 40rem;
  }

  .sm\:mb-40x {
    margin-bottom: 40rem;
  }

  .sm\:ml-40x {
    margin-left: 40rem;
  }

  .sm\:mt-1825x {
    margin-top: 18.25rem;
  }

  .sm\:mr-1825x {
    margin-right: 18.25rem;
  }

  .sm\:mb-1825x {
    margin-bottom: 18.25rem;
  }

  .sm\:ml-1825x {
    margin-left: 18.25rem;
  }

  .sm\:mt-185x {
    margin-top: 18.5rem;
  }

  .sm\:mr-185x {
    margin-right: 18.5rem;
  }

  .sm\:mb-185x {
    margin-bottom: 18.5rem;
  }

  .sm\:ml-185x {
    margin-left: 18.5rem;
  }

  .sm\:mt-5pct {
    margin-top: 5%;
  }

  .sm\:mr-5pct {
    margin-right: 5%;
  }

  .sm\:mb-5pct {
    margin-bottom: 5%;
  }

  .sm\:ml-5pct {
    margin-left: 5%;
  }

  .sm\:mt-25pct {
    margin-top: 25%;
  }

  .sm\:mr-25pct {
    margin-right: 25%;
  }

  .sm\:mb-25pct {
    margin-bottom: 25%;
  }

  .sm\:ml-25pct {
    margin-left: 25%;
  }

  .sm\:mt-m1 {
    margin-top: -1rem;
  }

  .sm\:mr-m1 {
    margin-right: -1rem;
  }

  .sm\:mb-m1 {
    margin-bottom: -1rem;
  }

  .sm\:ml-m1 {
    margin-left: -1rem;
  }

  .sm\:mt-m2 {
    margin-top: -2rem;
  }

  .sm\:mr-m2 {
    margin-right: -2rem;
  }

  .sm\:mb-m2 {
    margin-bottom: -2rem;
  }

  .sm\:ml-m2 {
    margin-left: -2rem;
  }

  .sm\:mt-m3 {
    margin-top: -3rem;
  }

  .sm\:mr-m3 {
    margin-right: -3rem;
  }

  .sm\:mb-m3 {
    margin-bottom: -3rem;
  }

  .sm\:ml-m3 {
    margin-left: -3rem;
  }

  .sm\:mt-m4 {
    margin-top: -4rem;
  }

  .sm\:mr-m4 {
    margin-right: -4rem;
  }

  .sm\:mb-m4 {
    margin-bottom: -4rem;
  }

  .sm\:ml-m4 {
    margin-left: -4rem;
  }

  .sm\:mt-m5 {
    margin-top: -5rem;
  }

  .sm\:mr-m5 {
    margin-right: -5rem;
  }

  .sm\:mb-m5 {
    margin-bottom: -5rem;
  }

  .sm\:ml-m5 {
    margin-left: -5rem;
  }

  .sm\:mt-m6 {
    margin-top: -6rem;
  }

  .sm\:mr-m6 {
    margin-right: -6rem;
  }

  .sm\:mb-m6 {
    margin-bottom: -6rem;
  }

  .sm\:ml-m6 {
    margin-left: -6rem;
  }

  .sm\:mt-m7 {
    margin-top: -7rem;
  }

  .sm\:mr-m7 {
    margin-right: -7rem;
  }

  .sm\:mb-m7 {
    margin-bottom: -7rem;
  }

  .sm\:ml-m7 {
    margin-left: -7rem;
  }

  .sm\:mt-m8 {
    margin-top: -8rem;
  }

  .sm\:mr-m8 {
    margin-right: -8rem;
  }

  .sm\:mb-m8 {
    margin-bottom: -8rem;
  }

  .sm\:ml-m8 {
    margin-left: -8rem;
  }

  .sm\:mt-m9 {
    margin-top: -9rem;
  }

  .sm\:mr-m9 {
    margin-right: -9rem;
  }

  .sm\:mb-m9 {
    margin-bottom: -9rem;
  }

  .sm\:ml-m9 {
    margin-left: -9rem;
  }

  .sm\:mt-m10 {
    margin-top: -10rem;
  }

  .sm\:mr-m10 {
    margin-right: -10rem;
  }

  .sm\:mb-m10 {
    margin-bottom: -10rem;
  }

  .sm\:ml-m10 {
    margin-left: -10rem;
  }

  .sm\:mt-m11 {
    margin-top: -11rem;
  }

  .sm\:mr-m11 {
    margin-right: -11rem;
  }

  .sm\:mb-m11 {
    margin-bottom: -11rem;
  }

  .sm\:ml-m11 {
    margin-left: -11rem;
  }

  .sm\:mt-m12 {
    margin-top: -12rem;
  }

  .sm\:mr-m12 {
    margin-right: -12rem;
  }

  .sm\:mb-m12 {
    margin-bottom: -12rem;
  }

  .sm\:ml-m12 {
    margin-left: -12rem;
  }

  .sm\:mt-m14 {
    margin-top: -14rem;
  }

  .sm\:mr-m14 {
    margin-right: -14rem;
  }

  .sm\:mb-m14 {
    margin-bottom: -14rem;
  }

  .sm\:ml-m14 {
    margin-left: -14rem;
  }

  .sm\:mt-m15 {
    margin-top: -15rem;
  }

  .sm\:mr-m15 {
    margin-right: -15rem;
  }

  .sm\:mb-m15 {
    margin-bottom: -15rem;
  }

  .sm\:ml-m15 {
    margin-left: -15rem;
  }

  .sm\:mt-m16 {
    margin-top: -16rem;
  }

  .sm\:mr-m16 {
    margin-right: -16rem;
  }

  .sm\:mb-m16 {
    margin-bottom: -16rem;
  }

  .sm\:ml-m16 {
    margin-left: -16rem;
  }

  .sm\:mt-m18 {
    margin-top: -18rem;
  }

  .sm\:mr-m18 {
    margin-right: -18rem;
  }

  .sm\:mb-m18 {
    margin-bottom: -18rem;
  }

  .sm\:ml-m18 {
    margin-left: -18rem;
  }

  .sm\:mt-m19 {
    margin-top: -19rem;
  }

  .sm\:mr-m19 {
    margin-right: -19rem;
  }

  .sm\:mb-m19 {
    margin-bottom: -19rem;
  }

  .sm\:ml-m19 {
    margin-left: -19rem;
  }

  .sm\:mt-m20 {
    margin-top: -20rem;
  }

  .sm\:mr-m20 {
    margin-right: -20rem;
  }

  .sm\:mb-m20 {
    margin-bottom: -20rem;
  }

  .sm\:ml-m20 {
    margin-left: -20rem;
  }

  .sm\:mt-m21 {
    margin-top: -21rem;
  }

  .sm\:mr-m21 {
    margin-right: -21rem;
  }

  .sm\:mb-m21 {
    margin-bottom: -21rem;
  }

  .sm\:ml-m21 {
    margin-left: -21rem;
  }

  .sm\:mt-m22 {
    margin-top: -22rem;
  }

  .sm\:mr-m22 {
    margin-right: -22rem;
  }

  .sm\:mb-m22 {
    margin-bottom: -22rem;
  }

  .sm\:ml-m22 {
    margin-left: -22rem;
  }

  .sm\:mt-m23 {
    margin-top: -23rem;
  }

  .sm\:mr-m23 {
    margin-right: -23rem;
  }

  .sm\:mb-m23 {
    margin-bottom: -23rem;
  }

  .sm\:ml-m23 {
    margin-left: -23rem;
  }

  .sm\:mt-m24 {
    margin-top: -24rem;
  }

  .sm\:mr-m24 {
    margin-right: -24rem;
  }

  .sm\:mb-m24 {
    margin-bottom: -24rem;
  }

  .sm\:ml-m24 {
    margin-left: -24rem;
  }

  .sm\:mt-m25 {
    margin-top: -25rem;
  }

  .sm\:mr-m25 {
    margin-right: -25rem;
  }

  .sm\:mb-m25 {
    margin-bottom: -25rem;
  }

  .sm\:ml-m25 {
    margin-left: -25rem;
  }

  .sm\:mt-m28 {
    margin-top: -28rem;
  }

  .sm\:mr-m28 {
    margin-right: -28rem;
  }

  .sm\:mb-m28 {
    margin-bottom: -28rem;
  }

  .sm\:ml-m28 {
    margin-left: -28rem;
  }

  .sm\:mt-m29 {
    margin-top: -29rem;
  }

  .sm\:mr-m29 {
    margin-right: -29rem;
  }

  .sm\:mb-m29 {
    margin-bottom: -29rem;
  }

  .sm\:ml-m29 {
    margin-left: -29rem;
  }

  .sm\:mt-m30 {
    margin-top: -30rem;
  }

  .sm\:mr-m30 {
    margin-right: -30rem;
  }

  .sm\:mb-m30 {
    margin-bottom: -30rem;
  }

  .sm\:ml-m30 {
    margin-left: -30rem;
  }

  .sm\:mt-m31 {
    margin-top: -31rem;
  }

  .sm\:mr-m31 {
    margin-right: -31rem;
  }

  .sm\:mb-m31 {
    margin-bottom: -31rem;
  }

  .sm\:ml-m31 {
    margin-left: -31rem;
  }

  .sm\:mt-m32 {
    margin-top: -32rem;
  }

  .sm\:mr-m32 {
    margin-right: -32rem;
  }

  .sm\:mb-m32 {
    margin-bottom: -32rem;
  }

  .sm\:ml-m32 {
    margin-left: -32rem;
  }

  .sm\:mt-m34 {
    margin-top: -34rem;
  }

  .sm\:mr-m34 {
    margin-right: -34rem;
  }

  .sm\:mb-m34 {
    margin-bottom: -34rem;
  }

  .sm\:ml-m34 {
    margin-left: -34rem;
  }

  .sm\:mt-m35 {
    margin-top: -35rem;
  }

  .sm\:mr-m35 {
    margin-right: -35rem;
  }

  .sm\:mb-m35 {
    margin-bottom: -35rem;
  }

  .sm\:ml-m35 {
    margin-left: -35rem;
  }

  .sm\:mt-m36 {
    margin-top: -36rem;
  }

  .sm\:mr-m36 {
    margin-right: -36rem;
  }

  .sm\:mb-m36 {
    margin-bottom: -36rem;
  }

  .sm\:ml-m36 {
    margin-left: -36rem;
  }

  .sm\:mt-m37 {
    margin-top: -37rem;
  }

  .sm\:mr-m37 {
    margin-right: -37rem;
  }

  .sm\:mb-m37 {
    margin-bottom: -37rem;
  }

  .sm\:ml-m37 {
    margin-left: -37rem;
  }

  .sm\:mt-m38 {
    margin-top: -38rem;
  }

  .sm\:mr-m38 {
    margin-right: -38rem;
  }

  .sm\:mb-m38 {
    margin-bottom: -38rem;
  }

  .sm\:ml-m38 {
    margin-left: -38rem;
  }

  .sm\:mt-m39 {
    margin-top: -39rem;
  }

  .sm\:mr-m39 {
    margin-right: -39rem;
  }

  .sm\:mb-m39 {
    margin-bottom: -39rem;
  }

  .sm\:ml-m39 {
    margin-left: -39rem;
  }

  .sm\:mt-m40 {
    margin-top: -40rem;
  }

  .sm\:mr-m40 {
    margin-right: -40rem;
  }

  .sm\:mb-m40 {
    margin-bottom: -40rem;
  }

  .sm\:ml-m40 {
    margin-left: -40rem;
  }

  .sm\:mt-m41 {
    margin-top: -41rem;
  }

  .sm\:mr-m41 {
    margin-right: -41rem;
  }

  .sm\:mb-m41 {
    margin-bottom: -41rem;
  }

  .sm\:ml-m41 {
    margin-left: -41rem;
  }

  .sm\:mt-m42 {
    margin-top: -42rem;
  }

  .sm\:mr-m42 {
    margin-right: -42rem;
  }

  .sm\:mb-m42 {
    margin-bottom: -42rem;
  }

  .sm\:ml-m42 {
    margin-left: -42rem;
  }

  .sm\:mt-m43 {
    margin-top: -43rem;
  }

  .sm\:mr-m43 {
    margin-right: -43rem;
  }

  .sm\:mb-m43 {
    margin-bottom: -43rem;
  }

  .sm\:ml-m43 {
    margin-left: -43rem;
  }

  .sm\:max-h-pico {
    max-height: 15rem;
  }

  .sm\:max-h-nano {
    max-height: 20rem;
  }

  .sm\:max-h-micro {
    max-height: 25rem;
  }

  .sm\:max-h-mili {
    max-height: 30rem;
  }

  .sm\:max-h-centi {
    max-height: 35rem;
  }

  .sm\:max-h-quarter {
    max-height: 25%;
  }

  .sm\:max-h-half {
    max-height: 50vh;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-pico {
    max-width: 15rem;
  }

  .sm\:max-w-nano {
    max-width: 20rem;
  }

  .sm\:max-w-micro {
    max-width: 25rem;
  }

  .sm\:max-w-mili {
    max-width: 30rem;
  }

  .sm\:max-w-centi {
    max-width: 35rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 60rem;
  }

  .sm\:max-w-2xl {
    max-width: 70rem;
  }

  .sm\:max-w-3xl {
    max-width: 80rem;
  }

  .sm\:max-w-4xl {
    max-width: 90rem;
  }

  .sm\:max-w-5xl {
    max-width: 100rem;
  }

  .sm\:max-w-quarter {
    max-width: 25%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-10 {
    min-height: 2.5rem;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-10 {
    min-width: 2.5rem;
  }

  .sm\:min-w-12 {
    min-width: 3rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

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

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

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 1rem;
  }

  .sm\:p-3 {
    padding: .3rem;
  }

  .sm\:p-4 {
    padding: .4rem;
  }

  .sm\:p-5 {
    padding: .5rem;
  }

  .sm\:p-6 {
    padding: .6rem;
  }

  .sm\:p-10 {
    padding: .1rem;
  }

  .sm\:p-15 {
    padding: .15rem;
  }

  .sm\:p-20 {
    padding: .2rem;
  }

  .sm\:p-25 {
    padding: .25rem;
  }

  .sm\:p-75 {
    padding: .75rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-05 {
    padding: .05rem;
  }

  .sm\:p-1x25 {
    padding: 1.25rem;
  }

  .sm\:p-1x5 {
    padding: 1.5rem;
  }

  .sm\:p-2x {
    padding: 2rem;
  }

  .sm\:p-3x {
    padding: 3rem;
  }

  .sm\:p-3x5 {
    padding: 3.5rem;
  }

  .sm\:p-4x {
    padding: 4rem;
  }

  .sm\:p-5x {
    padding: 5rem;
  }

  .sm\:p-6x {
    padding: 6rem;
  }

  .sm\:p-7x {
    padding: 7rem;
  }

  .sm\:p-8x {
    padding: 8rem;
  }

  .sm\:p-9x {
    padding: 9rem;
  }

  .sm\:p-10x {
    padding: 10rem;
  }

  .sm\:p-11x {
    padding: 11rem;
  }

  .sm\:p-12x {
    padding: 12rem;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-3 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .sm\:px-3 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .sm\:py-4 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .sm\:px-4 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .sm\:py-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:px-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:py-6 {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .sm\:px-6 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .sm\:py-10 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .sm\:px-10 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .sm\:py-15 {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .sm\:px-15 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .sm\:py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .sm\:px-20 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .sm\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:px-25 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:py-75 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:px-75 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-05 {
    padding-top: .05rem;
    padding-bottom: .05rem;
  }

  .sm\:px-05 {
    padding-left: .05rem;
    padding-right: .05rem;
  }

  .sm\:py-1x25 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-1x25 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-1x5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-1x5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-3x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-3x {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-3x5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-3x5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-4x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-4x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-5x {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-5x {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-6x {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-6x {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-7x {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-7x {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-8x {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-8x {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-9x {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-9x {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-10x {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-10x {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-11x {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-11x {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-12x {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-12x {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 1rem;
  }

  .sm\:pr-1 {
    padding-right: 1rem;
  }

  .sm\:pb-1 {
    padding-bottom: 1rem;
  }

  .sm\:pl-1 {
    padding-left: 1rem;
  }

  .sm\:pt-3 {
    padding-top: .3rem;
  }

  .sm\:pr-3 {
    padding-right: .3rem;
  }

  .sm\:pb-3 {
    padding-bottom: .3rem;
  }

  .sm\:pl-3 {
    padding-left: .3rem;
  }

  .sm\:pt-4 {
    padding-top: .4rem;
  }

  .sm\:pr-4 {
    padding-right: .4rem;
  }

  .sm\:pb-4 {
    padding-bottom: .4rem;
  }

  .sm\:pl-4 {
    padding-left: .4rem;
  }

  .sm\:pt-5 {
    padding-top: .5rem;
  }

  .sm\:pr-5 {
    padding-right: .5rem;
  }

  .sm\:pb-5 {
    padding-bottom: .5rem;
  }

  .sm\:pl-5 {
    padding-left: .5rem;
  }

  .sm\:pt-6 {
    padding-top: .6rem;
  }

  .sm\:pr-6 {
    padding-right: .6rem;
  }

  .sm\:pb-6 {
    padding-bottom: .6rem;
  }

  .sm\:pl-6 {
    padding-left: .6rem;
  }

  .sm\:pt-10 {
    padding-top: .1rem;
  }

  .sm\:pr-10 {
    padding-right: .1rem;
  }

  .sm\:pb-10 {
    padding-bottom: .1rem;
  }

  .sm\:pl-10 {
    padding-left: .1rem;
  }

  .sm\:pt-15 {
    padding-top: .15rem;
  }

  .sm\:pr-15 {
    padding-right: .15rem;
  }

  .sm\:pb-15 {
    padding-bottom: .15rem;
  }

  .sm\:pl-15 {
    padding-left: .15rem;
  }

  .sm\:pt-20 {
    padding-top: .2rem;
  }

  .sm\:pr-20 {
    padding-right: .2rem;
  }

  .sm\:pb-20 {
    padding-bottom: .2rem;
  }

  .sm\:pl-20 {
    padding-left: .2rem;
  }

  .sm\:pt-25 {
    padding-top: .25rem;
  }

  .sm\:pr-25 {
    padding-right: .25rem;
  }

  .sm\:pb-25 {
    padding-bottom: .25rem;
  }

  .sm\:pl-25 {
    padding-left: .25rem;
  }

  .sm\:pt-75 {
    padding-top: .75rem;
  }

  .sm\:pr-75 {
    padding-right: .75rem;
  }

  .sm\:pb-75 {
    padding-bottom: .75rem;
  }

  .sm\:pl-75 {
    padding-left: .75rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-05 {
    padding-top: .05rem;
  }

  .sm\:pr-05 {
    padding-right: .05rem;
  }

  .sm\:pb-05 {
    padding-bottom: .05rem;
  }

  .sm\:pl-05 {
    padding-left: .05rem;
  }

  .sm\:pt-1x25 {
    padding-top: 1.25rem;
  }

  .sm\:pr-1x25 {
    padding-right: 1.25rem;
  }

  .sm\:pb-1x25 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-1x25 {
    padding-left: 1.25rem;
  }

  .sm\:pt-1x5 {
    padding-top: 1.5rem;
  }

  .sm\:pr-1x5 {
    padding-right: 1.5rem;
  }

  .sm\:pb-1x5 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-1x5 {
    padding-left: 1.5rem;
  }

  .sm\:pt-2x {
    padding-top: 2rem;
  }

  .sm\:pr-2x {
    padding-right: 2rem;
  }

  .sm\:pb-2x {
    padding-bottom: 2rem;
  }

  .sm\:pl-2x {
    padding-left: 2rem;
  }

  .sm\:pt-3x {
    padding-top: 3rem;
  }

  .sm\:pr-3x {
    padding-right: 3rem;
  }

  .sm\:pb-3x {
    padding-bottom: 3rem;
  }

  .sm\:pl-3x {
    padding-left: 3rem;
  }

  .sm\:pt-3x5 {
    padding-top: 3.5rem;
  }

  .sm\:pr-3x5 {
    padding-right: 3.5rem;
  }

  .sm\:pb-3x5 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-3x5 {
    padding-left: 3.5rem;
  }

  .sm\:pt-4x {
    padding-top: 4rem;
  }

  .sm\:pr-4x {
    padding-right: 4rem;
  }

  .sm\:pb-4x {
    padding-bottom: 4rem;
  }

  .sm\:pl-4x {
    padding-left: 4rem;
  }

  .sm\:pt-5x {
    padding-top: 5rem;
  }

  .sm\:pr-5x {
    padding-right: 5rem;
  }

  .sm\:pb-5x {
    padding-bottom: 5rem;
  }

  .sm\:pl-5x {
    padding-left: 5rem;
  }

  .sm\:pt-6x {
    padding-top: 6rem;
  }

  .sm\:pr-6x {
    padding-right: 6rem;
  }

  .sm\:pb-6x {
    padding-bottom: 6rem;
  }

  .sm\:pl-6x {
    padding-left: 6rem;
  }

  .sm\:pt-7x {
    padding-top: 7rem;
  }

  .sm\:pr-7x {
    padding-right: 7rem;
  }

  .sm\:pb-7x {
    padding-bottom: 7rem;
  }

  .sm\:pl-7x {
    padding-left: 7rem;
  }

  .sm\:pt-8x {
    padding-top: 8rem;
  }

  .sm\:pr-8x {
    padding-right: 8rem;
  }

  .sm\:pb-8x {
    padding-bottom: 8rem;
  }

  .sm\:pl-8x {
    padding-left: 8rem;
  }

  .sm\:pt-9x {
    padding-top: 9rem;
  }

  .sm\:pr-9x {
    padding-right: 9rem;
  }

  .sm\:pb-9x {
    padding-bottom: 9rem;
  }

  .sm\:pl-9x {
    padding-left: 9rem;
  }

  .sm\:pt-10x {
    padding-top: 10rem;
  }

  .sm\:pr-10x {
    padding-right: 10rem;
  }

  .sm\:pb-10x {
    padding-bottom: 10rem;
  }

  .sm\:pl-10x {
    padding-left: 10rem;
  }

  .sm\:pt-11x {
    padding-top: 11rem;
  }

  .sm\:pr-11x {
    padding-right: 11rem;
  }

  .sm\:pb-11x {
    padding-bottom: 11rem;
  }

  .sm\:pl-11x {
    padding-left: 11rem;
  }

  .sm\:pt-12x {
    padding-top: 12rem;
  }

  .sm\:pr-12x {
    padding-right: 12rem;
  }

  .sm\:pb-12x {
    padding-bottom: 12rem;
  }

  .sm\:pl-12x {
    padding-left: 12rem;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-crimson {
    color: crimson;
  }

  .sm\:text-amazon {
    color: #f90;
  }

  .sm\:text-rakuten {
    color: #be0714;
  }

  .sm\:text-link {
    color: #1b94e0;
  }

  .sm\:text-link-2 {
    color: #3ea5ff;
  }

  .sm\:text-blueviolet {
    color: blueviolet;
  }

  .sm\:text-ios-black {
    color: #000;
  }

  .sm\:text-ios-grey-darker {
    color: #121212;
  }

  .sm\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .sm\:text-ios-grey {
    color: #211e20;
  }

  .sm\:text-ios-grey-light {
    color: #303030;
  }

  .sm\:text-ios-grey-lighter {
    color: #98989e;
  }

  .sm\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .sm\:text-ios-blue {
    color: #5a91f7;
  }

  .sm\:text-ios-white {
    color: #fff;
  }

  .sm\:text-black {
    color: #22292f;
  }

  .sm\:text-grey-main {
    color: #19191b;
  }

  .sm\:text-grey-darkest {
    color: #222223;
  }

  .sm\:text-grey-darker {
    color: #444;
  }

  .sm\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .sm\:text-grey {
    color: #d9d9d9;
  }

  .sm\:text-grey-light {
    color: #dedede;
  }

  .sm\:text-grey-lighter {
    color: #fefefe;
  }

  .sm\:text-grey-lightest {
    color: #f8fafc;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-red-darkest {
    color: #3b0d0c;
  }

  .sm\:text-red-darker {
    color: #621b18;
  }

  .sm\:text-red-dark {
    color: #cc1f1a;
  }

  .sm\:text-red {
    color: #e3342f;
  }

  .sm\:text-red-light {
    color: #ef5753;
  }

  .sm\:text-red-lighter {
    color: #f9acaa;
  }

  .sm\:text-red-lightest {
    color: #fcebea;
  }

  .sm\:text-orange-darkest {
    color: #462a16;
  }

  .sm\:text-orange-darker {
    color: #613b1f;
  }

  .sm\:text-orange-dark {
    color: #de751f;
  }

  .sm\:text-orange {
    color: #f6993f;
  }

  .sm\:text-orange-light {
    color: #faad63;
  }

  .sm\:text-orange-lighter {
    color: #fcd9b6;
  }

  .sm\:text-orange-lightest {
    color: #fff5eb;
  }

  .sm\:text-yellow-darkest {
    color: #453411;
  }

  .sm\:text-yellow-darker {
    color: #684f1d;
  }

  .sm\:text-yellow-dark {
    color: #f2d024;
  }

  .sm\:text-yellow {
    color: #ffed4a;
  }

  .sm\:text-yellow-light {
    color: #fff382;
  }

  .sm\:text-yellow-lighter {
    color: #fff9c2;
  }

  .sm\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .sm\:text-green-darkest {
    color: #0f2f21;
  }

  .sm\:text-green-darker {
    color: #1a4731;
  }

  .sm\:text-green-dark {
    color: #1f9d55;
  }

  .sm\:text-green {
    color: #38c172;
  }

  .sm\:text-green-light {
    color: #51d88a;
  }

  .sm\:text-green-lighter {
    color: #a2f5bf;
  }

  .sm\:text-green-lightest {
    color: #e3fcec;
  }

  .sm\:text-teal-darkest {
    color: #0d3331;
  }

  .sm\:text-teal-darker {
    color: #20504f;
  }

  .sm\:text-teal-dark {
    color: #38a89d;
  }

  .sm\:text-teal {
    color: #4dc0b5;
  }

  .sm\:text-teal-light {
    color: #64d5ca;
  }

  .sm\:text-teal-lighter {
    color: #a0f0ed;
  }

  .sm\:text-teal-lightest {
    color: #e8fffe;
  }

  .sm\:text-blue-darkest {
    color: #12283a;
  }

  .sm\:text-blue-darker {
    color: #1c3d5a;
  }

  .sm\:text-blue-dark {
    color: #2779bd;
  }

  .sm\:text-blue {
    color: #3490dc;
  }

  .sm\:text-blue-light {
    color: #6cb2eb;
  }

  .sm\:text-blue-lighter {
    color: #bcdefa;
  }

  .sm\:text-blue-lightest {
    color: #eff8ff;
  }

  .sm\:text-indigo-darkest {
    color: #191e38;
  }

  .sm\:text-indigo-darker {
    color: #2f365f;
  }

  .sm\:text-indigo-dark {
    color: #5661b3;
  }

  .sm\:text-indigo {
    color: #6574cd;
  }

  .sm\:text-indigo-light {
    color: #7886d7;
  }

  .sm\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .sm\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .sm\:text-purple-darkest {
    color: #21183c;
  }

  .sm\:text-purple-darker {
    color: #382b5f;
  }

  .sm\:text-purple-dark {
    color: #794acf;
  }

  .sm\:text-purple {
    color: #9561e2;
  }

  .sm\:text-purple-light {
    color: #a779e9;
  }

  .sm\:text-purple-lighter {
    color: #d6bbfc;
  }

  .sm\:text-purple-lightest {
    color: #f3ebff;
  }

  .sm\:text-pink-darkest {
    color: #451225;
  }

  .sm\:text-pink-darker {
    color: #6f213f;
  }

  .sm\:text-pink-dark {
    color: #eb5286;
  }

  .sm\:text-pink {
    color: #f66d9b;
  }

  .sm\:text-pink-light {
    color: #fa7ea8;
  }

  .sm\:text-pink-lighter {
    color: #ffbbca;
  }

  .sm\:text-pink-lightest {
    color: #ffebef;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-crimson:hover {
    color: crimson;
  }

  .sm\:hover\:text-amazon:hover {
    color: #f90;
  }

  .sm\:hover\:text-rakuten:hover {
    color: #be0714;
  }

  .sm\:hover\:text-link:hover {
    color: #1b94e0;
  }

  .sm\:hover\:text-link-2:hover {
    color: #3ea5ff;
  }

  .sm\:hover\:text-blueviolet:hover {
    color: blueviolet;
  }

  .sm\:hover\:text-ios-black:hover {
    color: #000;
  }

  .sm\:hover\:text-ios-grey-darker:hover {
    color: #121212;
  }

  .sm\:hover\:text-ios-grey-dark:hover {
    color: #1c1c1e;
  }

  .sm\:hover\:text-ios-grey:hover {
    color: #211e20;
  }

  .sm\:hover\:text-ios-grey-light:hover {
    color: #303030;
  }

  .sm\:hover\:text-ios-grey-lighter:hover {
    color: #98989e;
  }

  .sm\:hover\:text-ios-grey-lightest:hover {
    color: #c1c1c1;
  }

  .sm\:hover\:text-ios-blue:hover {
    color: #5a91f7;
  }

  .sm\:hover\:text-ios-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-black:hover {
    color: #22292f;
  }

  .sm\:hover\:text-grey-main:hover {
    color: #19191b;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #222223;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #444;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #d9d9d9ce;
  }

  .sm\:hover\:text-grey:hover {
    color: #d9d9d9;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #dedede;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #fefefe;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .sm\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .sm\:hover\:text-red:hover {
    color: #e3342f;
  }

  .sm\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .sm\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .sm\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .sm\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .sm\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .sm\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .sm\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .sm\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .sm\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .sm\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .sm\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .sm\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .sm\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .sm\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .sm\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .sm\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .sm\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .sm\:hover\:text-green:hover {
    color: #38c172;
  }

  .sm\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .sm\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .sm\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .sm\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .sm\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .sm\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .sm\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .sm\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .sm\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .sm\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .sm\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .sm\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .sm\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .sm\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .sm\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .sm\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .sm\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .sm\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .sm\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .sm\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .sm\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .sm\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .sm\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .sm\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .sm\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .sm\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .sm\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .sm\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .sm\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .sm\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .sm\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .sm\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-crimson:focus {
    color: crimson;
  }

  .sm\:focus\:text-amazon:focus {
    color: #f90;
  }

  .sm\:focus\:text-rakuten:focus {
    color: #be0714;
  }

  .sm\:focus\:text-link:focus {
    color: #1b94e0;
  }

  .sm\:focus\:text-link-2:focus {
    color: #3ea5ff;
  }

  .sm\:focus\:text-blueviolet:focus {
    color: blueviolet;
  }

  .sm\:focus\:text-ios-black:focus {
    color: #000;
  }

  .sm\:focus\:text-ios-grey-darker:focus {
    color: #121212;
  }

  .sm\:focus\:text-ios-grey-dark:focus {
    color: #1c1c1e;
  }

  .sm\:focus\:text-ios-grey:focus {
    color: #211e20;
  }

  .sm\:focus\:text-ios-grey-light:focus {
    color: #303030;
  }

  .sm\:focus\:text-ios-grey-lighter:focus {
    color: #98989e;
  }

  .sm\:focus\:text-ios-grey-lightest:focus {
    color: #c1c1c1;
  }

  .sm\:focus\:text-ios-blue:focus {
    color: #5a91f7;
  }

  .sm\:focus\:text-ios-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-black:focus {
    color: #22292f;
  }

  .sm\:focus\:text-grey-main:focus {
    color: #19191b;
  }

  .sm\:focus\:text-grey-darkest:focus {
    color: #222223;
  }

  .sm\:focus\:text-grey-darker:focus {
    color: #444;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #d9d9d9ce;
  }

  .sm\:focus\:text-grey:focus {
    color: #d9d9d9;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #dedede;
  }

  .sm\:focus\:text-grey-lighter:focus {
    color: #fefefe;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .sm\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .sm\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .sm\:focus\:text-red:focus {
    color: #e3342f;
  }

  .sm\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .sm\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .sm\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .sm\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .sm\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .sm\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .sm\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .sm\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .sm\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .sm\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .sm\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .sm\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .sm\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .sm\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .sm\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .sm\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .sm\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .sm\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .sm\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .sm\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .sm\:focus\:text-green:focus {
    color: #38c172;
  }

  .sm\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .sm\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .sm\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .sm\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .sm\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .sm\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .sm\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .sm\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .sm\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .sm\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .sm\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .sm\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .sm\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .sm\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .sm\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .sm\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .sm\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .sm\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .sm\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .sm\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .sm\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .sm\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .sm\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .sm\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .sm\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .sm\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .sm\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .sm\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .sm\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .sm\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .sm\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .sm\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .sm\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .sm\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .sm\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .sm\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .sm\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .sm\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-crimson {
    color: crimson;
  }

  .group:hover .sm\:group-hover\:text-amazon {
    color: #f90;
  }

  .group:hover .sm\:group-hover\:text-rakuten {
    color: #be0714;
  }

  .group:hover .sm\:group-hover\:text-link {
    color: #1b94e0;
  }

  .group:hover .sm\:group-hover\:text-link-2 {
    color: #3ea5ff;
  }

  .group:hover .sm\:group-hover\:text-blueviolet {
    color: blueviolet;
  }

  .group:hover .sm\:group-hover\:text-ios-black {
    color: #000;
  }

  .group:hover .sm\:group-hover\:text-ios-grey-darker {
    color: #121212;
  }

  .group:hover .sm\:group-hover\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .group:hover .sm\:group-hover\:text-ios-grey {
    color: #211e20;
  }

  .group:hover .sm\:group-hover\:text-ios-grey-light {
    color: #303030;
  }

  .group:hover .sm\:group-hover\:text-ios-grey-lighter {
    color: #98989e;
  }

  .group:hover .sm\:group-hover\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .group:hover .sm\:group-hover\:text-ios-blue {
    color: #5a91f7;
  }

  .group:hover .sm\:group-hover\:text-ios-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .sm\:group-hover\:text-grey-main {
    color: #19191b;
  }

  .group:hover .sm\:group-hover\:text-grey-darkest {
    color: #222223;
  }

  .group:hover .sm\:group-hover\:text-grey-darker {
    color: #444;
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: #d9d9d9;
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    color: #dedede;
  }

  .group:hover .sm\:group-hover\:text-grey-lighter {
    color: #fefefe;
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .sm\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .sm\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .sm\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .sm\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .sm\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .sm\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .sm\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .sm\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .sm\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .sm\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .sm\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .sm\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .sm\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .sm\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .sm\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .sm\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .sm\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .sm\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .sm\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .sm\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .sm\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .sm\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .sm\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .sm\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .sm\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .sm\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .sm\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .sm\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .sm\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .sm\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .sm\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .sm\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .sm\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .sm\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .sm\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .sm\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .sm\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .sm\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .sm\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .sm\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .sm\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .sm\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .sm\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .sm\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .sm\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .sm\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .sm\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .sm\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .sm\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .sm\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .sm\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .sm\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .sm\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .sm\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .sm\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .sm\:text-75 {
    font-size: .75rem;
  }

  .sm\:text-135 {
    font-size: 1.35rem;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-7xl {
    font-size: 5rem;
  }

  .sm\:text-xsmall {
    font-size: x-small;
  }

  .sm\:text-small {
    font-size: small;
  }

  .sm\:text-medium {
    font-size: medium;
  }

  .sm\:text-larger {
    font-size: larger;
  }

  .sm\:text-large {
    font-size: large;
  }

  .sm\:text-xlarge {
    font-size: x-large;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:roman:focus {
    font-style: normal;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: 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\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\: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-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-18 {
    width: 4.5rem;
  }

  .sm\:w-20 {
    width: 20%;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 25%;
  }

  .sm\:w-30 {
    width: 30%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 40%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-50 {
    width: 50%;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 60%;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-75 {
    width: 75%;
  }

  .sm\:w-80 {
    width: 80%;
  }

  .sm\:w-90 {
    width: 90%;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-40x {
    width: 10rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-90p {
    width: 90%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-q {
    width: 25%;
  }

  .sm\:w-half {
    width: 50%;
  }

  .sm\:w-3q {
    width: 75%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-5x {
    width: 5rem;
  }

  .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-98 {
    z-index: 98;
  }

  .sm\:z-99 {
    z-index: 99;
  }

  .sm\:z-100 {
    z-index: 100;
  }

  .sm\:z-199 {
    z-index: 199;
  }

  .sm\:z-299 {
    z-index: 299;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:sup-banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 2.5rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:sup-banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:sup-banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .sm\:with-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .sm\:with-overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .sm\:t-2 {
    top: 2rem;
  }

  .sm\:t-6 {
    top: 6rem;
  }

  .sm\:b-0 {
    bottom: 0rem;
  }

  .sm\:b-2 {
    bottom: 2rem;
  }

  .sm\:b-6 {
    bottom: 6rem;
  }

  .sm\:bs-25 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
  }

  .sm\:bs-5 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
  }

  .sm\:bs-75 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
  }/* omg */

  .sm\:left-0 {
    left: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:left-1 {
    left: 1rem;
  }

  .sm\:right-1 {
    right: 1rem;
  }

  .sm\:right-10pct {
    right: 10%;
  }

  .sm\:luki h1 {
    color: crimson;
  }

  .sm\:collapse {
    visibility: collapse;
  }

  .sm\:r-10 {
    right: 10%;
  }

  .sm\:r-15 {
    right: 1.5rem;
  }

  .sm\:r-20pct {
    right: 20%;
  }

  .sm\:r-25pct {
    right: 25%;
  }

  .sm\:ad-md {
    height: calc((27rem - 2rem) / (2.7 * .8));
  }

  .sm\:ad-lg {
    height: calc((27rem - 2rem) / (2.7 * .85));
  }

  .sm\:ad-xl {
    height: calc((27rem - 2rem) / (2.7 * .9));
  }

  .sm\:ad-md-wide {
    height: calc((27rem - 2rem) / (2.7 * .75));
  }

  .sm\:ad-lg-wide {
    height: calc((27rem - 2rem) / (2.7 * .7));
  }

  .sm\:ad-xl-wide {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .sm\:banner-xl {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .sm\:photo-placeholder-xl {
    height: calc((50vw) / (16 / 9));
  }

  .sm\:photo-padding-xl {
    margin: 1rem;
    padding: .5rem;
    border-radius: 1rem;
  }

  .sm\:masonry-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:masonry-mdx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:masonry-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:masonry-lg2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:masonry-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:scroller-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:scroller-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:scroller-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:scroller-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .sm\:masonry-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

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

  .md\:bg-crimson {
    background-color: crimson;
  }

  .md\:bg-amazon {
    background-color: #f90;
  }

  .md\:bg-rakuten {
    background-color: #be0714;
  }

  .md\:bg-link {
    background-color: #1b94e0;
  }

  .md\:bg-link-2 {
    background-color: #3ea5ff;
  }

  .md\:bg-blueviolet {
    background-color: blueviolet;
  }

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

  .md\:bg-ios-grey-darker {
    background-color: #121212;
  }

  .md\:bg-ios-grey-dark {
    background-color: #1c1c1e;
  }

  .md\:bg-ios-grey {
    background-color: #211e20;
  }

  .md\:bg-ios-grey-light {
    background-color: #303030;
  }

  .md\:bg-ios-grey-lighter {
    background-color: #98989e;
  }

  .md\:bg-ios-grey-lightest {
    background-color: #c1c1c1;
  }

  .md\:bg-ios-blue {
    background-color: #5a91f7;
  }

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

  .md\:bg-black {
    background-color: #22292f;
  }

  .md\:bg-grey-main {
    background-color: #19191b;
  }

  .md\:bg-grey-darkest {
    background-color: #222223;
  }

  .md\:bg-grey-darker {
    background-color: #444;
  }

  .md\:bg-grey-dark {
    background-color: #d9d9d9ce;
  }

  .md\:bg-grey {
    background-color: #d9d9d9;
  }

  .md\:bg-grey-light {
    background-color: #dedede;
  }

  .md\:bg-grey-lighter {
    background-color: #fefefe;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .md\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .md\:bg-red-darker {
    background-color: #621b18;
  }

  .md\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .md\:bg-red {
    background-color: #e3342f;
  }

  .md\:bg-red-light {
    background-color: #ef5753;
  }

  .md\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .md\:bg-red-lightest {
    background-color: #fcebea;
  }

  .md\:bg-orange-darkest {
    background-color: #462a16;
  }

  .md\:bg-orange-darker {
    background-color: #613b1f;
  }

  .md\:bg-orange-dark {
    background-color: #de751f;
  }

  .md\:bg-orange {
    background-color: #f6993f;
  }

  .md\:bg-orange-light {
    background-color: #faad63;
  }

  .md\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .md\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .md\:bg-yellow-darkest {
    background-color: #453411;
  }

  .md\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .md\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .md\:bg-yellow {
    background-color: #ffed4a;
  }

  .md\:bg-yellow-light {
    background-color: #fff382;
  }

  .md\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .md\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .md\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .md\:bg-green-darker {
    background-color: #1a4731;
  }

  .md\:bg-green-dark {
    background-color: #1f9d55;
  }

  .md\:bg-green {
    background-color: #38c172;
  }

  .md\:bg-green-light {
    background-color: #51d88a;
  }

  .md\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .md\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .md\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .md\:bg-teal-darker {
    background-color: #20504f;
  }

  .md\:bg-teal-dark {
    background-color: #38a89d;
  }

  .md\:bg-teal {
    background-color: #4dc0b5;
  }

  .md\:bg-teal-light {
    background-color: #64d5ca;
  }

  .md\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .md\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .md\:bg-blue-darkest {
    background-color: #12283a;
  }

  .md\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .md\:bg-blue-dark {
    background-color: #2779bd;
  }

  .md\:bg-blue {
    background-color: #3490dc;
  }

  .md\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .md\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .md\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .md\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .md\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .md\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .md\:bg-indigo {
    background-color: #6574cd;
  }

  .md\:bg-indigo-light {
    background-color: #7886d7;
  }

  .md\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .md\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .md\:bg-purple-darkest {
    background-color: #21183c;
  }

  .md\:bg-purple-darker {
    background-color: #382b5f;
  }

  .md\:bg-purple-dark {
    background-color: #794acf;
  }

  .md\:bg-purple {
    background-color: #9561e2;
  }

  .md\:bg-purple-light {
    background-color: #a779e9;
  }

  .md\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .md\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .md\:bg-pink-darkest {
    background-color: #451225;
  }

  .md\:bg-pink-darker {
    background-color: #6f213f;
  }

  .md\:bg-pink-dark {
    background-color: #eb5286;
  }

  .md\:bg-pink {
    background-color: #f66d9b;
  }

  .md\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .md\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .md\:bg-pink-lightest {
    background-color: #ffebef;
  }

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

  .md\:hover\:bg-crimson:hover {
    background-color: crimson;
  }

  .md\:hover\:bg-amazon:hover {
    background-color: #f90;
  }

  .md\:hover\:bg-rakuten:hover {
    background-color: #be0714;
  }

  .md\:hover\:bg-link:hover {
    background-color: #1b94e0;
  }

  .md\:hover\:bg-link-2:hover {
    background-color: #3ea5ff;
  }

  .md\:hover\:bg-blueviolet:hover {
    background-color: blueviolet;
  }

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

  .md\:hover\:bg-ios-grey-darker:hover {
    background-color: #121212;
  }

  .md\:hover\:bg-ios-grey-dark:hover {
    background-color: #1c1c1e;
  }

  .md\:hover\:bg-ios-grey:hover {
    background-color: #211e20;
  }

  .md\:hover\:bg-ios-grey-light:hover {
    background-color: #303030;
  }

  .md\:hover\:bg-ios-grey-lighter:hover {
    background-color: #98989e;
  }

  .md\:hover\:bg-ios-grey-lightest:hover {
    background-color: #c1c1c1;
  }

  .md\:hover\:bg-ios-blue:hover {
    background-color: #5a91f7;
  }

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

  .md\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .md\:hover\:bg-grey-main:hover {
    background-color: #19191b;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #222223;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #444;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #d9d9d9ce;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #d9d9d9;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #dedede;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #fefefe;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

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

  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .md\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .md\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .md\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .md\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .md\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .md\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .md\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .md\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .md\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .md\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .md\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .md\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .md\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .md\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .md\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .md\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .md\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .md\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .md\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .md\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .md\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .md\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .md\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .md\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .md\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .md\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .md\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .md\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .md\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .md\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .md\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .md\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .md\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .md\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .md\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .md\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .md\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .md\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .md\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .md\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .md\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .md\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .md\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .md\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .md\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .md\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .md\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .md\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .md\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

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

  .md\:focus\:bg-crimson:focus {
    background-color: crimson;
  }

  .md\:focus\:bg-amazon:focus {
    background-color: #f90;
  }

  .md\:focus\:bg-rakuten:focus {
    background-color: #be0714;
  }

  .md\:focus\:bg-link:focus {
    background-color: #1b94e0;
  }

  .md\:focus\:bg-link-2:focus {
    background-color: #3ea5ff;
  }

  .md\:focus\:bg-blueviolet:focus {
    background-color: blueviolet;
  }

  .md\:focus\:bg-ios-black:focus {
    background-color: #000;
  }

  .md\:focus\:bg-ios-grey-darker:focus {
    background-color: #121212;
  }

  .md\:focus\:bg-ios-grey-dark:focus {
    background-color: #1c1c1e;
  }

  .md\:focus\:bg-ios-grey:focus {
    background-color: #211e20;
  }

  .md\:focus\:bg-ios-grey-light:focus {
    background-color: #303030;
  }

  .md\:focus\:bg-ios-grey-lighter:focus {
    background-color: #98989e;
  }

  .md\:focus\:bg-ios-grey-lightest:focus {
    background-color: #c1c1c1;
  }

  .md\:focus\:bg-ios-blue:focus {
    background-color: #5a91f7;
  }

  .md\:focus\:bg-ios-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .md\:focus\:bg-grey-main:focus {
    background-color: #19191b;
  }

  .md\:focus\:bg-grey-darkest:focus {
    background-color: #222223;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: #444;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #d9d9d9ce;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #d9d9d9;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #dedede;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: #fefefe;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

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

  .md\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .md\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .md\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .md\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .md\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .md\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .md\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .md\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .md\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .md\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .md\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .md\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .md\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .md\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .md\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .md\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .md\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .md\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .md\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .md\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .md\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .md\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .md\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .md\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .md\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .md\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .md\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .md\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .md\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .md\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .md\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .md\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .md\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .md\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .md\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .md\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .md\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .md\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .md\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .md\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .md\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .md\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .md\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .md\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .md\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .md\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .md\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .md\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .md\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .md\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .md\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .md\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .md\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .md\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .md\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .md\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .md\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .md\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .md\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .md\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .md\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .md\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .md\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

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

  .md\:active\:bg-crimson:active {
    background-color: crimson;
  }

  .md\:active\:bg-amazon:active {
    background-color: #f90;
  }

  .md\:active\:bg-rakuten:active {
    background-color: #be0714;
  }

  .md\:active\:bg-link:active {
    background-color: #1b94e0;
  }

  .md\:active\:bg-link-2:active {
    background-color: #3ea5ff;
  }

  .md\:active\:bg-blueviolet:active {
    background-color: blueviolet;
  }

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

  .md\:active\:bg-ios-grey-darker:active {
    background-color: #121212;
  }

  .md\:active\:bg-ios-grey-dark:active {
    background-color: #1c1c1e;
  }

  .md\:active\:bg-ios-grey:active {
    background-color: #211e20;
  }

  .md\:active\:bg-ios-grey-light:active {
    background-color: #303030;
  }

  .md\:active\:bg-ios-grey-lighter:active {
    background-color: #98989e;
  }

  .md\:active\:bg-ios-grey-lightest:active {
    background-color: #c1c1c1;
  }

  .md\:active\:bg-ios-blue:active {
    background-color: #5a91f7;
  }

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

  .md\:active\:bg-black:active {
    background-color: #22292f;
  }

  .md\:active\:bg-grey-main:active {
    background-color: #19191b;
  }

  .md\:active\:bg-grey-darkest:active {
    background-color: #222223;
  }

  .md\:active\:bg-grey-darker:active {
    background-color: #444;
  }

  .md\:active\:bg-grey-dark:active {
    background-color: #d9d9d9ce;
  }

  .md\:active\:bg-grey:active {
    background-color: #d9d9d9;
  }

  .md\:active\:bg-grey-light:active {
    background-color: #dedede;
  }

  .md\:active\:bg-grey-lighter:active {
    background-color: #fefefe;
  }

  .md\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

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

  .md\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .md\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .md\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .md\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .md\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .md\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .md\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .md\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .md\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .md\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .md\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .md\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .md\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .md\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .md\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .md\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .md\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .md\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .md\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .md\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .md\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .md\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .md\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .md\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .md\:active\:bg-green:active {
    background-color: #38c172;
  }

  .md\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .md\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .md\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .md\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .md\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .md\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .md\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .md\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .md\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .md\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .md\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .md\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .md\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .md\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .md\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .md\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .md\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .md\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .md\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .md\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .md\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .md\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .md\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .md\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .md\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .md\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .md\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .md\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .md\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .md\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .md\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .md\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .md\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .md\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .md\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .md\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .md\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .md\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .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-auto {
    background-size: auto;
  }

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

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

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

  .md\:border-crimson {
    border-color: crimson;
  }

  .md\:border-amazon {
    border-color: #f90;
  }

  .md\:border-rakuten {
    border-color: #be0714;
  }

  .md\:border-link {
    border-color: #1b94e0;
  }

  .md\:border-link-2 {
    border-color: #3ea5ff;
  }

  .md\:border-blueviolet {
    border-color: blueviolet;
  }

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

  .md\:border-ios-grey-darker {
    border-color: #121212;
  }

  .md\:border-ios-grey-dark {
    border-color: #1c1c1e;
  }

  .md\:border-ios-grey {
    border-color: #211e20;
  }

  .md\:border-ios-grey-light {
    border-color: #303030;
  }

  .md\:border-ios-grey-lighter {
    border-color: #98989e;
  }

  .md\:border-ios-grey-lightest {
    border-color: #c1c1c1;
  }

  .md\:border-ios-blue {
    border-color: #5a91f7;
  }

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

  .md\:border-black {
    border-color: #22292f;
  }

  .md\:border-grey-main {
    border-color: #19191b;
  }

  .md\:border-grey-darkest {
    border-color: #222223;
  }

  .md\:border-grey-darker {
    border-color: #444;
  }

  .md\:border-grey-dark {
    border-color: #d9d9d9ce;
  }

  .md\:border-grey {
    border-color: #d9d9d9;
  }

  .md\:border-grey-light {
    border-color: #dedede;
  }

  .md\:border-grey-lighter {
    border-color: #fefefe;
  }

  .md\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

  .md\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .md\:border-red-darker {
    border-color: #621b18;
  }

  .md\:border-red-dark {
    border-color: #cc1f1a;
  }

  .md\:border-red {
    border-color: #e3342f;
  }

  .md\:border-red-light {
    border-color: #ef5753;
  }

  .md\:border-red-lighter {
    border-color: #f9acaa;
  }

  .md\:border-red-lightest {
    border-color: #fcebea;
  }

  .md\:border-orange-darkest {
    border-color: #462a16;
  }

  .md\:border-orange-darker {
    border-color: #613b1f;
  }

  .md\:border-orange-dark {
    border-color: #de751f;
  }

  .md\:border-orange {
    border-color: #f6993f;
  }

  .md\:border-orange-light {
    border-color: #faad63;
  }

  .md\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .md\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .md\:border-yellow-darkest {
    border-color: #453411;
  }

  .md\:border-yellow-darker {
    border-color: #684f1d;
  }

  .md\:border-yellow-dark {
    border-color: #f2d024;
  }

  .md\:border-yellow {
    border-color: #ffed4a;
  }

  .md\:border-yellow-light {
    border-color: #fff382;
  }

  .md\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .md\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .md\:border-green-darkest {
    border-color: #0f2f21;
  }

  .md\:border-green-darker {
    border-color: #1a4731;
  }

  .md\:border-green-dark {
    border-color: #1f9d55;
  }

  .md\:border-green {
    border-color: #38c172;
  }

  .md\:border-green-light {
    border-color: #51d88a;
  }

  .md\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .md\:border-green-lightest {
    border-color: #e3fcec;
  }

  .md\:border-teal-darkest {
    border-color: #0d3331;
  }

  .md\:border-teal-darker {
    border-color: #20504f;
  }

  .md\:border-teal-dark {
    border-color: #38a89d;
  }

  .md\:border-teal {
    border-color: #4dc0b5;
  }

  .md\:border-teal-light {
    border-color: #64d5ca;
  }

  .md\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .md\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .md\:border-blue-darkest {
    border-color: #12283a;
  }

  .md\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .md\:border-blue-dark {
    border-color: #2779bd;
  }

  .md\:border-blue {
    border-color: #3490dc;
  }

  .md\:border-blue-light {
    border-color: #6cb2eb;
  }

  .md\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .md\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .md\:border-indigo-darkest {
    border-color: #191e38;
  }

  .md\:border-indigo-darker {
    border-color: #2f365f;
  }

  .md\:border-indigo-dark {
    border-color: #5661b3;
  }

  .md\:border-indigo {
    border-color: #6574cd;
  }

  .md\:border-indigo-light {
    border-color: #7886d7;
  }

  .md\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .md\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .md\:border-purple-darkest {
    border-color: #21183c;
  }

  .md\:border-purple-darker {
    border-color: #382b5f;
  }

  .md\:border-purple-dark {
    border-color: #794acf;
  }

  .md\:border-purple {
    border-color: #9561e2;
  }

  .md\:border-purple-light {
    border-color: #a779e9;
  }

  .md\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .md\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .md\:border-pink-darkest {
    border-color: #451225;
  }

  .md\:border-pink-darker {
    border-color: #6f213f;
  }

  .md\:border-pink-dark {
    border-color: #eb5286;
  }

  .md\:border-pink {
    border-color: #f66d9b;
  }

  .md\:border-pink-light {
    border-color: #fa7ea8;
  }

  .md\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .md\:border-pink-lightest {
    border-color: #ffebef;
  }

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

  .md\:hover\:border-crimson:hover {
    border-color: crimson;
  }

  .md\:hover\:border-amazon:hover {
    border-color: #f90;
  }

  .md\:hover\:border-rakuten:hover {
    border-color: #be0714;
  }

  .md\:hover\:border-link:hover {
    border-color: #1b94e0;
  }

  .md\:hover\:border-link-2:hover {
    border-color: #3ea5ff;
  }

  .md\:hover\:border-blueviolet:hover {
    border-color: blueviolet;
  }

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

  .md\:hover\:border-ios-grey-darker:hover {
    border-color: #121212;
  }

  .md\:hover\:border-ios-grey-dark:hover {
    border-color: #1c1c1e;
  }

  .md\:hover\:border-ios-grey:hover {
    border-color: #211e20;
  }

  .md\:hover\:border-ios-grey-light:hover {
    border-color: #303030;
  }

  .md\:hover\:border-ios-grey-lighter:hover {
    border-color: #98989e;
  }

  .md\:hover\:border-ios-grey-lightest:hover {
    border-color: #c1c1c1;
  }

  .md\:hover\:border-ios-blue:hover {
    border-color: #5a91f7;
  }

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

  .md\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .md\:hover\:border-grey-main:hover {
    border-color: #19191b;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #222223;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #444;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #d9d9d9ce;
  }

  .md\:hover\:border-grey:hover {
    border-color: #d9d9d9;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #dedede;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #fefefe;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

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

  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .md\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .md\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .md\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .md\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .md\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .md\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .md\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .md\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .md\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .md\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .md\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .md\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .md\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .md\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .md\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .md\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .md\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .md\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .md\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .md\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .md\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .md\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .md\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .md\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .md\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .md\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .md\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .md\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .md\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .md\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .md\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .md\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .md\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .md\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .md\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .md\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .md\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .md\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .md\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .md\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .md\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .md\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .md\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .md\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .md\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .md\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .md\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .md\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .md\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .md\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .md\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-crimson:focus {
    border-color: crimson;
  }

  .md\:focus\:border-amazon:focus {
    border-color: #f90;
  }

  .md\:focus\:border-rakuten:focus {
    border-color: #be0714;
  }

  .md\:focus\:border-link:focus {
    border-color: #1b94e0;
  }

  .md\:focus\:border-link-2:focus {
    border-color: #3ea5ff;
  }

  .md\:focus\:border-blueviolet:focus {
    border-color: blueviolet;
  }

  .md\:focus\:border-ios-black:focus {
    border-color: #000;
  }

  .md\:focus\:border-ios-grey-darker:focus {
    border-color: #121212;
  }

  .md\:focus\:border-ios-grey-dark:focus {
    border-color: #1c1c1e;
  }

  .md\:focus\:border-ios-grey:focus {
    border-color: #211e20;
  }

  .md\:focus\:border-ios-grey-light:focus {
    border-color: #303030;
  }

  .md\:focus\:border-ios-grey-lighter:focus {
    border-color: #98989e;
  }

  .md\:focus\:border-ios-grey-lightest:focus {
    border-color: #c1c1c1;
  }

  .md\:focus\:border-ios-blue:focus {
    border-color: #5a91f7;
  }

  .md\:focus\:border-ios-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .md\:focus\:border-grey-main:focus {
    border-color: #19191b;
  }

  .md\:focus\:border-grey-darkest:focus {
    border-color: #222223;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #444;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #d9d9d9ce;
  }

  .md\:focus\:border-grey:focus {
    border-color: #d9d9d9;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #dedede;
  }

  .md\:focus\:border-grey-lighter:focus {
    border-color: #fefefe;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

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

  .md\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .md\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .md\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .md\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .md\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .md\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .md\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .md\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .md\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .md\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .md\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .md\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .md\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .md\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .md\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .md\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .md\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .md\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .md\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .md\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .md\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .md\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .md\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .md\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .md\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .md\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .md\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .md\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .md\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .md\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .md\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .md\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .md\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .md\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .md\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .md\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .md\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .md\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .md\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .md\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .md\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .md\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .md\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .md\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .md\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .md\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .md\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .md\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .md\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .md\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .md\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .md\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .md\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .md\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .md\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .md\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .md\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .md\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .md\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .md\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .md\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .md\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .md\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .md\:rounded-1 {
    border-radius: 1rem;
  }

  .md\:rounded-5 {
    border-radius: .5rem;
  }

  .md\:rounded-25 {
    border-radius: .25rem;
  }

  .md\:rounded-75 {
    border-radius: .75rem;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-xlg {
    border-radius: 1rem;
  }

  .md\:rounded-xxlg {
    border-radius: 2rem;
  }

  .md\:rounded-half {
    border-radius: 50%;
  }

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

  .md\:rounded-1x5 {
    border-radius: 1.5rem;
  }

  .md\:rounded-2x {
    border-radius: 2rem;
  }

  .md\:rounded-3x {
    border-radius: 3rem;
  }

  .md\:rounded-t-1 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-1 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-1 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-1 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-5 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-25 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r-25 {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b-25 {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l-25 {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-75 {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  .md\:rounded-r-75 {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .md\:rounded-b-75 {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .md\:rounded-l-75 {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-xlg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-xlg {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-xlg {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-xlg {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-xxlg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .md\:rounded-r-xxlg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .md\:rounded-b-xxlg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-l-xxlg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-t-half {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .md\:rounded-r-half {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-b-half {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-l-half {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-1x5 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-1x5 {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-1x5 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-1x5 {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-2x {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .md\:rounded-r-2x {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .md\:rounded-b-2x {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-l-2x {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-t-3x {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .md\:rounded-r-3x {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }

  .md\:rounded-b-3x {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .md\:rounded-l-3x {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .md\:rounded-tl-1 {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-1 {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-1 {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-1 {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-5 {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-25 {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr-25 {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br-25 {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl-25 {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-75 {
    border-top-left-radius: .75rem;
  }

  .md\:rounded-tr-75 {
    border-top-right-radius: .75rem;
  }

  .md\:rounded-br-75 {
    border-bottom-right-radius: .75rem;
  }

  .md\:rounded-bl-75 {
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-xlg {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-xlg {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-xlg {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-xxlg {
    border-top-left-radius: 2rem;
  }

  .md\:rounded-tr-xxlg {
    border-top-right-radius: 2rem;
  }

  .md\:rounded-br-xxlg {
    border-bottom-right-radius: 2rem;
  }

  .md\:rounded-bl-xxlg {
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-tl-half {
    border-top-left-radius: 50%;
  }

  .md\:rounded-tr-half {
    border-top-right-radius: 50%;
  }

  .md\:rounded-br-half {
    border-bottom-right-radius: 50%;
  }

  .md\:rounded-bl-half {
    border-bottom-left-radius: 50%;
  }

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

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

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

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

  .md\:rounded-tl-1x5 {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-1x5 {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-1x5 {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-1x5 {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-2x {
    border-top-left-radius: 2rem;
  }

  .md\:rounded-tr-2x {
    border-top-right-radius: 2rem;
  }

  .md\:rounded-br-2x {
    border-bottom-right-radius: 2rem;
  }

  .md\:rounded-bl-2x {
    border-bottom-left-radius: 2rem;
  }

  .md\:rounded-tl-3x {
    border-top-left-radius: 3rem;
  }

  .md\:rounded-tr-3x {
    border-top-right-radius: 3rem;
  }

  .md\:rounded-br-3x {
    border-bottom-right-radius: 3rem;
  }

  .md\:rounded-bl-3x {
    border-bottom-left-radius: 3rem;
  }

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

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

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

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

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

  .md\:border-2 {
    border-width: .2rem;
  }

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

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

  .md\:border {
    border-width: 1px;
  }

  .md\:border-1px {
    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: .2rem;
  }

  .md\:border-r-2 {
    border-right-width: .2rem;
  }

  .md\:border-b-2 {
    border-bottom-width: .2rem;
  }

  .md\:border-l-2 {
    border-left-width: .2rem;
  }

  .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\:border-t-1px {
    border-top-width: 1px;
  }

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

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

  .md\:border-l-1px {
    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-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\:table {
    display: table;
  }

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

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

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

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

  .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 {
    flex-grow: 1;
  }

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

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

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

  .md\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-q1 {
    height: 25vh;
  }

  .md\:h-half {
    height: 50vh;
  }

  .md\:h-3q {
    height: 75vh;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-90p {
    height: 15rem;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-1 {
    line-height: 1rem;
  }

  .md\:leading-2 {
    line-height: 2rem;
  }

  .md\:leading-3 {
    line-height: 3rem;
  }

  .md\:leading-4 {
    line-height: 4rem;
  }

  .md\:leading-5 {
    line-height: 5rem;
  }

  .md\:leading-14 {
    line-height: 1.4rem;
  }

  .md\:leading-15 {
    line-height: 1.5rem;
  }

  .md\:leading-25 {
    line-height: 2.5rem;
  }

  .md\:leading-115 {
    line-height: 1.15rem;
  }

  .md\:leading-125 {
    line-height: 1.25rem;
  }

  .md\:leading-175 {
    line-height: 1.75rem;
  }

  .md\:leading-225 {
    line-height: 2.25rem;
  }

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

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

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

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

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 1rem;
  }

  .md\:m-3 {
    margin: .3rem;
  }

  .md\:m-5 {
    margin: .5rem;
  }

  .md\:m-10 {
    margin: 10%;
  }

  .md\:m-15 {
    margin: .15rem;
  }

  .md\:m-20 {
    margin: 20%;
  }

  .md\:m-25 {
    margin: .25rem;
  }

  .md\:m-30 {
    margin: 30%;
  }

  .md\:m-50 {
    margin: 50%;
  }

  .md\:m-75 {
    margin: .75rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-1x5 {
    margin: 1.5rem;
  }

  .md\:m-2x15 {
    margin: 2.15rem;
  }

  .md\:m-2x {
    margin: 2rem;
  }

  .md\:m-2x5 {
    margin: 2.5rem;
  }

  .md\:m-2x75 {
    margin: 2.75rem;
  }

  .md\:m-3x {
    margin: 3rem;
  }

  .md\:m-3x5 {
    margin: 3.5rem;
  }

  .md\:m-4x {
    margin: 4rem;
  }

  .md\:m-4x5 {
    margin: 4.5rem;
  }

  .md\:m-5x {
    margin: 5rem;
  }

  .md\:m-6x {
    margin: 6rem;
  }

  .md\:m-6x5 {
    margin: 6.5rem;
  }

  .md\:m-7x {
    margin: 7rem;
  }

  .md\:m-8x {
    margin: 8rem;
  }

  .md\:m-9x {
    margin: 9rem;
  }

  .md\:m-10x {
    margin: 10rem;
  }

  .md\:m-11x {
    margin: 11rem;
  }

  .md\:m-12x {
    margin: 12rem;
  }

  .md\:m-13x {
    margin: 13rem;
  }

  .md\:m-14x {
    margin: 14rem;
  }

  .md\:m-15x {
    margin: 15rem;
  }

  .md\:m-16x {
    margin: 16rem;
  }

  .md\:m-17x {
    margin: 17rem;
  }

  .md\:m-18x {
    margin: 18rem;
  }

  .md\:m-19x {
    margin: 19rem;
  }

  .md\:m-20x {
    margin: 20rem;
  }

  .md\:m-22x {
    margin: 22rem;
  }

  .md\:m-24x {
    margin: 24rem;
  }

  .md\:m-25x {
    margin: 25rem;
  }

  .md\:m-26x {
    margin: 26rem;
  }

  .md\:m-28x {
    margin: 28rem;
  }

  .md\:m-29x {
    margin: 29rem;
  }

  .md\:m-30x {
    margin: 30rem;
  }

  .md\:m-32x {
    margin: 32rem;
  }

  .md\:m-35x {
    margin: 35rem;
  }

  .md\:m-36x {
    margin: 36rem;
  }

  .md\:m-38x {
    margin: 38rem;
  }

  .md\:m-40x {
    margin: 40rem;
  }

  .md\:m-1825x {
    margin: 18.25rem;
  }

  .md\:m-185x {
    margin: 18.5rem;
  }

  .md\:m-5pct {
    margin: 5%;
  }

  .md\:m-25pct {
    margin: 25%;
  }

  .md\:m-m1 {
    margin: -1rem;
  }

  .md\:m-m2 {
    margin: -2rem;
  }

  .md\:m-m3 {
    margin: -3rem;
  }

  .md\:m-m4 {
    margin: -4rem;
  }

  .md\:m-m5 {
    margin: -5rem;
  }

  .md\:m-m6 {
    margin: -6rem;
  }

  .md\:m-m7 {
    margin: -7rem;
  }

  .md\:m-m8 {
    margin: -8rem;
  }

  .md\:m-m9 {
    margin: -9rem;
  }

  .md\:m-m10 {
    margin: -10rem;
  }

  .md\:m-m11 {
    margin: -11rem;
  }

  .md\:m-m12 {
    margin: -12rem;
  }

  .md\:m-m14 {
    margin: -14rem;
  }

  .md\:m-m15 {
    margin: -15rem;
  }

  .md\:m-m16 {
    margin: -16rem;
  }

  .md\:m-m18 {
    margin: -18rem;
  }

  .md\:m-m19 {
    margin: -19rem;
  }

  .md\:m-m20 {
    margin: -20rem;
  }

  .md\:m-m21 {
    margin: -21rem;
  }

  .md\:m-m22 {
    margin: -22rem;
  }

  .md\:m-m23 {
    margin: -23rem;
  }

  .md\:m-m24 {
    margin: -24rem;
  }

  .md\:m-m25 {
    margin: -25rem;
  }

  .md\:m-m28 {
    margin: -28rem;
  }

  .md\:m-m29 {
    margin: -29rem;
  }

  .md\:m-m30 {
    margin: -30rem;
  }

  .md\:m-m31 {
    margin: -31rem;
  }

  .md\:m-m32 {
    margin: -32rem;
  }

  .md\:m-m34 {
    margin: -34rem;
  }

  .md\:m-m35 {
    margin: -35rem;
  }

  .md\:m-m36 {
    margin: -36rem;
  }

  .md\:m-m37 {
    margin: -37rem;
  }

  .md\:m-m38 {
    margin: -38rem;
  }

  .md\:m-m39 {
    margin: -39rem;
  }

  .md\:m-m40 {
    margin: -40rem;
  }

  .md\:m-m41 {
    margin: -41rem;
  }

  .md\:m-m42 {
    margin: -42rem;
  }

  .md\:m-m43 {
    margin: -43rem;
  }

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

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

  .md\:my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-3 {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .md\:mx-3 {
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .md\:my-5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:mx-10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:my-15 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }

  .md\:mx-15 {
    margin-left: .15rem;
    margin-right: .15rem;
  }

  .md\:my-20 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-20 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-25 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-30 {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:mx-30 {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:my-50 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-50 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-75 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-75 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-1x5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-1x5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-2x15 {
    margin-top: 2.15rem;
    margin-bottom: 2.15rem;
  }

  .md\:mx-2x15 {
    margin-left: 2.15rem;
    margin-right: 2.15rem;
  }

  .md\:my-2x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-2x {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-2x5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-2x5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-2x75 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-2x75 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-3x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-3x {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-3x5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-3x5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-4x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-4x {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-4x5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-4x5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:my-5x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-5x {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-6x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-6x {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-6x5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:mx-6x5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:my-7x {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-7x {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-8x {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-8x {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-9x {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-9x {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-10x {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-10x {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-11x {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-11x {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-12x {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-12x {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-13x {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:mx-13x {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:my-14x {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-14x {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-15x {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:mx-15x {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:my-16x {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-16x {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-17x {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md\:mx-17x {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md\:my-18x {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-18x {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-19x {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .md\:mx-19x {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .md\:my-20x {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-20x {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-22x {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:mx-22x {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:my-24x {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:mx-24x {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:my-25x {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:mx-25x {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:my-26x {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .md\:mx-26x {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .md\:my-28x {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .md\:mx-28x {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .md\:my-29x {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .md\:mx-29x {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .md\:my-30x {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:mx-30x {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:my-32x {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .md\:mx-32x {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .md\:my-35x {
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  .md\:mx-35x {
    margin-left: 35rem;
    margin-right: 35rem;
  }

  .md\:my-36x {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .md\:mx-36x {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .md\:my-38x {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:mx-38x {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .md\:my-40x {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md\:mx-40x {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md\:my-1825x {
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .md\:mx-1825x {
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .md\:my-185x {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .md\:mx-185x {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .md\:my-5pct {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:mx-5pct {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:my-25pct {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-25pct {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-m1 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:mx-m1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:my-m2 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:mx-m2 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:my-m3 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:mx-m3 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:my-m4 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:mx-m4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:my-m5 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:mx-m5 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:my-m6 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:mx-m6 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:my-m7 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:mx-m7 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:my-m8 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:mx-m8 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:my-m9 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:mx-m9 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:my-m10 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:mx-m10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:my-m11 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:mx-m11 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:my-m12 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:mx-m12 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:my-m14 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:mx-m14 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:my-m15 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:mx-m15 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:my-m16 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:mx-m16 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:my-m18 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:mx-m18 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:my-m19 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .md\:mx-m19 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .md\:my-m20 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:mx-m20 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:my-m21 {
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  .md\:mx-m21 {
    margin-left: -21rem;
    margin-right: -21rem;
  }

  .md\:my-m22 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:mx-m22 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:my-m23 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .md\:mx-m23 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .md\:my-m24 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:mx-m24 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:my-m25 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:mx-m25 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:my-m28 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .md\:mx-m28 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .md\:my-m29 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .md\:mx-m29 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .md\:my-m30 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:mx-m30 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:my-m31 {
    margin-top: -31rem;
    margin-bottom: -31rem;
  }

  .md\:mx-m31 {
    margin-left: -31rem;
    margin-right: -31rem;
  }

  .md\:my-m32 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .md\:mx-m32 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .md\:my-m34 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .md\:mx-m34 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .md\:my-m35 {
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  .md\:mx-m35 {
    margin-left: -35rem;
    margin-right: -35rem;
  }

  .md\:my-m36 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .md\:mx-m36 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .md\:my-m37 {
    margin-top: -37rem;
    margin-bottom: -37rem;
  }

  .md\:mx-m37 {
    margin-left: -37rem;
    margin-right: -37rem;
  }

  .md\:my-m38 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:mx-m38 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:my-m39 {
    margin-top: -39rem;
    margin-bottom: -39rem;
  }

  .md\:mx-m39 {
    margin-left: -39rem;
    margin-right: -39rem;
  }

  .md\:my-m40 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md\:mx-m40 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md\:my-m41 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .md\:mx-m41 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .md\:my-m42 {
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .md\:mx-m42 {
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .md\:my-m43 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .md\:mx-m43 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

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

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

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

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

  .md\:mt-1 {
    margin-top: 1rem;
  }

  .md\:mr-1 {
    margin-right: 1rem;
  }

  .md\:mb-1 {
    margin-bottom: 1rem;
  }

  .md\:ml-1 {
    margin-left: 1rem;
  }

  .md\:mt-3 {
    margin-top: .3rem;
  }

  .md\:mr-3 {
    margin-right: .3rem;
  }

  .md\:mb-3 {
    margin-bottom: .3rem;
  }

  .md\:ml-3 {
    margin-left: .3rem;
  }

  .md\:mt-5 {
    margin-top: .5rem;
  }

  .md\:mr-5 {
    margin-right: .5rem;
  }

  .md\:mb-5 {
    margin-bottom: .5rem;
  }

  .md\:ml-5 {
    margin-left: .5rem;
  }

  .md\:mt-10 {
    margin-top: 10%;
  }

  .md\:mr-10 {
    margin-right: 10%;
  }

  .md\:mb-10 {
    margin-bottom: 10%;
  }

  .md\:ml-10 {
    margin-left: 10%;
  }

  .md\:mt-15 {
    margin-top: .15rem;
  }

  .md\:mr-15 {
    margin-right: .15rem;
  }

  .md\:mb-15 {
    margin-bottom: .15rem;
  }

  .md\:ml-15 {
    margin-left: .15rem;
  }

  .md\:mt-20 {
    margin-top: 20%;
  }

  .md\:mr-20 {
    margin-right: 20%;
  }

  .md\:mb-20 {
    margin-bottom: 20%;
  }

  .md\:ml-20 {
    margin-left: 20%;
  }

  .md\:mt-25 {
    margin-top: .25rem;
  }

  .md\:mr-25 {
    margin-right: .25rem;
  }

  .md\:mb-25 {
    margin-bottom: .25rem;
  }

  .md\:ml-25 {
    margin-left: .25rem;
  }

  .md\:mt-30 {
    margin-top: 30%;
  }

  .md\:mr-30 {
    margin-right: 30%;
  }

  .md\:mb-30 {
    margin-bottom: 30%;
  }

  .md\:ml-30 {
    margin-left: 30%;
  }

  .md\:mt-50 {
    margin-top: 50%;
  }

  .md\:mr-50 {
    margin-right: 50%;
  }

  .md\:mb-50 {
    margin-bottom: 50%;
  }

  .md\:ml-50 {
    margin-left: 50%;
  }

  .md\:mt-75 {
    margin-top: .75rem;
  }

  .md\:mr-75 {
    margin-right: .75rem;
  }

  .md\:mb-75 {
    margin-bottom: .75rem;
  }

  .md\:ml-75 {
    margin-left: .75rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

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

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-1x5 {
    margin-top: 1.5rem;
  }

  .md\:mr-1x5 {
    margin-right: 1.5rem;
  }

  .md\:mb-1x5 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-1x5 {
    margin-left: 1.5rem;
  }

  .md\:mt-2x15 {
    margin-top: 2.15rem;
  }

  .md\:mr-2x15 {
    margin-right: 2.15rem;
  }

  .md\:mb-2x15 {
    margin-bottom: 2.15rem;
  }

  .md\:ml-2x15 {
    margin-left: 2.15rem;
  }

  .md\:mt-2x {
    margin-top: 2rem;
  }

  .md\:mr-2x {
    margin-right: 2rem;
  }

  .md\:mb-2x {
    margin-bottom: 2rem;
  }

  .md\:ml-2x {
    margin-left: 2rem;
  }

  .md\:mt-2x5 {
    margin-top: 2.5rem;
  }

  .md\:mr-2x5 {
    margin-right: 2.5rem;
  }

  .md\:mb-2x5 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-2x5 {
    margin-left: 2.5rem;
  }

  .md\:mt-2x75 {
    margin-top: 2.75rem;
  }

  .md\:mr-2x75 {
    margin-right: 2.75rem;
  }

  .md\:mb-2x75 {
    margin-bottom: 2.75rem;
  }

  .md\:ml-2x75 {
    margin-left: 2.75rem;
  }

  .md\:mt-3x {
    margin-top: 3rem;
  }

  .md\:mr-3x {
    margin-right: 3rem;
  }

  .md\:mb-3x {
    margin-bottom: 3rem;
  }

  .md\:ml-3x {
    margin-left: 3rem;
  }

  .md\:mt-3x5 {
    margin-top: 3.5rem;
  }

  .md\:mr-3x5 {
    margin-right: 3.5rem;
  }

  .md\:mb-3x5 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-3x5 {
    margin-left: 3.5rem;
  }

  .md\:mt-4x {
    margin-top: 4rem;
  }

  .md\:mr-4x {
    margin-right: 4rem;
  }

  .md\:mb-4x {
    margin-bottom: 4rem;
  }

  .md\:ml-4x {
    margin-left: 4rem;
  }

  .md\:mt-4x5 {
    margin-top: 4.5rem;
  }

  .md\:mr-4x5 {
    margin-right: 4.5rem;
  }

  .md\:mb-4x5 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-4x5 {
    margin-left: 4.5rem;
  }

  .md\:mt-5x {
    margin-top: 5rem;
  }

  .md\:mr-5x {
    margin-right: 5rem;
  }

  .md\:mb-5x {
    margin-bottom: 5rem;
  }

  .md\:ml-5x {
    margin-left: 5rem;
  }

  .md\:mt-6x {
    margin-top: 6rem;
  }

  .md\:mr-6x {
    margin-right: 6rem;
  }

  .md\:mb-6x {
    margin-bottom: 6rem;
  }

  .md\:ml-6x {
    margin-left: 6rem;
  }

  .md\:mt-6x5 {
    margin-top: 6.5rem;
  }

  .md\:mr-6x5 {
    margin-right: 6.5rem;
  }

  .md\:mb-6x5 {
    margin-bottom: 6.5rem;
  }

  .md\:ml-6x5 {
    margin-left: 6.5rem;
  }

  .md\:mt-7x {
    margin-top: 7rem;
  }

  .md\:mr-7x {
    margin-right: 7rem;
  }

  .md\:mb-7x {
    margin-bottom: 7rem;
  }

  .md\:ml-7x {
    margin-left: 7rem;
  }

  .md\:mt-8x {
    margin-top: 8rem;
  }

  .md\:mr-8x {
    margin-right: 8rem;
  }

  .md\:mb-8x {
    margin-bottom: 8rem;
  }

  .md\:ml-8x {
    margin-left: 8rem;
  }

  .md\:mt-9x {
    margin-top: 9rem;
  }

  .md\:mr-9x {
    margin-right: 9rem;
  }

  .md\:mb-9x {
    margin-bottom: 9rem;
  }

  .md\:ml-9x {
    margin-left: 9rem;
  }

  .md\:mt-10x {
    margin-top: 10rem;
  }

  .md\:mr-10x {
    margin-right: 10rem;
  }

  .md\:mb-10x {
    margin-bottom: 10rem;
  }

  .md\:ml-10x {
    margin-left: 10rem;
  }

  .md\:mt-11x {
    margin-top: 11rem;
  }

  .md\:mr-11x {
    margin-right: 11rem;
  }

  .md\:mb-11x {
    margin-bottom: 11rem;
  }

  .md\:ml-11x {
    margin-left: 11rem;
  }

  .md\:mt-12x {
    margin-top: 12rem;
  }

  .md\:mr-12x {
    margin-right: 12rem;
  }

  .md\:mb-12x {
    margin-bottom: 12rem;
  }

  .md\:ml-12x {
    margin-left: 12rem;
  }

  .md\:mt-13x {
    margin-top: 13rem;
  }

  .md\:mr-13x {
    margin-right: 13rem;
  }

  .md\:mb-13x {
    margin-bottom: 13rem;
  }

  .md\:ml-13x {
    margin-left: 13rem;
  }

  .md\:mt-14x {
    margin-top: 14rem;
  }

  .md\:mr-14x {
    margin-right: 14rem;
  }

  .md\:mb-14x {
    margin-bottom: 14rem;
  }

  .md\:ml-14x {
    margin-left: 14rem;
  }

  .md\:mt-15x {
    margin-top: 15rem;
  }

  .md\:mr-15x {
    margin-right: 15rem;
  }

  .md\:mb-15x {
    margin-bottom: 15rem;
  }

  .md\:ml-15x {
    margin-left: 15rem;
  }

  .md\:mt-16x {
    margin-top: 16rem;
  }

  .md\:mr-16x {
    margin-right: 16rem;
  }

  .md\:mb-16x {
    margin-bottom: 16rem;
  }

  .md\:ml-16x {
    margin-left: 16rem;
  }

  .md\:mt-17x {
    margin-top: 17rem;
  }

  .md\:mr-17x {
    margin-right: 17rem;
  }

  .md\:mb-17x {
    margin-bottom: 17rem;
  }

  .md\:ml-17x {
    margin-left: 17rem;
  }

  .md\:mt-18x {
    margin-top: 18rem;
  }

  .md\:mr-18x {
    margin-right: 18rem;
  }

  .md\:mb-18x {
    margin-bottom: 18rem;
  }

  .md\:ml-18x {
    margin-left: 18rem;
  }

  .md\:mt-19x {
    margin-top: 19rem;
  }

  .md\:mr-19x {
    margin-right: 19rem;
  }

  .md\:mb-19x {
    margin-bottom: 19rem;
  }

  .md\:ml-19x {
    margin-left: 19rem;
  }

  .md\:mt-20x {
    margin-top: 20rem;
  }

  .md\:mr-20x {
    margin-right: 20rem;
  }

  .md\:mb-20x {
    margin-bottom: 20rem;
  }

  .md\:ml-20x {
    margin-left: 20rem;
  }

  .md\:mt-22x {
    margin-top: 22rem;
  }

  .md\:mr-22x {
    margin-right: 22rem;
  }

  .md\:mb-22x {
    margin-bottom: 22rem;
  }

  .md\:ml-22x {
    margin-left: 22rem;
  }

  .md\:mt-24x {
    margin-top: 24rem;
  }

  .md\:mr-24x {
    margin-right: 24rem;
  }

  .md\:mb-24x {
    margin-bottom: 24rem;
  }

  .md\:ml-24x {
    margin-left: 24rem;
  }

  .md\:mt-25x {
    margin-top: 25rem;
  }

  .md\:mr-25x {
    margin-right: 25rem;
  }

  .md\:mb-25x {
    margin-bottom: 25rem;
  }

  .md\:ml-25x {
    margin-left: 25rem;
  }

  .md\:mt-26x {
    margin-top: 26rem;
  }

  .md\:mr-26x {
    margin-right: 26rem;
  }

  .md\:mb-26x {
    margin-bottom: 26rem;
  }

  .md\:ml-26x {
    margin-left: 26rem;
  }

  .md\:mt-28x {
    margin-top: 28rem;
  }

  .md\:mr-28x {
    margin-right: 28rem;
  }

  .md\:mb-28x {
    margin-bottom: 28rem;
  }

  .md\:ml-28x {
    margin-left: 28rem;
  }

  .md\:mt-29x {
    margin-top: 29rem;
  }

  .md\:mr-29x {
    margin-right: 29rem;
  }

  .md\:mb-29x {
    margin-bottom: 29rem;
  }

  .md\:ml-29x {
    margin-left: 29rem;
  }

  .md\:mt-30x {
    margin-top: 30rem;
  }

  .md\:mr-30x {
    margin-right: 30rem;
  }

  .md\:mb-30x {
    margin-bottom: 30rem;
  }

  .md\:ml-30x {
    margin-left: 30rem;
  }

  .md\:mt-32x {
    margin-top: 32rem;
  }

  .md\:mr-32x {
    margin-right: 32rem;
  }

  .md\:mb-32x {
    margin-bottom: 32rem;
  }

  .md\:ml-32x {
    margin-left: 32rem;
  }

  .md\:mt-35x {
    margin-top: 35rem;
  }

  .md\:mr-35x {
    margin-right: 35rem;
  }

  .md\:mb-35x {
    margin-bottom: 35rem;
  }

  .md\:ml-35x {
    margin-left: 35rem;
  }

  .md\:mt-36x {
    margin-top: 36rem;
  }

  .md\:mr-36x {
    margin-right: 36rem;
  }

  .md\:mb-36x {
    margin-bottom: 36rem;
  }

  .md\:ml-36x {
    margin-left: 36rem;
  }

  .md\:mt-38x {
    margin-top: 38rem;
  }

  .md\:mr-38x {
    margin-right: 38rem;
  }

  .md\:mb-38x {
    margin-bottom: 38rem;
  }

  .md\:ml-38x {
    margin-left: 38rem;
  }

  .md\:mt-40x {
    margin-top: 40rem;
  }

  .md\:mr-40x {
    margin-right: 40rem;
  }

  .md\:mb-40x {
    margin-bottom: 40rem;
  }

  .md\:ml-40x {
    margin-left: 40rem;
  }

  .md\:mt-1825x {
    margin-top: 18.25rem;
  }

  .md\:mr-1825x {
    margin-right: 18.25rem;
  }

  .md\:mb-1825x {
    margin-bottom: 18.25rem;
  }

  .md\:ml-1825x {
    margin-left: 18.25rem;
  }

  .md\:mt-185x {
    margin-top: 18.5rem;
  }

  .md\:mr-185x {
    margin-right: 18.5rem;
  }

  .md\:mb-185x {
    margin-bottom: 18.5rem;
  }

  .md\:ml-185x {
    margin-left: 18.5rem;
  }

  .md\:mt-5pct {
    margin-top: 5%;
  }

  .md\:mr-5pct {
    margin-right: 5%;
  }

  .md\:mb-5pct {
    margin-bottom: 5%;
  }

  .md\:ml-5pct {
    margin-left: 5%;
  }

  .md\:mt-25pct {
    margin-top: 25%;
  }

  .md\:mr-25pct {
    margin-right: 25%;
  }

  .md\:mb-25pct {
    margin-bottom: 25%;
  }

  .md\:ml-25pct {
    margin-left: 25%;
  }

  .md\:mt-m1 {
    margin-top: -1rem;
  }

  .md\:mr-m1 {
    margin-right: -1rem;
  }

  .md\:mb-m1 {
    margin-bottom: -1rem;
  }

  .md\:ml-m1 {
    margin-left: -1rem;
  }

  .md\:mt-m2 {
    margin-top: -2rem;
  }

  .md\:mr-m2 {
    margin-right: -2rem;
  }

  .md\:mb-m2 {
    margin-bottom: -2rem;
  }

  .md\:ml-m2 {
    margin-left: -2rem;
  }

  .md\:mt-m3 {
    margin-top: -3rem;
  }

  .md\:mr-m3 {
    margin-right: -3rem;
  }

  .md\:mb-m3 {
    margin-bottom: -3rem;
  }

  .md\:ml-m3 {
    margin-left: -3rem;
  }

  .md\:mt-m4 {
    margin-top: -4rem;
  }

  .md\:mr-m4 {
    margin-right: -4rem;
  }

  .md\:mb-m4 {
    margin-bottom: -4rem;
  }

  .md\:ml-m4 {
    margin-left: -4rem;
  }

  .md\:mt-m5 {
    margin-top: -5rem;
  }

  .md\:mr-m5 {
    margin-right: -5rem;
  }

  .md\:mb-m5 {
    margin-bottom: -5rem;
  }

  .md\:ml-m5 {
    margin-left: -5rem;
  }

  .md\:mt-m6 {
    margin-top: -6rem;
  }

  .md\:mr-m6 {
    margin-right: -6rem;
  }

  .md\:mb-m6 {
    margin-bottom: -6rem;
  }

  .md\:ml-m6 {
    margin-left: -6rem;
  }

  .md\:mt-m7 {
    margin-top: -7rem;
  }

  .md\:mr-m7 {
    margin-right: -7rem;
  }

  .md\:mb-m7 {
    margin-bottom: -7rem;
  }

  .md\:ml-m7 {
    margin-left: -7rem;
  }

  .md\:mt-m8 {
    margin-top: -8rem;
  }

  .md\:mr-m8 {
    margin-right: -8rem;
  }

  .md\:mb-m8 {
    margin-bottom: -8rem;
  }

  .md\:ml-m8 {
    margin-left: -8rem;
  }

  .md\:mt-m9 {
    margin-top: -9rem;
  }

  .md\:mr-m9 {
    margin-right: -9rem;
  }

  .md\:mb-m9 {
    margin-bottom: -9rem;
  }

  .md\:ml-m9 {
    margin-left: -9rem;
  }

  .md\:mt-m10 {
    margin-top: -10rem;
  }

  .md\:mr-m10 {
    margin-right: -10rem;
  }

  .md\:mb-m10 {
    margin-bottom: -10rem;
  }

  .md\:ml-m10 {
    margin-left: -10rem;
  }

  .md\:mt-m11 {
    margin-top: -11rem;
  }

  .md\:mr-m11 {
    margin-right: -11rem;
  }

  .md\:mb-m11 {
    margin-bottom: -11rem;
  }

  .md\:ml-m11 {
    margin-left: -11rem;
  }

  .md\:mt-m12 {
    margin-top: -12rem;
  }

  .md\:mr-m12 {
    margin-right: -12rem;
  }

  .md\:mb-m12 {
    margin-bottom: -12rem;
  }

  .md\:ml-m12 {
    margin-left: -12rem;
  }

  .md\:mt-m14 {
    margin-top: -14rem;
  }

  .md\:mr-m14 {
    margin-right: -14rem;
  }

  .md\:mb-m14 {
    margin-bottom: -14rem;
  }

  .md\:ml-m14 {
    margin-left: -14rem;
  }

  .md\:mt-m15 {
    margin-top: -15rem;
  }

  .md\:mr-m15 {
    margin-right: -15rem;
  }

  .md\:mb-m15 {
    margin-bottom: -15rem;
  }

  .md\:ml-m15 {
    margin-left: -15rem;
  }

  .md\:mt-m16 {
    margin-top: -16rem;
  }

  .md\:mr-m16 {
    margin-right: -16rem;
  }

  .md\:mb-m16 {
    margin-bottom: -16rem;
  }

  .md\:ml-m16 {
    margin-left: -16rem;
  }

  .md\:mt-m18 {
    margin-top: -18rem;
  }

  .md\:mr-m18 {
    margin-right: -18rem;
  }

  .md\:mb-m18 {
    margin-bottom: -18rem;
  }

  .md\:ml-m18 {
    margin-left: -18rem;
  }

  .md\:mt-m19 {
    margin-top: -19rem;
  }

  .md\:mr-m19 {
    margin-right: -19rem;
  }

  .md\:mb-m19 {
    margin-bottom: -19rem;
  }

  .md\:ml-m19 {
    margin-left: -19rem;
  }

  .md\:mt-m20 {
    margin-top: -20rem;
  }

  .md\:mr-m20 {
    margin-right: -20rem;
  }

  .md\:mb-m20 {
    margin-bottom: -20rem;
  }

  .md\:ml-m20 {
    margin-left: -20rem;
  }

  .md\:mt-m21 {
    margin-top: -21rem;
  }

  .md\:mr-m21 {
    margin-right: -21rem;
  }

  .md\:mb-m21 {
    margin-bottom: -21rem;
  }

  .md\:ml-m21 {
    margin-left: -21rem;
  }

  .md\:mt-m22 {
    margin-top: -22rem;
  }

  .md\:mr-m22 {
    margin-right: -22rem;
  }

  .md\:mb-m22 {
    margin-bottom: -22rem;
  }

  .md\:ml-m22 {
    margin-left: -22rem;
  }

  .md\:mt-m23 {
    margin-top: -23rem;
  }

  .md\:mr-m23 {
    margin-right: -23rem;
  }

  .md\:mb-m23 {
    margin-bottom: -23rem;
  }

  .md\:ml-m23 {
    margin-left: -23rem;
  }

  .md\:mt-m24 {
    margin-top: -24rem;
  }

  .md\:mr-m24 {
    margin-right: -24rem;
  }

  .md\:mb-m24 {
    margin-bottom: -24rem;
  }

  .md\:ml-m24 {
    margin-left: -24rem;
  }

  .md\:mt-m25 {
    margin-top: -25rem;
  }

  .md\:mr-m25 {
    margin-right: -25rem;
  }

  .md\:mb-m25 {
    margin-bottom: -25rem;
  }

  .md\:ml-m25 {
    margin-left: -25rem;
  }

  .md\:mt-m28 {
    margin-top: -28rem;
  }

  .md\:mr-m28 {
    margin-right: -28rem;
  }

  .md\:mb-m28 {
    margin-bottom: -28rem;
  }

  .md\:ml-m28 {
    margin-left: -28rem;
  }

  .md\:mt-m29 {
    margin-top: -29rem;
  }

  .md\:mr-m29 {
    margin-right: -29rem;
  }

  .md\:mb-m29 {
    margin-bottom: -29rem;
  }

  .md\:ml-m29 {
    margin-left: -29rem;
  }

  .md\:mt-m30 {
    margin-top: -30rem;
  }

  .md\:mr-m30 {
    margin-right: -30rem;
  }

  .md\:mb-m30 {
    margin-bottom: -30rem;
  }

  .md\:ml-m30 {
    margin-left: -30rem;
  }

  .md\:mt-m31 {
    margin-top: -31rem;
  }

  .md\:mr-m31 {
    margin-right: -31rem;
  }

  .md\:mb-m31 {
    margin-bottom: -31rem;
  }

  .md\:ml-m31 {
    margin-left: -31rem;
  }

  .md\:mt-m32 {
    margin-top: -32rem;
  }

  .md\:mr-m32 {
    margin-right: -32rem;
  }

  .md\:mb-m32 {
    margin-bottom: -32rem;
  }

  .md\:ml-m32 {
    margin-left: -32rem;
  }

  .md\:mt-m34 {
    margin-top: -34rem;
  }

  .md\:mr-m34 {
    margin-right: -34rem;
  }

  .md\:mb-m34 {
    margin-bottom: -34rem;
  }

  .md\:ml-m34 {
    margin-left: -34rem;
  }

  .md\:mt-m35 {
    margin-top: -35rem;
  }

  .md\:mr-m35 {
    margin-right: -35rem;
  }

  .md\:mb-m35 {
    margin-bottom: -35rem;
  }

  .md\:ml-m35 {
    margin-left: -35rem;
  }

  .md\:mt-m36 {
    margin-top: -36rem;
  }

  .md\:mr-m36 {
    margin-right: -36rem;
  }

  .md\:mb-m36 {
    margin-bottom: -36rem;
  }

  .md\:ml-m36 {
    margin-left: -36rem;
  }

  .md\:mt-m37 {
    margin-top: -37rem;
  }

  .md\:mr-m37 {
    margin-right: -37rem;
  }

  .md\:mb-m37 {
    margin-bottom: -37rem;
  }

  .md\:ml-m37 {
    margin-left: -37rem;
  }

  .md\:mt-m38 {
    margin-top: -38rem;
  }

  .md\:mr-m38 {
    margin-right: -38rem;
  }

  .md\:mb-m38 {
    margin-bottom: -38rem;
  }

  .md\:ml-m38 {
    margin-left: -38rem;
  }

  .md\:mt-m39 {
    margin-top: -39rem;
  }

  .md\:mr-m39 {
    margin-right: -39rem;
  }

  .md\:mb-m39 {
    margin-bottom: -39rem;
  }

  .md\:ml-m39 {
    margin-left: -39rem;
  }

  .md\:mt-m40 {
    margin-top: -40rem;
  }

  .md\:mr-m40 {
    margin-right: -40rem;
  }

  .md\:mb-m40 {
    margin-bottom: -40rem;
  }

  .md\:ml-m40 {
    margin-left: -40rem;
  }

  .md\:mt-m41 {
    margin-top: -41rem;
  }

  .md\:mr-m41 {
    margin-right: -41rem;
  }

  .md\:mb-m41 {
    margin-bottom: -41rem;
  }

  .md\:ml-m41 {
    margin-left: -41rem;
  }

  .md\:mt-m42 {
    margin-top: -42rem;
  }

  .md\:mr-m42 {
    margin-right: -42rem;
  }

  .md\:mb-m42 {
    margin-bottom: -42rem;
  }

  .md\:ml-m42 {
    margin-left: -42rem;
  }

  .md\:mt-m43 {
    margin-top: -43rem;
  }

  .md\:mr-m43 {
    margin-right: -43rem;
  }

  .md\:mb-m43 {
    margin-bottom: -43rem;
  }

  .md\:ml-m43 {
    margin-left: -43rem;
  }

  .md\:max-h-pico {
    max-height: 15rem;
  }

  .md\:max-h-nano {
    max-height: 20rem;
  }

  .md\:max-h-micro {
    max-height: 25rem;
  }

  .md\:max-h-mili {
    max-height: 30rem;
  }

  .md\:max-h-centi {
    max-height: 35rem;
  }

  .md\:max-h-quarter {
    max-height: 25%;
  }

  .md\:max-h-half {
    max-height: 50vh;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-pico {
    max-width: 15rem;
  }

  .md\:max-w-nano {
    max-width: 20rem;
  }

  .md\:max-w-micro {
    max-width: 25rem;
  }

  .md\:max-w-mili {
    max-width: 30rem;
  }

  .md\:max-w-centi {
    max-width: 35rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

  .md\:max-w-quarter {
    max-width: 25%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-10 {
    min-width: 2.5rem;
  }

  .md\:min-w-12 {
    min-width: 3rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

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

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

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 1rem;
  }

  .md\:p-3 {
    padding: .3rem;
  }

  .md\:p-4 {
    padding: .4rem;
  }

  .md\:p-5 {
    padding: .5rem;
  }

  .md\:p-6 {
    padding: .6rem;
  }

  .md\:p-10 {
    padding: .1rem;
  }

  .md\:p-15 {
    padding: .15rem;
  }

  .md\:p-20 {
    padding: .2rem;
  }

  .md\:p-25 {
    padding: .25rem;
  }

  .md\:p-75 {
    padding: .75rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-05 {
    padding: .05rem;
  }

  .md\:p-1x25 {
    padding: 1.25rem;
  }

  .md\:p-1x5 {
    padding: 1.5rem;
  }

  .md\:p-2x {
    padding: 2rem;
  }

  .md\:p-3x {
    padding: 3rem;
  }

  .md\:p-3x5 {
    padding: 3.5rem;
  }

  .md\:p-4x {
    padding: 4rem;
  }

  .md\:p-5x {
    padding: 5rem;
  }

  .md\:p-6x {
    padding: 6rem;
  }

  .md\:p-7x {
    padding: 7rem;
  }

  .md\:p-8x {
    padding: 8rem;
  }

  .md\:p-9x {
    padding: 9rem;
  }

  .md\:p-10x {
    padding: 10rem;
  }

  .md\:p-11x {
    padding: 11rem;
  }

  .md\:p-12x {
    padding: 12rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-3 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .md\:px-3 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .md\:py-4 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .md\:px-4 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .md\:py-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:px-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:py-6 {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .md\:px-6 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .md\:py-10 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .md\:px-10 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .md\:py-15 {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .md\:px-15 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .md\:py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .md\:px-20 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .md\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-25 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-75 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:px-75 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-05 {
    padding-top: .05rem;
    padding-bottom: .05rem;
  }

  .md\:px-05 {
    padding-left: .05rem;
    padding-right: .05rem;
  }

  .md\:py-1x25 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-1x25 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-1x5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-1x5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-3x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-3x {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-3x5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-3x5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-4x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-4x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-5x {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-5x {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-6x {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-6x {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-7x {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-7x {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-8x {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-8x {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-9x {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-9x {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-10x {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-10x {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-11x {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-11x {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-12x {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-12x {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 1rem;
  }

  .md\:pr-1 {
    padding-right: 1rem;
  }

  .md\:pb-1 {
    padding-bottom: 1rem;
  }

  .md\:pl-1 {
    padding-left: 1rem;
  }

  .md\:pt-3 {
    padding-top: .3rem;
  }

  .md\:pr-3 {
    padding-right: .3rem;
  }

  .md\:pb-3 {
    padding-bottom: .3rem;
  }

  .md\:pl-3 {
    padding-left: .3rem;
  }

  .md\:pt-4 {
    padding-top: .4rem;
  }

  .md\:pr-4 {
    padding-right: .4rem;
  }

  .md\:pb-4 {
    padding-bottom: .4rem;
  }

  .md\:pl-4 {
    padding-left: .4rem;
  }

  .md\:pt-5 {
    padding-top: .5rem;
  }

  .md\:pr-5 {
    padding-right: .5rem;
  }

  .md\:pb-5 {
    padding-bottom: .5rem;
  }

  .md\:pl-5 {
    padding-left: .5rem;
  }

  .md\:pt-6 {
    padding-top: .6rem;
  }

  .md\:pr-6 {
    padding-right: .6rem;
  }

  .md\:pb-6 {
    padding-bottom: .6rem;
  }

  .md\:pl-6 {
    padding-left: .6rem;
  }

  .md\:pt-10 {
    padding-top: .1rem;
  }

  .md\:pr-10 {
    padding-right: .1rem;
  }

  .md\:pb-10 {
    padding-bottom: .1rem;
  }

  .md\:pl-10 {
    padding-left: .1rem;
  }

  .md\:pt-15 {
    padding-top: .15rem;
  }

  .md\:pr-15 {
    padding-right: .15rem;
  }

  .md\:pb-15 {
    padding-bottom: .15rem;
  }

  .md\:pl-15 {
    padding-left: .15rem;
  }

  .md\:pt-20 {
    padding-top: .2rem;
  }

  .md\:pr-20 {
    padding-right: .2rem;
  }

  .md\:pb-20 {
    padding-bottom: .2rem;
  }

  .md\:pl-20 {
    padding-left: .2rem;
  }

  .md\:pt-25 {
    padding-top: .25rem;
  }

  .md\:pr-25 {
    padding-right: .25rem;
  }

  .md\:pb-25 {
    padding-bottom: .25rem;
  }

  .md\:pl-25 {
    padding-left: .25rem;
  }

  .md\:pt-75 {
    padding-top: .75rem;
  }

  .md\:pr-75 {
    padding-right: .75rem;
  }

  .md\:pb-75 {
    padding-bottom: .75rem;
  }

  .md\:pl-75 {
    padding-left: .75rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-05 {
    padding-top: .05rem;
  }

  .md\:pr-05 {
    padding-right: .05rem;
  }

  .md\:pb-05 {
    padding-bottom: .05rem;
  }

  .md\:pl-05 {
    padding-left: .05rem;
  }

  .md\:pt-1x25 {
    padding-top: 1.25rem;
  }

  .md\:pr-1x25 {
    padding-right: 1.25rem;
  }

  .md\:pb-1x25 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-1x25 {
    padding-left: 1.25rem;
  }

  .md\:pt-1x5 {
    padding-top: 1.5rem;
  }

  .md\:pr-1x5 {
    padding-right: 1.5rem;
  }

  .md\:pb-1x5 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-1x5 {
    padding-left: 1.5rem;
  }

  .md\:pt-2x {
    padding-top: 2rem;
  }

  .md\:pr-2x {
    padding-right: 2rem;
  }

  .md\:pb-2x {
    padding-bottom: 2rem;
  }

  .md\:pl-2x {
    padding-left: 2rem;
  }

  .md\:pt-3x {
    padding-top: 3rem;
  }

  .md\:pr-3x {
    padding-right: 3rem;
  }

  .md\:pb-3x {
    padding-bottom: 3rem;
  }

  .md\:pl-3x {
    padding-left: 3rem;
  }

  .md\:pt-3x5 {
    padding-top: 3.5rem;
  }

  .md\:pr-3x5 {
    padding-right: 3.5rem;
  }

  .md\:pb-3x5 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-3x5 {
    padding-left: 3.5rem;
  }

  .md\:pt-4x {
    padding-top: 4rem;
  }

  .md\:pr-4x {
    padding-right: 4rem;
  }

  .md\:pb-4x {
    padding-bottom: 4rem;
  }

  .md\:pl-4x {
    padding-left: 4rem;
  }

  .md\:pt-5x {
    padding-top: 5rem;
  }

  .md\:pr-5x {
    padding-right: 5rem;
  }

  .md\:pb-5x {
    padding-bottom: 5rem;
  }

  .md\:pl-5x {
    padding-left: 5rem;
  }

  .md\:pt-6x {
    padding-top: 6rem;
  }

  .md\:pr-6x {
    padding-right: 6rem;
  }

  .md\:pb-6x {
    padding-bottom: 6rem;
  }

  .md\:pl-6x {
    padding-left: 6rem;
  }

  .md\:pt-7x {
    padding-top: 7rem;
  }

  .md\:pr-7x {
    padding-right: 7rem;
  }

  .md\:pb-7x {
    padding-bottom: 7rem;
  }

  .md\:pl-7x {
    padding-left: 7rem;
  }

  .md\:pt-8x {
    padding-top: 8rem;
  }

  .md\:pr-8x {
    padding-right: 8rem;
  }

  .md\:pb-8x {
    padding-bottom: 8rem;
  }

  .md\:pl-8x {
    padding-left: 8rem;
  }

  .md\:pt-9x {
    padding-top: 9rem;
  }

  .md\:pr-9x {
    padding-right: 9rem;
  }

  .md\:pb-9x {
    padding-bottom: 9rem;
  }

  .md\:pl-9x {
    padding-left: 9rem;
  }

  .md\:pt-10x {
    padding-top: 10rem;
  }

  .md\:pr-10x {
    padding-right: 10rem;
  }

  .md\:pb-10x {
    padding-bottom: 10rem;
  }

  .md\:pl-10x {
    padding-left: 10rem;
  }

  .md\:pt-11x {
    padding-top: 11rem;
  }

  .md\:pr-11x {
    padding-right: 11rem;
  }

  .md\:pb-11x {
    padding-bottom: 11rem;
  }

  .md\:pl-11x {
    padding-left: 11rem;
  }

  .md\:pt-12x {
    padding-top: 12rem;
  }

  .md\:pr-12x {
    padding-right: 12rem;
  }

  .md\:pb-12x {
    padding-bottom: 12rem;
  }

  .md\:pl-12x {
    padding-left: 12rem;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-crimson {
    color: crimson;
  }

  .md\:text-amazon {
    color: #f90;
  }

  .md\:text-rakuten {
    color: #be0714;
  }

  .md\:text-link {
    color: #1b94e0;
  }

  .md\:text-link-2 {
    color: #3ea5ff;
  }

  .md\:text-blueviolet {
    color: blueviolet;
  }

  .md\:text-ios-black {
    color: #000;
  }

  .md\:text-ios-grey-darker {
    color: #121212;
  }

  .md\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .md\:text-ios-grey {
    color: #211e20;
  }

  .md\:text-ios-grey-light {
    color: #303030;
  }

  .md\:text-ios-grey-lighter {
    color: #98989e;
  }

  .md\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .md\:text-ios-blue {
    color: #5a91f7;
  }

  .md\:text-ios-white {
    color: #fff;
  }

  .md\:text-black {
    color: #22292f;
  }

  .md\:text-grey-main {
    color: #19191b;
  }

  .md\:text-grey-darkest {
    color: #222223;
  }

  .md\:text-grey-darker {
    color: #444;
  }

  .md\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .md\:text-grey {
    color: #d9d9d9;
  }

  .md\:text-grey-light {
    color: #dedede;
  }

  .md\:text-grey-lighter {
    color: #fefefe;
  }

  .md\:text-grey-lightest {
    color: #f8fafc;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-red-darkest {
    color: #3b0d0c;
  }

  .md\:text-red-darker {
    color: #621b18;
  }

  .md\:text-red-dark {
    color: #cc1f1a;
  }

  .md\:text-red {
    color: #e3342f;
  }

  .md\:text-red-light {
    color: #ef5753;
  }

  .md\:text-red-lighter {
    color: #f9acaa;
  }

  .md\:text-red-lightest {
    color: #fcebea;
  }

  .md\:text-orange-darkest {
    color: #462a16;
  }

  .md\:text-orange-darker {
    color: #613b1f;
  }

  .md\:text-orange-dark {
    color: #de751f;
  }

  .md\:text-orange {
    color: #f6993f;
  }

  .md\:text-orange-light {
    color: #faad63;
  }

  .md\:text-orange-lighter {
    color: #fcd9b6;
  }

  .md\:text-orange-lightest {
    color: #fff5eb;
  }

  .md\:text-yellow-darkest {
    color: #453411;
  }

  .md\:text-yellow-darker {
    color: #684f1d;
  }

  .md\:text-yellow-dark {
    color: #f2d024;
  }

  .md\:text-yellow {
    color: #ffed4a;
  }

  .md\:text-yellow-light {
    color: #fff382;
  }

  .md\:text-yellow-lighter {
    color: #fff9c2;
  }

  .md\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .md\:text-green-darkest {
    color: #0f2f21;
  }

  .md\:text-green-darker {
    color: #1a4731;
  }

  .md\:text-green-dark {
    color: #1f9d55;
  }

  .md\:text-green {
    color: #38c172;
  }

  .md\:text-green-light {
    color: #51d88a;
  }

  .md\:text-green-lighter {
    color: #a2f5bf;
  }

  .md\:text-green-lightest {
    color: #e3fcec;
  }

  .md\:text-teal-darkest {
    color: #0d3331;
  }

  .md\:text-teal-darker {
    color: #20504f;
  }

  .md\:text-teal-dark {
    color: #38a89d;
  }

  .md\:text-teal {
    color: #4dc0b5;
  }

  .md\:text-teal-light {
    color: #64d5ca;
  }

  .md\:text-teal-lighter {
    color: #a0f0ed;
  }

  .md\:text-teal-lightest {
    color: #e8fffe;
  }

  .md\:text-blue-darkest {
    color: #12283a;
  }

  .md\:text-blue-darker {
    color: #1c3d5a;
  }

  .md\:text-blue-dark {
    color: #2779bd;
  }

  .md\:text-blue {
    color: #3490dc;
  }

  .md\:text-blue-light {
    color: #6cb2eb;
  }

  .md\:text-blue-lighter {
    color: #bcdefa;
  }

  .md\:text-blue-lightest {
    color: #eff8ff;
  }

  .md\:text-indigo-darkest {
    color: #191e38;
  }

  .md\:text-indigo-darker {
    color: #2f365f;
  }

  .md\:text-indigo-dark {
    color: #5661b3;
  }

  .md\:text-indigo {
    color: #6574cd;
  }

  .md\:text-indigo-light {
    color: #7886d7;
  }

  .md\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .md\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .md\:text-purple-darkest {
    color: #21183c;
  }

  .md\:text-purple-darker {
    color: #382b5f;
  }

  .md\:text-purple-dark {
    color: #794acf;
  }

  .md\:text-purple {
    color: #9561e2;
  }

  .md\:text-purple-light {
    color: #a779e9;
  }

  .md\:text-purple-lighter {
    color: #d6bbfc;
  }

  .md\:text-purple-lightest {
    color: #f3ebff;
  }

  .md\:text-pink-darkest {
    color: #451225;
  }

  .md\:text-pink-darker {
    color: #6f213f;
  }

  .md\:text-pink-dark {
    color: #eb5286;
  }

  .md\:text-pink {
    color: #f66d9b;
  }

  .md\:text-pink-light {
    color: #fa7ea8;
  }

  .md\:text-pink-lighter {
    color: #ffbbca;
  }

  .md\:text-pink-lightest {
    color: #ffebef;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-crimson:hover {
    color: crimson;
  }

  .md\:hover\:text-amazon:hover {
    color: #f90;
  }

  .md\:hover\:text-rakuten:hover {
    color: #be0714;
  }

  .md\:hover\:text-link:hover {
    color: #1b94e0;
  }

  .md\:hover\:text-link-2:hover {
    color: #3ea5ff;
  }

  .md\:hover\:text-blueviolet:hover {
    color: blueviolet;
  }

  .md\:hover\:text-ios-black:hover {
    color: #000;
  }

  .md\:hover\:text-ios-grey-darker:hover {
    color: #121212;
  }

  .md\:hover\:text-ios-grey-dark:hover {
    color: #1c1c1e;
  }

  .md\:hover\:text-ios-grey:hover {
    color: #211e20;
  }

  .md\:hover\:text-ios-grey-light:hover {
    color: #303030;
  }

  .md\:hover\:text-ios-grey-lighter:hover {
    color: #98989e;
  }

  .md\:hover\:text-ios-grey-lightest:hover {
    color: #c1c1c1;
  }

  .md\:hover\:text-ios-blue:hover {
    color: #5a91f7;
  }

  .md\:hover\:text-ios-white:hover {
    color: #fff;
  }

  .md\:hover\:text-black:hover {
    color: #22292f;
  }

  .md\:hover\:text-grey-main:hover {
    color: #19191b;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #222223;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #444;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #d9d9d9ce;
  }

  .md\:hover\:text-grey:hover {
    color: #d9d9d9;
  }

  .md\:hover\:text-grey-light:hover {
    color: #dedede;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #fefefe;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .md\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .md\:hover\:text-red:hover {
    color: #e3342f;
  }

  .md\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .md\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .md\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .md\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .md\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .md\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .md\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .md\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .md\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .md\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .md\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .md\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .md\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .md\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .md\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .md\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .md\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .md\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .md\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .md\:hover\:text-green:hover {
    color: #38c172;
  }

  .md\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .md\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .md\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .md\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .md\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .md\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .md\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .md\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .md\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .md\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .md\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .md\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .md\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .md\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .md\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .md\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .md\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .md\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .md\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .md\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .md\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .md\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .md\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .md\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .md\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .md\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .md\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .md\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .md\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .md\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .md\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .md\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .md\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-crimson:focus {
    color: crimson;
  }

  .md\:focus\:text-amazon:focus {
    color: #f90;
  }

  .md\:focus\:text-rakuten:focus {
    color: #be0714;
  }

  .md\:focus\:text-link:focus {
    color: #1b94e0;
  }

  .md\:focus\:text-link-2:focus {
    color: #3ea5ff;
  }

  .md\:focus\:text-blueviolet:focus {
    color: blueviolet;
  }

  .md\:focus\:text-ios-black:focus {
    color: #000;
  }

  .md\:focus\:text-ios-grey-darker:focus {
    color: #121212;
  }

  .md\:focus\:text-ios-grey-dark:focus {
    color: #1c1c1e;
  }

  .md\:focus\:text-ios-grey:focus {
    color: #211e20;
  }

  .md\:focus\:text-ios-grey-light:focus {
    color: #303030;
  }

  .md\:focus\:text-ios-grey-lighter:focus {
    color: #98989e;
  }

  .md\:focus\:text-ios-grey-lightest:focus {
    color: #c1c1c1;
  }

  .md\:focus\:text-ios-blue:focus {
    color: #5a91f7;
  }

  .md\:focus\:text-ios-white:focus {
    color: #fff;
  }

  .md\:focus\:text-black:focus {
    color: #22292f;
  }

  .md\:focus\:text-grey-main:focus {
    color: #19191b;
  }

  .md\:focus\:text-grey-darkest:focus {
    color: #222223;
  }

  .md\:focus\:text-grey-darker:focus {
    color: #444;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #d9d9d9ce;
  }

  .md\:focus\:text-grey:focus {
    color: #d9d9d9;
  }

  .md\:focus\:text-grey-light:focus {
    color: #dedede;
  }

  .md\:focus\:text-grey-lighter:focus {
    color: #fefefe;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .md\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .md\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .md\:focus\:text-red:focus {
    color: #e3342f;
  }

  .md\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .md\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .md\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .md\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .md\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .md\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .md\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .md\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .md\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .md\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .md\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .md\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .md\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .md\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .md\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .md\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .md\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .md\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .md\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .md\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .md\:focus\:text-green:focus {
    color: #38c172;
  }

  .md\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .md\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .md\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .md\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .md\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .md\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .md\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .md\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .md\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .md\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .md\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .md\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .md\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .md\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .md\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .md\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .md\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .md\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .md\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .md\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .md\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .md\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .md\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .md\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .md\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .md\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .md\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .md\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .md\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .md\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .md\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .md\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .md\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .md\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .md\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .md\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .md\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .md\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-crimson {
    color: crimson;
  }

  .group:hover .md\:group-hover\:text-amazon {
    color: #f90;
  }

  .group:hover .md\:group-hover\:text-rakuten {
    color: #be0714;
  }

  .group:hover .md\:group-hover\:text-link {
    color: #1b94e0;
  }

  .group:hover .md\:group-hover\:text-link-2 {
    color: #3ea5ff;
  }

  .group:hover .md\:group-hover\:text-blueviolet {
    color: blueviolet;
  }

  .group:hover .md\:group-hover\:text-ios-black {
    color: #000;
  }

  .group:hover .md\:group-hover\:text-ios-grey-darker {
    color: #121212;
  }

  .group:hover .md\:group-hover\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .group:hover .md\:group-hover\:text-ios-grey {
    color: #211e20;
  }

  .group:hover .md\:group-hover\:text-ios-grey-light {
    color: #303030;
  }

  .group:hover .md\:group-hover\:text-ios-grey-lighter {
    color: #98989e;
  }

  .group:hover .md\:group-hover\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .group:hover .md\:group-hover\:text-ios-blue {
    color: #5a91f7;
  }

  .group:hover .md\:group-hover\:text-ios-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .md\:group-hover\:text-grey-main {
    color: #19191b;
  }

  .group:hover .md\:group-hover\:text-grey-darkest {
    color: #222223;
  }

  .group:hover .md\:group-hover\:text-grey-darker {
    color: #444;
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .group:hover .md\:group-hover\:text-grey {
    color: #d9d9d9;
  }

  .group:hover .md\:group-hover\:text-grey-light {
    color: #dedede;
  }

  .group:hover .md\:group-hover\:text-grey-lighter {
    color: #fefefe;
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .md\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .md\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .md\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .md\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .md\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .md\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .md\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .md\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .md\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .md\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .md\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .md\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .md\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .md\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .md\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .md\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .md\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .md\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .md\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .md\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .md\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .md\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .md\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .md\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .md\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .md\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .md\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .md\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .md\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .md\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .md\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .md\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .md\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .md\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .md\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .md\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .md\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .md\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .md\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .md\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .md\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .md\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .md\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .md\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .md\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .md\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .md\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .md\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .md\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .md\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .md\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .md\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .md\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .md\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .md\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .md\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .md\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .md\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .md\:text-75 {
    font-size: .75rem;
  }

  .md\:text-135 {
    font-size: 1.35rem;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-7xl {
    font-size: 5rem;
  }

  .md\:text-xsmall {
    font-size: x-small;
  }

  .md\:text-small {
    font-size: small;
  }

  .md\:text-medium {
    font-size: medium;
  }

  .md\:text-larger {
    font-size: larger;
  }

  .md\:text-large {
    font-size: large;
  }

  .md\:text-xlarge {
    font-size: x-large;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:roman:focus {
    font-style: normal;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: 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\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\: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-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-20 {
    width: 20%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 25%;
  }

  .md\:w-30 {
    width: 30%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 40%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-50 {
    width: 50%;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 60%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-75 {
    width: 75%;
  }

  .md\:w-80 {
    width: 80%;
  }

  .md\:w-90 {
    width: 90%;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-40x {
    width: 10rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-90p {
    width: 90%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-q {
    width: 25%;
  }

  .md\:w-half {
    width: 50%;
  }

  .md\:w-3q {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-5x {
    width: 5rem;
  }

  .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-98 {
    z-index: 98;
  }

  .md\:z-99 {
    z-index: 99;
  }

  .md\:z-100 {
    z-index: 100;
  }

  .md\:z-199 {
    z-index: 199;
  }

  .md\:z-299 {
    z-index: 299;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .md\:banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .md\:banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .md\:sup-banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 2.5rem;
    font-family: 'Lobster', cursive;
  }

  .md\:sup-banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .md\:sup-banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .md\:with-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .md\:with-overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .md\:t-2 {
    top: 2rem;
  }

  .md\:t-6 {
    top: 6rem;
  }

  .md\:b-0 {
    bottom: 0rem;
  }

  .md\:b-2 {
    bottom: 2rem;
  }

  .md\:b-6 {
    bottom: 6rem;
  }

  .md\:bs-25 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
  }

  .md\:bs-5 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
  }

  .md\:bs-75 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
  }/* omg */

  .md\:left-0 {
    left: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:left-1 {
    left: 1rem;
  }

  .md\:right-1 {
    right: 1rem;
  }

  .md\:right-10pct {
    right: 10%;
  }

  .md\:luki h1 {
    color: crimson;
  }

  .md\:collapse {
    visibility: collapse;
  }

  .md\:r-10 {
    right: 10%;
  }

  .md\:r-15 {
    right: 1.5rem;
  }

  .md\:r-20pct {
    right: 20%;
  }

  .md\:r-25pct {
    right: 25%;
  }

  .md\:ad-md {
    height: calc((27rem - 2rem) / (2.7 * .8));
  }

  .md\:ad-lg {
    height: calc((27rem - 2rem) / (2.7 * .85));
  }

  .md\:ad-xl {
    height: calc((27rem - 2rem) / (2.7 * .9));
  }

  .md\:ad-md-wide {
    height: calc((27rem - 2rem) / (2.7 * .75));
  }

  .md\:ad-lg-wide {
    height: calc((27rem - 2rem) / (2.7 * .7));
  }

  .md\:ad-xl-wide {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .md\:banner-xl {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .md\:photo-placeholder-xl {
    height: calc((50vw) / (16 / 9));
  }

  .md\:photo-padding-xl {
    margin: 1rem;
    padding: .5rem;
    border-radius: 1rem;
  }

  .md\:masonry-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:masonry-mdx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:masonry-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:masonry-lg2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:masonry-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:scroller-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:scroller-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:scroller-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:scroller-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .md\:masonry-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

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

  .lg\:bg-crimson {
    background-color: crimson;
  }

  .lg\:bg-amazon {
    background-color: #f90;
  }

  .lg\:bg-rakuten {
    background-color: #be0714;
  }

  .lg\:bg-link {
    background-color: #1b94e0;
  }

  .lg\:bg-link-2 {
    background-color: #3ea5ff;
  }

  .lg\:bg-blueviolet {
    background-color: blueviolet;
  }

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

  .lg\:bg-ios-grey-darker {
    background-color: #121212;
  }

  .lg\:bg-ios-grey-dark {
    background-color: #1c1c1e;
  }

  .lg\:bg-ios-grey {
    background-color: #211e20;
  }

  .lg\:bg-ios-grey-light {
    background-color: #303030;
  }

  .lg\:bg-ios-grey-lighter {
    background-color: #98989e;
  }

  .lg\:bg-ios-grey-lightest {
    background-color: #c1c1c1;
  }

  .lg\:bg-ios-blue {
    background-color: #5a91f7;
  }

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

  .lg\:bg-black {
    background-color: #22292f;
  }

  .lg\:bg-grey-main {
    background-color: #19191b;
  }

  .lg\:bg-grey-darkest {
    background-color: #222223;
  }

  .lg\:bg-grey-darker {
    background-color: #444;
  }

  .lg\:bg-grey-dark {
    background-color: #d9d9d9ce;
  }

  .lg\:bg-grey {
    background-color: #d9d9d9;
  }

  .lg\:bg-grey-light {
    background-color: #dedede;
  }

  .lg\:bg-grey-lighter {
    background-color: #fefefe;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .lg\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .lg\:bg-red-darker {
    background-color: #621b18;
  }

  .lg\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .lg\:bg-red {
    background-color: #e3342f;
  }

  .lg\:bg-red-light {
    background-color: #ef5753;
  }

  .lg\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .lg\:bg-red-lightest {
    background-color: #fcebea;
  }

  .lg\:bg-orange-darkest {
    background-color: #462a16;
  }

  .lg\:bg-orange-darker {
    background-color: #613b1f;
  }

  .lg\:bg-orange-dark {
    background-color: #de751f;
  }

  .lg\:bg-orange {
    background-color: #f6993f;
  }

  .lg\:bg-orange-light {
    background-color: #faad63;
  }

  .lg\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .lg\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .lg\:bg-yellow-darkest {
    background-color: #453411;
  }

  .lg\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .lg\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .lg\:bg-yellow {
    background-color: #ffed4a;
  }

  .lg\:bg-yellow-light {
    background-color: #fff382;
  }

  .lg\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .lg\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .lg\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .lg\:bg-green-darker {
    background-color: #1a4731;
  }

  .lg\:bg-green-dark {
    background-color: #1f9d55;
  }

  .lg\:bg-green {
    background-color: #38c172;
  }

  .lg\:bg-green-light {
    background-color: #51d88a;
  }

  .lg\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .lg\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .lg\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .lg\:bg-teal-darker {
    background-color: #20504f;
  }

  .lg\:bg-teal-dark {
    background-color: #38a89d;
  }

  .lg\:bg-teal {
    background-color: #4dc0b5;
  }

  .lg\:bg-teal-light {
    background-color: #64d5ca;
  }

  .lg\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .lg\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .lg\:bg-blue-darkest {
    background-color: #12283a;
  }

  .lg\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .lg\:bg-blue-dark {
    background-color: #2779bd;
  }

  .lg\:bg-blue {
    background-color: #3490dc;
  }

  .lg\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .lg\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .lg\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .lg\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .lg\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .lg\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .lg\:bg-indigo {
    background-color: #6574cd;
  }

  .lg\:bg-indigo-light {
    background-color: #7886d7;
  }

  .lg\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .lg\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .lg\:bg-purple-darkest {
    background-color: #21183c;
  }

  .lg\:bg-purple-darker {
    background-color: #382b5f;
  }

  .lg\:bg-purple-dark {
    background-color: #794acf;
  }

  .lg\:bg-purple {
    background-color: #9561e2;
  }

  .lg\:bg-purple-light {
    background-color: #a779e9;
  }

  .lg\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .lg\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .lg\:bg-pink-darkest {
    background-color: #451225;
  }

  .lg\:bg-pink-darker {
    background-color: #6f213f;
  }

  .lg\:bg-pink-dark {
    background-color: #eb5286;
  }

  .lg\:bg-pink {
    background-color: #f66d9b;
  }

  .lg\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .lg\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .lg\:bg-pink-lightest {
    background-color: #ffebef;
  }

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

  .lg\:hover\:bg-crimson:hover {
    background-color: crimson;
  }

  .lg\:hover\:bg-amazon:hover {
    background-color: #f90;
  }

  .lg\:hover\:bg-rakuten:hover {
    background-color: #be0714;
  }

  .lg\:hover\:bg-link:hover {
    background-color: #1b94e0;
  }

  .lg\:hover\:bg-link-2:hover {
    background-color: #3ea5ff;
  }

  .lg\:hover\:bg-blueviolet:hover {
    background-color: blueviolet;
  }

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

  .lg\:hover\:bg-ios-grey-darker:hover {
    background-color: #121212;
  }

  .lg\:hover\:bg-ios-grey-dark:hover {
    background-color: #1c1c1e;
  }

  .lg\:hover\:bg-ios-grey:hover {
    background-color: #211e20;
  }

  .lg\:hover\:bg-ios-grey-light:hover {
    background-color: #303030;
  }

  .lg\:hover\:bg-ios-grey-lighter:hover {
    background-color: #98989e;
  }

  .lg\:hover\:bg-ios-grey-lightest:hover {
    background-color: #c1c1c1;
  }

  .lg\:hover\:bg-ios-blue:hover {
    background-color: #5a91f7;
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .lg\:hover\:bg-grey-main:hover {
    background-color: #19191b;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #222223;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #444;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #d9d9d9ce;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #d9d9d9;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #dedede;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #fefefe;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

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

  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .lg\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .lg\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .lg\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .lg\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .lg\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .lg\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .lg\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .lg\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .lg\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .lg\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .lg\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .lg\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .lg\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .lg\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .lg\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .lg\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .lg\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .lg\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .lg\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .lg\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .lg\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .lg\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .lg\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .lg\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .lg\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .lg\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .lg\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .lg\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .lg\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .lg\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .lg\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .lg\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .lg\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .lg\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .lg\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .lg\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .lg\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .lg\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .lg\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .lg\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .lg\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .lg\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .lg\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .lg\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .lg\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .lg\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .lg\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

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

  .lg\:focus\:bg-crimson:focus {
    background-color: crimson;
  }

  .lg\:focus\:bg-amazon:focus {
    background-color: #f90;
  }

  .lg\:focus\:bg-rakuten:focus {
    background-color: #be0714;
  }

  .lg\:focus\:bg-link:focus {
    background-color: #1b94e0;
  }

  .lg\:focus\:bg-link-2:focus {
    background-color: #3ea5ff;
  }

  .lg\:focus\:bg-blueviolet:focus {
    background-color: blueviolet;
  }

  .lg\:focus\:bg-ios-black:focus {
    background-color: #000;
  }

  .lg\:focus\:bg-ios-grey-darker:focus {
    background-color: #121212;
  }

  .lg\:focus\:bg-ios-grey-dark:focus {
    background-color: #1c1c1e;
  }

  .lg\:focus\:bg-ios-grey:focus {
    background-color: #211e20;
  }

  .lg\:focus\:bg-ios-grey-light:focus {
    background-color: #303030;
  }

  .lg\:focus\:bg-ios-grey-lighter:focus {
    background-color: #98989e;
  }

  .lg\:focus\:bg-ios-grey-lightest:focus {
    background-color: #c1c1c1;
  }

  .lg\:focus\:bg-ios-blue:focus {
    background-color: #5a91f7;
  }

  .lg\:focus\:bg-ios-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .lg\:focus\:bg-grey-main:focus {
    background-color: #19191b;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #222223;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: #444;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #d9d9d9ce;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #d9d9d9;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #dedede;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #fefefe;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

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

  .lg\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .lg\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .lg\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .lg\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .lg\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .lg\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .lg\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .lg\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .lg\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .lg\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .lg\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .lg\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .lg\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .lg\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .lg\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .lg\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .lg\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .lg\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .lg\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .lg\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .lg\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .lg\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .lg\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .lg\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .lg\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .lg\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .lg\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .lg\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .lg\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .lg\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .lg\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .lg\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .lg\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .lg\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .lg\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .lg\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .lg\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .lg\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .lg\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .lg\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .lg\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .lg\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .lg\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .lg\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .lg\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .lg\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .lg\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .lg\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .lg\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .lg\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .lg\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .lg\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .lg\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .lg\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .lg\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .lg\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .lg\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .lg\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .lg\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

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

  .lg\:active\:bg-crimson:active {
    background-color: crimson;
  }

  .lg\:active\:bg-amazon:active {
    background-color: #f90;
  }

  .lg\:active\:bg-rakuten:active {
    background-color: #be0714;
  }

  .lg\:active\:bg-link:active {
    background-color: #1b94e0;
  }

  .lg\:active\:bg-link-2:active {
    background-color: #3ea5ff;
  }

  .lg\:active\:bg-blueviolet:active {
    background-color: blueviolet;
  }

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

  .lg\:active\:bg-ios-grey-darker:active {
    background-color: #121212;
  }

  .lg\:active\:bg-ios-grey-dark:active {
    background-color: #1c1c1e;
  }

  .lg\:active\:bg-ios-grey:active {
    background-color: #211e20;
  }

  .lg\:active\:bg-ios-grey-light:active {
    background-color: #303030;
  }

  .lg\:active\:bg-ios-grey-lighter:active {
    background-color: #98989e;
  }

  .lg\:active\:bg-ios-grey-lightest:active {
    background-color: #c1c1c1;
  }

  .lg\:active\:bg-ios-blue:active {
    background-color: #5a91f7;
  }

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

  .lg\:active\:bg-black:active {
    background-color: #22292f;
  }

  .lg\:active\:bg-grey-main:active {
    background-color: #19191b;
  }

  .lg\:active\:bg-grey-darkest:active {
    background-color: #222223;
  }

  .lg\:active\:bg-grey-darker:active {
    background-color: #444;
  }

  .lg\:active\:bg-grey-dark:active {
    background-color: #d9d9d9ce;
  }

  .lg\:active\:bg-grey:active {
    background-color: #d9d9d9;
  }

  .lg\:active\:bg-grey-light:active {
    background-color: #dedede;
  }

  .lg\:active\:bg-grey-lighter:active {
    background-color: #fefefe;
  }

  .lg\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

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

  .lg\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .lg\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .lg\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .lg\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .lg\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .lg\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .lg\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .lg\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .lg\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .lg\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .lg\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .lg\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .lg\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .lg\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .lg\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .lg\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .lg\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .lg\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .lg\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .lg\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .lg\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .lg\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .lg\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .lg\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .lg\:active\:bg-green:active {
    background-color: #38c172;
  }

  .lg\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .lg\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .lg\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .lg\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .lg\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .lg\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .lg\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .lg\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .lg\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .lg\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .lg\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .lg\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .lg\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .lg\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .lg\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .lg\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .lg\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .lg\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .lg\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .lg\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .lg\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .lg\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .lg\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .lg\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .lg\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .lg\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .lg\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .lg\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .lg\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .lg\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .lg\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .lg\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .lg\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .lg\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .lg\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .lg\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .lg\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .lg\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .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-auto {
    background-size: auto;
  }

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

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

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

  .lg\:border-crimson {
    border-color: crimson;
  }

  .lg\:border-amazon {
    border-color: #f90;
  }

  .lg\:border-rakuten {
    border-color: #be0714;
  }

  .lg\:border-link {
    border-color: #1b94e0;
  }

  .lg\:border-link-2 {
    border-color: #3ea5ff;
  }

  .lg\:border-blueviolet {
    border-color: blueviolet;
  }

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

  .lg\:border-ios-grey-darker {
    border-color: #121212;
  }

  .lg\:border-ios-grey-dark {
    border-color: #1c1c1e;
  }

  .lg\:border-ios-grey {
    border-color: #211e20;
  }

  .lg\:border-ios-grey-light {
    border-color: #303030;
  }

  .lg\:border-ios-grey-lighter {
    border-color: #98989e;
  }

  .lg\:border-ios-grey-lightest {
    border-color: #c1c1c1;
  }

  .lg\:border-ios-blue {
    border-color: #5a91f7;
  }

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

  .lg\:border-black {
    border-color: #22292f;
  }

  .lg\:border-grey-main {
    border-color: #19191b;
  }

  .lg\:border-grey-darkest {
    border-color: #222223;
  }

  .lg\:border-grey-darker {
    border-color: #444;
  }

  .lg\:border-grey-dark {
    border-color: #d9d9d9ce;
  }

  .lg\:border-grey {
    border-color: #d9d9d9;
  }

  .lg\:border-grey-light {
    border-color: #dedede;
  }

  .lg\:border-grey-lighter {
    border-color: #fefefe;
  }

  .lg\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

  .lg\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .lg\:border-red-darker {
    border-color: #621b18;
  }

  .lg\:border-red-dark {
    border-color: #cc1f1a;
  }

  .lg\:border-red {
    border-color: #e3342f;
  }

  .lg\:border-red-light {
    border-color: #ef5753;
  }

  .lg\:border-red-lighter {
    border-color: #f9acaa;
  }

  .lg\:border-red-lightest {
    border-color: #fcebea;
  }

  .lg\:border-orange-darkest {
    border-color: #462a16;
  }

  .lg\:border-orange-darker {
    border-color: #613b1f;
  }

  .lg\:border-orange-dark {
    border-color: #de751f;
  }

  .lg\:border-orange {
    border-color: #f6993f;
  }

  .lg\:border-orange-light {
    border-color: #faad63;
  }

  .lg\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .lg\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .lg\:border-yellow-darkest {
    border-color: #453411;
  }

  .lg\:border-yellow-darker {
    border-color: #684f1d;
  }

  .lg\:border-yellow-dark {
    border-color: #f2d024;
  }

  .lg\:border-yellow {
    border-color: #ffed4a;
  }

  .lg\:border-yellow-light {
    border-color: #fff382;
  }

  .lg\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .lg\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .lg\:border-green-darkest {
    border-color: #0f2f21;
  }

  .lg\:border-green-darker {
    border-color: #1a4731;
  }

  .lg\:border-green-dark {
    border-color: #1f9d55;
  }

  .lg\:border-green {
    border-color: #38c172;
  }

  .lg\:border-green-light {
    border-color: #51d88a;
  }

  .lg\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .lg\:border-green-lightest {
    border-color: #e3fcec;
  }

  .lg\:border-teal-darkest {
    border-color: #0d3331;
  }

  .lg\:border-teal-darker {
    border-color: #20504f;
  }

  .lg\:border-teal-dark {
    border-color: #38a89d;
  }

  .lg\:border-teal {
    border-color: #4dc0b5;
  }

  .lg\:border-teal-light {
    border-color: #64d5ca;
  }

  .lg\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .lg\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .lg\:border-blue-darkest {
    border-color: #12283a;
  }

  .lg\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .lg\:border-blue-dark {
    border-color: #2779bd;
  }

  .lg\:border-blue {
    border-color: #3490dc;
  }

  .lg\:border-blue-light {
    border-color: #6cb2eb;
  }

  .lg\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .lg\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .lg\:border-indigo-darkest {
    border-color: #191e38;
  }

  .lg\:border-indigo-darker {
    border-color: #2f365f;
  }

  .lg\:border-indigo-dark {
    border-color: #5661b3;
  }

  .lg\:border-indigo {
    border-color: #6574cd;
  }

  .lg\:border-indigo-light {
    border-color: #7886d7;
  }

  .lg\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .lg\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .lg\:border-purple-darkest {
    border-color: #21183c;
  }

  .lg\:border-purple-darker {
    border-color: #382b5f;
  }

  .lg\:border-purple-dark {
    border-color: #794acf;
  }

  .lg\:border-purple {
    border-color: #9561e2;
  }

  .lg\:border-purple-light {
    border-color: #a779e9;
  }

  .lg\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .lg\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .lg\:border-pink-darkest {
    border-color: #451225;
  }

  .lg\:border-pink-darker {
    border-color: #6f213f;
  }

  .lg\:border-pink-dark {
    border-color: #eb5286;
  }

  .lg\:border-pink {
    border-color: #f66d9b;
  }

  .lg\:border-pink-light {
    border-color: #fa7ea8;
  }

  .lg\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .lg\:border-pink-lightest {
    border-color: #ffebef;
  }

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

  .lg\:hover\:border-crimson:hover {
    border-color: crimson;
  }

  .lg\:hover\:border-amazon:hover {
    border-color: #f90;
  }

  .lg\:hover\:border-rakuten:hover {
    border-color: #be0714;
  }

  .lg\:hover\:border-link:hover {
    border-color: #1b94e0;
  }

  .lg\:hover\:border-link-2:hover {
    border-color: #3ea5ff;
  }

  .lg\:hover\:border-blueviolet:hover {
    border-color: blueviolet;
  }

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

  .lg\:hover\:border-ios-grey-darker:hover {
    border-color: #121212;
  }

  .lg\:hover\:border-ios-grey-dark:hover {
    border-color: #1c1c1e;
  }

  .lg\:hover\:border-ios-grey:hover {
    border-color: #211e20;
  }

  .lg\:hover\:border-ios-grey-light:hover {
    border-color: #303030;
  }

  .lg\:hover\:border-ios-grey-lighter:hover {
    border-color: #98989e;
  }

  .lg\:hover\:border-ios-grey-lightest:hover {
    border-color: #c1c1c1;
  }

  .lg\:hover\:border-ios-blue:hover {
    border-color: #5a91f7;
  }

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

  .lg\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .lg\:hover\:border-grey-main:hover {
    border-color: #19191b;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #222223;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #444;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #d9d9d9ce;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #d9d9d9;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #dedede;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #fefefe;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

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

  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .lg\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .lg\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .lg\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .lg\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .lg\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .lg\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .lg\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .lg\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .lg\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .lg\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .lg\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .lg\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .lg\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .lg\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .lg\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .lg\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .lg\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .lg\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .lg\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .lg\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .lg\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .lg\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .lg\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .lg\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .lg\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .lg\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .lg\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .lg\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .lg\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .lg\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .lg\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .lg\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .lg\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .lg\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .lg\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .lg\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .lg\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .lg\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .lg\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .lg\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .lg\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .lg\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .lg\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .lg\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .lg\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .lg\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .lg\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .lg\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .lg\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-crimson:focus {
    border-color: crimson;
  }

  .lg\:focus\:border-amazon:focus {
    border-color: #f90;
  }

  .lg\:focus\:border-rakuten:focus {
    border-color: #be0714;
  }

  .lg\:focus\:border-link:focus {
    border-color: #1b94e0;
  }

  .lg\:focus\:border-link-2:focus {
    border-color: #3ea5ff;
  }

  .lg\:focus\:border-blueviolet:focus {
    border-color: blueviolet;
  }

  .lg\:focus\:border-ios-black:focus {
    border-color: #000;
  }

  .lg\:focus\:border-ios-grey-darker:focus {
    border-color: #121212;
  }

  .lg\:focus\:border-ios-grey-dark:focus {
    border-color: #1c1c1e;
  }

  .lg\:focus\:border-ios-grey:focus {
    border-color: #211e20;
  }

  .lg\:focus\:border-ios-grey-light:focus {
    border-color: #303030;
  }

  .lg\:focus\:border-ios-grey-lighter:focus {
    border-color: #98989e;
  }

  .lg\:focus\:border-ios-grey-lightest:focus {
    border-color: #c1c1c1;
  }

  .lg\:focus\:border-ios-blue:focus {
    border-color: #5a91f7;
  }

  .lg\:focus\:border-ios-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .lg\:focus\:border-grey-main:focus {
    border-color: #19191b;
  }

  .lg\:focus\:border-grey-darkest:focus {
    border-color: #222223;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #444;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #d9d9d9ce;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #d9d9d9;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #dedede;
  }

  .lg\:focus\:border-grey-lighter:focus {
    border-color: #fefefe;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

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

  .lg\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .lg\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .lg\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .lg\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .lg\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .lg\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .lg\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .lg\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .lg\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .lg\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .lg\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .lg\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .lg\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .lg\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .lg\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .lg\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .lg\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .lg\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .lg\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .lg\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .lg\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .lg\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .lg\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .lg\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .lg\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .lg\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .lg\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .lg\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .lg\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .lg\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .lg\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .lg\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .lg\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .lg\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .lg\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .lg\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .lg\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .lg\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .lg\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .lg\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .lg\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .lg\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .lg\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .lg\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .lg\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .lg\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .lg\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .lg\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .lg\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .lg\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .lg\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .lg\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .lg\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .lg\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .lg\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .lg\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .lg\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .lg\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .lg\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .lg\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .lg\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .lg\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .lg\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .lg\:rounded-1 {
    border-radius: 1rem;
  }

  .lg\:rounded-5 {
    border-radius: .5rem;
  }

  .lg\:rounded-25 {
    border-radius: .25rem;
  }

  .lg\:rounded-75 {
    border-radius: .75rem;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-xlg {
    border-radius: 1rem;
  }

  .lg\:rounded-xxlg {
    border-radius: 2rem;
  }

  .lg\:rounded-half {
    border-radius: 50%;
  }

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

  .lg\:rounded-1x5 {
    border-radius: 1.5rem;
  }

  .lg\:rounded-2x {
    border-radius: 2rem;
  }

  .lg\:rounded-3x {
    border-radius: 3rem;
  }

  .lg\:rounded-t-1 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-1 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-1 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-1 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-5 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-25 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r-25 {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b-25 {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l-25 {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-75 {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  .lg\:rounded-r-75 {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .lg\:rounded-b-75 {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .lg\:rounded-l-75 {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-xlg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-xlg {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-xlg {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-xlg {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-xxlg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .lg\:rounded-r-xxlg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .lg\:rounded-b-xxlg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-l-xxlg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-t-half {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .lg\:rounded-r-half {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-b-half {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-l-half {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-1x5 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-1x5 {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-1x5 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-1x5 {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-t-2x {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .lg\:rounded-r-2x {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .lg\:rounded-b-2x {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-l-2x {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-t-3x {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .lg\:rounded-r-3x {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }

  .lg\:rounded-b-3x {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .lg\:rounded-l-3x {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .lg\:rounded-tl-1 {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-1 {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-1 {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-1 {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-5 {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-25 {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr-25 {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br-25 {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl-25 {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-75 {
    border-top-left-radius: .75rem;
  }

  .lg\:rounded-tr-75 {
    border-top-right-radius: .75rem;
  }

  .lg\:rounded-br-75 {
    border-bottom-right-radius: .75rem;
  }

  .lg\:rounded-bl-75 {
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-xlg {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-xlg {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-xlg {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-xxlg {
    border-top-left-radius: 2rem;
  }

  .lg\:rounded-tr-xxlg {
    border-top-right-radius: 2rem;
  }

  .lg\:rounded-br-xxlg {
    border-bottom-right-radius: 2rem;
  }

  .lg\:rounded-bl-xxlg {
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-tl-half {
    border-top-left-radius: 50%;
  }

  .lg\:rounded-tr-half {
    border-top-right-radius: 50%;
  }

  .lg\:rounded-br-half {
    border-bottom-right-radius: 50%;
  }

  .lg\:rounded-bl-half {
    border-bottom-left-radius: 50%;
  }

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

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

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

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

  .lg\:rounded-tl-1x5 {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-1x5 {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-1x5 {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-1x5 {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-2x {
    border-top-left-radius: 2rem;
  }

  .lg\:rounded-tr-2x {
    border-top-right-radius: 2rem;
  }

  .lg\:rounded-br-2x {
    border-bottom-right-radius: 2rem;
  }

  .lg\:rounded-bl-2x {
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-tl-3x {
    border-top-left-radius: 3rem;
  }

  .lg\:rounded-tr-3x {
    border-top-right-radius: 3rem;
  }

  .lg\:rounded-br-3x {
    border-bottom-right-radius: 3rem;
  }

  .lg\:rounded-bl-3x {
    border-bottom-left-radius: 3rem;
  }

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

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

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

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

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

  .lg\:border-2 {
    border-width: .2rem;
  }

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

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-1px {
    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: .2rem;
  }

  .lg\:border-r-2 {
    border-right-width: .2rem;
  }

  .lg\:border-b-2 {
    border-bottom-width: .2rem;
  }

  .lg\:border-l-2 {
    border-left-width: .2rem;
  }

  .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\:border-t-1px {
    border-top-width: 1px;
  }

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

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

  .lg\:border-l-1px {
    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-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\:table {
    display: table;
  }

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

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

  .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 {
    flex-grow: 1;
  }

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

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

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

  .lg\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-128 {
    height: 32rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-q1 {
    height: 25vh;
  }

  .lg\:h-half {
    height: 50vh;
  }

  .lg\:h-3q {
    height: 75vh;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-90p {
    height: 15rem;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-1 {
    line-height: 1rem;
  }

  .lg\:leading-2 {
    line-height: 2rem;
  }

  .lg\:leading-3 {
    line-height: 3rem;
  }

  .lg\:leading-4 {
    line-height: 4rem;
  }

  .lg\:leading-5 {
    line-height: 5rem;
  }

  .lg\:leading-14 {
    line-height: 1.4rem;
  }

  .lg\:leading-15 {
    line-height: 1.5rem;
  }

  .lg\:leading-25 {
    line-height: 2.5rem;
  }

  .lg\:leading-115 {
    line-height: 1.15rem;
  }

  .lg\:leading-125 {
    line-height: 1.25rem;
  }

  .lg\:leading-175 {
    line-height: 1.75rem;
  }

  .lg\:leading-225 {
    line-height: 2.25rem;
  }

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

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

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

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

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 1rem;
  }

  .lg\:m-3 {
    margin: .3rem;
  }

  .lg\:m-5 {
    margin: .5rem;
  }

  .lg\:m-10 {
    margin: 10%;
  }

  .lg\:m-15 {
    margin: .15rem;
  }

  .lg\:m-20 {
    margin: 20%;
  }

  .lg\:m-25 {
    margin: .25rem;
  }

  .lg\:m-30 {
    margin: 30%;
  }

  .lg\:m-50 {
    margin: 50%;
  }

  .lg\:m-75 {
    margin: .75rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-1x5 {
    margin: 1.5rem;
  }

  .lg\:m-2x15 {
    margin: 2.15rem;
  }

  .lg\:m-2x {
    margin: 2rem;
  }

  .lg\:m-2x5 {
    margin: 2.5rem;
  }

  .lg\:m-2x75 {
    margin: 2.75rem;
  }

  .lg\:m-3x {
    margin: 3rem;
  }

  .lg\:m-3x5 {
    margin: 3.5rem;
  }

  .lg\:m-4x {
    margin: 4rem;
  }

  .lg\:m-4x5 {
    margin: 4.5rem;
  }

  .lg\:m-5x {
    margin: 5rem;
  }

  .lg\:m-6x {
    margin: 6rem;
  }

  .lg\:m-6x5 {
    margin: 6.5rem;
  }

  .lg\:m-7x {
    margin: 7rem;
  }

  .lg\:m-8x {
    margin: 8rem;
  }

  .lg\:m-9x {
    margin: 9rem;
  }

  .lg\:m-10x {
    margin: 10rem;
  }

  .lg\:m-11x {
    margin: 11rem;
  }

  .lg\:m-12x {
    margin: 12rem;
  }

  .lg\:m-13x {
    margin: 13rem;
  }

  .lg\:m-14x {
    margin: 14rem;
  }

  .lg\:m-15x {
    margin: 15rem;
  }

  .lg\:m-16x {
    margin: 16rem;
  }

  .lg\:m-17x {
    margin: 17rem;
  }

  .lg\:m-18x {
    margin: 18rem;
  }

  .lg\:m-19x {
    margin: 19rem;
  }

  .lg\:m-20x {
    margin: 20rem;
  }

  .lg\:m-22x {
    margin: 22rem;
  }

  .lg\:m-24x {
    margin: 24rem;
  }

  .lg\:m-25x {
    margin: 25rem;
  }

  .lg\:m-26x {
    margin: 26rem;
  }

  .lg\:m-28x {
    margin: 28rem;
  }

  .lg\:m-29x {
    margin: 29rem;
  }

  .lg\:m-30x {
    margin: 30rem;
  }

  .lg\:m-32x {
    margin: 32rem;
  }

  .lg\:m-35x {
    margin: 35rem;
  }

  .lg\:m-36x {
    margin: 36rem;
  }

  .lg\:m-38x {
    margin: 38rem;
  }

  .lg\:m-40x {
    margin: 40rem;
  }

  .lg\:m-1825x {
    margin: 18.25rem;
  }

  .lg\:m-185x {
    margin: 18.5rem;
  }

  .lg\:m-5pct {
    margin: 5%;
  }

  .lg\:m-25pct {
    margin: 25%;
  }

  .lg\:m-m1 {
    margin: -1rem;
  }

  .lg\:m-m2 {
    margin: -2rem;
  }

  .lg\:m-m3 {
    margin: -3rem;
  }

  .lg\:m-m4 {
    margin: -4rem;
  }

  .lg\:m-m5 {
    margin: -5rem;
  }

  .lg\:m-m6 {
    margin: -6rem;
  }

  .lg\:m-m7 {
    margin: -7rem;
  }

  .lg\:m-m8 {
    margin: -8rem;
  }

  .lg\:m-m9 {
    margin: -9rem;
  }

  .lg\:m-m10 {
    margin: -10rem;
  }

  .lg\:m-m11 {
    margin: -11rem;
  }

  .lg\:m-m12 {
    margin: -12rem;
  }

  .lg\:m-m14 {
    margin: -14rem;
  }

  .lg\:m-m15 {
    margin: -15rem;
  }

  .lg\:m-m16 {
    margin: -16rem;
  }

  .lg\:m-m18 {
    margin: -18rem;
  }

  .lg\:m-m19 {
    margin: -19rem;
  }

  .lg\:m-m20 {
    margin: -20rem;
  }

  .lg\:m-m21 {
    margin: -21rem;
  }

  .lg\:m-m22 {
    margin: -22rem;
  }

  .lg\:m-m23 {
    margin: -23rem;
  }

  .lg\:m-m24 {
    margin: -24rem;
  }

  .lg\:m-m25 {
    margin: -25rem;
  }

  .lg\:m-m28 {
    margin: -28rem;
  }

  .lg\:m-m29 {
    margin: -29rem;
  }

  .lg\:m-m30 {
    margin: -30rem;
  }

  .lg\:m-m31 {
    margin: -31rem;
  }

  .lg\:m-m32 {
    margin: -32rem;
  }

  .lg\:m-m34 {
    margin: -34rem;
  }

  .lg\:m-m35 {
    margin: -35rem;
  }

  .lg\:m-m36 {
    margin: -36rem;
  }

  .lg\:m-m37 {
    margin: -37rem;
  }

  .lg\:m-m38 {
    margin: -38rem;
  }

  .lg\:m-m39 {
    margin: -39rem;
  }

  .lg\:m-m40 {
    margin: -40rem;
  }

  .lg\:m-m41 {
    margin: -41rem;
  }

  .lg\:m-m42 {
    margin: -42rem;
  }

  .lg\:m-m43 {
    margin: -43rem;
  }

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

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

  .lg\:my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-3 {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .lg\:mx-3 {
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .lg\:my-5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:mx-10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:my-15 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }

  .lg\:mx-15 {
    margin-left: .15rem;
    margin-right: .15rem;
  }

  .lg\:my-20 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-20 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-25 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-30 {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:mx-30 {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:my-50 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-50 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-75 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-75 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-1x5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-1x5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-2x15 {
    margin-top: 2.15rem;
    margin-bottom: 2.15rem;
  }

  .lg\:mx-2x15 {
    margin-left: 2.15rem;
    margin-right: 2.15rem;
  }

  .lg\:my-2x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-2x {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-2x5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-2x5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-2x75 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-2x75 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-3x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-3x {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-3x5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-3x5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-4x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-4x {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-4x5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-4x5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-5x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-5x {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-6x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-6x {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-6x5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:mx-6x5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:my-7x {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-7x {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-8x {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-8x {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-9x {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-9x {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-10x {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-10x {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-11x {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-11x {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-12x {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-12x {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-13x {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:mx-13x {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-14x {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-14x {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-15x {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:mx-15x {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:my-16x {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-16x {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-17x {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .lg\:mx-17x {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .lg\:my-18x {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-18x {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-19x {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .lg\:mx-19x {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .lg\:my-20x {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-20x {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-22x {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:mx-22x {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:my-24x {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:mx-24x {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:my-25x {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:mx-25x {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:my-26x {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .lg\:mx-26x {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .lg\:my-28x {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .lg\:mx-28x {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .lg\:my-29x {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .lg\:mx-29x {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .lg\:my-30x {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:mx-30x {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:my-32x {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .lg\:mx-32x {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .lg\:my-35x {
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  .lg\:mx-35x {
    margin-left: 35rem;
    margin-right: 35rem;
  }

  .lg\:my-36x {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .lg\:mx-36x {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .lg\:my-38x {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:mx-38x {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .lg\:my-40x {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg\:mx-40x {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg\:my-1825x {
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .lg\:mx-1825x {
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .lg\:my-185x {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .lg\:mx-185x {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .lg\:my-5pct {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:mx-5pct {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:my-25pct {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-25pct {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-m1 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:mx-m1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:my-m2 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:mx-m2 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:my-m3 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:mx-m3 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:my-m4 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:mx-m4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:my-m5 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:mx-m5 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:my-m6 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:mx-m6 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:my-m7 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:mx-m7 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:my-m8 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:mx-m8 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:my-m9 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:mx-m9 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:my-m10 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:mx-m10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:my-m11 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:mx-m11 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:my-m12 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:mx-m12 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:my-m14 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:mx-m14 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:my-m15 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:mx-m15 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:my-m16 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:mx-m16 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:my-m18 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:mx-m18 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:my-m19 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .lg\:mx-m19 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .lg\:my-m20 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:mx-m20 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:my-m21 {
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  .lg\:mx-m21 {
    margin-left: -21rem;
    margin-right: -21rem;
  }

  .lg\:my-m22 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:mx-m22 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:my-m23 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .lg\:mx-m23 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .lg\:my-m24 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:mx-m24 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:my-m25 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:mx-m25 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:my-m28 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .lg\:mx-m28 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .lg\:my-m29 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .lg\:mx-m29 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .lg\:my-m30 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:mx-m30 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:my-m31 {
    margin-top: -31rem;
    margin-bottom: -31rem;
  }

  .lg\:mx-m31 {
    margin-left: -31rem;
    margin-right: -31rem;
  }

  .lg\:my-m32 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .lg\:mx-m32 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .lg\:my-m34 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .lg\:mx-m34 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .lg\:my-m35 {
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  .lg\:mx-m35 {
    margin-left: -35rem;
    margin-right: -35rem;
  }

  .lg\:my-m36 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .lg\:mx-m36 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .lg\:my-m37 {
    margin-top: -37rem;
    margin-bottom: -37rem;
  }

  .lg\:mx-m37 {
    margin-left: -37rem;
    margin-right: -37rem;
  }

  .lg\:my-m38 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:mx-m38 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:my-m39 {
    margin-top: -39rem;
    margin-bottom: -39rem;
  }

  .lg\:mx-m39 {
    margin-left: -39rem;
    margin-right: -39rem;
  }

  .lg\:my-m40 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg\:mx-m40 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg\:my-m41 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .lg\:mx-m41 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .lg\:my-m42 {
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .lg\:mx-m42 {
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .lg\:my-m43 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .lg\:mx-m43 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

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

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

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

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

  .lg\:mt-1 {
    margin-top: 1rem;
  }

  .lg\:mr-1 {
    margin-right: 1rem;
  }

  .lg\:mb-1 {
    margin-bottom: 1rem;
  }

  .lg\:ml-1 {
    margin-left: 1rem;
  }

  .lg\:mt-3 {
    margin-top: .3rem;
  }

  .lg\:mr-3 {
    margin-right: .3rem;
  }

  .lg\:mb-3 {
    margin-bottom: .3rem;
  }

  .lg\:ml-3 {
    margin-left: .3rem;
  }

  .lg\:mt-5 {
    margin-top: .5rem;
  }

  .lg\:mr-5 {
    margin-right: .5rem;
  }

  .lg\:mb-5 {
    margin-bottom: .5rem;
  }

  .lg\:ml-5 {
    margin-left: .5rem;
  }

  .lg\:mt-10 {
    margin-top: 10%;
  }

  .lg\:mr-10 {
    margin-right: 10%;
  }

  .lg\:mb-10 {
    margin-bottom: 10%;
  }

  .lg\:ml-10 {
    margin-left: 10%;
  }

  .lg\:mt-15 {
    margin-top: .15rem;
  }

  .lg\:mr-15 {
    margin-right: .15rem;
  }

  .lg\:mb-15 {
    margin-bottom: .15rem;
  }

  .lg\:ml-15 {
    margin-left: .15rem;
  }

  .lg\:mt-20 {
    margin-top: 20%;
  }

  .lg\:mr-20 {
    margin-right: 20%;
  }

  .lg\:mb-20 {
    margin-bottom: 20%;
  }

  .lg\:ml-20 {
    margin-left: 20%;
  }

  .lg\:mt-25 {
    margin-top: .25rem;
  }

  .lg\:mr-25 {
    margin-right: .25rem;
  }

  .lg\:mb-25 {
    margin-bottom: .25rem;
  }

  .lg\:ml-25 {
    margin-left: .25rem;
  }

  .lg\:mt-30 {
    margin-top: 30%;
  }

  .lg\:mr-30 {
    margin-right: 30%;
  }

  .lg\:mb-30 {
    margin-bottom: 30%;
  }

  .lg\:ml-30 {
    margin-left: 30%;
  }

  .lg\:mt-50 {
    margin-top: 50%;
  }

  .lg\:mr-50 {
    margin-right: 50%;
  }

  .lg\:mb-50 {
    margin-bottom: 50%;
  }

  .lg\:ml-50 {
    margin-left: 50%;
  }

  .lg\:mt-75 {
    margin-top: .75rem;
  }

  .lg\:mr-75 {
    margin-right: .75rem;
  }

  .lg\:mb-75 {
    margin-bottom: .75rem;
  }

  .lg\:ml-75 {
    margin-left: .75rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-1x5 {
    margin-top: 1.5rem;
  }

  .lg\:mr-1x5 {
    margin-right: 1.5rem;
  }

  .lg\:mb-1x5 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-1x5 {
    margin-left: 1.5rem;
  }

  .lg\:mt-2x15 {
    margin-top: 2.15rem;
  }

  .lg\:mr-2x15 {
    margin-right: 2.15rem;
  }

  .lg\:mb-2x15 {
    margin-bottom: 2.15rem;
  }

  .lg\:ml-2x15 {
    margin-left: 2.15rem;
  }

  .lg\:mt-2x {
    margin-top: 2rem;
  }

  .lg\:mr-2x {
    margin-right: 2rem;
  }

  .lg\:mb-2x {
    margin-bottom: 2rem;
  }

  .lg\:ml-2x {
    margin-left: 2rem;
  }

  .lg\:mt-2x5 {
    margin-top: 2.5rem;
  }

  .lg\:mr-2x5 {
    margin-right: 2.5rem;
  }

  .lg\:mb-2x5 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-2x5 {
    margin-left: 2.5rem;
  }

  .lg\:mt-2x75 {
    margin-top: 2.75rem;
  }

  .lg\:mr-2x75 {
    margin-right: 2.75rem;
  }

  .lg\:mb-2x75 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-2x75 {
    margin-left: 2.75rem;
  }

  .lg\:mt-3x {
    margin-top: 3rem;
  }

  .lg\:mr-3x {
    margin-right: 3rem;
  }

  .lg\:mb-3x {
    margin-bottom: 3rem;
  }

  .lg\:ml-3x {
    margin-left: 3rem;
  }

  .lg\:mt-3x5 {
    margin-top: 3.5rem;
  }

  .lg\:mr-3x5 {
    margin-right: 3.5rem;
  }

  .lg\:mb-3x5 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-3x5 {
    margin-left: 3.5rem;
  }

  .lg\:mt-4x {
    margin-top: 4rem;
  }

  .lg\:mr-4x {
    margin-right: 4rem;
  }

  .lg\:mb-4x {
    margin-bottom: 4rem;
  }

  .lg\:ml-4x {
    margin-left: 4rem;
  }

  .lg\:mt-4x5 {
    margin-top: 4.5rem;
  }

  .lg\:mr-4x5 {
    margin-right: 4.5rem;
  }

  .lg\:mb-4x5 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-4x5 {
    margin-left: 4.5rem;
  }

  .lg\:mt-5x {
    margin-top: 5rem;
  }

  .lg\:mr-5x {
    margin-right: 5rem;
  }

  .lg\:mb-5x {
    margin-bottom: 5rem;
  }

  .lg\:ml-5x {
    margin-left: 5rem;
  }

  .lg\:mt-6x {
    margin-top: 6rem;
  }

  .lg\:mr-6x {
    margin-right: 6rem;
  }

  .lg\:mb-6x {
    margin-bottom: 6rem;
  }

  .lg\:ml-6x {
    margin-left: 6rem;
  }

  .lg\:mt-6x5 {
    margin-top: 6.5rem;
  }

  .lg\:mr-6x5 {
    margin-right: 6.5rem;
  }

  .lg\:mb-6x5 {
    margin-bottom: 6.5rem;
  }

  .lg\:ml-6x5 {
    margin-left: 6.5rem;
  }

  .lg\:mt-7x {
    margin-top: 7rem;
  }

  .lg\:mr-7x {
    margin-right: 7rem;
  }

  .lg\:mb-7x {
    margin-bottom: 7rem;
  }

  .lg\:ml-7x {
    margin-left: 7rem;
  }

  .lg\:mt-8x {
    margin-top: 8rem;
  }

  .lg\:mr-8x {
    margin-right: 8rem;
  }

  .lg\:mb-8x {
    margin-bottom: 8rem;
  }

  .lg\:ml-8x {
    margin-left: 8rem;
  }

  .lg\:mt-9x {
    margin-top: 9rem;
  }

  .lg\:mr-9x {
    margin-right: 9rem;
  }

  .lg\:mb-9x {
    margin-bottom: 9rem;
  }

  .lg\:ml-9x {
    margin-left: 9rem;
  }

  .lg\:mt-10x {
    margin-top: 10rem;
  }

  .lg\:mr-10x {
    margin-right: 10rem;
  }

  .lg\:mb-10x {
    margin-bottom: 10rem;
  }

  .lg\:ml-10x {
    margin-left: 10rem;
  }

  .lg\:mt-11x {
    margin-top: 11rem;
  }

  .lg\:mr-11x {
    margin-right: 11rem;
  }

  .lg\:mb-11x {
    margin-bottom: 11rem;
  }

  .lg\:ml-11x {
    margin-left: 11rem;
  }

  .lg\:mt-12x {
    margin-top: 12rem;
  }

  .lg\:mr-12x {
    margin-right: 12rem;
  }

  .lg\:mb-12x {
    margin-bottom: 12rem;
  }

  .lg\:ml-12x {
    margin-left: 12rem;
  }

  .lg\:mt-13x {
    margin-top: 13rem;
  }

  .lg\:mr-13x {
    margin-right: 13rem;
  }

  .lg\:mb-13x {
    margin-bottom: 13rem;
  }

  .lg\:ml-13x {
    margin-left: 13rem;
  }

  .lg\:mt-14x {
    margin-top: 14rem;
  }

  .lg\:mr-14x {
    margin-right: 14rem;
  }

  .lg\:mb-14x {
    margin-bottom: 14rem;
  }

  .lg\:ml-14x {
    margin-left: 14rem;
  }

  .lg\:mt-15x {
    margin-top: 15rem;
  }

  .lg\:mr-15x {
    margin-right: 15rem;
  }

  .lg\:mb-15x {
    margin-bottom: 15rem;
  }

  .lg\:ml-15x {
    margin-left: 15rem;
  }

  .lg\:mt-16x {
    margin-top: 16rem;
  }

  .lg\:mr-16x {
    margin-right: 16rem;
  }

  .lg\:mb-16x {
    margin-bottom: 16rem;
  }

  .lg\:ml-16x {
    margin-left: 16rem;
  }

  .lg\:mt-17x {
    margin-top: 17rem;
  }

  .lg\:mr-17x {
    margin-right: 17rem;
  }

  .lg\:mb-17x {
    margin-bottom: 17rem;
  }

  .lg\:ml-17x {
    margin-left: 17rem;
  }

  .lg\:mt-18x {
    margin-top: 18rem;
  }

  .lg\:mr-18x {
    margin-right: 18rem;
  }

  .lg\:mb-18x {
    margin-bottom: 18rem;
  }

  .lg\:ml-18x {
    margin-left: 18rem;
  }

  .lg\:mt-19x {
    margin-top: 19rem;
  }

  .lg\:mr-19x {
    margin-right: 19rem;
  }

  .lg\:mb-19x {
    margin-bottom: 19rem;
  }

  .lg\:ml-19x {
    margin-left: 19rem;
  }

  .lg\:mt-20x {
    margin-top: 20rem;
  }

  .lg\:mr-20x {
    margin-right: 20rem;
  }

  .lg\:mb-20x {
    margin-bottom: 20rem;
  }

  .lg\:ml-20x {
    margin-left: 20rem;
  }

  .lg\:mt-22x {
    margin-top: 22rem;
  }

  .lg\:mr-22x {
    margin-right: 22rem;
  }

  .lg\:mb-22x {
    margin-bottom: 22rem;
  }

  .lg\:ml-22x {
    margin-left: 22rem;
  }

  .lg\:mt-24x {
    margin-top: 24rem;
  }

  .lg\:mr-24x {
    margin-right: 24rem;
  }

  .lg\:mb-24x {
    margin-bottom: 24rem;
  }

  .lg\:ml-24x {
    margin-left: 24rem;
  }

  .lg\:mt-25x {
    margin-top: 25rem;
  }

  .lg\:mr-25x {
    margin-right: 25rem;
  }

  .lg\:mb-25x {
    margin-bottom: 25rem;
  }

  .lg\:ml-25x {
    margin-left: 25rem;
  }

  .lg\:mt-26x {
    margin-top: 26rem;
  }

  .lg\:mr-26x {
    margin-right: 26rem;
  }

  .lg\:mb-26x {
    margin-bottom: 26rem;
  }

  .lg\:ml-26x {
    margin-left: 26rem;
  }

  .lg\:mt-28x {
    margin-top: 28rem;
  }

  .lg\:mr-28x {
    margin-right: 28rem;
  }

  .lg\:mb-28x {
    margin-bottom: 28rem;
  }

  .lg\:ml-28x {
    margin-left: 28rem;
  }

  .lg\:mt-29x {
    margin-top: 29rem;
  }

  .lg\:mr-29x {
    margin-right: 29rem;
  }

  .lg\:mb-29x {
    margin-bottom: 29rem;
  }

  .lg\:ml-29x {
    margin-left: 29rem;
  }

  .lg\:mt-30x {
    margin-top: 30rem;
  }

  .lg\:mr-30x {
    margin-right: 30rem;
  }

  .lg\:mb-30x {
    margin-bottom: 30rem;
  }

  .lg\:ml-30x {
    margin-left: 30rem;
  }

  .lg\:mt-32x {
    margin-top: 32rem;
  }

  .lg\:mr-32x {
    margin-right: 32rem;
  }

  .lg\:mb-32x {
    margin-bottom: 32rem;
  }

  .lg\:ml-32x {
    margin-left: 32rem;
  }

  .lg\:mt-35x {
    margin-top: 35rem;
  }

  .lg\:mr-35x {
    margin-right: 35rem;
  }

  .lg\:mb-35x {
    margin-bottom: 35rem;
  }

  .lg\:ml-35x {
    margin-left: 35rem;
  }

  .lg\:mt-36x {
    margin-top: 36rem;
  }

  .lg\:mr-36x {
    margin-right: 36rem;
  }

  .lg\:mb-36x {
    margin-bottom: 36rem;
  }

  .lg\:ml-36x {
    margin-left: 36rem;
  }

  .lg\:mt-38x {
    margin-top: 38rem;
  }

  .lg\:mr-38x {
    margin-right: 38rem;
  }

  .lg\:mb-38x {
    margin-bottom: 38rem;
  }

  .lg\:ml-38x {
    margin-left: 38rem;
  }

  .lg\:mt-40x {
    margin-top: 40rem;
  }

  .lg\:mr-40x {
    margin-right: 40rem;
  }

  .lg\:mb-40x {
    margin-bottom: 40rem;
  }

  .lg\:ml-40x {
    margin-left: 40rem;
  }

  .lg\:mt-1825x {
    margin-top: 18.25rem;
  }

  .lg\:mr-1825x {
    margin-right: 18.25rem;
  }

  .lg\:mb-1825x {
    margin-bottom: 18.25rem;
  }

  .lg\:ml-1825x {
    margin-left: 18.25rem;
  }

  .lg\:mt-185x {
    margin-top: 18.5rem;
  }

  .lg\:mr-185x {
    margin-right: 18.5rem;
  }

  .lg\:mb-185x {
    margin-bottom: 18.5rem;
  }

  .lg\:ml-185x {
    margin-left: 18.5rem;
  }

  .lg\:mt-5pct {
    margin-top: 5%;
  }

  .lg\:mr-5pct {
    margin-right: 5%;
  }

  .lg\:mb-5pct {
    margin-bottom: 5%;
  }

  .lg\:ml-5pct {
    margin-left: 5%;
  }

  .lg\:mt-25pct {
    margin-top: 25%;
  }

  .lg\:mr-25pct {
    margin-right: 25%;
  }

  .lg\:mb-25pct {
    margin-bottom: 25%;
  }

  .lg\:ml-25pct {
    margin-left: 25%;
  }

  .lg\:mt-m1 {
    margin-top: -1rem;
  }

  .lg\:mr-m1 {
    margin-right: -1rem;
  }

  .lg\:mb-m1 {
    margin-bottom: -1rem;
  }

  .lg\:ml-m1 {
    margin-left: -1rem;
  }

  .lg\:mt-m2 {
    margin-top: -2rem;
  }

  .lg\:mr-m2 {
    margin-right: -2rem;
  }

  .lg\:mb-m2 {
    margin-bottom: -2rem;
  }

  .lg\:ml-m2 {
    margin-left: -2rem;
  }

  .lg\:mt-m3 {
    margin-top: -3rem;
  }

  .lg\:mr-m3 {
    margin-right: -3rem;
  }

  .lg\:mb-m3 {
    margin-bottom: -3rem;
  }

  .lg\:ml-m3 {
    margin-left: -3rem;
  }

  .lg\:mt-m4 {
    margin-top: -4rem;
  }

  .lg\:mr-m4 {
    margin-right: -4rem;
  }

  .lg\:mb-m4 {
    margin-bottom: -4rem;
  }

  .lg\:ml-m4 {
    margin-left: -4rem;
  }

  .lg\:mt-m5 {
    margin-top: -5rem;
  }

  .lg\:mr-m5 {
    margin-right: -5rem;
  }

  .lg\:mb-m5 {
    margin-bottom: -5rem;
  }

  .lg\:ml-m5 {
    margin-left: -5rem;
  }

  .lg\:mt-m6 {
    margin-top: -6rem;
  }

  .lg\:mr-m6 {
    margin-right: -6rem;
  }

  .lg\:mb-m6 {
    margin-bottom: -6rem;
  }

  .lg\:ml-m6 {
    margin-left: -6rem;
  }

  .lg\:mt-m7 {
    margin-top: -7rem;
  }

  .lg\:mr-m7 {
    margin-right: -7rem;
  }

  .lg\:mb-m7 {
    margin-bottom: -7rem;
  }

  .lg\:ml-m7 {
    margin-left: -7rem;
  }

  .lg\:mt-m8 {
    margin-top: -8rem;
  }

  .lg\:mr-m8 {
    margin-right: -8rem;
  }

  .lg\:mb-m8 {
    margin-bottom: -8rem;
  }

  .lg\:ml-m8 {
    margin-left: -8rem;
  }

  .lg\:mt-m9 {
    margin-top: -9rem;
  }

  .lg\:mr-m9 {
    margin-right: -9rem;
  }

  .lg\:mb-m9 {
    margin-bottom: -9rem;
  }

  .lg\:ml-m9 {
    margin-left: -9rem;
  }

  .lg\:mt-m10 {
    margin-top: -10rem;
  }

  .lg\:mr-m10 {
    margin-right: -10rem;
  }

  .lg\:mb-m10 {
    margin-bottom: -10rem;
  }

  .lg\:ml-m10 {
    margin-left: -10rem;
  }

  .lg\:mt-m11 {
    margin-top: -11rem;
  }

  .lg\:mr-m11 {
    margin-right: -11rem;
  }

  .lg\:mb-m11 {
    margin-bottom: -11rem;
  }

  .lg\:ml-m11 {
    margin-left: -11rem;
  }

  .lg\:mt-m12 {
    margin-top: -12rem;
  }

  .lg\:mr-m12 {
    margin-right: -12rem;
  }

  .lg\:mb-m12 {
    margin-bottom: -12rem;
  }

  .lg\:ml-m12 {
    margin-left: -12rem;
  }

  .lg\:mt-m14 {
    margin-top: -14rem;
  }

  .lg\:mr-m14 {
    margin-right: -14rem;
  }

  .lg\:mb-m14 {
    margin-bottom: -14rem;
  }

  .lg\:ml-m14 {
    margin-left: -14rem;
  }

  .lg\:mt-m15 {
    margin-top: -15rem;
  }

  .lg\:mr-m15 {
    margin-right: -15rem;
  }

  .lg\:mb-m15 {
    margin-bottom: -15rem;
  }

  .lg\:ml-m15 {
    margin-left: -15rem;
  }

  .lg\:mt-m16 {
    margin-top: -16rem;
  }

  .lg\:mr-m16 {
    margin-right: -16rem;
  }

  .lg\:mb-m16 {
    margin-bottom: -16rem;
  }

  .lg\:ml-m16 {
    margin-left: -16rem;
  }

  .lg\:mt-m18 {
    margin-top: -18rem;
  }

  .lg\:mr-m18 {
    margin-right: -18rem;
  }

  .lg\:mb-m18 {
    margin-bottom: -18rem;
  }

  .lg\:ml-m18 {
    margin-left: -18rem;
  }

  .lg\:mt-m19 {
    margin-top: -19rem;
  }

  .lg\:mr-m19 {
    margin-right: -19rem;
  }

  .lg\:mb-m19 {
    margin-bottom: -19rem;
  }

  .lg\:ml-m19 {
    margin-left: -19rem;
  }

  .lg\:mt-m20 {
    margin-top: -20rem;
  }

  .lg\:mr-m20 {
    margin-right: -20rem;
  }

  .lg\:mb-m20 {
    margin-bottom: -20rem;
  }

  .lg\:ml-m20 {
    margin-left: -20rem;
  }

  .lg\:mt-m21 {
    margin-top: -21rem;
  }

  .lg\:mr-m21 {
    margin-right: -21rem;
  }

  .lg\:mb-m21 {
    margin-bottom: -21rem;
  }

  .lg\:ml-m21 {
    margin-left: -21rem;
  }

  .lg\:mt-m22 {
    margin-top: -22rem;
  }

  .lg\:mr-m22 {
    margin-right: -22rem;
  }

  .lg\:mb-m22 {
    margin-bottom: -22rem;
  }

  .lg\:ml-m22 {
    margin-left: -22rem;
  }

  .lg\:mt-m23 {
    margin-top: -23rem;
  }

  .lg\:mr-m23 {
    margin-right: -23rem;
  }

  .lg\:mb-m23 {
    margin-bottom: -23rem;
  }

  .lg\:ml-m23 {
    margin-left: -23rem;
  }

  .lg\:mt-m24 {
    margin-top: -24rem;
  }

  .lg\:mr-m24 {
    margin-right: -24rem;
  }

  .lg\:mb-m24 {
    margin-bottom: -24rem;
  }

  .lg\:ml-m24 {
    margin-left: -24rem;
  }

  .lg\:mt-m25 {
    margin-top: -25rem;
  }

  .lg\:mr-m25 {
    margin-right: -25rem;
  }

  .lg\:mb-m25 {
    margin-bottom: -25rem;
  }

  .lg\:ml-m25 {
    margin-left: -25rem;
  }

  .lg\:mt-m28 {
    margin-top: -28rem;
  }

  .lg\:mr-m28 {
    margin-right: -28rem;
  }

  .lg\:mb-m28 {
    margin-bottom: -28rem;
  }

  .lg\:ml-m28 {
    margin-left: -28rem;
  }

  .lg\:mt-m29 {
    margin-top: -29rem;
  }

  .lg\:mr-m29 {
    margin-right: -29rem;
  }

  .lg\:mb-m29 {
    margin-bottom: -29rem;
  }

  .lg\:ml-m29 {
    margin-left: -29rem;
  }

  .lg\:mt-m30 {
    margin-top: -30rem;
  }

  .lg\:mr-m30 {
    margin-right: -30rem;
  }

  .lg\:mb-m30 {
    margin-bottom: -30rem;
  }

  .lg\:ml-m30 {
    margin-left: -30rem;
  }

  .lg\:mt-m31 {
    margin-top: -31rem;
  }

  .lg\:mr-m31 {
    margin-right: -31rem;
  }

  .lg\:mb-m31 {
    margin-bottom: -31rem;
  }

  .lg\:ml-m31 {
    margin-left: -31rem;
  }

  .lg\:mt-m32 {
    margin-top: -32rem;
  }

  .lg\:mr-m32 {
    margin-right: -32rem;
  }

  .lg\:mb-m32 {
    margin-bottom: -32rem;
  }

  .lg\:ml-m32 {
    margin-left: -32rem;
  }

  .lg\:mt-m34 {
    margin-top: -34rem;
  }

  .lg\:mr-m34 {
    margin-right: -34rem;
  }

  .lg\:mb-m34 {
    margin-bottom: -34rem;
  }

  .lg\:ml-m34 {
    margin-left: -34rem;
  }

  .lg\:mt-m35 {
    margin-top: -35rem;
  }

  .lg\:mr-m35 {
    margin-right: -35rem;
  }

  .lg\:mb-m35 {
    margin-bottom: -35rem;
  }

  .lg\:ml-m35 {
    margin-left: -35rem;
  }

  .lg\:mt-m36 {
    margin-top: -36rem;
  }

  .lg\:mr-m36 {
    margin-right: -36rem;
  }

  .lg\:mb-m36 {
    margin-bottom: -36rem;
  }

  .lg\:ml-m36 {
    margin-left: -36rem;
  }

  .lg\:mt-m37 {
    margin-top: -37rem;
  }

  .lg\:mr-m37 {
    margin-right: -37rem;
  }

  .lg\:mb-m37 {
    margin-bottom: -37rem;
  }

  .lg\:ml-m37 {
    margin-left: -37rem;
  }

  .lg\:mt-m38 {
    margin-top: -38rem;
  }

  .lg\:mr-m38 {
    margin-right: -38rem;
  }

  .lg\:mb-m38 {
    margin-bottom: -38rem;
  }

  .lg\:ml-m38 {
    margin-left: -38rem;
  }

  .lg\:mt-m39 {
    margin-top: -39rem;
  }

  .lg\:mr-m39 {
    margin-right: -39rem;
  }

  .lg\:mb-m39 {
    margin-bottom: -39rem;
  }

  .lg\:ml-m39 {
    margin-left: -39rem;
  }

  .lg\:mt-m40 {
    margin-top: -40rem;
  }

  .lg\:mr-m40 {
    margin-right: -40rem;
  }

  .lg\:mb-m40 {
    margin-bottom: -40rem;
  }

  .lg\:ml-m40 {
    margin-left: -40rem;
  }

  .lg\:mt-m41 {
    margin-top: -41rem;
  }

  .lg\:mr-m41 {
    margin-right: -41rem;
  }

  .lg\:mb-m41 {
    margin-bottom: -41rem;
  }

  .lg\:ml-m41 {
    margin-left: -41rem;
  }

  .lg\:mt-m42 {
    margin-top: -42rem;
  }

  .lg\:mr-m42 {
    margin-right: -42rem;
  }

  .lg\:mb-m42 {
    margin-bottom: -42rem;
  }

  .lg\:ml-m42 {
    margin-left: -42rem;
  }

  .lg\:mt-m43 {
    margin-top: -43rem;
  }

  .lg\:mr-m43 {
    margin-right: -43rem;
  }

  .lg\:mb-m43 {
    margin-bottom: -43rem;
  }

  .lg\:ml-m43 {
    margin-left: -43rem;
  }

  .lg\:max-h-pico {
    max-height: 15rem;
  }

  .lg\:max-h-nano {
    max-height: 20rem;
  }

  .lg\:max-h-micro {
    max-height: 25rem;
  }

  .lg\:max-h-mili {
    max-height: 30rem;
  }

  .lg\:max-h-centi {
    max-height: 35rem;
  }

  .lg\:max-h-quarter {
    max-height: 25%;
  }

  .lg\:max-h-half {
    max-height: 50vh;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-pico {
    max-width: 15rem;
  }

  .lg\:max-w-nano {
    max-width: 20rem;
  }

  .lg\:max-w-micro {
    max-width: 25rem;
  }

  .lg\:max-w-mili {
    max-width: 30rem;
  }

  .lg\:max-w-centi {
    max-width: 35rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .lg\:max-w-quarter {
    max-width: 25%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem;
  }

  .lg\:min-w-12 {
    min-width: 3rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

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

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

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 1rem;
  }

  .lg\:p-3 {
    padding: .3rem;
  }

  .lg\:p-4 {
    padding: .4rem;
  }

  .lg\:p-5 {
    padding: .5rem;
  }

  .lg\:p-6 {
    padding: .6rem;
  }

  .lg\:p-10 {
    padding: .1rem;
  }

  .lg\:p-15 {
    padding: .15rem;
  }

  .lg\:p-20 {
    padding: .2rem;
  }

  .lg\:p-25 {
    padding: .25rem;
  }

  .lg\:p-75 {
    padding: .75rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-05 {
    padding: .05rem;
  }

  .lg\:p-1x25 {
    padding: 1.25rem;
  }

  .lg\:p-1x5 {
    padding: 1.5rem;
  }

  .lg\:p-2x {
    padding: 2rem;
  }

  .lg\:p-3x {
    padding: 3rem;
  }

  .lg\:p-3x5 {
    padding: 3.5rem;
  }

  .lg\:p-4x {
    padding: 4rem;
  }

  .lg\:p-5x {
    padding: 5rem;
  }

  .lg\:p-6x {
    padding: 6rem;
  }

  .lg\:p-7x {
    padding: 7rem;
  }

  .lg\:p-8x {
    padding: 8rem;
  }

  .lg\:p-9x {
    padding: 9rem;
  }

  .lg\:p-10x {
    padding: 10rem;
  }

  .lg\:p-11x {
    padding: 11rem;
  }

  .lg\:p-12x {
    padding: 12rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-3 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .lg\:px-3 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .lg\:py-4 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .lg\:px-4 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .lg\:py-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:px-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:py-6 {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .lg\:px-6 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .lg\:py-10 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .lg\:px-10 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .lg\:py-15 {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .lg\:px-15 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .lg\:py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .lg\:px-20 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .lg\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-25 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-75 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-75 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-05 {
    padding-top: .05rem;
    padding-bottom: .05rem;
  }

  .lg\:px-05 {
    padding-left: .05rem;
    padding-right: .05rem;
  }

  .lg\:py-1x25 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-1x25 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-1x5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-1x5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-3x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-3x {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-3x5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-3x5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-4x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-4x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-5x {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-5x {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-6x {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-6x {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-7x {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-7x {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-8x {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-8x {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-9x {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-9x {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-10x {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-10x {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-11x {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-11x {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-12x {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-12x {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 1rem;
  }

  .lg\:pr-1 {
    padding-right: 1rem;
  }

  .lg\:pb-1 {
    padding-bottom: 1rem;
  }

  .lg\:pl-1 {
    padding-left: 1rem;
  }

  .lg\:pt-3 {
    padding-top: .3rem;
  }

  .lg\:pr-3 {
    padding-right: .3rem;
  }

  .lg\:pb-3 {
    padding-bottom: .3rem;
  }

  .lg\:pl-3 {
    padding-left: .3rem;
  }

  .lg\:pt-4 {
    padding-top: .4rem;
  }

  .lg\:pr-4 {
    padding-right: .4rem;
  }

  .lg\:pb-4 {
    padding-bottom: .4rem;
  }

  .lg\:pl-4 {
    padding-left: .4rem;
  }

  .lg\:pt-5 {
    padding-top: .5rem;
  }

  .lg\:pr-5 {
    padding-right: .5rem;
  }

  .lg\:pb-5 {
    padding-bottom: .5rem;
  }

  .lg\:pl-5 {
    padding-left: .5rem;
  }

  .lg\:pt-6 {
    padding-top: .6rem;
  }

  .lg\:pr-6 {
    padding-right: .6rem;
  }

  .lg\:pb-6 {
    padding-bottom: .6rem;
  }

  .lg\:pl-6 {
    padding-left: .6rem;
  }

  .lg\:pt-10 {
    padding-top: .1rem;
  }

  .lg\:pr-10 {
    padding-right: .1rem;
  }

  .lg\:pb-10 {
    padding-bottom: .1rem;
  }

  .lg\:pl-10 {
    padding-left: .1rem;
  }

  .lg\:pt-15 {
    padding-top: .15rem;
  }

  .lg\:pr-15 {
    padding-right: .15rem;
  }

  .lg\:pb-15 {
    padding-bottom: .15rem;
  }

  .lg\:pl-15 {
    padding-left: .15rem;
  }

  .lg\:pt-20 {
    padding-top: .2rem;
  }

  .lg\:pr-20 {
    padding-right: .2rem;
  }

  .lg\:pb-20 {
    padding-bottom: .2rem;
  }

  .lg\:pl-20 {
    padding-left: .2rem;
  }

  .lg\:pt-25 {
    padding-top: .25rem;
  }

  .lg\:pr-25 {
    padding-right: .25rem;
  }

  .lg\:pb-25 {
    padding-bottom: .25rem;
  }

  .lg\:pl-25 {
    padding-left: .25rem;
  }

  .lg\:pt-75 {
    padding-top: .75rem;
  }

  .lg\:pr-75 {
    padding-right: .75rem;
  }

  .lg\:pb-75 {
    padding-bottom: .75rem;
  }

  .lg\:pl-75 {
    padding-left: .75rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-05 {
    padding-top: .05rem;
  }

  .lg\:pr-05 {
    padding-right: .05rem;
  }

  .lg\:pb-05 {
    padding-bottom: .05rem;
  }

  .lg\:pl-05 {
    padding-left: .05rem;
  }

  .lg\:pt-1x25 {
    padding-top: 1.25rem;
  }

  .lg\:pr-1x25 {
    padding-right: 1.25rem;
  }

  .lg\:pb-1x25 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-1x25 {
    padding-left: 1.25rem;
  }

  .lg\:pt-1x5 {
    padding-top: 1.5rem;
  }

  .lg\:pr-1x5 {
    padding-right: 1.5rem;
  }

  .lg\:pb-1x5 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-1x5 {
    padding-left: 1.5rem;
  }

  .lg\:pt-2x {
    padding-top: 2rem;
  }

  .lg\:pr-2x {
    padding-right: 2rem;
  }

  .lg\:pb-2x {
    padding-bottom: 2rem;
  }

  .lg\:pl-2x {
    padding-left: 2rem;
  }

  .lg\:pt-3x {
    padding-top: 3rem;
  }

  .lg\:pr-3x {
    padding-right: 3rem;
  }

  .lg\:pb-3x {
    padding-bottom: 3rem;
  }

  .lg\:pl-3x {
    padding-left: 3rem;
  }

  .lg\:pt-3x5 {
    padding-top: 3.5rem;
  }

  .lg\:pr-3x5 {
    padding-right: 3.5rem;
  }

  .lg\:pb-3x5 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-3x5 {
    padding-left: 3.5rem;
  }

  .lg\:pt-4x {
    padding-top: 4rem;
  }

  .lg\:pr-4x {
    padding-right: 4rem;
  }

  .lg\:pb-4x {
    padding-bottom: 4rem;
  }

  .lg\:pl-4x {
    padding-left: 4rem;
  }

  .lg\:pt-5x {
    padding-top: 5rem;
  }

  .lg\:pr-5x {
    padding-right: 5rem;
  }

  .lg\:pb-5x {
    padding-bottom: 5rem;
  }

  .lg\:pl-5x {
    padding-left: 5rem;
  }

  .lg\:pt-6x {
    padding-top: 6rem;
  }

  .lg\:pr-6x {
    padding-right: 6rem;
  }

  .lg\:pb-6x {
    padding-bottom: 6rem;
  }

  .lg\:pl-6x {
    padding-left: 6rem;
  }

  .lg\:pt-7x {
    padding-top: 7rem;
  }

  .lg\:pr-7x {
    padding-right: 7rem;
  }

  .lg\:pb-7x {
    padding-bottom: 7rem;
  }

  .lg\:pl-7x {
    padding-left: 7rem;
  }

  .lg\:pt-8x {
    padding-top: 8rem;
  }

  .lg\:pr-8x {
    padding-right: 8rem;
  }

  .lg\:pb-8x {
    padding-bottom: 8rem;
  }

  .lg\:pl-8x {
    padding-left: 8rem;
  }

  .lg\:pt-9x {
    padding-top: 9rem;
  }

  .lg\:pr-9x {
    padding-right: 9rem;
  }

  .lg\:pb-9x {
    padding-bottom: 9rem;
  }

  .lg\:pl-9x {
    padding-left: 9rem;
  }

  .lg\:pt-10x {
    padding-top: 10rem;
  }

  .lg\:pr-10x {
    padding-right: 10rem;
  }

  .lg\:pb-10x {
    padding-bottom: 10rem;
  }

  .lg\:pl-10x {
    padding-left: 10rem;
  }

  .lg\:pt-11x {
    padding-top: 11rem;
  }

  .lg\:pr-11x {
    padding-right: 11rem;
  }

  .lg\:pb-11x {
    padding-bottom: 11rem;
  }

  .lg\:pl-11x {
    padding-left: 11rem;
  }

  .lg\:pt-12x {
    padding-top: 12rem;
  }

  .lg\:pr-12x {
    padding-right: 12rem;
  }

  .lg\:pb-12x {
    padding-bottom: 12rem;
  }

  .lg\:pl-12x {
    padding-left: 12rem;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-crimson {
    color: crimson;
  }

  .lg\:text-amazon {
    color: #f90;
  }

  .lg\:text-rakuten {
    color: #be0714;
  }

  .lg\:text-link {
    color: #1b94e0;
  }

  .lg\:text-link-2 {
    color: #3ea5ff;
  }

  .lg\:text-blueviolet {
    color: blueviolet;
  }

  .lg\:text-ios-black {
    color: #000;
  }

  .lg\:text-ios-grey-darker {
    color: #121212;
  }

  .lg\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .lg\:text-ios-grey {
    color: #211e20;
  }

  .lg\:text-ios-grey-light {
    color: #303030;
  }

  .lg\:text-ios-grey-lighter {
    color: #98989e;
  }

  .lg\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .lg\:text-ios-blue {
    color: #5a91f7;
  }

  .lg\:text-ios-white {
    color: #fff;
  }

  .lg\:text-black {
    color: #22292f;
  }

  .lg\:text-grey-main {
    color: #19191b;
  }

  .lg\:text-grey-darkest {
    color: #222223;
  }

  .lg\:text-grey-darker {
    color: #444;
  }

  .lg\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .lg\:text-grey {
    color: #d9d9d9;
  }

  .lg\:text-grey-light {
    color: #dedede;
  }

  .lg\:text-grey-lighter {
    color: #fefefe;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-red-darkest {
    color: #3b0d0c;
  }

  .lg\:text-red-darker {
    color: #621b18;
  }

  .lg\:text-red-dark {
    color: #cc1f1a;
  }

  .lg\:text-red {
    color: #e3342f;
  }

  .lg\:text-red-light {
    color: #ef5753;
  }

  .lg\:text-red-lighter {
    color: #f9acaa;
  }

  .lg\:text-red-lightest {
    color: #fcebea;
  }

  .lg\:text-orange-darkest {
    color: #462a16;
  }

  .lg\:text-orange-darker {
    color: #613b1f;
  }

  .lg\:text-orange-dark {
    color: #de751f;
  }

  .lg\:text-orange {
    color: #f6993f;
  }

  .lg\:text-orange-light {
    color: #faad63;
  }

  .lg\:text-orange-lighter {
    color: #fcd9b6;
  }

  .lg\:text-orange-lightest {
    color: #fff5eb;
  }

  .lg\:text-yellow-darkest {
    color: #453411;
  }

  .lg\:text-yellow-darker {
    color: #684f1d;
  }

  .lg\:text-yellow-dark {
    color: #f2d024;
  }

  .lg\:text-yellow {
    color: #ffed4a;
  }

  .lg\:text-yellow-light {
    color: #fff382;
  }

  .lg\:text-yellow-lighter {
    color: #fff9c2;
  }

  .lg\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .lg\:text-green-darkest {
    color: #0f2f21;
  }

  .lg\:text-green-darker {
    color: #1a4731;
  }

  .lg\:text-green-dark {
    color: #1f9d55;
  }

  .lg\:text-green {
    color: #38c172;
  }

  .lg\:text-green-light {
    color: #51d88a;
  }

  .lg\:text-green-lighter {
    color: #a2f5bf;
  }

  .lg\:text-green-lightest {
    color: #e3fcec;
  }

  .lg\:text-teal-darkest {
    color: #0d3331;
  }

  .lg\:text-teal-darker {
    color: #20504f;
  }

  .lg\:text-teal-dark {
    color: #38a89d;
  }

  .lg\:text-teal {
    color: #4dc0b5;
  }

  .lg\:text-teal-light {
    color: #64d5ca;
  }

  .lg\:text-teal-lighter {
    color: #a0f0ed;
  }

  .lg\:text-teal-lightest {
    color: #e8fffe;
  }

  .lg\:text-blue-darkest {
    color: #12283a;
  }

  .lg\:text-blue-darker {
    color: #1c3d5a;
  }

  .lg\:text-blue-dark {
    color: #2779bd;
  }

  .lg\:text-blue {
    color: #3490dc;
  }

  .lg\:text-blue-light {
    color: #6cb2eb;
  }

  .lg\:text-blue-lighter {
    color: #bcdefa;
  }

  .lg\:text-blue-lightest {
    color: #eff8ff;
  }

  .lg\:text-indigo-darkest {
    color: #191e38;
  }

  .lg\:text-indigo-darker {
    color: #2f365f;
  }

  .lg\:text-indigo-dark {
    color: #5661b3;
  }

  .lg\:text-indigo {
    color: #6574cd;
  }

  .lg\:text-indigo-light {
    color: #7886d7;
  }

  .lg\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .lg\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .lg\:text-purple-darkest {
    color: #21183c;
  }

  .lg\:text-purple-darker {
    color: #382b5f;
  }

  .lg\:text-purple-dark {
    color: #794acf;
  }

  .lg\:text-purple {
    color: #9561e2;
  }

  .lg\:text-purple-light {
    color: #a779e9;
  }

  .lg\:text-purple-lighter {
    color: #d6bbfc;
  }

  .lg\:text-purple-lightest {
    color: #f3ebff;
  }

  .lg\:text-pink-darkest {
    color: #451225;
  }

  .lg\:text-pink-darker {
    color: #6f213f;
  }

  .lg\:text-pink-dark {
    color: #eb5286;
  }

  .lg\:text-pink {
    color: #f66d9b;
  }

  .lg\:text-pink-light {
    color: #fa7ea8;
  }

  .lg\:text-pink-lighter {
    color: #ffbbca;
  }

  .lg\:text-pink-lightest {
    color: #ffebef;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-crimson:hover {
    color: crimson;
  }

  .lg\:hover\:text-amazon:hover {
    color: #f90;
  }

  .lg\:hover\:text-rakuten:hover {
    color: #be0714;
  }

  .lg\:hover\:text-link:hover {
    color: #1b94e0;
  }

  .lg\:hover\:text-link-2:hover {
    color: #3ea5ff;
  }

  .lg\:hover\:text-blueviolet:hover {
    color: blueviolet;
  }

  .lg\:hover\:text-ios-black:hover {
    color: #000;
  }

  .lg\:hover\:text-ios-grey-darker:hover {
    color: #121212;
  }

  .lg\:hover\:text-ios-grey-dark:hover {
    color: #1c1c1e;
  }

  .lg\:hover\:text-ios-grey:hover {
    color: #211e20;
  }

  .lg\:hover\:text-ios-grey-light:hover {
    color: #303030;
  }

  .lg\:hover\:text-ios-grey-lighter:hover {
    color: #98989e;
  }

  .lg\:hover\:text-ios-grey-lightest:hover {
    color: #c1c1c1;
  }

  .lg\:hover\:text-ios-blue:hover {
    color: #5a91f7;
  }

  .lg\:hover\:text-ios-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-black:hover {
    color: #22292f;
  }

  .lg\:hover\:text-grey-main:hover {
    color: #19191b;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #222223;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #444;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #d9d9d9ce;
  }

  .lg\:hover\:text-grey:hover {
    color: #d9d9d9;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #dedede;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #fefefe;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .lg\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .lg\:hover\:text-red:hover {
    color: #e3342f;
  }

  .lg\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .lg\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .lg\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .lg\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .lg\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .lg\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .lg\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .lg\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .lg\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .lg\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .lg\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .lg\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .lg\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .lg\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .lg\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .lg\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .lg\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .lg\:hover\:text-green:hover {
    color: #38c172;
  }

  .lg\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .lg\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .lg\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .lg\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .lg\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .lg\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .lg\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .lg\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .lg\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .lg\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .lg\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .lg\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .lg\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .lg\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .lg\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .lg\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .lg\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .lg\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .lg\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .lg\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .lg\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .lg\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .lg\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .lg\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .lg\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .lg\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .lg\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .lg\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .lg\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .lg\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .lg\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .lg\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-crimson:focus {
    color: crimson;
  }

  .lg\:focus\:text-amazon:focus {
    color: #f90;
  }

  .lg\:focus\:text-rakuten:focus {
    color: #be0714;
  }

  .lg\:focus\:text-link:focus {
    color: #1b94e0;
  }

  .lg\:focus\:text-link-2:focus {
    color: #3ea5ff;
  }

  .lg\:focus\:text-blueviolet:focus {
    color: blueviolet;
  }

  .lg\:focus\:text-ios-black:focus {
    color: #000;
  }

  .lg\:focus\:text-ios-grey-darker:focus {
    color: #121212;
  }

  .lg\:focus\:text-ios-grey-dark:focus {
    color: #1c1c1e;
  }

  .lg\:focus\:text-ios-grey:focus {
    color: #211e20;
  }

  .lg\:focus\:text-ios-grey-light:focus {
    color: #303030;
  }

  .lg\:focus\:text-ios-grey-lighter:focus {
    color: #98989e;
  }

  .lg\:focus\:text-ios-grey-lightest:focus {
    color: #c1c1c1;
  }

  .lg\:focus\:text-ios-blue:focus {
    color: #5a91f7;
  }

  .lg\:focus\:text-ios-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-black:focus {
    color: #22292f;
  }

  .lg\:focus\:text-grey-main:focus {
    color: #19191b;
  }

  .lg\:focus\:text-grey-darkest:focus {
    color: #222223;
  }

  .lg\:focus\:text-grey-darker:focus {
    color: #444;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #d9d9d9ce;
  }

  .lg\:focus\:text-grey:focus {
    color: #d9d9d9;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #dedede;
  }

  .lg\:focus\:text-grey-lighter:focus {
    color: #fefefe;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .lg\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .lg\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .lg\:focus\:text-red:focus {
    color: #e3342f;
  }

  .lg\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .lg\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .lg\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .lg\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .lg\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .lg\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .lg\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .lg\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .lg\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .lg\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .lg\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .lg\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .lg\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .lg\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .lg\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .lg\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .lg\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .lg\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .lg\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .lg\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .lg\:focus\:text-green:focus {
    color: #38c172;
  }

  .lg\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .lg\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .lg\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .lg\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .lg\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .lg\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .lg\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .lg\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .lg\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .lg\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .lg\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .lg\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .lg\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .lg\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .lg\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .lg\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .lg\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .lg\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .lg\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .lg\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .lg\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .lg\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .lg\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .lg\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .lg\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .lg\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .lg\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .lg\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .lg\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .lg\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .lg\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .lg\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .lg\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .lg\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .lg\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .lg\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .lg\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .lg\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-crimson {
    color: crimson;
  }

  .group:hover .lg\:group-hover\:text-amazon {
    color: #f90;
  }

  .group:hover .lg\:group-hover\:text-rakuten {
    color: #be0714;
  }

  .group:hover .lg\:group-hover\:text-link {
    color: #1b94e0;
  }

  .group:hover .lg\:group-hover\:text-link-2 {
    color: #3ea5ff;
  }

  .group:hover .lg\:group-hover\:text-blueviolet {
    color: blueviolet;
  }

  .group:hover .lg\:group-hover\:text-ios-black {
    color: #000;
  }

  .group:hover .lg\:group-hover\:text-ios-grey-darker {
    color: #121212;
  }

  .group:hover .lg\:group-hover\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .group:hover .lg\:group-hover\:text-ios-grey {
    color: #211e20;
  }

  .group:hover .lg\:group-hover\:text-ios-grey-light {
    color: #303030;
  }

  .group:hover .lg\:group-hover\:text-ios-grey-lighter {
    color: #98989e;
  }

  .group:hover .lg\:group-hover\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .group:hover .lg\:group-hover\:text-ios-blue {
    color: #5a91f7;
  }

  .group:hover .lg\:group-hover\:text-ios-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .lg\:group-hover\:text-grey-main {
    color: #19191b;
  }

  .group:hover .lg\:group-hover\:text-grey-darkest {
    color: #222223;
  }

  .group:hover .lg\:group-hover\:text-grey-darker {
    color: #444;
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: #d9d9d9;
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    color: #dedede;
  }

  .group:hover .lg\:group-hover\:text-grey-lighter {
    color: #fefefe;
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .lg\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .lg\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .lg\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .lg\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .lg\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .lg\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .lg\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .lg\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .lg\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .lg\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .lg\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .lg\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .lg\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .lg\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .lg\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .lg\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .lg\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .lg\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .lg\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .lg\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .lg\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .lg\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .lg\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .lg\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .lg\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .lg\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .lg\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .lg\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .lg\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .lg\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .lg\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .lg\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .lg\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .lg\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .lg\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .lg\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .lg\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .lg\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .lg\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .lg\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .lg\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .lg\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .lg\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .lg\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .lg\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .lg\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .lg\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .lg\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .lg\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .lg\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .lg\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .lg\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .lg\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .lg\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .lg\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .lg\:text-75 {
    font-size: .75rem;
  }

  .lg\:text-135 {
    font-size: 1.35rem;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-7xl {
    font-size: 5rem;
  }

  .lg\:text-xsmall {
    font-size: x-small;
  }

  .lg\:text-small {
    font-size: small;
  }

  .lg\:text-medium {
    font-size: medium;
  }

  .lg\:text-larger {
    font-size: larger;
  }

  .lg\:text-large {
    font-size: large;
  }

  .lg\:text-xlarge {
    font-size: x-large;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:roman:focus {
    font-style: normal;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: 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\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\: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-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-20 {
    width: 20%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 25%;
  }

  .lg\:w-30 {
    width: 30%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 40%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-50 {
    width: 50%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 60%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-75 {
    width: 75%;
  }

  .lg\:w-80 {
    width: 80%;
  }

  .lg\:w-90 {
    width: 90%;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-40x {
    width: 10rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-90p {
    width: 90%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-q {
    width: 25%;
  }

  .lg\:w-half {
    width: 50%;
  }

  .lg\:w-3q {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-5x {
    width: 5rem;
  }

  .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-98 {
    z-index: 98;
  }

  .lg\:z-99 {
    z-index: 99;
  }

  .lg\:z-100 {
    z-index: 100;
  }

  .lg\:z-199 {
    z-index: 199;
  }

  .lg\:z-299 {
    z-index: 299;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:sup-banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 2.5rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:sup-banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:sup-banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .lg\:with-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .lg\:with-overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .lg\:t-2 {
    top: 2rem;
  }

  .lg\:t-6 {
    top: 6rem;
  }

  .lg\:b-0 {
    bottom: 0rem;
  }

  .lg\:b-2 {
    bottom: 2rem;
  }

  .lg\:b-6 {
    bottom: 6rem;
  }

  .lg\:bs-25 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
  }

  .lg\:bs-5 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
  }

  .lg\:bs-75 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
  }/* omg */

  .lg\:left-0 {
    left: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:left-1 {
    left: 1rem;
  }

  .lg\:right-1 {
    right: 1rem;
  }

  .lg\:right-10pct {
    right: 10%;
  }

  .lg\:luki h1 {
    color: crimson;
  }

  .lg\:collapse {
    visibility: collapse;
  }

  .lg\:r-10 {
    right: 10%;
  }

  .lg\:r-15 {
    right: 1.5rem;
  }

  .lg\:r-20pct {
    right: 20%;
  }

  .lg\:r-25pct {
    right: 25%;
  }

  .lg\:ad-md {
    height: calc((27rem - 2rem) / (2.7 * .8));
  }

  .lg\:ad-lg {
    height: calc((27rem - 2rem) / (2.7 * .85));
  }

  .lg\:ad-xl {
    height: calc((27rem - 2rem) / (2.7 * .9));
  }

  .lg\:ad-md-wide {
    height: calc((27rem - 2rem) / (2.7 * .75));
  }

  .lg\:ad-lg-wide {
    height: calc((27rem - 2rem) / (2.7 * .7));
  }

  .lg\:ad-xl-wide {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .lg\:banner-xl {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .lg\:photo-placeholder-xl {
    height: calc((50vw) / (16 / 9));
  }

  .lg\:photo-padding-xl {
    margin: 1rem;
    padding: .5rem;
    border-radius: 1rem;
  }

  .lg\:masonry-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:masonry-mdx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:masonry-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:masonry-lg2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:masonry-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:scroller-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:scroller-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:scroller-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:scroller-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .lg\:masonry-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

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

  .xl\:bg-crimson {
    background-color: crimson;
  }

  .xl\:bg-amazon {
    background-color: #f90;
  }

  .xl\:bg-rakuten {
    background-color: #be0714;
  }

  .xl\:bg-link {
    background-color: #1b94e0;
  }

  .xl\:bg-link-2 {
    background-color: #3ea5ff;
  }

  .xl\:bg-blueviolet {
    background-color: blueviolet;
  }

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

  .xl\:bg-ios-grey-darker {
    background-color: #121212;
  }

  .xl\:bg-ios-grey-dark {
    background-color: #1c1c1e;
  }

  .xl\:bg-ios-grey {
    background-color: #211e20;
  }

  .xl\:bg-ios-grey-light {
    background-color: #303030;
  }

  .xl\:bg-ios-grey-lighter {
    background-color: #98989e;
  }

  .xl\:bg-ios-grey-lightest {
    background-color: #c1c1c1;
  }

  .xl\:bg-ios-blue {
    background-color: #5a91f7;
  }

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

  .xl\:bg-black {
    background-color: #22292f;
  }

  .xl\:bg-grey-main {
    background-color: #19191b;
  }

  .xl\:bg-grey-darkest {
    background-color: #222223;
  }

  .xl\:bg-grey-darker {
    background-color: #444;
  }

  .xl\:bg-grey-dark {
    background-color: #d9d9d9ce;
  }

  .xl\:bg-grey {
    background-color: #d9d9d9;
  }

  .xl\:bg-grey-light {
    background-color: #dedede;
  }

  .xl\:bg-grey-lighter {
    background-color: #fefefe;
  }

  .xl\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

  .xl\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .xl\:bg-red-darker {
    background-color: #621b18;
  }

  .xl\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .xl\:bg-red {
    background-color: #e3342f;
  }

  .xl\:bg-red-light {
    background-color: #ef5753;
  }

  .xl\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .xl\:bg-red-lightest {
    background-color: #fcebea;
  }

  .xl\:bg-orange-darkest {
    background-color: #462a16;
  }

  .xl\:bg-orange-darker {
    background-color: #613b1f;
  }

  .xl\:bg-orange-dark {
    background-color: #de751f;
  }

  .xl\:bg-orange {
    background-color: #f6993f;
  }

  .xl\:bg-orange-light {
    background-color: #faad63;
  }

  .xl\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .xl\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .xl\:bg-yellow-darkest {
    background-color: #453411;
  }

  .xl\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .xl\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .xl\:bg-yellow {
    background-color: #ffed4a;
  }

  .xl\:bg-yellow-light {
    background-color: #fff382;
  }

  .xl\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .xl\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .xl\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .xl\:bg-green-darker {
    background-color: #1a4731;
  }

  .xl\:bg-green-dark {
    background-color: #1f9d55;
  }

  .xl\:bg-green {
    background-color: #38c172;
  }

  .xl\:bg-green-light {
    background-color: #51d88a;
  }

  .xl\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .xl\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .xl\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .xl\:bg-teal-darker {
    background-color: #20504f;
  }

  .xl\:bg-teal-dark {
    background-color: #38a89d;
  }

  .xl\:bg-teal {
    background-color: #4dc0b5;
  }

  .xl\:bg-teal-light {
    background-color: #64d5ca;
  }

  .xl\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .xl\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .xl\:bg-blue-darkest {
    background-color: #12283a;
  }

  .xl\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .xl\:bg-blue-dark {
    background-color: #2779bd;
  }

  .xl\:bg-blue {
    background-color: #3490dc;
  }

  .xl\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .xl\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .xl\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .xl\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .xl\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .xl\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .xl\:bg-indigo {
    background-color: #6574cd;
  }

  .xl\:bg-indigo-light {
    background-color: #7886d7;
  }

  .xl\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .xl\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .xl\:bg-purple-darkest {
    background-color: #21183c;
  }

  .xl\:bg-purple-darker {
    background-color: #382b5f;
  }

  .xl\:bg-purple-dark {
    background-color: #794acf;
  }

  .xl\:bg-purple {
    background-color: #9561e2;
  }

  .xl\:bg-purple-light {
    background-color: #a779e9;
  }

  .xl\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .xl\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .xl\:bg-pink-darkest {
    background-color: #451225;
  }

  .xl\:bg-pink-darker {
    background-color: #6f213f;
  }

  .xl\:bg-pink-dark {
    background-color: #eb5286;
  }

  .xl\:bg-pink {
    background-color: #f66d9b;
  }

  .xl\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .xl\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .xl\:bg-pink-lightest {
    background-color: #ffebef;
  }

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

  .xl\:hover\:bg-crimson:hover {
    background-color: crimson;
  }

  .xl\:hover\:bg-amazon:hover {
    background-color: #f90;
  }

  .xl\:hover\:bg-rakuten:hover {
    background-color: #be0714;
  }

  .xl\:hover\:bg-link:hover {
    background-color: #1b94e0;
  }

  .xl\:hover\:bg-link-2:hover {
    background-color: #3ea5ff;
  }

  .xl\:hover\:bg-blueviolet:hover {
    background-color: blueviolet;
  }

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

  .xl\:hover\:bg-ios-grey-darker:hover {
    background-color: #121212;
  }

  .xl\:hover\:bg-ios-grey-dark:hover {
    background-color: #1c1c1e;
  }

  .xl\:hover\:bg-ios-grey:hover {
    background-color: #211e20;
  }

  .xl\:hover\:bg-ios-grey-light:hover {
    background-color: #303030;
  }

  .xl\:hover\:bg-ios-grey-lighter:hover {
    background-color: #98989e;
  }

  .xl\:hover\:bg-ios-grey-lightest:hover {
    background-color: #c1c1c1;
  }

  .xl\:hover\:bg-ios-blue:hover {
    background-color: #5a91f7;
  }

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

  .xl\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .xl\:hover\:bg-grey-main:hover {
    background-color: #19191b;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #222223;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #444;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #d9d9d9ce;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #d9d9d9;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #dedede;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #fefefe;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

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

  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .xl\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .xl\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .xl\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .xl\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .xl\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .xl\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .xl\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .xl\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .xl\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .xl\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .xl\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .xl\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .xl\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .xl\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .xl\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .xl\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .xl\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .xl\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .xl\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .xl\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .xl\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .xl\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .xl\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .xl\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .xl\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .xl\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .xl\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .xl\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .xl\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .xl\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .xl\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .xl\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .xl\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .xl\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .xl\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .xl\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .xl\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .xl\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .xl\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .xl\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .xl\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .xl\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .xl\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .xl\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .xl\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .xl\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

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

  .xl\:focus\:bg-crimson:focus {
    background-color: crimson;
  }

  .xl\:focus\:bg-amazon:focus {
    background-color: #f90;
  }

  .xl\:focus\:bg-rakuten:focus {
    background-color: #be0714;
  }

  .xl\:focus\:bg-link:focus {
    background-color: #1b94e0;
  }

  .xl\:focus\:bg-link-2:focus {
    background-color: #3ea5ff;
  }

  .xl\:focus\:bg-blueviolet:focus {
    background-color: blueviolet;
  }

  .xl\:focus\:bg-ios-black:focus {
    background-color: #000;
  }

  .xl\:focus\:bg-ios-grey-darker:focus {
    background-color: #121212;
  }

  .xl\:focus\:bg-ios-grey-dark:focus {
    background-color: #1c1c1e;
  }

  .xl\:focus\:bg-ios-grey:focus {
    background-color: #211e20;
  }

  .xl\:focus\:bg-ios-grey-light:focus {
    background-color: #303030;
  }

  .xl\:focus\:bg-ios-grey-lighter:focus {
    background-color: #98989e;
  }

  .xl\:focus\:bg-ios-grey-lightest:focus {
    background-color: #c1c1c1;
  }

  .xl\:focus\:bg-ios-blue:focus {
    background-color: #5a91f7;
  }

  .xl\:focus\:bg-ios-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .xl\:focus\:bg-grey-main:focus {
    background-color: #19191b;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #222223;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: #444;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #d9d9d9ce;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #d9d9d9;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #dedede;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #fefefe;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

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

  .xl\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .xl\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .xl\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .xl\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .xl\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .xl\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .xl\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .xl\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .xl\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .xl\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .xl\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .xl\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .xl\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .xl\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .xl\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .xl\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .xl\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .xl\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .xl\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .xl\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .xl\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .xl\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .xl\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .xl\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .xl\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .xl\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .xl\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .xl\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .xl\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .xl\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .xl\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .xl\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .xl\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .xl\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .xl\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .xl\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .xl\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .xl\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .xl\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .xl\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .xl\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .xl\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .xl\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .xl\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .xl\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .xl\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .xl\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .xl\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .xl\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .xl\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .xl\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .xl\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .xl\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .xl\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .xl\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .xl\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .xl\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .xl\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .xl\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

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

  .xl\:active\:bg-crimson:active {
    background-color: crimson;
  }

  .xl\:active\:bg-amazon:active {
    background-color: #f90;
  }

  .xl\:active\:bg-rakuten:active {
    background-color: #be0714;
  }

  .xl\:active\:bg-link:active {
    background-color: #1b94e0;
  }

  .xl\:active\:bg-link-2:active {
    background-color: #3ea5ff;
  }

  .xl\:active\:bg-blueviolet:active {
    background-color: blueviolet;
  }

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

  .xl\:active\:bg-ios-grey-darker:active {
    background-color: #121212;
  }

  .xl\:active\:bg-ios-grey-dark:active {
    background-color: #1c1c1e;
  }

  .xl\:active\:bg-ios-grey:active {
    background-color: #211e20;
  }

  .xl\:active\:bg-ios-grey-light:active {
    background-color: #303030;
  }

  .xl\:active\:bg-ios-grey-lighter:active {
    background-color: #98989e;
  }

  .xl\:active\:bg-ios-grey-lightest:active {
    background-color: #c1c1c1;
  }

  .xl\:active\:bg-ios-blue:active {
    background-color: #5a91f7;
  }

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

  .xl\:active\:bg-black:active {
    background-color: #22292f;
  }

  .xl\:active\:bg-grey-main:active {
    background-color: #19191b;
  }

  .xl\:active\:bg-grey-darkest:active {
    background-color: #222223;
  }

  .xl\:active\:bg-grey-darker:active {
    background-color: #444;
  }

  .xl\:active\:bg-grey-dark:active {
    background-color: #d9d9d9ce;
  }

  .xl\:active\:bg-grey:active {
    background-color: #d9d9d9;
  }

  .xl\:active\:bg-grey-light:active {
    background-color: #dedede;
  }

  .xl\:active\:bg-grey-lighter:active {
    background-color: #fefefe;
  }

  .xl\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

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

  .xl\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .xl\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .xl\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .xl\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .xl\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .xl\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .xl\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .xl\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .xl\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .xl\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .xl\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .xl\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .xl\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .xl\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .xl\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .xl\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .xl\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .xl\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .xl\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .xl\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .xl\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .xl\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .xl\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .xl\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .xl\:active\:bg-green:active {
    background-color: #38c172;
  }

  .xl\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .xl\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .xl\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .xl\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .xl\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .xl\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .xl\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .xl\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .xl\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .xl\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .xl\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .xl\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .xl\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .xl\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .xl\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .xl\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .xl\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .xl\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .xl\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .xl\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .xl\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .xl\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .xl\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .xl\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .xl\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .xl\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .xl\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .xl\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .xl\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .xl\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .xl\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .xl\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .xl\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .xl\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .xl\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .xl\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .xl\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .xl\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .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-auto {
    background-size: auto;
  }

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

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

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

  .xl\:border-crimson {
    border-color: crimson;
  }

  .xl\:border-amazon {
    border-color: #f90;
  }

  .xl\:border-rakuten {
    border-color: #be0714;
  }

  .xl\:border-link {
    border-color: #1b94e0;
  }

  .xl\:border-link-2 {
    border-color: #3ea5ff;
  }

  .xl\:border-blueviolet {
    border-color: blueviolet;
  }

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

  .xl\:border-ios-grey-darker {
    border-color: #121212;
  }

  .xl\:border-ios-grey-dark {
    border-color: #1c1c1e;
  }

  .xl\:border-ios-grey {
    border-color: #211e20;
  }

  .xl\:border-ios-grey-light {
    border-color: #303030;
  }

  .xl\:border-ios-grey-lighter {
    border-color: #98989e;
  }

  .xl\:border-ios-grey-lightest {
    border-color: #c1c1c1;
  }

  .xl\:border-ios-blue {
    border-color: #5a91f7;
  }

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

  .xl\:border-black {
    border-color: #22292f;
  }

  .xl\:border-grey-main {
    border-color: #19191b;
  }

  .xl\:border-grey-darkest {
    border-color: #222223;
  }

  .xl\:border-grey-darker {
    border-color: #444;
  }

  .xl\:border-grey-dark {
    border-color: #d9d9d9ce;
  }

  .xl\:border-grey {
    border-color: #d9d9d9;
  }

  .xl\:border-grey-light {
    border-color: #dedede;
  }

  .xl\:border-grey-lighter {
    border-color: #fefefe;
  }

  .xl\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

  .xl\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .xl\:border-red-darker {
    border-color: #621b18;
  }

  .xl\:border-red-dark {
    border-color: #cc1f1a;
  }

  .xl\:border-red {
    border-color: #e3342f;
  }

  .xl\:border-red-light {
    border-color: #ef5753;
  }

  .xl\:border-red-lighter {
    border-color: #f9acaa;
  }

  .xl\:border-red-lightest {
    border-color: #fcebea;
  }

  .xl\:border-orange-darkest {
    border-color: #462a16;
  }

  .xl\:border-orange-darker {
    border-color: #613b1f;
  }

  .xl\:border-orange-dark {
    border-color: #de751f;
  }

  .xl\:border-orange {
    border-color: #f6993f;
  }

  .xl\:border-orange-light {
    border-color: #faad63;
  }

  .xl\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .xl\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .xl\:border-yellow-darkest {
    border-color: #453411;
  }

  .xl\:border-yellow-darker {
    border-color: #684f1d;
  }

  .xl\:border-yellow-dark {
    border-color: #f2d024;
  }

  .xl\:border-yellow {
    border-color: #ffed4a;
  }

  .xl\:border-yellow-light {
    border-color: #fff382;
  }

  .xl\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .xl\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .xl\:border-green-darkest {
    border-color: #0f2f21;
  }

  .xl\:border-green-darker {
    border-color: #1a4731;
  }

  .xl\:border-green-dark {
    border-color: #1f9d55;
  }

  .xl\:border-green {
    border-color: #38c172;
  }

  .xl\:border-green-light {
    border-color: #51d88a;
  }

  .xl\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .xl\:border-green-lightest {
    border-color: #e3fcec;
  }

  .xl\:border-teal-darkest {
    border-color: #0d3331;
  }

  .xl\:border-teal-darker {
    border-color: #20504f;
  }

  .xl\:border-teal-dark {
    border-color: #38a89d;
  }

  .xl\:border-teal {
    border-color: #4dc0b5;
  }

  .xl\:border-teal-light {
    border-color: #64d5ca;
  }

  .xl\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .xl\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .xl\:border-blue-darkest {
    border-color: #12283a;
  }

  .xl\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .xl\:border-blue-dark {
    border-color: #2779bd;
  }

  .xl\:border-blue {
    border-color: #3490dc;
  }

  .xl\:border-blue-light {
    border-color: #6cb2eb;
  }

  .xl\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .xl\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .xl\:border-indigo-darkest {
    border-color: #191e38;
  }

  .xl\:border-indigo-darker {
    border-color: #2f365f;
  }

  .xl\:border-indigo-dark {
    border-color: #5661b3;
  }

  .xl\:border-indigo {
    border-color: #6574cd;
  }

  .xl\:border-indigo-light {
    border-color: #7886d7;
  }

  .xl\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .xl\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .xl\:border-purple-darkest {
    border-color: #21183c;
  }

  .xl\:border-purple-darker {
    border-color: #382b5f;
  }

  .xl\:border-purple-dark {
    border-color: #794acf;
  }

  .xl\:border-purple {
    border-color: #9561e2;
  }

  .xl\:border-purple-light {
    border-color: #a779e9;
  }

  .xl\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .xl\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .xl\:border-pink-darkest {
    border-color: #451225;
  }

  .xl\:border-pink-darker {
    border-color: #6f213f;
  }

  .xl\:border-pink-dark {
    border-color: #eb5286;
  }

  .xl\:border-pink {
    border-color: #f66d9b;
  }

  .xl\:border-pink-light {
    border-color: #fa7ea8;
  }

  .xl\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .xl\:border-pink-lightest {
    border-color: #ffebef;
  }

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

  .xl\:hover\:border-crimson:hover {
    border-color: crimson;
  }

  .xl\:hover\:border-amazon:hover {
    border-color: #f90;
  }

  .xl\:hover\:border-rakuten:hover {
    border-color: #be0714;
  }

  .xl\:hover\:border-link:hover {
    border-color: #1b94e0;
  }

  .xl\:hover\:border-link-2:hover {
    border-color: #3ea5ff;
  }

  .xl\:hover\:border-blueviolet:hover {
    border-color: blueviolet;
  }

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

  .xl\:hover\:border-ios-grey-darker:hover {
    border-color: #121212;
  }

  .xl\:hover\:border-ios-grey-dark:hover {
    border-color: #1c1c1e;
  }

  .xl\:hover\:border-ios-grey:hover {
    border-color: #211e20;
  }

  .xl\:hover\:border-ios-grey-light:hover {
    border-color: #303030;
  }

  .xl\:hover\:border-ios-grey-lighter:hover {
    border-color: #98989e;
  }

  .xl\:hover\:border-ios-grey-lightest:hover {
    border-color: #c1c1c1;
  }

  .xl\:hover\:border-ios-blue:hover {
    border-color: #5a91f7;
  }

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

  .xl\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .xl\:hover\:border-grey-main:hover {
    border-color: #19191b;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #222223;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #444;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #d9d9d9ce;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #d9d9d9;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #dedede;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #fefefe;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

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

  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .xl\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .xl\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .xl\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .xl\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .xl\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .xl\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .xl\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .xl\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .xl\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .xl\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .xl\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .xl\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .xl\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .xl\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .xl\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .xl\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .xl\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .xl\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .xl\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .xl\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .xl\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .xl\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .xl\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .xl\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .xl\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .xl\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .xl\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .xl\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .xl\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .xl\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .xl\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .xl\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .xl\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .xl\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .xl\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .xl\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .xl\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .xl\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .xl\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .xl\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .xl\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .xl\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .xl\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .xl\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .xl\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .xl\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .xl\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .xl\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-crimson:focus {
    border-color: crimson;
  }

  .xl\:focus\:border-amazon:focus {
    border-color: #f90;
  }

  .xl\:focus\:border-rakuten:focus {
    border-color: #be0714;
  }

  .xl\:focus\:border-link:focus {
    border-color: #1b94e0;
  }

  .xl\:focus\:border-link-2:focus {
    border-color: #3ea5ff;
  }

  .xl\:focus\:border-blueviolet:focus {
    border-color: blueviolet;
  }

  .xl\:focus\:border-ios-black:focus {
    border-color: #000;
  }

  .xl\:focus\:border-ios-grey-darker:focus {
    border-color: #121212;
  }

  .xl\:focus\:border-ios-grey-dark:focus {
    border-color: #1c1c1e;
  }

  .xl\:focus\:border-ios-grey:focus {
    border-color: #211e20;
  }

  .xl\:focus\:border-ios-grey-light:focus {
    border-color: #303030;
  }

  .xl\:focus\:border-ios-grey-lighter:focus {
    border-color: #98989e;
  }

  .xl\:focus\:border-ios-grey-lightest:focus {
    border-color: #c1c1c1;
  }

  .xl\:focus\:border-ios-blue:focus {
    border-color: #5a91f7;
  }

  .xl\:focus\:border-ios-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .xl\:focus\:border-grey-main:focus {
    border-color: #19191b;
  }

  .xl\:focus\:border-grey-darkest:focus {
    border-color: #222223;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #444;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #d9d9d9ce;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #d9d9d9;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #dedede;
  }

  .xl\:focus\:border-grey-lighter:focus {
    border-color: #fefefe;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

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

  .xl\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .xl\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .xl\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .xl\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .xl\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .xl\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .xl\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .xl\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .xl\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .xl\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .xl\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .xl\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .xl\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .xl\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .xl\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .xl\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .xl\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .xl\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .xl\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .xl\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .xl\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .xl\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .xl\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .xl\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .xl\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .xl\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .xl\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .xl\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .xl\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .xl\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .xl\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .xl\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .xl\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .xl\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .xl\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .xl\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .xl\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .xl\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .xl\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .xl\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .xl\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .xl\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .xl\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .xl\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .xl\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .xl\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .xl\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .xl\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .xl\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .xl\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .xl\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .xl\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .xl\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .xl\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .xl\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .xl\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .xl\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .xl\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .xl\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .xl\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .xl\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .xl\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .xl\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .xl\:rounded-1 {
    border-radius: 1rem;
  }

  .xl\:rounded-5 {
    border-radius: .5rem;
  }

  .xl\:rounded-25 {
    border-radius: .25rem;
  }

  .xl\:rounded-75 {
    border-radius: .75rem;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-xlg {
    border-radius: 1rem;
  }

  .xl\:rounded-xxlg {
    border-radius: 2rem;
  }

  .xl\:rounded-half {
    border-radius: 50%;
  }

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

  .xl\:rounded-1x5 {
    border-radius: 1.5rem;
  }

  .xl\:rounded-2x {
    border-radius: 2rem;
  }

  .xl\:rounded-3x {
    border-radius: 3rem;
  }

  .xl\:rounded-t-1 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-1 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-1 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-1 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-25 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r-25 {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b-25 {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l-25 {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-75 {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  .xl\:rounded-r-75 {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .xl\:rounded-b-75 {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .xl\:rounded-l-75 {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-xlg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-xlg {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-xlg {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-xlg {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-xxlg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .xl\:rounded-r-xxlg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .xl\:rounded-b-xxlg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-l-xxlg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-t-half {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .xl\:rounded-r-half {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-b-half {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-l-half {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-1x5 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-r-1x5 {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-b-1x5 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-1x5 {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-t-2x {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .xl\:rounded-r-2x {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .xl\:rounded-b-2x {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-l-2x {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-t-3x {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .xl\:rounded-r-3x {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }

  .xl\:rounded-b-3x {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .xl\:rounded-l-3x {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .xl\:rounded-tl-1 {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-1 {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-1 {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-1 {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-25 {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr-25 {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br-25 {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl-25 {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-75 {
    border-top-left-radius: .75rem;
  }

  .xl\:rounded-tr-75 {
    border-top-right-radius: .75rem;
  }

  .xl\:rounded-br-75 {
    border-bottom-right-radius: .75rem;
  }

  .xl\:rounded-bl-75 {
    border-bottom-left-radius: .75rem;
  }

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

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

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

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

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-xlg {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-xlg {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-xlg {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-xxlg {
    border-top-left-radius: 2rem;
  }

  .xl\:rounded-tr-xxlg {
    border-top-right-radius: 2rem;
  }

  .xl\:rounded-br-xxlg {
    border-bottom-right-radius: 2rem;
  }

  .xl\:rounded-bl-xxlg {
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-tl-half {
    border-top-left-radius: 50%;
  }

  .xl\:rounded-tr-half {
    border-top-right-radius: 50%;
  }

  .xl\:rounded-br-half {
    border-bottom-right-radius: 50%;
  }

  .xl\:rounded-bl-half {
    border-bottom-left-radius: 50%;
  }

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

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

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

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

  .xl\:rounded-tl-1x5 {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tr-1x5 {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-br-1x5 {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-bl-1x5 {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-2x {
    border-top-left-radius: 2rem;
  }

  .xl\:rounded-tr-2x {
    border-top-right-radius: 2rem;
  }

  .xl\:rounded-br-2x {
    border-bottom-right-radius: 2rem;
  }

  .xl\:rounded-bl-2x {
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-tl-3x {
    border-top-left-radius: 3rem;
  }

  .xl\:rounded-tr-3x {
    border-top-right-radius: 3rem;
  }

  .xl\:rounded-br-3x {
    border-bottom-right-radius: 3rem;
  }

  .xl\:rounded-bl-3x {
    border-bottom-left-radius: 3rem;
  }

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

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

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

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

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

  .xl\:border-2 {
    border-width: .2rem;
  }

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

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

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-1px {
    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: .2rem;
  }

  .xl\:border-r-2 {
    border-right-width: .2rem;
  }

  .xl\:border-b-2 {
    border-bottom-width: .2rem;
  }

  .xl\:border-l-2 {
    border-left-width: .2rem;
  }

  .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\:border-t-1px {
    border-top-width: 1px;
  }

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

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

  .xl\:border-l-1px {
    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-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\:table {
    display: table;
  }

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

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

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

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

  .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 {
    flex-grow: 1;
  }

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

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

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

  .xl\:font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-18 {
    height: 4.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-128 {
    height: 32rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-q1 {
    height: 25vh;
  }

  .xl\:h-half {
    height: 50vh;
  }

  .xl\:h-3q {
    height: 75vh;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-90p {
    height: 15rem;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-1 {
    line-height: 1rem;
  }

  .xl\:leading-2 {
    line-height: 2rem;
  }

  .xl\:leading-3 {
    line-height: 3rem;
  }

  .xl\:leading-4 {
    line-height: 4rem;
  }

  .xl\:leading-5 {
    line-height: 5rem;
  }

  .xl\:leading-14 {
    line-height: 1.4rem;
  }

  .xl\:leading-15 {
    line-height: 1.5rem;
  }

  .xl\:leading-25 {
    line-height: 2.5rem;
  }

  .xl\:leading-115 {
    line-height: 1.15rem;
  }

  .xl\:leading-125 {
    line-height: 1.25rem;
  }

  .xl\:leading-175 {
    line-height: 1.75rem;
  }

  .xl\:leading-225 {
    line-height: 2.25rem;
  }

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

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

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

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

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 1rem;
  }

  .xl\:m-3 {
    margin: .3rem;
  }

  .xl\:m-5 {
    margin: .5rem;
  }

  .xl\:m-10 {
    margin: 10%;
  }

  .xl\:m-15 {
    margin: .15rem;
  }

  .xl\:m-20 {
    margin: 20%;
  }

  .xl\:m-25 {
    margin: .25rem;
  }

  .xl\:m-30 {
    margin: 30%;
  }

  .xl\:m-50 {
    margin: 50%;
  }

  .xl\:m-75 {
    margin: .75rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-1x5 {
    margin: 1.5rem;
  }

  .xl\:m-2x15 {
    margin: 2.15rem;
  }

  .xl\:m-2x {
    margin: 2rem;
  }

  .xl\:m-2x5 {
    margin: 2.5rem;
  }

  .xl\:m-2x75 {
    margin: 2.75rem;
  }

  .xl\:m-3x {
    margin: 3rem;
  }

  .xl\:m-3x5 {
    margin: 3.5rem;
  }

  .xl\:m-4x {
    margin: 4rem;
  }

  .xl\:m-4x5 {
    margin: 4.5rem;
  }

  .xl\:m-5x {
    margin: 5rem;
  }

  .xl\:m-6x {
    margin: 6rem;
  }

  .xl\:m-6x5 {
    margin: 6.5rem;
  }

  .xl\:m-7x {
    margin: 7rem;
  }

  .xl\:m-8x {
    margin: 8rem;
  }

  .xl\:m-9x {
    margin: 9rem;
  }

  .xl\:m-10x {
    margin: 10rem;
  }

  .xl\:m-11x {
    margin: 11rem;
  }

  .xl\:m-12x {
    margin: 12rem;
  }

  .xl\:m-13x {
    margin: 13rem;
  }

  .xl\:m-14x {
    margin: 14rem;
  }

  .xl\:m-15x {
    margin: 15rem;
  }

  .xl\:m-16x {
    margin: 16rem;
  }

  .xl\:m-17x {
    margin: 17rem;
  }

  .xl\:m-18x {
    margin: 18rem;
  }

  .xl\:m-19x {
    margin: 19rem;
  }

  .xl\:m-20x {
    margin: 20rem;
  }

  .xl\:m-22x {
    margin: 22rem;
  }

  .xl\:m-24x {
    margin: 24rem;
  }

  .xl\:m-25x {
    margin: 25rem;
  }

  .xl\:m-26x {
    margin: 26rem;
  }

  .xl\:m-28x {
    margin: 28rem;
  }

  .xl\:m-29x {
    margin: 29rem;
  }

  .xl\:m-30x {
    margin: 30rem;
  }

  .xl\:m-32x {
    margin: 32rem;
  }

  .xl\:m-35x {
    margin: 35rem;
  }

  .xl\:m-36x {
    margin: 36rem;
  }

  .xl\:m-38x {
    margin: 38rem;
  }

  .xl\:m-40x {
    margin: 40rem;
  }

  .xl\:m-1825x {
    margin: 18.25rem;
  }

  .xl\:m-185x {
    margin: 18.5rem;
  }

  .xl\:m-5pct {
    margin: 5%;
  }

  .xl\:m-25pct {
    margin: 25%;
  }

  .xl\:m-m1 {
    margin: -1rem;
  }

  .xl\:m-m2 {
    margin: -2rem;
  }

  .xl\:m-m3 {
    margin: -3rem;
  }

  .xl\:m-m4 {
    margin: -4rem;
  }

  .xl\:m-m5 {
    margin: -5rem;
  }

  .xl\:m-m6 {
    margin: -6rem;
  }

  .xl\:m-m7 {
    margin: -7rem;
  }

  .xl\:m-m8 {
    margin: -8rem;
  }

  .xl\:m-m9 {
    margin: -9rem;
  }

  .xl\:m-m10 {
    margin: -10rem;
  }

  .xl\:m-m11 {
    margin: -11rem;
  }

  .xl\:m-m12 {
    margin: -12rem;
  }

  .xl\:m-m14 {
    margin: -14rem;
  }

  .xl\:m-m15 {
    margin: -15rem;
  }

  .xl\:m-m16 {
    margin: -16rem;
  }

  .xl\:m-m18 {
    margin: -18rem;
  }

  .xl\:m-m19 {
    margin: -19rem;
  }

  .xl\:m-m20 {
    margin: -20rem;
  }

  .xl\:m-m21 {
    margin: -21rem;
  }

  .xl\:m-m22 {
    margin: -22rem;
  }

  .xl\:m-m23 {
    margin: -23rem;
  }

  .xl\:m-m24 {
    margin: -24rem;
  }

  .xl\:m-m25 {
    margin: -25rem;
  }

  .xl\:m-m28 {
    margin: -28rem;
  }

  .xl\:m-m29 {
    margin: -29rem;
  }

  .xl\:m-m30 {
    margin: -30rem;
  }

  .xl\:m-m31 {
    margin: -31rem;
  }

  .xl\:m-m32 {
    margin: -32rem;
  }

  .xl\:m-m34 {
    margin: -34rem;
  }

  .xl\:m-m35 {
    margin: -35rem;
  }

  .xl\:m-m36 {
    margin: -36rem;
  }

  .xl\:m-m37 {
    margin: -37rem;
  }

  .xl\:m-m38 {
    margin: -38rem;
  }

  .xl\:m-m39 {
    margin: -39rem;
  }

  .xl\:m-m40 {
    margin: -40rem;
  }

  .xl\:m-m41 {
    margin: -41rem;
  }

  .xl\:m-m42 {
    margin: -42rem;
  }

  .xl\:m-m43 {
    margin: -43rem;
  }

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

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

  .xl\:my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-3 {
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

  .xl\:mx-3 {
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .xl\:my-5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:mx-10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:my-15 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }

  .xl\:mx-15 {
    margin-left: .15rem;
    margin-right: .15rem;
  }

  .xl\:my-20 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-20 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-25 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-30 {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:mx-30 {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:my-50 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-50 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-75 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-75 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-1x5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-1x5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-2x15 {
    margin-top: 2.15rem;
    margin-bottom: 2.15rem;
  }

  .xl\:mx-2x15 {
    margin-left: 2.15rem;
    margin-right: 2.15rem;
  }

  .xl\:my-2x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-2x {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-2x5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-2x5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-2x75 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-2x75 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-3x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-3x {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-3x5 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-3x5 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-4x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-4x {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-4x5 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-4x5 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-5x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-5x {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-6x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-6x {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-6x5 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:mx-6x5 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:my-7x {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-7x {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-8x {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-8x {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-9x {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-9x {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-10x {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-10x {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-11x {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-11x {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-12x {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-12x {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-13x {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:mx-13x {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:my-14x {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-14x {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-15x {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:mx-15x {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:my-16x {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-16x {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-17x {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xl\:mx-17x {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xl\:my-18x {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-18x {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-19x {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xl\:mx-19x {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xl\:my-20x {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-20x {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-22x {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:mx-22x {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:my-24x {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:mx-24x {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:my-25x {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:mx-25x {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:my-26x {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xl\:mx-26x {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xl\:my-28x {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xl\:mx-28x {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xl\:my-29x {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .xl\:mx-29x {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .xl\:my-30x {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:mx-30x {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:my-32x {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xl\:mx-32x {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xl\:my-35x {
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  .xl\:mx-35x {
    margin-left: 35rem;
    margin-right: 35rem;
  }

  .xl\:my-36x {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xl\:mx-36x {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xl\:my-38x {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:mx-38x {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xl\:my-40x {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl\:mx-40x {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl\:my-1825x {
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .xl\:mx-1825x {
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .xl\:my-185x {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xl\:mx-185x {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xl\:my-5pct {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:mx-5pct {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:my-25pct {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-25pct {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-m1 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:mx-m1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:my-m2 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:mx-m2 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:my-m3 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:mx-m3 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:my-m4 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:mx-m4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:my-m5 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:mx-m5 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:my-m6 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:mx-m6 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:my-m7 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:mx-m7 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:my-m8 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:mx-m8 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:my-m9 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:mx-m9 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:my-m10 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:mx-m10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:my-m11 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:mx-m11 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:my-m12 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:mx-m12 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:my-m14 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:mx-m14 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:my-m15 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:mx-m15 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:my-m16 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:mx-m16 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:my-m18 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:mx-m18 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:my-m19 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xl\:mx-m19 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xl\:my-m20 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:mx-m20 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:my-m21 {
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  .xl\:mx-m21 {
    margin-left: -21rem;
    margin-right: -21rem;
  }

  .xl\:my-m22 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:mx-m22 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:my-m23 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .xl\:mx-m23 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .xl\:my-m24 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:mx-m24 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:my-m25 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:mx-m25 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:my-m28 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xl\:mx-m28 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xl\:my-m29 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .xl\:mx-m29 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .xl\:my-m30 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:mx-m30 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:my-m31 {
    margin-top: -31rem;
    margin-bottom: -31rem;
  }

  .xl\:mx-m31 {
    margin-left: -31rem;
    margin-right: -31rem;
  }

  .xl\:my-m32 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xl\:mx-m32 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xl\:my-m34 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xl\:mx-m34 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xl\:my-m35 {
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  .xl\:mx-m35 {
    margin-left: -35rem;
    margin-right: -35rem;
  }

  .xl\:my-m36 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xl\:mx-m36 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xl\:my-m37 {
    margin-top: -37rem;
    margin-bottom: -37rem;
  }

  .xl\:mx-m37 {
    margin-left: -37rem;
    margin-right: -37rem;
  }

  .xl\:my-m38 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:mx-m38 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:my-m39 {
    margin-top: -39rem;
    margin-bottom: -39rem;
  }

  .xl\:mx-m39 {
    margin-left: -39rem;
    margin-right: -39rem;
  }

  .xl\:my-m40 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl\:mx-m40 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl\:my-m41 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .xl\:mx-m41 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .xl\:my-m42 {
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .xl\:mx-m42 {
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .xl\:my-m43 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .xl\:mx-m43 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

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

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

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

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

  .xl\:mt-1 {
    margin-top: 1rem;
  }

  .xl\:mr-1 {
    margin-right: 1rem;
  }

  .xl\:mb-1 {
    margin-bottom: 1rem;
  }

  .xl\:ml-1 {
    margin-left: 1rem;
  }

  .xl\:mt-3 {
    margin-top: .3rem;
  }

  .xl\:mr-3 {
    margin-right: .3rem;
  }

  .xl\:mb-3 {
    margin-bottom: .3rem;
  }

  .xl\:ml-3 {
    margin-left: .3rem;
  }

  .xl\:mt-5 {
    margin-top: .5rem;
  }

  .xl\:mr-5 {
    margin-right: .5rem;
  }

  .xl\:mb-5 {
    margin-bottom: .5rem;
  }

  .xl\:ml-5 {
    margin-left: .5rem;
  }

  .xl\:mt-10 {
    margin-top: 10%;
  }

  .xl\:mr-10 {
    margin-right: 10%;
  }

  .xl\:mb-10 {
    margin-bottom: 10%;
  }

  .xl\:ml-10 {
    margin-left: 10%;
  }

  .xl\:mt-15 {
    margin-top: .15rem;
  }

  .xl\:mr-15 {
    margin-right: .15rem;
  }

  .xl\:mb-15 {
    margin-bottom: .15rem;
  }

  .xl\:ml-15 {
    margin-left: .15rem;
  }

  .xl\:mt-20 {
    margin-top: 20%;
  }

  .xl\:mr-20 {
    margin-right: 20%;
  }

  .xl\:mb-20 {
    margin-bottom: 20%;
  }

  .xl\:ml-20 {
    margin-left: 20%;
  }

  .xl\:mt-25 {
    margin-top: .25rem;
  }

  .xl\:mr-25 {
    margin-right: .25rem;
  }

  .xl\:mb-25 {
    margin-bottom: .25rem;
  }

  .xl\:ml-25 {
    margin-left: .25rem;
  }

  .xl\:mt-30 {
    margin-top: 30%;
  }

  .xl\:mr-30 {
    margin-right: 30%;
  }

  .xl\:mb-30 {
    margin-bottom: 30%;
  }

  .xl\:ml-30 {
    margin-left: 30%;
  }

  .xl\:mt-50 {
    margin-top: 50%;
  }

  .xl\:mr-50 {
    margin-right: 50%;
  }

  .xl\:mb-50 {
    margin-bottom: 50%;
  }

  .xl\:ml-50 {
    margin-left: 50%;
  }

  .xl\:mt-75 {
    margin-top: .75rem;
  }

  .xl\:mr-75 {
    margin-right: .75rem;
  }

  .xl\:mb-75 {
    margin-bottom: .75rem;
  }

  .xl\:ml-75 {
    margin-left: .75rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

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

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-1x5 {
    margin-top: 1.5rem;
  }

  .xl\:mr-1x5 {
    margin-right: 1.5rem;
  }

  .xl\:mb-1x5 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-1x5 {
    margin-left: 1.5rem;
  }

  .xl\:mt-2x15 {
    margin-top: 2.15rem;
  }

  .xl\:mr-2x15 {
    margin-right: 2.15rem;
  }

  .xl\:mb-2x15 {
    margin-bottom: 2.15rem;
  }

  .xl\:ml-2x15 {
    margin-left: 2.15rem;
  }

  .xl\:mt-2x {
    margin-top: 2rem;
  }

  .xl\:mr-2x {
    margin-right: 2rem;
  }

  .xl\:mb-2x {
    margin-bottom: 2rem;
  }

  .xl\:ml-2x {
    margin-left: 2rem;
  }

  .xl\:mt-2x5 {
    margin-top: 2.5rem;
  }

  .xl\:mr-2x5 {
    margin-right: 2.5rem;
  }

  .xl\:mb-2x5 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-2x5 {
    margin-left: 2.5rem;
  }

  .xl\:mt-2x75 {
    margin-top: 2.75rem;
  }

  .xl\:mr-2x75 {
    margin-right: 2.75rem;
  }

  .xl\:mb-2x75 {
    margin-bottom: 2.75rem;
  }

  .xl\:ml-2x75 {
    margin-left: 2.75rem;
  }

  .xl\:mt-3x {
    margin-top: 3rem;
  }

  .xl\:mr-3x {
    margin-right: 3rem;
  }

  .xl\:mb-3x {
    margin-bottom: 3rem;
  }

  .xl\:ml-3x {
    margin-left: 3rem;
  }

  .xl\:mt-3x5 {
    margin-top: 3.5rem;
  }

  .xl\:mr-3x5 {
    margin-right: 3.5rem;
  }

  .xl\:mb-3x5 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-3x5 {
    margin-left: 3.5rem;
  }

  .xl\:mt-4x {
    margin-top: 4rem;
  }

  .xl\:mr-4x {
    margin-right: 4rem;
  }

  .xl\:mb-4x {
    margin-bottom: 4rem;
  }

  .xl\:ml-4x {
    margin-left: 4rem;
  }

  .xl\:mt-4x5 {
    margin-top: 4.5rem;
  }

  .xl\:mr-4x5 {
    margin-right: 4.5rem;
  }

  .xl\:mb-4x5 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-4x5 {
    margin-left: 4.5rem;
  }

  .xl\:mt-5x {
    margin-top: 5rem;
  }

  .xl\:mr-5x {
    margin-right: 5rem;
  }

  .xl\:mb-5x {
    margin-bottom: 5rem;
  }

  .xl\:ml-5x {
    margin-left: 5rem;
  }

  .xl\:mt-6x {
    margin-top: 6rem;
  }

  .xl\:mr-6x {
    margin-right: 6rem;
  }

  .xl\:mb-6x {
    margin-bottom: 6rem;
  }

  .xl\:ml-6x {
    margin-left: 6rem;
  }

  .xl\:mt-6x5 {
    margin-top: 6.5rem;
  }

  .xl\:mr-6x5 {
    margin-right: 6.5rem;
  }

  .xl\:mb-6x5 {
    margin-bottom: 6.5rem;
  }

  .xl\:ml-6x5 {
    margin-left: 6.5rem;
  }

  .xl\:mt-7x {
    margin-top: 7rem;
  }

  .xl\:mr-7x {
    margin-right: 7rem;
  }

  .xl\:mb-7x {
    margin-bottom: 7rem;
  }

  .xl\:ml-7x {
    margin-left: 7rem;
  }

  .xl\:mt-8x {
    margin-top: 8rem;
  }

  .xl\:mr-8x {
    margin-right: 8rem;
  }

  .xl\:mb-8x {
    margin-bottom: 8rem;
  }

  .xl\:ml-8x {
    margin-left: 8rem;
  }

  .xl\:mt-9x {
    margin-top: 9rem;
  }

  .xl\:mr-9x {
    margin-right: 9rem;
  }

  .xl\:mb-9x {
    margin-bottom: 9rem;
  }

  .xl\:ml-9x {
    margin-left: 9rem;
  }

  .xl\:mt-10x {
    margin-top: 10rem;
  }

  .xl\:mr-10x {
    margin-right: 10rem;
  }

  .xl\:mb-10x {
    margin-bottom: 10rem;
  }

  .xl\:ml-10x {
    margin-left: 10rem;
  }

  .xl\:mt-11x {
    margin-top: 11rem;
  }

  .xl\:mr-11x {
    margin-right: 11rem;
  }

  .xl\:mb-11x {
    margin-bottom: 11rem;
  }

  .xl\:ml-11x {
    margin-left: 11rem;
  }

  .xl\:mt-12x {
    margin-top: 12rem;
  }

  .xl\:mr-12x {
    margin-right: 12rem;
  }

  .xl\:mb-12x {
    margin-bottom: 12rem;
  }

  .xl\:ml-12x {
    margin-left: 12rem;
  }

  .xl\:mt-13x {
    margin-top: 13rem;
  }

  .xl\:mr-13x {
    margin-right: 13rem;
  }

  .xl\:mb-13x {
    margin-bottom: 13rem;
  }

  .xl\:ml-13x {
    margin-left: 13rem;
  }

  .xl\:mt-14x {
    margin-top: 14rem;
  }

  .xl\:mr-14x {
    margin-right: 14rem;
  }

  .xl\:mb-14x {
    margin-bottom: 14rem;
  }

  .xl\:ml-14x {
    margin-left: 14rem;
  }

  .xl\:mt-15x {
    margin-top: 15rem;
  }

  .xl\:mr-15x {
    margin-right: 15rem;
  }

  .xl\:mb-15x {
    margin-bottom: 15rem;
  }

  .xl\:ml-15x {
    margin-left: 15rem;
  }

  .xl\:mt-16x {
    margin-top: 16rem;
  }

  .xl\:mr-16x {
    margin-right: 16rem;
  }

  .xl\:mb-16x {
    margin-bottom: 16rem;
  }

  .xl\:ml-16x {
    margin-left: 16rem;
  }

  .xl\:mt-17x {
    margin-top: 17rem;
  }

  .xl\:mr-17x {
    margin-right: 17rem;
  }

  .xl\:mb-17x {
    margin-bottom: 17rem;
  }

  .xl\:ml-17x {
    margin-left: 17rem;
  }

  .xl\:mt-18x {
    margin-top: 18rem;
  }

  .xl\:mr-18x {
    margin-right: 18rem;
  }

  .xl\:mb-18x {
    margin-bottom: 18rem;
  }

  .xl\:ml-18x {
    margin-left: 18rem;
  }

  .xl\:mt-19x {
    margin-top: 19rem;
  }

  .xl\:mr-19x {
    margin-right: 19rem;
  }

  .xl\:mb-19x {
    margin-bottom: 19rem;
  }

  .xl\:ml-19x {
    margin-left: 19rem;
  }

  .xl\:mt-20x {
    margin-top: 20rem;
  }

  .xl\:mr-20x {
    margin-right: 20rem;
  }

  .xl\:mb-20x {
    margin-bottom: 20rem;
  }

  .xl\:ml-20x {
    margin-left: 20rem;
  }

  .xl\:mt-22x {
    margin-top: 22rem;
  }

  .xl\:mr-22x {
    margin-right: 22rem;
  }

  .xl\:mb-22x {
    margin-bottom: 22rem;
  }

  .xl\:ml-22x {
    margin-left: 22rem;
  }

  .xl\:mt-24x {
    margin-top: 24rem;
  }

  .xl\:mr-24x {
    margin-right: 24rem;
  }

  .xl\:mb-24x {
    margin-bottom: 24rem;
  }

  .xl\:ml-24x {
    margin-left: 24rem;
  }

  .xl\:mt-25x {
    margin-top: 25rem;
  }

  .xl\:mr-25x {
    margin-right: 25rem;
  }

  .xl\:mb-25x {
    margin-bottom: 25rem;
  }

  .xl\:ml-25x {
    margin-left: 25rem;
  }

  .xl\:mt-26x {
    margin-top: 26rem;
  }

  .xl\:mr-26x {
    margin-right: 26rem;
  }

  .xl\:mb-26x {
    margin-bottom: 26rem;
  }

  .xl\:ml-26x {
    margin-left: 26rem;
  }

  .xl\:mt-28x {
    margin-top: 28rem;
  }

  .xl\:mr-28x {
    margin-right: 28rem;
  }

  .xl\:mb-28x {
    margin-bottom: 28rem;
  }

  .xl\:ml-28x {
    margin-left: 28rem;
  }

  .xl\:mt-29x {
    margin-top: 29rem;
  }

  .xl\:mr-29x {
    margin-right: 29rem;
  }

  .xl\:mb-29x {
    margin-bottom: 29rem;
  }

  .xl\:ml-29x {
    margin-left: 29rem;
  }

  .xl\:mt-30x {
    margin-top: 30rem;
  }

  .xl\:mr-30x {
    margin-right: 30rem;
  }

  .xl\:mb-30x {
    margin-bottom: 30rem;
  }

  .xl\:ml-30x {
    margin-left: 30rem;
  }

  .xl\:mt-32x {
    margin-top: 32rem;
  }

  .xl\:mr-32x {
    margin-right: 32rem;
  }

  .xl\:mb-32x {
    margin-bottom: 32rem;
  }

  .xl\:ml-32x {
    margin-left: 32rem;
  }

  .xl\:mt-35x {
    margin-top: 35rem;
  }

  .xl\:mr-35x {
    margin-right: 35rem;
  }

  .xl\:mb-35x {
    margin-bottom: 35rem;
  }

  .xl\:ml-35x {
    margin-left: 35rem;
  }

  .xl\:mt-36x {
    margin-top: 36rem;
  }

  .xl\:mr-36x {
    margin-right: 36rem;
  }

  .xl\:mb-36x {
    margin-bottom: 36rem;
  }

  .xl\:ml-36x {
    margin-left: 36rem;
  }

  .xl\:mt-38x {
    margin-top: 38rem;
  }

  .xl\:mr-38x {
    margin-right: 38rem;
  }

  .xl\:mb-38x {
    margin-bottom: 38rem;
  }

  .xl\:ml-38x {
    margin-left: 38rem;
  }

  .xl\:mt-40x {
    margin-top: 40rem;
  }

  .xl\:mr-40x {
    margin-right: 40rem;
  }

  .xl\:mb-40x {
    margin-bottom: 40rem;
  }

  .xl\:ml-40x {
    margin-left: 40rem;
  }

  .xl\:mt-1825x {
    margin-top: 18.25rem;
  }

  .xl\:mr-1825x {
    margin-right: 18.25rem;
  }

  .xl\:mb-1825x {
    margin-bottom: 18.25rem;
  }

  .xl\:ml-1825x {
    margin-left: 18.25rem;
  }

  .xl\:mt-185x {
    margin-top: 18.5rem;
  }

  .xl\:mr-185x {
    margin-right: 18.5rem;
  }

  .xl\:mb-185x {
    margin-bottom: 18.5rem;
  }

  .xl\:ml-185x {
    margin-left: 18.5rem;
  }

  .xl\:mt-5pct {
    margin-top: 5%;
  }

  .xl\:mr-5pct {
    margin-right: 5%;
  }

  .xl\:mb-5pct {
    margin-bottom: 5%;
  }

  .xl\:ml-5pct {
    margin-left: 5%;
  }

  .xl\:mt-25pct {
    margin-top: 25%;
  }

  .xl\:mr-25pct {
    margin-right: 25%;
  }

  .xl\:mb-25pct {
    margin-bottom: 25%;
  }

  .xl\:ml-25pct {
    margin-left: 25%;
  }

  .xl\:mt-m1 {
    margin-top: -1rem;
  }

  .xl\:mr-m1 {
    margin-right: -1rem;
  }

  .xl\:mb-m1 {
    margin-bottom: -1rem;
  }

  .xl\:ml-m1 {
    margin-left: -1rem;
  }

  .xl\:mt-m2 {
    margin-top: -2rem;
  }

  .xl\:mr-m2 {
    margin-right: -2rem;
  }

  .xl\:mb-m2 {
    margin-bottom: -2rem;
  }

  .xl\:ml-m2 {
    margin-left: -2rem;
  }

  .xl\:mt-m3 {
    margin-top: -3rem;
  }

  .xl\:mr-m3 {
    margin-right: -3rem;
  }

  .xl\:mb-m3 {
    margin-bottom: -3rem;
  }

  .xl\:ml-m3 {
    margin-left: -3rem;
  }

  .xl\:mt-m4 {
    margin-top: -4rem;
  }

  .xl\:mr-m4 {
    margin-right: -4rem;
  }

  .xl\:mb-m4 {
    margin-bottom: -4rem;
  }

  .xl\:ml-m4 {
    margin-left: -4rem;
  }

  .xl\:mt-m5 {
    margin-top: -5rem;
  }

  .xl\:mr-m5 {
    margin-right: -5rem;
  }

  .xl\:mb-m5 {
    margin-bottom: -5rem;
  }

  .xl\:ml-m5 {
    margin-left: -5rem;
  }

  .xl\:mt-m6 {
    margin-top: -6rem;
  }

  .xl\:mr-m6 {
    margin-right: -6rem;
  }

  .xl\:mb-m6 {
    margin-bottom: -6rem;
  }

  .xl\:ml-m6 {
    margin-left: -6rem;
  }

  .xl\:mt-m7 {
    margin-top: -7rem;
  }

  .xl\:mr-m7 {
    margin-right: -7rem;
  }

  .xl\:mb-m7 {
    margin-bottom: -7rem;
  }

  .xl\:ml-m7 {
    margin-left: -7rem;
  }

  .xl\:mt-m8 {
    margin-top: -8rem;
  }

  .xl\:mr-m8 {
    margin-right: -8rem;
  }

  .xl\:mb-m8 {
    margin-bottom: -8rem;
  }

  .xl\:ml-m8 {
    margin-left: -8rem;
  }

  .xl\:mt-m9 {
    margin-top: -9rem;
  }

  .xl\:mr-m9 {
    margin-right: -9rem;
  }

  .xl\:mb-m9 {
    margin-bottom: -9rem;
  }

  .xl\:ml-m9 {
    margin-left: -9rem;
  }

  .xl\:mt-m10 {
    margin-top: -10rem;
  }

  .xl\:mr-m10 {
    margin-right: -10rem;
  }

  .xl\:mb-m10 {
    margin-bottom: -10rem;
  }

  .xl\:ml-m10 {
    margin-left: -10rem;
  }

  .xl\:mt-m11 {
    margin-top: -11rem;
  }

  .xl\:mr-m11 {
    margin-right: -11rem;
  }

  .xl\:mb-m11 {
    margin-bottom: -11rem;
  }

  .xl\:ml-m11 {
    margin-left: -11rem;
  }

  .xl\:mt-m12 {
    margin-top: -12rem;
  }

  .xl\:mr-m12 {
    margin-right: -12rem;
  }

  .xl\:mb-m12 {
    margin-bottom: -12rem;
  }

  .xl\:ml-m12 {
    margin-left: -12rem;
  }

  .xl\:mt-m14 {
    margin-top: -14rem;
  }

  .xl\:mr-m14 {
    margin-right: -14rem;
  }

  .xl\:mb-m14 {
    margin-bottom: -14rem;
  }

  .xl\:ml-m14 {
    margin-left: -14rem;
  }

  .xl\:mt-m15 {
    margin-top: -15rem;
  }

  .xl\:mr-m15 {
    margin-right: -15rem;
  }

  .xl\:mb-m15 {
    margin-bottom: -15rem;
  }

  .xl\:ml-m15 {
    margin-left: -15rem;
  }

  .xl\:mt-m16 {
    margin-top: -16rem;
  }

  .xl\:mr-m16 {
    margin-right: -16rem;
  }

  .xl\:mb-m16 {
    margin-bottom: -16rem;
  }

  .xl\:ml-m16 {
    margin-left: -16rem;
  }

  .xl\:mt-m18 {
    margin-top: -18rem;
  }

  .xl\:mr-m18 {
    margin-right: -18rem;
  }

  .xl\:mb-m18 {
    margin-bottom: -18rem;
  }

  .xl\:ml-m18 {
    margin-left: -18rem;
  }

  .xl\:mt-m19 {
    margin-top: -19rem;
  }

  .xl\:mr-m19 {
    margin-right: -19rem;
  }

  .xl\:mb-m19 {
    margin-bottom: -19rem;
  }

  .xl\:ml-m19 {
    margin-left: -19rem;
  }

  .xl\:mt-m20 {
    margin-top: -20rem;
  }

  .xl\:mr-m20 {
    margin-right: -20rem;
  }

  .xl\:mb-m20 {
    margin-bottom: -20rem;
  }

  .xl\:ml-m20 {
    margin-left: -20rem;
  }

  .xl\:mt-m21 {
    margin-top: -21rem;
  }

  .xl\:mr-m21 {
    margin-right: -21rem;
  }

  .xl\:mb-m21 {
    margin-bottom: -21rem;
  }

  .xl\:ml-m21 {
    margin-left: -21rem;
  }

  .xl\:mt-m22 {
    margin-top: -22rem;
  }

  .xl\:mr-m22 {
    margin-right: -22rem;
  }

  .xl\:mb-m22 {
    margin-bottom: -22rem;
  }

  .xl\:ml-m22 {
    margin-left: -22rem;
  }

  .xl\:mt-m23 {
    margin-top: -23rem;
  }

  .xl\:mr-m23 {
    margin-right: -23rem;
  }

  .xl\:mb-m23 {
    margin-bottom: -23rem;
  }

  .xl\:ml-m23 {
    margin-left: -23rem;
  }

  .xl\:mt-m24 {
    margin-top: -24rem;
  }

  .xl\:mr-m24 {
    margin-right: -24rem;
  }

  .xl\:mb-m24 {
    margin-bottom: -24rem;
  }

  .xl\:ml-m24 {
    margin-left: -24rem;
  }

  .xl\:mt-m25 {
    margin-top: -25rem;
  }

  .xl\:mr-m25 {
    margin-right: -25rem;
  }

  .xl\:mb-m25 {
    margin-bottom: -25rem;
  }

  .xl\:ml-m25 {
    margin-left: -25rem;
  }

  .xl\:mt-m28 {
    margin-top: -28rem;
  }

  .xl\:mr-m28 {
    margin-right: -28rem;
  }

  .xl\:mb-m28 {
    margin-bottom: -28rem;
  }

  .xl\:ml-m28 {
    margin-left: -28rem;
  }

  .xl\:mt-m29 {
    margin-top: -29rem;
  }

  .xl\:mr-m29 {
    margin-right: -29rem;
  }

  .xl\:mb-m29 {
    margin-bottom: -29rem;
  }

  .xl\:ml-m29 {
    margin-left: -29rem;
  }

  .xl\:mt-m30 {
    margin-top: -30rem;
  }

  .xl\:mr-m30 {
    margin-right: -30rem;
  }

  .xl\:mb-m30 {
    margin-bottom: -30rem;
  }

  .xl\:ml-m30 {
    margin-left: -30rem;
  }

  .xl\:mt-m31 {
    margin-top: -31rem;
  }

  .xl\:mr-m31 {
    margin-right: -31rem;
  }

  .xl\:mb-m31 {
    margin-bottom: -31rem;
  }

  .xl\:ml-m31 {
    margin-left: -31rem;
  }

  .xl\:mt-m32 {
    margin-top: -32rem;
  }

  .xl\:mr-m32 {
    margin-right: -32rem;
  }

  .xl\:mb-m32 {
    margin-bottom: -32rem;
  }

  .xl\:ml-m32 {
    margin-left: -32rem;
  }

  .xl\:mt-m34 {
    margin-top: -34rem;
  }

  .xl\:mr-m34 {
    margin-right: -34rem;
  }

  .xl\:mb-m34 {
    margin-bottom: -34rem;
  }

  .xl\:ml-m34 {
    margin-left: -34rem;
  }

  .xl\:mt-m35 {
    margin-top: -35rem;
  }

  .xl\:mr-m35 {
    margin-right: -35rem;
  }

  .xl\:mb-m35 {
    margin-bottom: -35rem;
  }

  .xl\:ml-m35 {
    margin-left: -35rem;
  }

  .xl\:mt-m36 {
    margin-top: -36rem;
  }

  .xl\:mr-m36 {
    margin-right: -36rem;
  }

  .xl\:mb-m36 {
    margin-bottom: -36rem;
  }

  .xl\:ml-m36 {
    margin-left: -36rem;
  }

  .xl\:mt-m37 {
    margin-top: -37rem;
  }

  .xl\:mr-m37 {
    margin-right: -37rem;
  }

  .xl\:mb-m37 {
    margin-bottom: -37rem;
  }

  .xl\:ml-m37 {
    margin-left: -37rem;
  }

  .xl\:mt-m38 {
    margin-top: -38rem;
  }

  .xl\:mr-m38 {
    margin-right: -38rem;
  }

  .xl\:mb-m38 {
    margin-bottom: -38rem;
  }

  .xl\:ml-m38 {
    margin-left: -38rem;
  }

  .xl\:mt-m39 {
    margin-top: -39rem;
  }

  .xl\:mr-m39 {
    margin-right: -39rem;
  }

  .xl\:mb-m39 {
    margin-bottom: -39rem;
  }

  .xl\:ml-m39 {
    margin-left: -39rem;
  }

  .xl\:mt-m40 {
    margin-top: -40rem;
  }

  .xl\:mr-m40 {
    margin-right: -40rem;
  }

  .xl\:mb-m40 {
    margin-bottom: -40rem;
  }

  .xl\:ml-m40 {
    margin-left: -40rem;
  }

  .xl\:mt-m41 {
    margin-top: -41rem;
  }

  .xl\:mr-m41 {
    margin-right: -41rem;
  }

  .xl\:mb-m41 {
    margin-bottom: -41rem;
  }

  .xl\:ml-m41 {
    margin-left: -41rem;
  }

  .xl\:mt-m42 {
    margin-top: -42rem;
  }

  .xl\:mr-m42 {
    margin-right: -42rem;
  }

  .xl\:mb-m42 {
    margin-bottom: -42rem;
  }

  .xl\:ml-m42 {
    margin-left: -42rem;
  }

  .xl\:mt-m43 {
    margin-top: -43rem;
  }

  .xl\:mr-m43 {
    margin-right: -43rem;
  }

  .xl\:mb-m43 {
    margin-bottom: -43rem;
  }

  .xl\:ml-m43 {
    margin-left: -43rem;
  }

  .xl\:max-h-pico {
    max-height: 15rem;
  }

  .xl\:max-h-nano {
    max-height: 20rem;
  }

  .xl\:max-h-micro {
    max-height: 25rem;
  }

  .xl\:max-h-mili {
    max-height: 30rem;
  }

  .xl\:max-h-centi {
    max-height: 35rem;
  }

  .xl\:max-h-quarter {
    max-height: 25%;
  }

  .xl\:max-h-half {
    max-height: 50vh;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-pico {
    max-width: 15rem;
  }

  .xl\:max-w-nano {
    max-width: 20rem;
  }

  .xl\:max-w-micro {
    max-width: 25rem;
  }

  .xl\:max-w-mili {
    max-width: 30rem;
  }

  .xl\:max-w-centi {
    max-width: 35rem;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-quarter {
    max-width: 25%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-10 {
    min-height: 2.5rem;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-10 {
    min-width: 2.5rem;
  }

  .xl\:min-w-12 {
    min-width: 3rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

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

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

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

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

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

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

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

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 1rem;
  }

  .xl\:p-3 {
    padding: .3rem;
  }

  .xl\:p-4 {
    padding: .4rem;
  }

  .xl\:p-5 {
    padding: .5rem;
  }

  .xl\:p-6 {
    padding: .6rem;
  }

  .xl\:p-10 {
    padding: .1rem;
  }

  .xl\:p-15 {
    padding: .15rem;
  }

  .xl\:p-20 {
    padding: .2rem;
  }

  .xl\:p-25 {
    padding: .25rem;
  }

  .xl\:p-75 {
    padding: .75rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-05 {
    padding: .05rem;
  }

  .xl\:p-1x25 {
    padding: 1.25rem;
  }

  .xl\:p-1x5 {
    padding: 1.5rem;
  }

  .xl\:p-2x {
    padding: 2rem;
  }

  .xl\:p-3x {
    padding: 3rem;
  }

  .xl\:p-3x5 {
    padding: 3.5rem;
  }

  .xl\:p-4x {
    padding: 4rem;
  }

  .xl\:p-5x {
    padding: 5rem;
  }

  .xl\:p-6x {
    padding: 6rem;
  }

  .xl\:p-7x {
    padding: 7rem;
  }

  .xl\:p-8x {
    padding: 8rem;
  }

  .xl\:p-9x {
    padding: 9rem;
  }

  .xl\:p-10x {
    padding: 10rem;
  }

  .xl\:p-11x {
    padding: 11rem;
  }

  .xl\:p-12x {
    padding: 12rem;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-3 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .xl\:px-3 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .xl\:py-4 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .xl\:px-4 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .xl\:py-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:px-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:py-6 {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .xl\:px-6 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .xl\:py-10 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .xl\:px-10 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .xl\:py-15 {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .xl\:px-15 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .xl\:py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .xl\:px-20 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .xl\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-25 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-75 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-75 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-05 {
    padding-top: .05rem;
    padding-bottom: .05rem;
  }

  .xl\:px-05 {
    padding-left: .05rem;
    padding-right: .05rem;
  }

  .xl\:py-1x25 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-1x25 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-1x5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-1x5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-3x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-3x {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-3x5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-3x5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-4x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-4x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-5x {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-5x {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-6x {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-6x {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-7x {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-7x {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-8x {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-8x {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-9x {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-9x {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-10x {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-10x {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-11x {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-11x {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-12x {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-12x {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 1rem;
  }

  .xl\:pr-1 {
    padding-right: 1rem;
  }

  .xl\:pb-1 {
    padding-bottom: 1rem;
  }

  .xl\:pl-1 {
    padding-left: 1rem;
  }

  .xl\:pt-3 {
    padding-top: .3rem;
  }

  .xl\:pr-3 {
    padding-right: .3rem;
  }

  .xl\:pb-3 {
    padding-bottom: .3rem;
  }

  .xl\:pl-3 {
    padding-left: .3rem;
  }

  .xl\:pt-4 {
    padding-top: .4rem;
  }

  .xl\:pr-4 {
    padding-right: .4rem;
  }

  .xl\:pb-4 {
    padding-bottom: .4rem;
  }

  .xl\:pl-4 {
    padding-left: .4rem;
  }

  .xl\:pt-5 {
    padding-top: .5rem;
  }

  .xl\:pr-5 {
    padding-right: .5rem;
  }

  .xl\:pb-5 {
    padding-bottom: .5rem;
  }

  .xl\:pl-5 {
    padding-left: .5rem;
  }

  .xl\:pt-6 {
    padding-top: .6rem;
  }

  .xl\:pr-6 {
    padding-right: .6rem;
  }

  .xl\:pb-6 {
    padding-bottom: .6rem;
  }

  .xl\:pl-6 {
    padding-left: .6rem;
  }

  .xl\:pt-10 {
    padding-top: .1rem;
  }

  .xl\:pr-10 {
    padding-right: .1rem;
  }

  .xl\:pb-10 {
    padding-bottom: .1rem;
  }

  .xl\:pl-10 {
    padding-left: .1rem;
  }

  .xl\:pt-15 {
    padding-top: .15rem;
  }

  .xl\:pr-15 {
    padding-right: .15rem;
  }

  .xl\:pb-15 {
    padding-bottom: .15rem;
  }

  .xl\:pl-15 {
    padding-left: .15rem;
  }

  .xl\:pt-20 {
    padding-top: .2rem;
  }

  .xl\:pr-20 {
    padding-right: .2rem;
  }

  .xl\:pb-20 {
    padding-bottom: .2rem;
  }

  .xl\:pl-20 {
    padding-left: .2rem;
  }

  .xl\:pt-25 {
    padding-top: .25rem;
  }

  .xl\:pr-25 {
    padding-right: .25rem;
  }

  .xl\:pb-25 {
    padding-bottom: .25rem;
  }

  .xl\:pl-25 {
    padding-left: .25rem;
  }

  .xl\:pt-75 {
    padding-top: .75rem;
  }

  .xl\:pr-75 {
    padding-right: .75rem;
  }

  .xl\:pb-75 {
    padding-bottom: .75rem;
  }

  .xl\:pl-75 {
    padding-left: .75rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-05 {
    padding-top: .05rem;
  }

  .xl\:pr-05 {
    padding-right: .05rem;
  }

  .xl\:pb-05 {
    padding-bottom: .05rem;
  }

  .xl\:pl-05 {
    padding-left: .05rem;
  }

  .xl\:pt-1x25 {
    padding-top: 1.25rem;
  }

  .xl\:pr-1x25 {
    padding-right: 1.25rem;
  }

  .xl\:pb-1x25 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-1x25 {
    padding-left: 1.25rem;
  }

  .xl\:pt-1x5 {
    padding-top: 1.5rem;
  }

  .xl\:pr-1x5 {
    padding-right: 1.5rem;
  }

  .xl\:pb-1x5 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-1x5 {
    padding-left: 1.5rem;
  }

  .xl\:pt-2x {
    padding-top: 2rem;
  }

  .xl\:pr-2x {
    padding-right: 2rem;
  }

  .xl\:pb-2x {
    padding-bottom: 2rem;
  }

  .xl\:pl-2x {
    padding-left: 2rem;
  }

  .xl\:pt-3x {
    padding-top: 3rem;
  }

  .xl\:pr-3x {
    padding-right: 3rem;
  }

  .xl\:pb-3x {
    padding-bottom: 3rem;
  }

  .xl\:pl-3x {
    padding-left: 3rem;
  }

  .xl\:pt-3x5 {
    padding-top: 3.5rem;
  }

  .xl\:pr-3x5 {
    padding-right: 3.5rem;
  }

  .xl\:pb-3x5 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-3x5 {
    padding-left: 3.5rem;
  }

  .xl\:pt-4x {
    padding-top: 4rem;
  }

  .xl\:pr-4x {
    padding-right: 4rem;
  }

  .xl\:pb-4x {
    padding-bottom: 4rem;
  }

  .xl\:pl-4x {
    padding-left: 4rem;
  }

  .xl\:pt-5x {
    padding-top: 5rem;
  }

  .xl\:pr-5x {
    padding-right: 5rem;
  }

  .xl\:pb-5x {
    padding-bottom: 5rem;
  }

  .xl\:pl-5x {
    padding-left: 5rem;
  }

  .xl\:pt-6x {
    padding-top: 6rem;
  }

  .xl\:pr-6x {
    padding-right: 6rem;
  }

  .xl\:pb-6x {
    padding-bottom: 6rem;
  }

  .xl\:pl-6x {
    padding-left: 6rem;
  }

  .xl\:pt-7x {
    padding-top: 7rem;
  }

  .xl\:pr-7x {
    padding-right: 7rem;
  }

  .xl\:pb-7x {
    padding-bottom: 7rem;
  }

  .xl\:pl-7x {
    padding-left: 7rem;
  }

  .xl\:pt-8x {
    padding-top: 8rem;
  }

  .xl\:pr-8x {
    padding-right: 8rem;
  }

  .xl\:pb-8x {
    padding-bottom: 8rem;
  }

  .xl\:pl-8x {
    padding-left: 8rem;
  }

  .xl\:pt-9x {
    padding-top: 9rem;
  }

  .xl\:pr-9x {
    padding-right: 9rem;
  }

  .xl\:pb-9x {
    padding-bottom: 9rem;
  }

  .xl\:pl-9x {
    padding-left: 9rem;
  }

  .xl\:pt-10x {
    padding-top: 10rem;
  }

  .xl\:pr-10x {
    padding-right: 10rem;
  }

  .xl\:pb-10x {
    padding-bottom: 10rem;
  }

  .xl\:pl-10x {
    padding-left: 10rem;
  }

  .xl\:pt-11x {
    padding-top: 11rem;
  }

  .xl\:pr-11x {
    padding-right: 11rem;
  }

  .xl\:pb-11x {
    padding-bottom: 11rem;
  }

  .xl\:pl-11x {
    padding-left: 11rem;
  }

  .xl\:pt-12x {
    padding-top: 12rem;
  }

  .xl\:pr-12x {
    padding-right: 12rem;
  }

  .xl\:pb-12x {
    padding-bottom: 12rem;
  }

  .xl\:pl-12x {
    padding-left: 12rem;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-crimson {
    color: crimson;
  }

  .xl\:text-amazon {
    color: #f90;
  }

  .xl\:text-rakuten {
    color: #be0714;
  }

  .xl\:text-link {
    color: #1b94e0;
  }

  .xl\:text-link-2 {
    color: #3ea5ff;
  }

  .xl\:text-blueviolet {
    color: blueviolet;
  }

  .xl\:text-ios-black {
    color: #000;
  }

  .xl\:text-ios-grey-darker {
    color: #121212;
  }

  .xl\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .xl\:text-ios-grey {
    color: #211e20;
  }

  .xl\:text-ios-grey-light {
    color: #303030;
  }

  .xl\:text-ios-grey-lighter {
    color: #98989e;
  }

  .xl\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .xl\:text-ios-blue {
    color: #5a91f7;
  }

  .xl\:text-ios-white {
    color: #fff;
  }

  .xl\:text-black {
    color: #22292f;
  }

  .xl\:text-grey-main {
    color: #19191b;
  }

  .xl\:text-grey-darkest {
    color: #222223;
  }

  .xl\:text-grey-darker {
    color: #444;
  }

  .xl\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .xl\:text-grey {
    color: #d9d9d9;
  }

  .xl\:text-grey-light {
    color: #dedede;
  }

  .xl\:text-grey-lighter {
    color: #fefefe;
  }

  .xl\:text-grey-lightest {
    color: #f8fafc;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-red-darkest {
    color: #3b0d0c;
  }

  .xl\:text-red-darker {
    color: #621b18;
  }

  .xl\:text-red-dark {
    color: #cc1f1a;
  }

  .xl\:text-red {
    color: #e3342f;
  }

  .xl\:text-red-light {
    color: #ef5753;
  }

  .xl\:text-red-lighter {
    color: #f9acaa;
  }

  .xl\:text-red-lightest {
    color: #fcebea;
  }

  .xl\:text-orange-darkest {
    color: #462a16;
  }

  .xl\:text-orange-darker {
    color: #613b1f;
  }

  .xl\:text-orange-dark {
    color: #de751f;
  }

  .xl\:text-orange {
    color: #f6993f;
  }

  .xl\:text-orange-light {
    color: #faad63;
  }

  .xl\:text-orange-lighter {
    color: #fcd9b6;
  }

  .xl\:text-orange-lightest {
    color: #fff5eb;
  }

  .xl\:text-yellow-darkest {
    color: #453411;
  }

  .xl\:text-yellow-darker {
    color: #684f1d;
  }

  .xl\:text-yellow-dark {
    color: #f2d024;
  }

  .xl\:text-yellow {
    color: #ffed4a;
  }

  .xl\:text-yellow-light {
    color: #fff382;
  }

  .xl\:text-yellow-lighter {
    color: #fff9c2;
  }

  .xl\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .xl\:text-green-darkest {
    color: #0f2f21;
  }

  .xl\:text-green-darker {
    color: #1a4731;
  }

  .xl\:text-green-dark {
    color: #1f9d55;
  }

  .xl\:text-green {
    color: #38c172;
  }

  .xl\:text-green-light {
    color: #51d88a;
  }

  .xl\:text-green-lighter {
    color: #a2f5bf;
  }

  .xl\:text-green-lightest {
    color: #e3fcec;
  }

  .xl\:text-teal-darkest {
    color: #0d3331;
  }

  .xl\:text-teal-darker {
    color: #20504f;
  }

  .xl\:text-teal-dark {
    color: #38a89d;
  }

  .xl\:text-teal {
    color: #4dc0b5;
  }

  .xl\:text-teal-light {
    color: #64d5ca;
  }

  .xl\:text-teal-lighter {
    color: #a0f0ed;
  }

  .xl\:text-teal-lightest {
    color: #e8fffe;
  }

  .xl\:text-blue-darkest {
    color: #12283a;
  }

  .xl\:text-blue-darker {
    color: #1c3d5a;
  }

  .xl\:text-blue-dark {
    color: #2779bd;
  }

  .xl\:text-blue {
    color: #3490dc;
  }

  .xl\:text-blue-light {
    color: #6cb2eb;
  }

  .xl\:text-blue-lighter {
    color: #bcdefa;
  }

  .xl\:text-blue-lightest {
    color: #eff8ff;
  }

  .xl\:text-indigo-darkest {
    color: #191e38;
  }

  .xl\:text-indigo-darker {
    color: #2f365f;
  }

  .xl\:text-indigo-dark {
    color: #5661b3;
  }

  .xl\:text-indigo {
    color: #6574cd;
  }

  .xl\:text-indigo-light {
    color: #7886d7;
  }

  .xl\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .xl\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .xl\:text-purple-darkest {
    color: #21183c;
  }

  .xl\:text-purple-darker {
    color: #382b5f;
  }

  .xl\:text-purple-dark {
    color: #794acf;
  }

  .xl\:text-purple {
    color: #9561e2;
  }

  .xl\:text-purple-light {
    color: #a779e9;
  }

  .xl\:text-purple-lighter {
    color: #d6bbfc;
  }

  .xl\:text-purple-lightest {
    color: #f3ebff;
  }

  .xl\:text-pink-darkest {
    color: #451225;
  }

  .xl\:text-pink-darker {
    color: #6f213f;
  }

  .xl\:text-pink-dark {
    color: #eb5286;
  }

  .xl\:text-pink {
    color: #f66d9b;
  }

  .xl\:text-pink-light {
    color: #fa7ea8;
  }

  .xl\:text-pink-lighter {
    color: #ffbbca;
  }

  .xl\:text-pink-lightest {
    color: #ffebef;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-crimson:hover {
    color: crimson;
  }

  .xl\:hover\:text-amazon:hover {
    color: #f90;
  }

  .xl\:hover\:text-rakuten:hover {
    color: #be0714;
  }

  .xl\:hover\:text-link:hover {
    color: #1b94e0;
  }

  .xl\:hover\:text-link-2:hover {
    color: #3ea5ff;
  }

  .xl\:hover\:text-blueviolet:hover {
    color: blueviolet;
  }

  .xl\:hover\:text-ios-black:hover {
    color: #000;
  }

  .xl\:hover\:text-ios-grey-darker:hover {
    color: #121212;
  }

  .xl\:hover\:text-ios-grey-dark:hover {
    color: #1c1c1e;
  }

  .xl\:hover\:text-ios-grey:hover {
    color: #211e20;
  }

  .xl\:hover\:text-ios-grey-light:hover {
    color: #303030;
  }

  .xl\:hover\:text-ios-grey-lighter:hover {
    color: #98989e;
  }

  .xl\:hover\:text-ios-grey-lightest:hover {
    color: #c1c1c1;
  }

  .xl\:hover\:text-ios-blue:hover {
    color: #5a91f7;
  }

  .xl\:hover\:text-ios-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-black:hover {
    color: #22292f;
  }

  .xl\:hover\:text-grey-main:hover {
    color: #19191b;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #222223;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #444;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #d9d9d9ce;
  }

  .xl\:hover\:text-grey:hover {
    color: #d9d9d9;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #dedede;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #fefefe;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

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

  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .xl\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .xl\:hover\:text-red:hover {
    color: #e3342f;
  }

  .xl\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .xl\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .xl\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .xl\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .xl\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .xl\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .xl\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .xl\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .xl\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .xl\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .xl\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .xl\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .xl\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .xl\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .xl\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .xl\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .xl\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .xl\:hover\:text-green:hover {
    color: #38c172;
  }

  .xl\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .xl\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .xl\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .xl\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .xl\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .xl\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .xl\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .xl\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .xl\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .xl\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .xl\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .xl\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .xl\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .xl\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .xl\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .xl\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .xl\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .xl\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .xl\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .xl\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .xl\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .xl\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .xl\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .xl\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .xl\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .xl\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .xl\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .xl\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .xl\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .xl\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .xl\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .xl\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-crimson:focus {
    color: crimson;
  }

  .xl\:focus\:text-amazon:focus {
    color: #f90;
  }

  .xl\:focus\:text-rakuten:focus {
    color: #be0714;
  }

  .xl\:focus\:text-link:focus {
    color: #1b94e0;
  }

  .xl\:focus\:text-link-2:focus {
    color: #3ea5ff;
  }

  .xl\:focus\:text-blueviolet:focus {
    color: blueviolet;
  }

  .xl\:focus\:text-ios-black:focus {
    color: #000;
  }

  .xl\:focus\:text-ios-grey-darker:focus {
    color: #121212;
  }

  .xl\:focus\:text-ios-grey-dark:focus {
    color: #1c1c1e;
  }

  .xl\:focus\:text-ios-grey:focus {
    color: #211e20;
  }

  .xl\:focus\:text-ios-grey-light:focus {
    color: #303030;
  }

  .xl\:focus\:text-ios-grey-lighter:focus {
    color: #98989e;
  }

  .xl\:focus\:text-ios-grey-lightest:focus {
    color: #c1c1c1;
  }

  .xl\:focus\:text-ios-blue:focus {
    color: #5a91f7;
  }

  .xl\:focus\:text-ios-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-black:focus {
    color: #22292f;
  }

  .xl\:focus\:text-grey-main:focus {
    color: #19191b;
  }

  .xl\:focus\:text-grey-darkest:focus {
    color: #222223;
  }

  .xl\:focus\:text-grey-darker:focus {
    color: #444;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #d9d9d9ce;
  }

  .xl\:focus\:text-grey:focus {
    color: #d9d9d9;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #dedede;
  }

  .xl\:focus\:text-grey-lighter:focus {
    color: #fefefe;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .xl\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .xl\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .xl\:focus\:text-red:focus {
    color: #e3342f;
  }

  .xl\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .xl\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .xl\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .xl\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .xl\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .xl\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .xl\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .xl\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .xl\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .xl\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .xl\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .xl\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .xl\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .xl\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .xl\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .xl\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .xl\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .xl\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .xl\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .xl\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .xl\:focus\:text-green:focus {
    color: #38c172;
  }

  .xl\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .xl\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .xl\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .xl\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .xl\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .xl\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .xl\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .xl\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .xl\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .xl\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .xl\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .xl\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .xl\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .xl\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .xl\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .xl\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .xl\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .xl\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .xl\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .xl\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .xl\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .xl\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .xl\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .xl\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .xl\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .xl\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .xl\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .xl\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .xl\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .xl\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .xl\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .xl\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .xl\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .xl\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .xl\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .xl\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .xl\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .xl\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-crimson {
    color: crimson;
  }

  .group:hover .xl\:group-hover\:text-amazon {
    color: #f90;
  }

  .group:hover .xl\:group-hover\:text-rakuten {
    color: #be0714;
  }

  .group:hover .xl\:group-hover\:text-link {
    color: #1b94e0;
  }

  .group:hover .xl\:group-hover\:text-link-2 {
    color: #3ea5ff;
  }

  .group:hover .xl\:group-hover\:text-blueviolet {
    color: blueviolet;
  }

  .group:hover .xl\:group-hover\:text-ios-black {
    color: #000;
  }

  .group:hover .xl\:group-hover\:text-ios-grey-darker {
    color: #121212;
  }

  .group:hover .xl\:group-hover\:text-ios-grey-dark {
    color: #1c1c1e;
  }

  .group:hover .xl\:group-hover\:text-ios-grey {
    color: #211e20;
  }

  .group:hover .xl\:group-hover\:text-ios-grey-light {
    color: #303030;
  }

  .group:hover .xl\:group-hover\:text-ios-grey-lighter {
    color: #98989e;
  }

  .group:hover .xl\:group-hover\:text-ios-grey-lightest {
    color: #c1c1c1;
  }

  .group:hover .xl\:group-hover\:text-ios-blue {
    color: #5a91f7;
  }

  .group:hover .xl\:group-hover\:text-ios-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .xl\:group-hover\:text-grey-main {
    color: #19191b;
  }

  .group:hover .xl\:group-hover\:text-grey-darkest {
    color: #222223;
  }

  .group:hover .xl\:group-hover\:text-grey-darker {
    color: #444;
  }

  .group:hover .xl\:group-hover\:text-grey-dark {
    color: #d9d9d9ce;
  }

  .group:hover .xl\:group-hover\:text-grey {
    color: #d9d9d9;
  }

  .group:hover .xl\:group-hover\:text-grey-light {
    color: #dedede;
  }

  .group:hover .xl\:group-hover\:text-grey-lighter {
    color: #fefefe;
  }

  .group:hover .xl\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .xl\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .xl\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .xl\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .xl\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .xl\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .xl\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .xl\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .xl\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .xl\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .xl\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .xl\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .xl\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .xl\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .xl\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .xl\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .xl\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .xl\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .xl\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .xl\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .xl\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .xl\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .xl\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .xl\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .xl\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .xl\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .xl\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .xl\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .xl\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .xl\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .xl\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .xl\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .xl\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .xl\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .xl\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .xl\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .xl\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .xl\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .xl\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .xl\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .xl\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .xl\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .xl\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .xl\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .xl\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .xl\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .xl\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .xl\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .xl\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .xl\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .xl\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .xl\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .xl\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .xl\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .xl\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .xl\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .xl\:text-75 {
    font-size: .75rem;
  }

  .xl\:text-135 {
    font-size: 1.35rem;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-7xl {
    font-size: 5rem;
  }

  .xl\:text-xsmall {
    font-size: x-small;
  }

  .xl\:text-small {
    font-size: small;
  }

  .xl\:text-medium {
    font-size: medium;
  }

  .xl\:text-larger {
    font-size: larger;
  }

  .xl\:text-large {
    font-size: large;
  }

  .xl\:text-xlarge {
    font-size: x-large;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:roman:focus {
    font-style: normal;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: 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\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\: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-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-18 {
    width: 4.5rem;
  }

  .xl\:w-20 {
    width: 20%;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 25%;
  }

  .xl\:w-30 {
    width: 30%;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 40%;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-50 {
    width: 50%;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 60%;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-75 {
    width: 75%;
  }

  .xl\:w-80 {
    width: 80%;
  }

  .xl\:w-90 {
    width: 90%;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-40x {
    width: 10rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-90p {
    width: 90%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-q {
    width: 25%;
  }

  .xl\:w-half {
    width: 50%;
  }

  .xl\:w-3q {
    width: 75%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-5x {
    width: 5rem;
  }

  .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-98 {
    z-index: 98;
  }

  .xl\:z-99 {
    z-index: 99;
  }

  .xl\:z-100 {
    z-index: 100;
  }

  .xl\:z-199 {
    z-index: 199;
  }

  .xl\:z-299 {
    z-index: 299;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:sup-banner-centered-md {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 2.5rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:sup-banner-centered-lg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:sup-banner-centered-xl {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 3.5rem;
    font-family: 'Lobster', cursive;
  }

  .xl\:with-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .xl\:with-overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }

  .xl\:t-2 {
    top: 2rem;
  }

  .xl\:t-6 {
    top: 6rem;
  }

  .xl\:b-0 {
    bottom: 0rem;
  }

  .xl\:b-2 {
    bottom: 2rem;
  }

  .xl\:b-6 {
    bottom: 6rem;
  }

  .xl\:bs-25 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .25);
  }

  .xl\:bs-5 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .5);
  }

  .xl\:bs-75 {
    box-shadow: 0px 1px 15px 15px rgba(0, 0, 0, .75);
  }/* omg */

  .xl\:left-0 {
    left: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:left-1 {
    left: 1rem;
  }

  .xl\:right-1 {
    right: 1rem;
  }

  .xl\:right-10pct {
    right: 10%;
  }

  .xl\:luki h1 {
    color: crimson;
  }

  .xl\:collapse {
    visibility: collapse;
  }

  .xl\:r-10 {
    right: 10%;
  }

  .xl\:r-15 {
    right: 1.5rem;
  }

  .xl\:r-20pct {
    right: 20%;
  }

  .xl\:r-25pct {
    right: 25%;
  }

  .xl\:ad-md {
    height: calc((27rem - 2rem) / (2.7 * .8));
  }

  .xl\:ad-lg {
    height: calc((27rem - 2rem) / (2.7 * .85));
  }

  .xl\:ad-xl {
    height: calc((27rem - 2rem) / (2.7 * .9));
  }

  .xl\:ad-md-wide {
    height: calc((27rem - 2rem) / (2.7 * .75));
  }

  .xl\:ad-lg-wide {
    height: calc((27rem - 2rem) / (2.7 * .7));
  }

  .xl\:ad-xl-wide {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .xl\:banner-xl {
    height: calc((27rem - 2rem) / (2.7 * .65));
  }

  .xl\:photo-placeholder-xl {
    height: calc((50vw) / (16 / 9));
  }

  .xl\:photo-padding-xl {
    margin: 1rem;
    padding: .5rem;
    border-radius: 1rem;
  }

  .xl\:masonry-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:masonry-mdx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:masonry-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:masonry-lg2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:masonry-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:scroller-md {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:scroller-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:scroller-xl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:scroller-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }

  .xl\:masonry-xl2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
    grid-template-rows: masonry;
    justify-content: center;
    grid-gap: 0;
    padding: .5rem;
  }
}

