@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container{
  width: 100%;
}

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

.appearance-none{
  appearance: none;
}

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

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

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

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

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

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

.bg-gray{
  background-color: #AAAAAA;
}

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

.bg-orange-100{
  background-color: #fffaf0;
}

.bg-orange-200{
  background-color: #feebc8;
}

.bg-orange-300{
  background-color: #fbd38d;
}

.bg-orange-400{
  background-color: #f6ad55;
}

.bg-orange-500{
  background-color: #ed8936;
}

.bg-orange-600{
  background-color: #dd6b20;
}

.bg-orange-700{
  background-color: #c05621;
}

.bg-orange-800{
  background-color: #9c4221;
}

.bg-orange-900{
  background-color: #7b341e;
}

.bg-yellow-100{
  background-color: #fffff0;
}

.bg-yellow-200{
  background-color: #fefcbf;
}

.bg-yellow-300{
  background-color: #faf089;
}

.bg-yellow-400{
  background-color: #f6e05e;
}

.bg-yellow-500{
  background-color: #ecc94b;
}

.bg-yellow-600{
  background-color: #d69e2e;
}

.bg-yellow-700{
  background-color: #b7791f;
}

.bg-yellow-800{
  background-color: #975a16;
}

.bg-yellow-900{
  background-color: #744210;
}

.bg-green{
  background-color: #59D39F;
}

.bg-teal-100{
  background-color: #e6fffa;
}

.bg-teal-200{
  background-color: #b2f5ea;
}

.bg-teal-300{
  background-color: #81e6d9;
}

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

.bg-teal-500{
  background-color: #38b2ac;
}

.bg-teal-600{
  background-color: #319795;
}

.bg-teal-700{
  background-color: #2c7a7b;
}

.bg-teal-800{
  background-color: #285e61;
}

.bg-teal-900{
  background-color: #234e52;
}

.bg-blue-100{
  background-color: #ebf8ff;
}

.bg-blue-200{
  background-color: #bee3f8;
}

.bg-blue-300{
  background-color: #90cdf4;
}

.bg-blue-400{
  background-color: #63b3ed;
}

.bg-blue-500{
  background-color: #4299e1;
}

.bg-blue-600{
  background-color: #3182ce;
}

.bg-blue-700{
  background-color: #2b6cb0;
}

.bg-blue-800{
  background-color: #2c5282;
}

.bg-blue-900{
  background-color: #2a4365;
}

.bg-indigo-100{
  background-color: #ebf4ff;
}

.bg-indigo-200{
  background-color: #c3dafe;
}

.bg-indigo-300{
  background-color: #a3bffa;
}

.bg-indigo-400{
  background-color: #7f9cf5;
}

.bg-indigo-500{
  background-color: #667eea;
}

.bg-indigo-600{
  background-color: #5a67d8;
}

.bg-indigo-700{
  background-color: #4c51bf;
}

.bg-indigo-800{
  background-color: #434190;
}

.bg-indigo-900{
  background-color: #3c366b;
}

.bg-purple-100{
  background-color: #faf5ff;
}

.bg-purple-200{
  background-color: #e9d8fd;
}

.bg-purple-300{
  background-color: #d6bcfa;
}

.bg-purple-400{
  background-color: #b794f4;
}

.bg-purple-500{
  background-color: #9f7aea;
}

.bg-purple-600{
  background-color: #805ad5;
}

.bg-purple-700{
  background-color: #6b46c1;
}

.bg-purple-800{
  background-color: #553c9a;
}

.bg-purple-900{
  background-color: #44337a;
}

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

.bg-grayDark{
  background-color: #707070;
}

.bg-greige{
  background-color: #E6E5E1;
}

.bg-cream{
  background-color: #F7F5EF;
}

.bg-pinkDark{
  background-color: #F09CA2;
}

.bg-grayLight{
  background-color: #DDDDDD;
}

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

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

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

.hover\:bg-gray:hover{
  background-color: #AAAAAA;
}

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

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

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

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

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

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

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

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

.hover\:bg-orange-800:hover{
  background-color: #9c4221;
}

.hover\:bg-orange-900:hover{
  background-color: #7b341e;
}

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

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

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

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

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

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

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

.hover\:bg-yellow-800:hover{
  background-color: #975a16;
}

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

.hover\:bg-green:hover{
  background-color: #59D39F;
}

.hover\:bg-teal-100:hover{
  background-color: #e6fffa;
}

.hover\:bg-teal-200:hover{
  background-color: #b2f5ea;
}

.hover\:bg-teal-300:hover{
  background-color: #81e6d9;
}

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

.hover\:bg-teal-500:hover{
  background-color: #38b2ac;
}

.hover\:bg-teal-600:hover{
  background-color: #319795;
}

.hover\:bg-teal-700:hover{
  background-color: #2c7a7b;
}

.hover\:bg-teal-800:hover{
  background-color: #285e61;
}

.hover\:bg-teal-900:hover{
  background-color: #234e52;
}

.hover\:bg-blue-100:hover{
  background-color: #ebf8ff;
}

.hover\:bg-blue-200:hover{
  background-color: #bee3f8;
}

.hover\:bg-blue-300:hover{
  background-color: #90cdf4;
}

.hover\:bg-blue-400:hover{
  background-color: #63b3ed;
}

.hover\:bg-blue-500:hover{
  background-color: #4299e1;
}

.hover\:bg-blue-600:hover{
  background-color: #3182ce;
}

.hover\:bg-blue-700:hover{
  background-color: #2b6cb0;
}

.hover\:bg-blue-800:hover{
  background-color: #2c5282;
}

.hover\:bg-blue-900:hover{
  background-color: #2a4365;
}

.hover\:bg-indigo-100:hover{
  background-color: #ebf4ff;
}

.hover\:bg-indigo-200:hover{
  background-color: #c3dafe;
}

.hover\:bg-indigo-300:hover{
  background-color: #a3bffa;
}

.hover\:bg-indigo-400:hover{
  background-color: #7f9cf5;
}

.hover\:bg-indigo-500:hover{
  background-color: #667eea;
}

.hover\:bg-indigo-600:hover{
  background-color: #5a67d8;
}

.hover\:bg-indigo-700:hover{
  background-color: #4c51bf;
}

.hover\:bg-indigo-800:hover{
  background-color: #434190;
}

.hover\:bg-indigo-900:hover{
  background-color: #3c366b;
}

.hover\:bg-purple-100:hover{
  background-color: #faf5ff;
}

.hover\:bg-purple-200:hover{
  background-color: #e9d8fd;
}

.hover\:bg-purple-300:hover{
  background-color: #d6bcfa;
}

.hover\:bg-purple-400:hover{
  background-color: #b794f4;
}

.hover\:bg-purple-500:hover{
  background-color: #9f7aea;
}

.hover\:bg-purple-600:hover{
  background-color: #805ad5;
}

.hover\:bg-purple-700:hover{
  background-color: #6b46c1;
}

.hover\:bg-purple-800:hover{
  background-color: #553c9a;
}

.hover\:bg-purple-900:hover{
  background-color: #44337a;
}

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

.hover\:bg-grayDark:hover{
  background-color: #707070;
}

.hover\:bg-greige:hover{
  background-color: #E6E5E1;
}

.hover\:bg-cream:hover{
  background-color: #F7F5EF;
}

.hover\:bg-pinkDark:hover{
  background-color: #F09CA2;
}

.hover\:bg-grayLight:hover{
  background-color: #DDDDDD;
}

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

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

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

.focus\:bg-gray:focus{
  background-color: #AAAAAA;
}

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

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

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

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

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

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

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

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

.focus\:bg-orange-800:focus{
  background-color: #9c4221;
}

.focus\:bg-orange-900:focus{
  background-color: #7b341e;
}

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

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

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

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

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

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

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

.focus\:bg-yellow-800:focus{
  background-color: #975a16;
}

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

.focus\:bg-green:focus{
  background-color: #59D39F;
}

.focus\:bg-teal-100:focus{
  background-color: #e6fffa;
}

.focus\:bg-teal-200:focus{
  background-color: #b2f5ea;
}

.focus\:bg-teal-300:focus{
  background-color: #81e6d9;
}

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

.focus\:bg-teal-500:focus{
  background-color: #38b2ac;
}

.focus\:bg-teal-600:focus{
  background-color: #319795;
}

.focus\:bg-teal-700:focus{
  background-color: #2c7a7b;
}

.focus\:bg-teal-800:focus{
  background-color: #285e61;
}

.focus\:bg-teal-900:focus{
  background-color: #234e52;
}

.focus\:bg-blue-100:focus{
  background-color: #ebf8ff;
}

.focus\:bg-blue-200:focus{
  background-color: #bee3f8;
}

.focus\:bg-blue-300:focus{
  background-color: #90cdf4;
}

.focus\:bg-blue-400:focus{
  background-color: #63b3ed;
}

.focus\:bg-blue-500:focus{
  background-color: #4299e1;
}

.focus\:bg-blue-600:focus{
  background-color: #3182ce;
}

.focus\:bg-blue-700:focus{
  background-color: #2b6cb0;
}

.focus\:bg-blue-800:focus{
  background-color: #2c5282;
}

.focus\:bg-blue-900:focus{
  background-color: #2a4365;
}

.focus\:bg-indigo-100:focus{
  background-color: #ebf4ff;
}

.focus\:bg-indigo-200:focus{
  background-color: #c3dafe;
}

.focus\:bg-indigo-300:focus{
  background-color: #a3bffa;
}

.focus\:bg-indigo-400:focus{
  background-color: #7f9cf5;
}

.focus\:bg-indigo-500:focus{
  background-color: #667eea;
}

.focus\:bg-indigo-600:focus{
  background-color: #5a67d8;
}

.focus\:bg-indigo-700:focus{
  background-color: #4c51bf;
}

.focus\:bg-indigo-800:focus{
  background-color: #434190;
}

.focus\:bg-indigo-900:focus{
  background-color: #3c366b;
}

.focus\:bg-purple-100:focus{
  background-color: #faf5ff;
}

.focus\:bg-purple-200:focus{
  background-color: #e9d8fd;
}

.focus\:bg-purple-300:focus{
  background-color: #d6bcfa;
}

.focus\:bg-purple-400:focus{
  background-color: #b794f4;
}

.focus\:bg-purple-500:focus{
  background-color: #9f7aea;
}

.focus\:bg-purple-600:focus{
  background-color: #805ad5;
}

.focus\:bg-purple-700:focus{
  background-color: #6b46c1;
}

.focus\:bg-purple-800:focus{
  background-color: #553c9a;
}

.focus\:bg-purple-900:focus{
  background-color: #44337a;
}

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

.focus\:bg-grayDark:focus{
  background-color: #707070;
}

.focus\:bg-greige:focus{
  background-color: #E6E5E1;
}

.focus\:bg-cream:focus{
  background-color: #F7F5EF;
}

.focus\:bg-pinkDark:focus{
  background-color: #F09CA2;
}

.focus\:bg-grayLight:focus{
  background-color: #DDDDDD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray{
  border-color: #AAAAAA;
}

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

.border-orange-100{
  border-color: #fffaf0;
}

.border-orange-200{
  border-color: #feebc8;
}

.border-orange-300{
  border-color: #fbd38d;
}

.border-orange-400{
  border-color: #f6ad55;
}

.border-orange-500{
  border-color: #ed8936;
}

.border-orange-600{
  border-color: #dd6b20;
}

.border-orange-700{
  border-color: #c05621;
}

.border-orange-800{
  border-color: #9c4221;
}

.border-orange-900{
  border-color: #7b341e;
}

.border-yellow-100{
  border-color: #fffff0;
}

.border-yellow-200{
  border-color: #fefcbf;
}

.border-yellow-300{
  border-color: #faf089;
}

.border-yellow-400{
  border-color: #f6e05e;
}

.border-yellow-500{
  border-color: #ecc94b;
}

.border-yellow-600{
  border-color: #d69e2e;
}

.border-yellow-700{
  border-color: #b7791f;
}

.border-yellow-800{
  border-color: #975a16;
}

.border-yellow-900{
  border-color: #744210;
}

.border-green{
  border-color: #59D39F;
}

.border-teal-100{
  border-color: #e6fffa;
}

.border-teal-200{
  border-color: #b2f5ea;
}

.border-teal-300{
  border-color: #81e6d9;
}

.border-teal-400{
  border-color: #4fd1c5;
}

.border-teal-500{
  border-color: #38b2ac;
}

.border-teal-600{
  border-color: #319795;
}

.border-teal-700{
  border-color: #2c7a7b;
}

.border-teal-800{
  border-color: #285e61;
}

.border-teal-900{
  border-color: #234e52;
}

.border-blue-100{
  border-color: #ebf8ff;
}

.border-blue-200{
  border-color: #bee3f8;
}

.border-blue-300{
  border-color: #90cdf4;
}

.border-blue-400{
  border-color: #63b3ed;
}

.border-blue-500{
  border-color: #4299e1;
}

.border-blue-600{
  border-color: #3182ce;
}

.border-blue-700{
  border-color: #2b6cb0;
}

.border-blue-800{
  border-color: #2c5282;
}

.border-blue-900{
  border-color: #2a4365;
}

.border-indigo-100{
  border-color: #ebf4ff;
}

.border-indigo-200{
  border-color: #c3dafe;
}

.border-indigo-300{
  border-color: #a3bffa;
}

.border-indigo-400{
  border-color: #7f9cf5;
}

.border-indigo-500{
  border-color: #667eea;
}

.border-indigo-600{
  border-color: #5a67d8;
}

.border-indigo-700{
  border-color: #4c51bf;
}

.border-indigo-800{
  border-color: #434190;
}

.border-indigo-900{
  border-color: #3c366b;
}

.border-purple-100{
  border-color: #faf5ff;
}

.border-purple-200{
  border-color: #e9d8fd;
}

.border-purple-300{
  border-color: #d6bcfa;
}

.border-purple-400{
  border-color: #b794f4;
}

.border-purple-500{
  border-color: #9f7aea;
}

.border-purple-600{
  border-color: #805ad5;
}

.border-purple-700{
  border-color: #6b46c1;
}

.border-purple-800{
  border-color: #553c9a;
}

.border-purple-900{
  border-color: #44337a;
}

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

.border-grayDark{
  border-color: #707070;
}

.border-greige{
  border-color: #E6E5E1;
}

.border-cream{
  border-color: #F7F5EF;
}

.border-pinkDark{
  border-color: #F09CA2;
}

.border-grayLight{
  border-color: #DDDDDD;
}

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

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

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

.hover\:border-gray:hover{
  border-color: #AAAAAA;
}

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

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

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

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

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

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

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

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

.hover\:border-orange-800:hover{
  border-color: #9c4221;
}

.hover\:border-orange-900:hover{
  border-color: #7b341e;
}

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

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

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

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

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

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

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

.hover\:border-yellow-800:hover{
  border-color: #975a16;
}

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

.hover\:border-green:hover{
  border-color: #59D39F;
}

.hover\:border-teal-100:hover{
  border-color: #e6fffa;
}

.hover\:border-teal-200:hover{
  border-color: #b2f5ea;
}

.hover\:border-teal-300:hover{
  border-color: #81e6d9;
}

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

.hover\:border-teal-500:hover{
  border-color: #38b2ac;
}

.hover\:border-teal-600:hover{
  border-color: #319795;
}

.hover\:border-teal-700:hover{
  border-color: #2c7a7b;
}

.hover\:border-teal-800:hover{
  border-color: #285e61;
}

.hover\:border-teal-900:hover{
  border-color: #234e52;
}

.hover\:border-blue-100:hover{
  border-color: #ebf8ff;
}

.hover\:border-blue-200:hover{
  border-color: #bee3f8;
}

.hover\:border-blue-300:hover{
  border-color: #90cdf4;
}

.hover\:border-blue-400:hover{
  border-color: #63b3ed;
}

.hover\:border-blue-500:hover{
  border-color: #4299e1;
}

.hover\:border-blue-600:hover{
  border-color: #3182ce;
}

.hover\:border-blue-700:hover{
  border-color: #2b6cb0;
}

.hover\:border-blue-800:hover{
  border-color: #2c5282;
}

.hover\:border-blue-900:hover{
  border-color: #2a4365;
}

.hover\:border-indigo-100:hover{
  border-color: #ebf4ff;
}

.hover\:border-indigo-200:hover{
  border-color: #c3dafe;
}

.hover\:border-indigo-300:hover{
  border-color: #a3bffa;
}

.hover\:border-indigo-400:hover{
  border-color: #7f9cf5;
}

.hover\:border-indigo-500:hover{
  border-color: #667eea;
}

.hover\:border-indigo-600:hover{
  border-color: #5a67d8;
}

.hover\:border-indigo-700:hover{
  border-color: #4c51bf;
}

.hover\:border-indigo-800:hover{
  border-color: #434190;
}

.hover\:border-indigo-900:hover{
  border-color: #3c366b;
}

.hover\:border-purple-100:hover{
  border-color: #faf5ff;
}

.hover\:border-purple-200:hover{
  border-color: #e9d8fd;
}

.hover\:border-purple-300:hover{
  border-color: #d6bcfa;
}

.hover\:border-purple-400:hover{
  border-color: #b794f4;
}

.hover\:border-purple-500:hover{
  border-color: #9f7aea;
}

.hover\:border-purple-600:hover{
  border-color: #805ad5;
}

.hover\:border-purple-700:hover{
  border-color: #6b46c1;
}

.hover\:border-purple-800:hover{
  border-color: #553c9a;
}

.hover\:border-purple-900:hover{
  border-color: #44337a;
}

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

.hover\:border-grayDark:hover{
  border-color: #707070;
}

.hover\:border-greige:hover{
  border-color: #E6E5E1;
}

.hover\:border-cream:hover{
  border-color: #F7F5EF;
}

.hover\:border-pinkDark:hover{
  border-color: #F09CA2;
}

.hover\:border-grayLight:hover{
  border-color: #DDDDDD;
}

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

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

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

.focus\:border-gray:focus{
  border-color: #AAAAAA;
}

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

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

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

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

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

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

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

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

.focus\:border-orange-800:focus{
  border-color: #9c4221;
}

.focus\:border-orange-900:focus{
  border-color: #7b341e;
}

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

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

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

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

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

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

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

.focus\:border-yellow-800:focus{
  border-color: #975a16;
}

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

.focus\:border-green:focus{
  border-color: #59D39F;
}

.focus\:border-teal-100:focus{
  border-color: #e6fffa;
}

.focus\:border-teal-200:focus{
  border-color: #b2f5ea;
}

.focus\:border-teal-300:focus{
  border-color: #81e6d9;
}

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

.focus\:border-teal-500:focus{
  border-color: #38b2ac;
}

.focus\:border-teal-600:focus{
  border-color: #319795;
}

.focus\:border-teal-700:focus{
  border-color: #2c7a7b;
}

.focus\:border-teal-800:focus{
  border-color: #285e61;
}

.focus\:border-teal-900:focus{
  border-color: #234e52;
}

.focus\:border-blue-100:focus{
  border-color: #ebf8ff;
}

.focus\:border-blue-200:focus{
  border-color: #bee3f8;
}

.focus\:border-blue-300:focus{
  border-color: #90cdf4;
}

.focus\:border-blue-400:focus{
  border-color: #63b3ed;
}

.focus\:border-blue-500:focus{
  border-color: #4299e1;
}

.focus\:border-blue-600:focus{
  border-color: #3182ce;
}

.focus\:border-blue-700:focus{
  border-color: #2b6cb0;
}

.focus\:border-blue-800:focus{
  border-color: #2c5282;
}

.focus\:border-blue-900:focus{
  border-color: #2a4365;
}

.focus\:border-indigo-100:focus{
  border-color: #ebf4ff;
}

.focus\:border-indigo-200:focus{
  border-color: #c3dafe;
}

.focus\:border-indigo-300:focus{
  border-color: #a3bffa;
}

.focus\:border-indigo-400:focus{
  border-color: #7f9cf5;
}

.focus\:border-indigo-500:focus{
  border-color: #667eea;
}

.focus\:border-indigo-600:focus{
  border-color: #5a67d8;
}

.focus\:border-indigo-700:focus{
  border-color: #4c51bf;
}

.focus\:border-indigo-800:focus{
  border-color: #434190;
}

.focus\:border-indigo-900:focus{
  border-color: #3c366b;
}

.focus\:border-purple-100:focus{
  border-color: #faf5ff;
}

.focus\:border-purple-200:focus{
  border-color: #e9d8fd;
}

.focus\:border-purple-300:focus{
  border-color: #d6bcfa;
}

.focus\:border-purple-400:focus{
  border-color: #b794f4;
}

.focus\:border-purple-500:focus{
  border-color: #9f7aea;
}

.focus\:border-purple-600:focus{
  border-color: #805ad5;
}

.focus\:border-purple-700:focus{
  border-color: #6b46c1;
}

.focus\:border-purple-800:focus{
  border-color: #553c9a;
}

.focus\:border-purple-900:focus{
  border-color: #44337a;
}

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

.focus\:border-grayDark:focus{
  border-color: #707070;
}

.focus\:border-greige:focus{
  border-color: #E6E5E1;
}

.focus\:border-cream:focus{
  border-color: #F7F5EF;
}

.focus\:border-pinkDark:focus{
  border-color: #F09CA2;
}

.focus\:border-grayLight:focus{
  border-color: #DDDDDD;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

.rounded-md{
  border-radius: 0.4rem;
}

.rounded-mdl{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 1.0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 2px;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

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

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none{
  flex: none;
}

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

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

.font-body{
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0{
  height: 0;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-18{
  height: 4.5rem;
}

.h-20{
  height: 5rem;
}

.h-22{
  height: 5.5rem;
}

.h-24{
  height: 6rem;
}

.h-26{
  height: 6.5rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-40{
  height: 10rem;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-64{
  height: 16rem;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-r6{
  height: 0.6rem;
}

.h-r12{
  height: 1.2rem;
}

.h-r13{
  height: 1.3rem;
}

.h-r16{
  height: 1.6rem;
}

.h-r18{
  height: 1.8rem;
}

.h-r24{
  height: 2.4rem;
}

.h-r26{
  height: 2.6rem;
}

.h-r28{
  height: 2.8rem;
}

.h-r34{
  height: 3.4rem;
}

.h-r35{
  height: 3.5rem;
}

.h-r36{
  height: 3.6rem;
}

.h-r44{
  height: 4.4rem;
}

.h-r94{
  height: 9.4rem;
}

.h-r95{
  height: 9.5rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

.leading-xtight{
  line-height: 1.15;
}

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

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

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

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

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

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-8{
  margin: 2rem;
}

.m-10{
  margin: 2.5rem;
}

.m-12{
  margin: 3rem;
}

.m-14{
  margin: 3.5rem;
}

.m-16{
  margin: 4rem;
}

.m-18{
  margin: 4.5rem;
}

.m-20{
  margin: 5rem;
}

.m-22{
  margin: 5.5rem;
}

.m-24{
  margin: 6rem;
}

.m-28{
  margin: 7rem;
}

.m-32{
  margin: 8rem;
}

.m-36{
  margin: 9rem;
}

.m-40{
  margin: 10rem;
}

.m-48{
  margin: 12rem;
}

.m-56{
  margin: 14rem;
}

.m-64{
  margin: 16rem;
}

.m-96{
  margin: 24rem;
}

.m-128{
  margin: 32rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-r6{
  margin: 0.6rem;
}

.m-r12{
  margin: 1.2rem;
}

.m-r13{
  margin: 1.3rem;
}

.m-r16{
  margin: 1.6rem;
}

.m-r18{
  margin: 1.8rem;
}

.m-r24{
  margin: 2.4rem;
}

.m-r26{
  margin: 2.6rem;
}

.m-r28{
  margin: 2.8rem;
}

.m-r34{
  margin: 3.4rem;
}

.m-r35{
  margin: 3.5rem;
}

.m-r36{
  margin: 3.6rem;
}

.m-r44{
  margin: 4.4rem;
}

.m-r94{
  margin: 9.4rem;
}

.m-r95{
  margin: 9.5rem;
}

.-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-14{
  margin: -3.5rem;
}

.-m-16{
  margin: -4rem;
}

.-m-18{
  margin: -4.5rem;
}

.-m-20{
  margin: -5rem;
}

.-m-22{
  margin: -5.5rem;
}

.-m-24{
  margin: -6rem;
}

.-m-28{
  margin: -7rem;
}

.-m-32{
  margin: -8rem;
}

.-m-36{
  margin: -9rem;
}

.-m-40{
  margin: -10rem;
}

.-m-48{
  margin: -12rem;
}

.-m-56{
  margin: -14rem;
}

.-m-64{
  margin: -16rem;
}

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

.-m-r6{
  margin: -0.6rem;
}

.-m-r12{
  margin: -1.2rem;
}

.-m-r13{
  margin: -1.3rem;
}

.-m-r16{
  margin: -1.6rem;
}

.-m-r18{
  margin: -1.8rem;
}

.-m-r24{
  margin: -2.4rem;
}

.-m-r26{
  margin: -2.6rem;
}

.-m-r28{
  margin: -2.8rem;
}

.-m-r34{
  margin: -3.4rem;
}

.-m-r35{
  margin: -3.5rem;
}

.-m-r36{
  margin: -3.6rem;
}

.-m-r44{
  margin: -4.4rem;
}

.-m-r94{
  margin: -9.4rem;
}

.-m-r95{
  margin: -9.5rem;
}

.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-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-18{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-18{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-22{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-22{
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-128{
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.mx-128{
  margin-left: 32rem;
  margin-right: 32rem;
}

.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-r6{
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.mx-r6{
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.my-r12{
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.mx-r12{
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.my-r13{
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.mx-r13{
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}

.my-r16{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.mx-r16{
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-r18{
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.mx-r18{
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

.my-r24{
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.mx-r24{
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-r26{
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
}

.mx-r26{
  margin-left: 2.6rem;
  margin-right: 2.6rem;
}

.my-r28{
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

.mx-r28{
  margin-left: 2.8rem;
  margin-right: 2.8rem;
}

.my-r34{
  margin-top: 3.4rem;
  margin-bottom: 3.4rem;
}

.mx-r34{
  margin-left: 3.4rem;
  margin-right: 3.4rem;
}

.my-r35{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-r35{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-r36{
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

.mx-r36{
  margin-left: 3.6rem;
  margin-right: 3.6rem;
}

.my-r44{
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}

.mx-r44{
  margin-left: 4.4rem;
  margin-right: 4.4rem;
}

.my-r94{
  margin-top: 9.4rem;
  margin-bottom: 9.4rem;
}

.mx-r94{
  margin-left: 9.4rem;
  margin-right: 9.4rem;
}

.my-r95{
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-r95{
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.-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-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-18{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-mx-18{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-22{
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.-mx-22{
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

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

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

.-my-r6{
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}

.-mx-r6{
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.-my-r12{
  margin-top: -1.2rem;
  margin-bottom: -1.2rem;
}

.-mx-r12{
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.-my-r13{
  margin-top: -1.3rem;
  margin-bottom: -1.3rem;
}

.-mx-r13{
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.-my-r16{
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}

.-mx-r16{
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.-my-r18{
  margin-top: -1.8rem;
  margin-bottom: -1.8rem;
}

.-mx-r18{
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}

.-my-r24{
  margin-top: -2.4rem;
  margin-bottom: -2.4rem;
}

.-mx-r24{
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

.-my-r26{
  margin-top: -2.6rem;
  margin-bottom: -2.6rem;
}

.-mx-r26{
  margin-left: -2.6rem;
  margin-right: -2.6rem;
}

.-my-r28{
  margin-top: -2.8rem;
  margin-bottom: -2.8rem;
}

.-mx-r28{
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

.-my-r34{
  margin-top: -3.4rem;
  margin-bottom: -3.4rem;
}

.-mx-r34{
  margin-left: -3.4rem;
  margin-right: -3.4rem;
}

.-my-r35{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-r35{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-r36{
  margin-top: -3.6rem;
  margin-bottom: -3.6rem;
}

.-mx-r36{
  margin-left: -3.6rem;
  margin-right: -3.6rem;
}

.-my-r44{
  margin-top: -4.4rem;
  margin-bottom: -4.4rem;
}

.-mx-r44{
  margin-left: -4.4rem;
  margin-right: -4.4rem;
}

.-my-r94{
  margin-top: -9.4rem;
  margin-bottom: -9.4rem;
}

.-mx-r94{
  margin-left: -9.4rem;
  margin-right: -9.4rem;
}

.-my-r95{
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.-mx-r95{
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

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

.mr-14{
  margin-right: 3.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mr-16{
  margin-right: 4rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.ml-16{
  margin-left: 4rem;
}

.mt-18{
  margin-top: 4.5rem;
}

.mr-18{
  margin-right: 4.5rem;
}

.mb-18{
  margin-bottom: 4.5rem;
}

.ml-18{
  margin-left: 4.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.ml-20{
  margin-left: 5rem;
}

.mt-22{
  margin-top: 5.5rem;
}

.mr-22{
  margin-right: 5.5rem;
}

.mb-22{
  margin-bottom: 5.5rem;
}

.ml-22{
  margin-left: 5.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mr-24{
  margin-right: 6rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.ml-24{
  margin-left: 6rem;
}

.mt-28{
  margin-top: 7rem;
}

.mr-28{
  margin-right: 7rem;
}

.mb-28{
  margin-bottom: 7rem;
}

.ml-28{
  margin-left: 7rem;
}

.mt-32{
  margin-top: 8rem;
}

.mr-32{
  margin-right: 8rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.ml-32{
  margin-left: 8rem;
}

.mt-36{
  margin-top: 9rem;
}

.mr-36{
  margin-right: 9rem;
}

.mb-36{
  margin-bottom: 9rem;
}

.ml-36{
  margin-left: 9rem;
}

.mt-40{
  margin-top: 10rem;
}

.mr-40{
  margin-right: 10rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.ml-40{
  margin-left: 10rem;
}

.mt-48{
  margin-top: 12rem;
}

.mr-48{
  margin-right: 12rem;
}

.mb-48{
  margin-bottom: 12rem;
}

.ml-48{
  margin-left: 12rem;
}

.mt-56{
  margin-top: 14rem;
}

.mr-56{
  margin-right: 14rem;
}

.mb-56{
  margin-bottom: 14rem;
}

.ml-56{
  margin-left: 14rem;
}

.mt-64{
  margin-top: 16rem;
}

.mr-64{
  margin-right: 16rem;
}

.mb-64{
  margin-bottom: 16rem;
}

.ml-64{
  margin-left: 16rem;
}

.mt-96{
  margin-top: 24rem;
}

.mr-96{
  margin-right: 24rem;
}

.mb-96{
  margin-bottom: 24rem;
}

.ml-96{
  margin-left: 24rem;
}

.mt-128{
  margin-top: 32rem;
}

.mr-128{
  margin-right: 32rem;
}

.mb-128{
  margin-bottom: 32rem;
}

.ml-128{
  margin-left: 32rem;
}

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

.mr-r6{
  margin-right: 0.6rem;
}

.mb-r6{
  margin-bottom: 0.6rem;
}

.ml-r6{
  margin-left: 0.6rem;
}

.mt-r12{
  margin-top: 1.2rem;
}

.mr-r12{
  margin-right: 1.2rem;
}

.mb-r12{
  margin-bottom: 1.2rem;
}

.ml-r12{
  margin-left: 1.2rem;
}

.mt-r13{
  margin-top: 1.3rem;
}

.mr-r13{
  margin-right: 1.3rem;
}

.mb-r13{
  margin-bottom: 1.3rem;
}

.ml-r13{
  margin-left: 1.3rem;
}

.mt-r16{
  margin-top: 1.6rem;
}

.mr-r16{
  margin-right: 1.6rem;
}

.mb-r16{
  margin-bottom: 1.6rem;
}

.ml-r16{
  margin-left: 1.6rem;
}

.mt-r18{
  margin-top: 1.8rem;
}

.mr-r18{
  margin-right: 1.8rem;
}

.mb-r18{
  margin-bottom: 1.8rem;
}

.ml-r18{
  margin-left: 1.8rem;
}

.mt-r24{
  margin-top: 2.4rem;
}

.mr-r24{
  margin-right: 2.4rem;
}

.mb-r24{
  margin-bottom: 2.4rem;
}

.ml-r24{
  margin-left: 2.4rem;
}

.mt-r26{
  margin-top: 2.6rem;
}

.mr-r26{
  margin-right: 2.6rem;
}

.mb-r26{
  margin-bottom: 2.6rem;
}

.ml-r26{
  margin-left: 2.6rem;
}

.mt-r28{
  margin-top: 2.8rem;
}

.mr-r28{
  margin-right: 2.8rem;
}

.mb-r28{
  margin-bottom: 2.8rem;
}

.ml-r28{
  margin-left: 2.8rem;
}

.mt-r34{
  margin-top: 3.4rem;
}

.mr-r34{
  margin-right: 3.4rem;
}

.mb-r34{
  margin-bottom: 3.4rem;
}

.ml-r34{
  margin-left: 3.4rem;
}

.mt-r35{
  margin-top: 3.5rem;
}

.mr-r35{
  margin-right: 3.5rem;
}

.mb-r35{
  margin-bottom: 3.5rem;
}

.ml-r35{
  margin-left: 3.5rem;
}

.mt-r36{
  margin-top: 3.6rem;
}

.mr-r36{
  margin-right: 3.6rem;
}

.mb-r36{
  margin-bottom: 3.6rem;
}

.ml-r36{
  margin-left: 3.6rem;
}

.mt-r44{
  margin-top: 4.4rem;
}

.mr-r44{
  margin-right: 4.4rem;
}

.mb-r44{
  margin-bottom: 4.4rem;
}

.ml-r44{
  margin-left: 4.4rem;
}

.mt-r94{
  margin-top: 9.4rem;
}

.mr-r94{
  margin-right: 9.4rem;
}

.mb-r94{
  margin-bottom: 9.4rem;
}

.ml-r94{
  margin-left: 9.4rem;
}

.mt-r95{
  margin-top: 9.5rem;
}

.mr-r95{
  margin-right: 9.5rem;
}

.mb-r95{
  margin-bottom: 9.5rem;
}

.ml-r95{
  margin-left: 9.5rem;
}

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

.-mr-14{
  margin-right: -3.5rem;
}

.-mb-14{
  margin-bottom: -3.5rem;
}

.-ml-14{
  margin-left: -3.5rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mr-16{
  margin-right: -4rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-18{
  margin-top: -4.5rem;
}

.-mr-18{
  margin-right: -4.5rem;
}

.-mb-18{
  margin-bottom: -4.5rem;
}

.-ml-18{
  margin-left: -4.5rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mt-22{
  margin-top: -5.5rem;
}

.-mr-22{
  margin-right: -5.5rem;
}

.-mb-22{
  margin-bottom: -5.5rem;
}

.-ml-22{
  margin-left: -5.5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mr-24{
  margin-right: -6rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-mt-28{
  margin-top: -7rem;
}

.-mr-28{
  margin-right: -7rem;
}

.-mb-28{
  margin-bottom: -7rem;
}

.-ml-28{
  margin-left: -7rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-mt-36{
  margin-top: -9rem;
}

.-mr-36{
  margin-right: -9rem;
}

.-mb-36{
  margin-bottom: -9rem;
}

.-ml-36{
  margin-left: -9rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mr-40{
  margin-right: -10rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-mt-48{
  margin-top: -12rem;
}

.-mr-48{
  margin-right: -12rem;
}

.-mb-48{
  margin-bottom: -12rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-mt-56{
  margin-top: -14rem;
}

.-mr-56{
  margin-right: -14rem;
}

.-mb-56{
  margin-bottom: -14rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-mt-64{
  margin-top: -16rem;
}

.-mr-64{
  margin-right: -16rem;
}

.-mb-64{
  margin-bottom: -16rem;
}

.-ml-64{
  margin-left: -16rem;
}

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

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

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

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

.-mt-r6{
  margin-top: -0.6rem;
}

.-mr-r6{
  margin-right: -0.6rem;
}

.-mb-r6{
  margin-bottom: -0.6rem;
}

.-ml-r6{
  margin-left: -0.6rem;
}

.-mt-r12{
  margin-top: -1.2rem;
}

.-mr-r12{
  margin-right: -1.2rem;
}

.-mb-r12{
  margin-bottom: -1.2rem;
}

.-ml-r12{
  margin-left: -1.2rem;
}

.-mt-r13{
  margin-top: -1.3rem;
}

.-mr-r13{
  margin-right: -1.3rem;
}

.-mb-r13{
  margin-bottom: -1.3rem;
}

.-ml-r13{
  margin-left: -1.3rem;
}

.-mt-r16{
  margin-top: -1.6rem;
}

.-mr-r16{
  margin-right: -1.6rem;
}

.-mb-r16{
  margin-bottom: -1.6rem;
}

.-ml-r16{
  margin-left: -1.6rem;
}

.-mt-r18{
  margin-top: -1.8rem;
}

.-mr-r18{
  margin-right: -1.8rem;
}

.-mb-r18{
  margin-bottom: -1.8rem;
}

.-ml-r18{
  margin-left: -1.8rem;
}

.-mt-r24{
  margin-top: -2.4rem;
}

.-mr-r24{
  margin-right: -2.4rem;
}

.-mb-r24{
  margin-bottom: -2.4rem;
}

.-ml-r24{
  margin-left: -2.4rem;
}

.-mt-r26{
  margin-top: -2.6rem;
}

.-mr-r26{
  margin-right: -2.6rem;
}

.-mb-r26{
  margin-bottom: -2.6rem;
}

.-ml-r26{
  margin-left: -2.6rem;
}

.-mt-r28{
  margin-top: -2.8rem;
}

.-mr-r28{
  margin-right: -2.8rem;
}

.-mb-r28{
  margin-bottom: -2.8rem;
}

.-ml-r28{
  margin-left: -2.8rem;
}

.-mt-r34{
  margin-top: -3.4rem;
}

.-mr-r34{
  margin-right: -3.4rem;
}

.-mb-r34{
  margin-bottom: -3.4rem;
}

.-ml-r34{
  margin-left: -3.4rem;
}

.-mt-r35{
  margin-top: -3.5rem;
}

.-mr-r35{
  margin-right: -3.5rem;
}

.-mb-r35{
  margin-bottom: -3.5rem;
}

.-ml-r35{
  margin-left: -3.5rem;
}

.-mt-r36{
  margin-top: -3.6rem;
}

.-mr-r36{
  margin-right: -3.6rem;
}

.-mb-r36{
  margin-bottom: -3.6rem;
}

.-ml-r36{
  margin-left: -3.6rem;
}

.-mt-r44{
  margin-top: -4.4rem;
}

.-mr-r44{
  margin-right: -4.4rem;
}

.-mb-r44{
  margin-bottom: -4.4rem;
}

.-ml-r44{
  margin-left: -4.4rem;
}

.-mt-r94{
  margin-top: -9.4rem;
}

.-mr-r94{
  margin-right: -9.4rem;
}

.-mb-r94{
  margin-bottom: -9.4rem;
}

.-ml-r94{
  margin-left: -9.4rem;
}

.-mt-r95{
  margin-top: -9.5rem;
}

.-mr-r95{
  margin-right: -9.5rem;
}

.-mb-r95{
  margin-bottom: -9.5rem;
}

.-ml-r95{
  margin-left: -9.5rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-full{
  max-width: 100%;
}

.min-h-0{
  min-height: 0;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-r10{
  min-height: 10rem;
}

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.object-contain{
  object-fit: contain;
}

.object-cover{
  object-fit: cover;
}

.object-fill{
  object-fit: fill;
}

.object-none{
  object-fit: none;
}

.object-scale-down{
  object-fit: scale-down;
}

.object-bottom{
  object-position: bottom;
}

.object-center{
  object-position: center;
}

.object-left{
  object-position: left;
}

.object-left-bottom{
  object-position: left bottom;
}

.object-left-top{
  object-position: left top;
}

.object-right{
  object-position: right;
}

.object-right-bottom{
  object-position: right bottom;
}

.object-right-top{
  object-position: right top;
}

.object-top{
  object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.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: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-16{
  padding: 4rem;
}

.p-18{
  padding: 4.5rem;
}

.p-20{
  padding: 5rem;
}

.p-22{
  padding: 5.5rem;
}

.p-24{
  padding: 6rem;
}

.p-28{
  padding: 7rem;
}

.p-32{
  padding: 8rem;
}

.p-36{
  padding: 9rem;
}

.p-40{
  padding: 10rem;
}

.p-48{
  padding: 12rem;
}

.p-56{
  padding: 14rem;
}

.p-64{
  padding: 16rem;
}

.p-px{
  padding: 1px;
}

.p-r6{
  padding: 0.6rem;
}

.p-r12{
  padding: 1.2rem;
}

.p-r13{
  padding: 1.3rem;
}

.p-r16{
  padding: 1.6rem;
}

.p-r18{
  padding: 1.8rem;
}

.p-r24{
  padding: 2.4rem;
}

.p-r26{
  padding: 2.6rem;
}

.p-r28{
  padding: 2.8rem;
}

.p-r34{
  padding: 3.4rem;
}

.p-r35{
  padding: 3.5rem;
}

.p-r36{
  padding: 3.6rem;
}

.p-r44{
  padding: 4.4rem;
}

.p-r94{
  padding: 9.4rem;
}

.p-r95{
  padding: 9.5rem;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-18{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-22{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-22{
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-r6{
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.px-r6{
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.py-r12{
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.px-r12{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-r13{
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.px-r13{
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.py-r16{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.px-r16{
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-r18{
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.px-r18{
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.py-r24{
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.px-r24{
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.py-r26{
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.px-r26{
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.py-r28{
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.px-r28{
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.py-r34{
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.px-r34{
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}

.py-r35{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-r35{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-r36{
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.px-r36{
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}

.py-r44{
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}

.px-r44{
  padding-left: 4.4rem;
  padding-right: 4.4rem;
}

.py-r94{
  padding-top: 9.4rem;
  padding-bottom: 9.4rem;
}

.px-r94{
  padding-left: 9.4rem;
  padding-right: 9.4rem;
}

.py-r95{
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-r95{
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.pt-0{
  padding-top: 0;
}

.pr-0{
  padding-right: 0;
}

.pb-0{
  padding-bottom: 0;
}

.pl-0{
  padding-left: 0;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pr-8{
  padding-right: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pr-16{
  padding-right: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-16{
  padding-left: 4rem;
}

.pt-18{
  padding-top: 4.5rem;
}

.pr-18{
  padding-right: 4.5rem;
}

.pb-18{
  padding-bottom: 4.5rem;
}

.pl-18{
  padding-left: 4.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pt-22{
  padding-top: 5.5rem;
}

.pr-22{
  padding-right: 5.5rem;
}

.pb-22{
  padding-bottom: 5.5rem;
}

.pl-22{
  padding-left: 5.5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pr-24{
  padding-right: 6rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pl-24{
  padding-left: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pr-28{
  padding-right: 7rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pl-28{
  padding-left: 7rem;
}

.pt-32{
  padding-top: 8rem;
}

.pr-32{
  padding-right: 8rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pl-32{
  padding-left: 8rem;
}

.pt-36{
  padding-top: 9rem;
}

.pr-36{
  padding-right: 9rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pl-36{
  padding-left: 9rem;
}

.pt-40{
  padding-top: 10rem;
}

.pr-40{
  padding-right: 10rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pl-40{
  padding-left: 10rem;
}

.pt-48{
  padding-top: 12rem;
}

.pr-48{
  padding-right: 12rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pl-48{
  padding-left: 12rem;
}

.pt-56{
  padding-top: 14rem;
}

.pr-56{
  padding-right: 14rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pl-56{
  padding-left: 14rem;
}

.pt-64{
  padding-top: 16rem;
}

.pr-64{
  padding-right: 16rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pl-64{
  padding-left: 16rem;
}

.pt-px{
  padding-top: 1px;
}

.pr-px{
  padding-right: 1px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-px{
  padding-left: 1px;
}

.pt-r6{
  padding-top: 0.6rem;
}

.pr-r6{
  padding-right: 0.6rem;
}

.pb-r6{
  padding-bottom: 0.6rem;
}

.pl-r6{
  padding-left: 0.6rem;
}

.pt-r12{
  padding-top: 1.2rem;
}

.pr-r12{
  padding-right: 1.2rem;
}

.pb-r12{
  padding-bottom: 1.2rem;
}

.pl-r12{
  padding-left: 1.2rem;
}

.pt-r13{
  padding-top: 1.3rem;
}

.pr-r13{
  padding-right: 1.3rem;
}

.pb-r13{
  padding-bottom: 1.3rem;
}

.pl-r13{
  padding-left: 1.3rem;
}

.pt-r16{
  padding-top: 1.6rem;
}

.pr-r16{
  padding-right: 1.6rem;
}

.pb-r16{
  padding-bottom: 1.6rem;
}

.pl-r16{
  padding-left: 1.6rem;
}

.pt-r18{
  padding-top: 1.8rem;
}

.pr-r18{
  padding-right: 1.8rem;
}

.pb-r18{
  padding-bottom: 1.8rem;
}

.pl-r18{
  padding-left: 1.8rem;
}

.pt-r24{
  padding-top: 2.4rem;
}

.pr-r24{
  padding-right: 2.4rem;
}

.pb-r24{
  padding-bottom: 2.4rem;
}

.pl-r24{
  padding-left: 2.4rem;
}

.pt-r26{
  padding-top: 2.6rem;
}

.pr-r26{
  padding-right: 2.6rem;
}

.pb-r26{
  padding-bottom: 2.6rem;
}

.pl-r26{
  padding-left: 2.6rem;
}

.pt-r28{
  padding-top: 2.8rem;
}

.pr-r28{
  padding-right: 2.8rem;
}

.pb-r28{
  padding-bottom: 2.8rem;
}

.pl-r28{
  padding-left: 2.8rem;
}

.pt-r34{
  padding-top: 3.4rem;
}

.pr-r34{
  padding-right: 3.4rem;
}

.pb-r34{
  padding-bottom: 3.4rem;
}

.pl-r34{
  padding-left: 3.4rem;
}

.pt-r35{
  padding-top: 3.5rem;
}

.pr-r35{
  padding-right: 3.5rem;
}

.pb-r35{
  padding-bottom: 3.5rem;
}

.pl-r35{
  padding-left: 3.5rem;
}

.pt-r36{
  padding-top: 3.6rem;
}

.pr-r36{
  padding-right: 3.6rem;
}

.pb-r36{
  padding-bottom: 3.6rem;
}

.pl-r36{
  padding-left: 3.6rem;
}

.pt-r44{
  padding-top: 4.4rem;
}

.pr-r44{
  padding-right: 4.4rem;
}

.pb-r44{
  padding-bottom: 4.4rem;
}

.pl-r44{
  padding-left: 4.4rem;
}

.pt-r94{
  padding-top: 9.4rem;
}

.pr-r94{
  padding-right: 9.4rem;
}

.pb-r94{
  padding-bottom: 9.4rem;
}

.pl-r94{
  padding-left: 9.4rem;
}

.pt-r95{
  padding-top: 9.5rem;
}

.pr-r95{
  padding-right: 9.5rem;
}

.pb-r95{
  padding-bottom: 9.5rem;
}

.pl-r95{
  padding-left: 9.5rem;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.shadow{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
}

.hover\:shadow:hover{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
}

.focus\:shadow:focus{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-transparent{
  color: transparent;
}

.text-black{
  color: #333333;
}

.text-white{
  color: #FFFFFF;
}

.text-gray{
  color: #AAAAAA;
}

.text-red{
  color: #D80B24;
}

.text-orange-100{
  color: #fffaf0;
}

.text-orange-200{
  color: #feebc8;
}

.text-orange-300{
  color: #fbd38d;
}

.text-orange-400{
  color: #f6ad55;
}

.text-orange-500{
  color: #ed8936;
}

.text-orange-600{
  color: #dd6b20;
}

.text-orange-700{
  color: #c05621;
}

.text-orange-800{
  color: #9c4221;
}

.text-orange-900{
  color: #7b341e;
}

.text-yellow-100{
  color: #fffff0;
}

.text-yellow-200{
  color: #fefcbf;
}

.text-yellow-300{
  color: #faf089;
}

.text-yellow-400{
  color: #f6e05e;
}

.text-yellow-500{
  color: #ecc94b;
}

.text-yellow-600{
  color: #d69e2e;
}

.text-yellow-700{
  color: #b7791f;
}

.text-yellow-800{
  color: #975a16;
}

.text-yellow-900{
  color: #744210;
}

.text-green{
  color: #59D39F;
}

.text-teal-100{
  color: #e6fffa;
}

.text-teal-200{
  color: #b2f5ea;
}

.text-teal-300{
  color: #81e6d9;
}

.text-teal-400{
  color: #4fd1c5;
}

.text-teal-500{
  color: #38b2ac;
}

.text-teal-600{
  color: #319795;
}

.text-teal-700{
  color: #2c7a7b;
}

.text-teal-800{
  color: #285e61;
}

.text-teal-900{
  color: #234e52;
}

.text-blue-100{
  color: #ebf8ff;
}

.text-blue-200{
  color: #bee3f8;
}

.text-blue-300{
  color: #90cdf4;
}

.text-blue-400{
  color: #63b3ed;
}

.text-blue-500{
  color: #4299e1;
}

.text-blue-600{
  color: #3182ce;
}

.text-blue-700{
  color: #2b6cb0;
}

.text-blue-800{
  color: #2c5282;
}

.text-blue-900{
  color: #2a4365;
}

.text-indigo-100{
  color: #ebf4ff;
}

.text-indigo-200{
  color: #c3dafe;
}

.text-indigo-300{
  color: #a3bffa;
}

.text-indigo-400{
  color: #7f9cf5;
}

.text-indigo-500{
  color: #667eea;
}

.text-indigo-600{
  color: #5a67d8;
}

.text-indigo-700{
  color: #4c51bf;
}

.text-indigo-800{
  color: #434190;
}

.text-indigo-900{
  color: #3c366b;
}

.text-purple-100{
  color: #faf5ff;
}

.text-purple-200{
  color: #e9d8fd;
}

.text-purple-300{
  color: #d6bcfa;
}

.text-purple-400{
  color: #b794f4;
}

.text-purple-500{
  color: #9f7aea;
}

.text-purple-600{
  color: #805ad5;
}

.text-purple-700{
  color: #6b46c1;
}

.text-purple-800{
  color: #553c9a;
}

.text-purple-900{
  color: #44337a;
}

.text-pink{
  color: #F7CED3;
}

.text-grayDark{
  color: #707070;
}

.text-greige{
  color: #E6E5E1;
}

.text-cream{
  color: #F7F5EF;
}

.text-pinkDark{
  color: #F09CA2;
}

.text-grayLight{
  color: #DDDDDD;
}

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

.hover\:text-black:hover{
  color: #333333;
}

.hover\:text-white:hover{
  color: #FFFFFF;
}

.hover\:text-gray:hover{
  color: #AAAAAA;
}

.hover\:text-red:hover{
  color: #D80B24;
}

.hover\:text-orange-100:hover{
  color: #fffaf0;
}

.hover\:text-orange-200:hover{
  color: #feebc8;
}

.hover\:text-orange-300:hover{
  color: #fbd38d;
}

.hover\:text-orange-400:hover{
  color: #f6ad55;
}

.hover\:text-orange-500:hover{
  color: #ed8936;
}

.hover\:text-orange-600:hover{
  color: #dd6b20;
}

.hover\:text-orange-700:hover{
  color: #c05621;
}

.hover\:text-orange-800:hover{
  color: #9c4221;
}

.hover\:text-orange-900:hover{
  color: #7b341e;
}

.hover\:text-yellow-100:hover{
  color: #fffff0;
}

.hover\:text-yellow-200:hover{
  color: #fefcbf;
}

.hover\:text-yellow-300:hover{
  color: #faf089;
}

.hover\:text-yellow-400:hover{
  color: #f6e05e;
}

.hover\:text-yellow-500:hover{
  color: #ecc94b;
}

.hover\:text-yellow-600:hover{
  color: #d69e2e;
}

.hover\:text-yellow-700:hover{
  color: #b7791f;
}

.hover\:text-yellow-800:hover{
  color: #975a16;
}

.hover\:text-yellow-900:hover{
  color: #744210;
}

.hover\:text-green:hover{
  color: #59D39F;
}

.hover\:text-teal-100:hover{
  color: #e6fffa;
}

.hover\:text-teal-200:hover{
  color: #b2f5ea;
}

.hover\:text-teal-300:hover{
  color: #81e6d9;
}

.hover\:text-teal-400:hover{
  color: #4fd1c5;
}

.hover\:text-teal-500:hover{
  color: #38b2ac;
}

.hover\:text-teal-600:hover{
  color: #319795;
}

.hover\:text-teal-700:hover{
  color: #2c7a7b;
}

.hover\:text-teal-800:hover{
  color: #285e61;
}

.hover\:text-teal-900:hover{
  color: #234e52;
}

.hover\:text-blue-100:hover{
  color: #ebf8ff;
}

.hover\:text-blue-200:hover{
  color: #bee3f8;
}

.hover\:text-blue-300:hover{
  color: #90cdf4;
}

.hover\:text-blue-400:hover{
  color: #63b3ed;
}

.hover\:text-blue-500:hover{
  color: #4299e1;
}

.hover\:text-blue-600:hover{
  color: #3182ce;
}

.hover\:text-blue-700:hover{
  color: #2b6cb0;
}

.hover\:text-blue-800:hover{
  color: #2c5282;
}

.hover\:text-blue-900:hover{
  color: #2a4365;
}

.hover\:text-indigo-100:hover{
  color: #ebf4ff;
}

.hover\:text-indigo-200:hover{
  color: #c3dafe;
}

.hover\:text-indigo-300:hover{
  color: #a3bffa;
}

.hover\:text-indigo-400:hover{
  color: #7f9cf5;
}

.hover\:text-indigo-500:hover{
  color: #667eea;
}

.hover\:text-indigo-600:hover{
  color: #5a67d8;
}

.hover\:text-indigo-700:hover{
  color: #4c51bf;
}

.hover\:text-indigo-800:hover{
  color: #434190;
}

.hover\:text-indigo-900:hover{
  color: #3c366b;
}

.hover\:text-purple-100:hover{
  color: #faf5ff;
}

.hover\:text-purple-200:hover{
  color: #e9d8fd;
}

.hover\:text-purple-300:hover{
  color: #d6bcfa;
}

.hover\:text-purple-400:hover{
  color: #b794f4;
}

.hover\:text-purple-500:hover{
  color: #9f7aea;
}

.hover\:text-purple-600:hover{
  color: #805ad5;
}

.hover\:text-purple-700:hover{
  color: #6b46c1;
}

.hover\:text-purple-800:hover{
  color: #553c9a;
}

.hover\:text-purple-900:hover{
  color: #44337a;
}

.hover\:text-pink:hover{
  color: #F7CED3;
}

.hover\:text-grayDark:hover{
  color: #707070;
}

.hover\:text-greige:hover{
  color: #E6E5E1;
}

.hover\:text-cream:hover{
  color: #F7F5EF;
}

.hover\:text-pinkDark:hover{
  color: #F09CA2;
}

.hover\:text-grayLight:hover{
  color: #DDDDDD;
}

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

.focus\:text-black:focus{
  color: #333333;
}

.focus\:text-white:focus{
  color: #FFFFFF;
}

.focus\:text-gray:focus{
  color: #AAAAAA;
}

.focus\:text-red:focus{
  color: #D80B24;
}

.focus\:text-orange-100:focus{
  color: #fffaf0;
}

.focus\:text-orange-200:focus{
  color: #feebc8;
}

.focus\:text-orange-300:focus{
  color: #fbd38d;
}

.focus\:text-orange-400:focus{
  color: #f6ad55;
}

.focus\:text-orange-500:focus{
  color: #ed8936;
}

.focus\:text-orange-600:focus{
  color: #dd6b20;
}

.focus\:text-orange-700:focus{
  color: #c05621;
}

.focus\:text-orange-800:focus{
  color: #9c4221;
}

.focus\:text-orange-900:focus{
  color: #7b341e;
}

.focus\:text-yellow-100:focus{
  color: #fffff0;
}

.focus\:text-yellow-200:focus{
  color: #fefcbf;
}

.focus\:text-yellow-300:focus{
  color: #faf089;
}

.focus\:text-yellow-400:focus{
  color: #f6e05e;
}

.focus\:text-yellow-500:focus{
  color: #ecc94b;
}

.focus\:text-yellow-600:focus{
  color: #d69e2e;
}

.focus\:text-yellow-700:focus{
  color: #b7791f;
}

.focus\:text-yellow-800:focus{
  color: #975a16;
}

.focus\:text-yellow-900:focus{
  color: #744210;
}

.focus\:text-green:focus{
  color: #59D39F;
}

.focus\:text-teal-100:focus{
  color: #e6fffa;
}

.focus\:text-teal-200:focus{
  color: #b2f5ea;
}

.focus\:text-teal-300:focus{
  color: #81e6d9;
}

.focus\:text-teal-400:focus{
  color: #4fd1c5;
}

.focus\:text-teal-500:focus{
  color: #38b2ac;
}

.focus\:text-teal-600:focus{
  color: #319795;
}

.focus\:text-teal-700:focus{
  color: #2c7a7b;
}

.focus\:text-teal-800:focus{
  color: #285e61;
}

.focus\:text-teal-900:focus{
  color: #234e52;
}

.focus\:text-blue-100:focus{
  color: #ebf8ff;
}

.focus\:text-blue-200:focus{
  color: #bee3f8;
}

.focus\:text-blue-300:focus{
  color: #90cdf4;
}

.focus\:text-blue-400:focus{
  color: #63b3ed;
}

.focus\:text-blue-500:focus{
  color: #4299e1;
}

.focus\:text-blue-600:focus{
  color: #3182ce;
}

.focus\:text-blue-700:focus{
  color: #2b6cb0;
}

.focus\:text-blue-800:focus{
  color: #2c5282;
}

.focus\:text-blue-900:focus{
  color: #2a4365;
}

.focus\:text-indigo-100:focus{
  color: #ebf4ff;
}

.focus\:text-indigo-200:focus{
  color: #c3dafe;
}

.focus\:text-indigo-300:focus{
  color: #a3bffa;
}

.focus\:text-indigo-400:focus{
  color: #7f9cf5;
}

.focus\:text-indigo-500:focus{
  color: #667eea;
}

.focus\:text-indigo-600:focus{
  color: #5a67d8;
}

.focus\:text-indigo-700:focus{
  color: #4c51bf;
}

.focus\:text-indigo-800:focus{
  color: #434190;
}

.focus\:text-indigo-900:focus{
  color: #3c366b;
}

.focus\:text-purple-100:focus{
  color: #faf5ff;
}

.focus\:text-purple-200:focus{
  color: #e9d8fd;
}

.focus\:text-purple-300:focus{
  color: #d6bcfa;
}

.focus\:text-purple-400:focus{
  color: #b794f4;
}

.focus\:text-purple-500:focus{
  color: #9f7aea;
}

.focus\:text-purple-600:focus{
  color: #805ad5;
}

.focus\:text-purple-700:focus{
  color: #6b46c1;
}

.focus\:text-purple-800:focus{
  color: #553c9a;
}

.focus\:text-purple-900:focus{
  color: #44337a;
}

.focus\:text-pink:focus{
  color: #F7CED3;
}

.focus\:text-grayDark:focus{
  color: #707070;
}

.focus\:text-greige:focus{
  color: #E6E5E1;
}

.focus\:text-cream:focus{
  color: #F7F5EF;
}

.focus\:text-pinkDark:focus{
  color: #F09CA2;
}

.focus\:text-grayLight:focus{
  color: #DDDDDD;
}

.text-xs{
  font-size: 1rem;
}

.text-sm{
  font-size: 1.3rem;
}

.text-base{
  font-size: 1.4rem;
}

.text-lg{
  font-size: 2.5rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-3xl{
  font-size: 1.875rem;
}

.text-4xl{
  font-size: 2.25rem;
}

.text-5xl{
  font-size: 3rem;
}

.text-6xl{
  font-size: 4rem;
}

.text-s{
  font-size: 1.2rem;
}

.text-md{
  font-size: 1.6rem;
}

.text-mdl{
  font-size: 1.7rem;
}

.text-mdxl{
  font-size: 1.8rem;
}

.text-slg{
  font-size: 2rem;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  user-select: none;
}

.select-text{
  user-select: text;
}

.select-all{
  user-select: all;
}

.select-auto{
  user-select: auto;
}

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0{
  width: 0;
}

.w-1{
  width: 0.25rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-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: 5rem;
}

.w-22{
  width: 5.5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-r6{
  width: 0.6rem;
}

.w-r12{
  width: 1.2rem;
}

.w-r13{
  width: 1.3rem;
}

.w-r16{
  width: 1.6rem;
}

.w-r18{
  width: 1.8rem;
}

.w-r24{
  width: 2.4rem;
}

.w-r26{
  width: 2.6rem;
}

.w-r28{
  width: 2.8rem;
}

.w-r34{
  width: 3.4rem;
}

.w-r35{
  width: 3.5rem;
}

.w-r36{
  width: 3.6rem;
}

.w-r44{
  width: 4.4rem;
}

.w-r94{
  width: 9.4rem;
}

.w-r95{
  width: 9.5rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.33333%;
}

.w-2\/3{
  width: 66.66667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.66667%;
}

.w-2\/6{
  width: 33.33333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.66667%;
}

.w-5\/6{
  width: 83.33333%;
}

.w-1\/12{
  width: 8.33333%;
}

.w-2\/12{
  width: 16.66667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.33333%;
}

.w-5\/12{
  width: 41.66667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.33333%;
}

.w-8\/12{
  width: 66.66667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.33333%;
}

.w-11\/12{
  width: 91.66667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-1\/24{
  width: 4.16666666%;
}

.w-2\/24{
  width: 8.3333332%;
}

.w-3\/24{
  width: 12.5%;
}

.w-4\/24{
  width: 16.66666667%;
}

.w-5\/24{
  width: 20.83333333%;
}

.w-6\/24{
  width: 25%;
}

.w-7\/24{
  width: 29.16666667%;
}

.w-8\/24{
  width: 33.33333333%;
}

.w-9\/24{
  width: 37.5%;
}

.w-10\/24{
  width: 41.66666667%;
}

.w-11\/24{
  width: 45.83333333%;
}

.w-12\/24{
  width: 50%;
}

.w-13\/24{
  width: 54.16666667%;
}

.w-14\/24{
  width: 58.33333333%;
}

.w-15\/24{
  width: 62.5%;
}

.w-16\/24{
  width: 66.66666667%;
}

.w-17\/24{
  width: 70.83333333%;
}

.w-18\/24{
  width: 75%;
}

.w-19\/24{
  width: 79.16666667%;
}

.w-20\/24{
  width: 83.33333333%;
}

.w-21\/24{
  width: 87.5%;
}

.w-22\/24{
  width: 91.66666667%;
}

.w-23\/24{
  width: 95.83333333%;
}

.w-1\/10{
  width: 10%;
}

.w-2\/10{
  width: 20%;
}

.w-3\/10{
  width: 30%;
}

.w-4\/10{
  width: 40%;
}

.w-5\/10{
  width: 50%;
}

.w-6\/10{
  width: 60%;
}

.w-7\/10{
  width: 70%;
}

.w-8\/10{
  width: 80%;
}

.w-9\/10{
  width: 90%;
}

.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-90{
  z-index: 90;
}

.z-100{
  z-index: 100;
}

.z-auto{
  z-index: auto;
}

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@font-face {
  font-weight: 400;

  font-family: "swiper-icons";

  font-style: normal;

  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");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition-property: 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: transform, height;
}

/* 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 {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  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%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 4.62px;
  height: 9.32px;
  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: -7px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../../img/common/icon_arrow_l_bk.svg");
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -7px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background-image: url("../../img/common/icon_arrow_r_bk.svg");
  background-size: contain;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* 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 {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
  opacity: 0.2;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-lock {
  display: none;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.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 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  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 {
  visibility: visible;
  pointer-events: auto;
}

.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;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

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

html {
  box-sizing: border-box;
  color: #333333;
  font-size: 62.5%;
}

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

.pkb_utl_full_h_without_header {
  height: calc(100% - 44px);
}

.pkb_utl_hide_text, .pkb_loading__icon {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.pkb_utl_layout_center, .pkb_menuAppInfo__logo {
  margin-right: auto;
  margin-left: auto;
}

.pkb_utl_content__narrow, .pkb_login_form__content {
  width: 75%;
}

.pkb_utl_space {
  padding-right: 1rem;
}

.pkb_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.pkb_button:active, .pkb_button:focus {
  outline: none;
  opacity: 0.8;
}

.pkb_button.is_primary {
  color: #fff;
  background-color: #D80B24;
}

.pkb_button.is_secondary {
  color: #333333;
  background-color: #fff;
  border: 2px solid #AAAAAA;
}

.pkb_button.is_thirdly {
  color: #fff;
  background-color: #59D39F;
}

.pkb_button.is_fourthly {
  color: #333333;
  background-color: #fff;
}

.pkb_button.is_cancel {
  color: #333333;
  background-color: #AAAAAA;
}

.pkb_button.sizeS {
  font-size: 1.2rem;
  padding: 12px;
  border-radius: 5px;
}

.pkb_button.sizeL {
  font-size: 1.6rem;
  padding: 20px;
  border-radius: 5px;
}

.pkb_button.sizeFull {
  height: 100%;
}

.pkb_button[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.pkb_button.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/**
  pkb_btmStickButton系
  画面下部配置のためセットで使うクラス
 */

.pkb_btmStickButton {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pkb_btmStickButton__parent {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  position: relative;
  padding-bottom: 12rem;
}

.pkb_btmStickButton__sibling {
  flex-grow: 1;
}

.pkb_btmStickButton__contentWrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pkb_orderBadge {
  display: inline-block;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  padding: 6px 8px;
  line-height: 1;
  text-align: center;
  border-radius: 14px;
}

.pkb_orderBadge.is_type1 {
  color: #F09CA2;
  border-color: #F09CA2;
}

.pkb_orderBadge.is_type2 {
  color: #D80B24;
  border-color: #D80B24;
}

.pkb_orderBadge.is_type3, .pkb_orderBadge.is_type4, .pkb_orderBadge.is_type7, .pkb_orderBadge.is_type8 {
  color: #333333;
  border-color: #333333;
}

.pkb_orderBadge.is_type5 {
  color: #AAAAAA;
  border-color: #AAAAAA;
}

.pkb_orderBadge.is_type6 {
  color: #333333;
  border-color: #AAAAAA;
  background-color: #AAAAAA;
}

.pkb_inputText {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.pkb_inputText.is_error {
  background-color: #F7CED3;
}

.pkb_inputText::placeholder {
  color: #DDDDDD;
}

.pkb_inputRadio__square_lg {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
}

.pkb_inputRadio__square_lg:checked::before {
  margin-left: -0.7rem;
}

.pkb_icon, .pkb_icon_add, .pkb_icon_tel, .pkb_icon_mappin, .pkb_icon_clock, .pkb_icon_close_wh, .pkb_icon_close_bk, .pkb_icon_sns, .pkb_icon_check, .pkb_inputCheck__circle:checked, .pkb_inputRadio__circle:checked, .pkb_icon_checkonly, .pkb_inputCheck__square:checked::before, .pkb_inputCheck__square_sm:checked::before, .pkb_inputCheck__square_lg:checked::before, .pkb_inputRadio__square:checked::before, .pkb_inputRadio__square_lg:checked::before, .pkb_icon_recent, .pkb_icon_arrow_t_bk, .pkb_icon_arrow_u_bk, .pkb_icon_arrow_l_bk, .pkb_icon_arrow_r_bk, .pkb_icon_arrow_r_gr, .pkb_menu_pages__item::after, .pkb_selectbox__wrap::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-size: contain;
}

.pkb_icon_arrow_r_gr, .pkb_menu_pages__item::after, .pkb_selectbox__wrap::after {
  width: 0.462rem;
  height: 0.932rem;
  background-image: url("../img/common/icon_arrow_r_gr.svg");
}

.pkb_icon_arrow_r_bk {
  background-image: url("../img/common/icon_arrow_r_bk.svg");
}

.pkb_icon_arrow_l_bk {
  background-image: url("../img/common/icon_arrow_l_bk.svg");
}

.pkb_icon_arrow_u_bk {
  background-image: url("../img/common/icon_arrow_u_bk.svg");
}

.pkb_icon_arrow_t_bk {
  background-image: url("../img/common/icon_arrow_t_bk.svg");
}

.pkb_icon_recent {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/common/icon_recent.svg");
}

.pkb_icon_checkonly, .pkb_inputCheck__square:checked::before, .pkb_inputCheck__square_sm:checked::before, .pkb_inputCheck__square_lg:checked::before, .pkb_inputRadio__square:checked::before, .pkb_inputRadio__square_lg:checked::before {
  width: 1.3rem;
  height: 100%;
  background-image: url("../img/common/icon_checkonly.svg");
}

.pkb_icon_check, .pkb_inputCheck__circle:checked, .pkb_inputRadio__circle:checked {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../img/common/icon_check.svg");
}

.pkb_icon_sns {
  width: 10rem;
  height: 2rem;
  background-image: url("../img/common/icon_sns.svg");
}

.pkb_icon_close_bk {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../img/common/icon_close_bk.svg");
}

.pkb_icon_close_wh {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../img/common/icon_close_wh.svg");
}

.pkb_icon_clock {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/icon_clock.svg");
}

.pkb_icon_mappin {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/icon_mappin.svg");
}

.pkb_icon_tel {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/icon_tel.svg");
}

.pkb_icon_add {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/icon_add.svg");
}

.pkb_headline {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 1.4rem;
  background-color: #F7F5EF;
}

.pkb_headline.no_margin {
  margin-bottom: 0;
}

.pkb_text__primary, .pkb_invite__head_text, .pkb_payment__secondary_radio, .pkb_field__error_text, .pkb_login_form__error_text, .pkb_field__body_confirm, .pkb_price_details, .pkb_priceInfo__content, .pkb_inputCheck__label, .pkb_inputRadio__label, .pkb_list__ordered li, .pkb_text__p, .pkb_text__placeholder::placeholder, .pkb_text__bold {
  font-size: 1.4rem;
  line-height: 1.5;
}

.pkb_text__bold {
  font-weight: 700;
}

.pkb_text__red, .pkb_field__error_text, .pkb_login_form__error_text {
  color: #D80B24;
}

.pkb_text__placeholder::placeholder {
  color: #AAAAAA;
}

.pkb_text__large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
}

.pkb_text__title_primary, .pkb_childInfo__gender label, .pkb_price_details tfoot, .pkb_text__title_secondary, .pkb_text__title_primary__bold {
  font-size: 1.6rem;
  line-height: 1.28;
}

.pkb_text__title_primary__bold {
  font-weight: 700;
}

.pkb_text__title_secondary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}

.pkb_text__title_secondary::before {
  display: block;
  width: 0.5rem;
  margin-right: 1rem;
  background-color: #D80B24;
  height: 22px;
  content: "";
}

.pkb_text__small, .pkb_menu_pages__item, .pkb_text__s_bold {
  font-size: 1.2rem;
  line-height: 1.28;
}

.pkb_text__s_bold {
  font-weight: 700;
}

.pkb_text__p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pkb_list__ordered li {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  list-style-type: upper-roman;
}

.pkb_inputCheck__spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pkb_inputCheck__spacing_secondary {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3.6rem;
  padding-right: 1.5rem;
}

.pkb_inputCheck__wrap, .pkb_inputRadio__wrap, .pkb_coupon__radio {
  display: flex;
  align-items: center;
}

.pkb_inputCheck__base, .pkb_inputCheck__square, .pkb_inputCheck__square_sm, .pkb_inputCheck__square_lg, .pkb_inputRadio__square, .pkb_inputRadio__square_lg, .pkb_inputCheck__circle, .pkb_inputRadio__circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.pkb_inputCheck__base:focus, .pkb_inputCheck__square:focus, .pkb_inputCheck__square_sm:focus, .pkb_inputCheck__square_lg:focus, .pkb_inputRadio__square:focus, .pkb_inputRadio__square_lg:focus, .pkb_inputCheck__circle:focus, .pkb_inputRadio__circle:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.pkb_inputCheck__circle, .pkb_inputRadio__circle {
  margin-right: 1rem;
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
}

.pkb_inputCheck__circle:checked, .pkb_inputRadio__circle:checked {
  border-color: #D80B24;
}

.pkb_inputCheck__square, .pkb_inputCheck__square_sm, .pkb_inputCheck__square_lg, .pkb_inputRadio__square, .pkb_inputRadio__square_lg {
  position: relative;
  margin-right: 1.5rem;
  border-width: 1px;
  border-color: #AAAAAA;
  border-style: solid;
}

.pkb_inputCheck__square:checked, .pkb_inputCheck__square_sm:checked, .pkb_inputCheck__square_lg:checked, .pkb_inputRadio__square:checked, .pkb_inputRadio__square_lg:checked {
  background-color: #D80B24;
  border-color: #D80B24;
}

.pkb_inputCheck__square:checked::before, .pkb_inputCheck__square_sm:checked::before, .pkb_inputCheck__square_lg:checked::before, .pkb_inputRadio__square:checked::before, .pkb_inputRadio__square_lg:checked::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  content: "";
}

.pkb_inputCheck__square_lg {
  width: 2.5rem;
  height: 2.5rem;
}

.pkb_inputCheck__square_lg:checked::before {
  margin-left: -0.7rem;
}

.pkb_inputCheck__square_sm {
  width: 1.2rem;
  height: 1.2rem;
}

.pkb_inputCheck__square_sm:checked::before {
  width: 0.65rem;
  margin-left: -0.35rem;
}

.pkb_selectbox {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pkb_selectbox.is_error {
  background-color: #F7CED3;
}

.pkb_selectbox__wrap {
  position: relative;
  display: inline-block;
}

.pkb_selectbox__wrap::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  margin-top: -0.466rem;
  transform: rotate(90deg);
  content: "";
  pointer-events: none;
}

.pkb_selectbox__wrap.is_row {
  display: block;
}

.pkb_selectbox__wrap.is_row::after {
  transform: none;
}

.pkb_selectbox__wrap.is_row .pkb_selectbox {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.8rem;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid #DDDDDD;
}

.pkb_selectbox__wrap.is_row .pkb_selectbox:disabled {
  background-color: #DDDDDD;
}

.pkb_selectbox__wrap.is_row:not(:last-of-type) .pkb_selectbox:disabled {
  border-color: #FFFFFF;
}

.pkb_line__top, .pkb_price_details tfoot, .pkb_priceInfo__content tfoot {
  border-top-width: 1px;
}

.pkb_line__bottom, .pkb_menu_pages__item, .pkb_payment__secondary_radio {
  border-bottom-width: 1px;
}

.pkb_line__primary, .pkb_menu_pages__item, .pkb_price_details__sticky, .pkb_price_details tfoot, .pkb_priceInfo__content tfoot {
  border-color: #DDDDDD;
  border-style: solid;
}

.pkb_line__greige {
  border-color: #E6E5E1;
  border-style: solid;
}

.pkb_line__white, .pkb_payment__secondary_radio {
  border-color: #FFFFFF;
  border-style: solid;
}

.pkb_spacing__primary_x, .pkb_btmStickButton, .pkb_inputCheck__spacing {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pkb_spacing__secondary_x {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pkb_spacing__primary_y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pkb_spacing__field_row_b {
  margin-bottom: 2rem;
}

.pkb_thumbnailMask {
  position: relative;
  overflow: hidden;
}

.pkb_thumbnailMask img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.pkb_thumbnailMask.is_mashikaku {
  padding-top: 102.4193548387%;
}

.pkb_thumbnailMask.is_mashikaku img {
  max-width: 211.2903225806%;
}

.pkb_thumbnailMask.is_yokonaga {
  padding-top: 69.3989071038%;
}

.pkb_thumbnailMask.is_yokonaga img {
  max-width: 207.650273224%;
}

.pkb_thumbnailMaskEmpty {
  padding-top: 102.4193548387%;
}

.pkb_shopCard {
  background-color: #FFFFFF;
  border-radius: 1.0rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
}

.pkb_shopCard__header {
  display: flex;
  justify-content: space-between;
}

.pkb_shopCard__header_title {
  font-size: 1.8rem;
  font-weight: 700;
}

.pkb_shopCard__header_btn {
  flex-shrink: 1;
  margin-top: -1.5rem;
  margin-right: -2rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.pkb_shopCard__body {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pkb_shopCard__body_icon {
  margin-top: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.pkb_shopCard__body_content {
  padding-left: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.38;
  width: calc(100% - 1.6rem);
}

.pkb_priceInfo__content td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pkb_priceInfo__content tfoot {
  font-weight: 700;
  color: #D80B24;
}

.pkb_header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 4.4rem;
  z-index: 5000;
}

.pkb_header.is_top {
  background-color: #FFFFFF;
}

.pkb_header.is_order {
  background-color: #D80B24;
  color: #FFFFFF;
}

.pkb_header__logo {
  width: 160px;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 180px;
  background-image: url("../img/common/logo_pkb.svg");
  background-size: contain;
}

.pkb_header__menu {
  width: 2.4rem;
  margin-left: 1.2rem;
  height: 2.5rem;
  margin-bottom: -4px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url("../img/common/icon_menu.svg");
  background-size: contain;
}

@media (min-width: 375px) {
  .pkb_header__menu {
    margin-left: 2.4rem;
  }
}

.pkb_header__menu:active, .pkb_header__menu:focus {
  outline: none;
  opacity: 0.8;
}

.pkb_header__title {
  font-size: 1.7rem;
  flex-grow: 1;
  font-weight: bold;
  text-align: center;
}

.pkb_header__back {
  margin-left: 1.6rem;
  font-size: 1.7rem;
}

.pkb_header__spacing {
  width: 2.4rem;
  height: 2.5rem;
}

.pkb_notificationOrderHistory {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #FFFFFF;
  bottom: 0;
  height: 7rem;
}

@media (min-width: 375px) {
  .pkb_notificationOrderHistory {
    height: 8rem;
  }
}

.pkb_notificationOrderHistory__block {
  font-size: 1.2rem;
}

.pkb_notificationOrderHistory__row {
  line-height: 1.28;
}

.pkb_notificationOrderHistory__head {
  font-weight: 400;
}

.pkb_notificationOrderHistory__data {
  padding-left: 0.5rem;
}

.pkb_dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.4);
}

.pkb_dialog__contents {
  width: 75%;
  background-color: #FFFFFF;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  transition: opacity 0.5s ease;
}

.pkb_dialog__head {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
}

.pkb_dialog__body {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: left;
}

.pkb_dialog__buttonWrap {
  flex-grow: 1;
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-flex;
}

.pkb_dialog__buttonWrap + .pkb_dialog__buttonWrap::before {
  border-left: 1px #E6E5E1 solid;
  content: "";
}

.pkb_dialog__button {
  width: 100%;
  color: #D80B24;
}

.pkb_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
}

.pkb_loading__bk {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.pkb_loading__icon {
  width: 17.6vw;
}

.pkb_price_details {
  width: 100%;
  padding: 2rem;
  color: #FFFFFF;
  line-height: 1;
  background-color: #3E3E3E;
}

.pkb_price_details__title {
  margin-bottom: 1rem;
}

.pkb_price_details__content {
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
}

.pkb_price_details td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pkb_price_details tbody tr {
  border-bottom-width: 1px;
}

.pkb_price_details tfoot {
  font-weight: 700;
}

.pkb_price_details__sticky {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  position: static;
  top: 44px;
  left: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #3E3E3E;
  opacity: 0;
  transition: opacity 0.15s 0s ease-out, max-height 0.15s 0s;
}

.pkb_price_details__sticky p {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pkb_field__body_confirm {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pkb_field__multicol {
  display: flex;
}

.pkb_field__row + .pkb_field__row {
  margin-top: 2rem;
}

.pkb_field__edit_btn_wrap {
  margin-top: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
}

.pkb_field__error_text, .pkb_login_form__error_text {
  margin-top: 1rem;
}

.pkb_destinationItem__btn {
  flex-grow: 1;
  width: 50%;
  height: 4.4rem;
}

.pkb_destinationItem__btn button {
  height: 100%;
  padding: 0;
}

.pkb_destinationItem__btn + .pkb_destinationItem__btn {
  margin-left: 2rem;
}

.pkb_card__base, .pkb_card__border, .pkb_card__img {
  display: block;
  overflow: hidden;
}

.pkb_card__img {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.pkb_card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.pkb_card__border {
  padding: 2rem;
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
  border-radius: 1rem;
}

@media (min-width: 375px) {
  .pkb_card__border {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.pkb_orderPreview {
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pkb_orderPreview__thumbnail {
  width: 41.66667%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pkb_orderPreview__thumbnail_inner {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
}

.pkb_orderPreview__content {
  width: 58.33333%;
  padding-top: 0.5rem;
  padding-right: 2rem;
}

.pkb_orderPreview__detail {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}

.pkb_orderPreview__detail th {
  font-weight: 400;
  padding-right: 0.5rem;
  white-space: nowrap;
  vertical-align: top;
}

.pkb_orderPreview__btn {
  width: 9rem;
  white-space: nowrap;
}

.pkb_orderPreview__btn + .pkb_orderPreview__btn {
  margin-left: 1rem;
}

.pkb_topLogin__content {
  background-color: #F7F5EF;
  position: relative;
  min-height: calc(100vh - 44px);
}

.pkb_mainVisual {
  position: relative;
  overflow: hidden;
}

.pkb_mainVisual__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pkb_login_form__content {
  padding-top: 10vh;
  padding-bottom: 3vh;
}

.pkb_orderComplete__main.no_child {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80vh;
}

@media (min-width: 375px) {
  .pkb_orderComplete__main.no_child {
    max-height: 75vh;
  }
}

.pkb_orderComplete__orderNumber {
  width: 70%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 0.5rem;
  max-width: 26rem;
}

.pkb_orderComplete__preview {
  width: 20.5rem;
}

.pkb_orderComplete__preview.is_yokonaga {
  width: 25rem;
}

.pkb_orderComplete__dlBtn {
  width: 18rem;
}

.pkb_orderComplete__dlBtn button {
  border-radius: 4.4rem !important;
}

.pkb_orderComplete__uploadIcon {
  margin-left: 1rem;
  width: 15px;
  height: 26px;
  overflow: hidden;
}

.pkb_orderDestinations__add_btn, .pkb_menuDestinations__add_btn {
  border-color: #DDDDDD !important;
}

.pkb_childInfo__birth_select + .pkb_childInfo__birth_select {
  margin-left: 1rem;
}

.pkb_childInfo__deleate_button {
  flex-shrink: 1;
  width: auto !important;
  margin-top: -0.5rem;
  margin-right: -1rem;
}

.pkb_childInfo .pkb_button.is_secondary:disabled {
  opacity: 0.3;
}

.pkb_addChild__btn {
  height: 7rem;
}

.pkb_payment__secondary_radio {
  padding-left: 1.5rem;
}

.pkb_payment__secondary_radio .pkb_inputRadio__circle {
  background-color: #FFFFFF;
}

.pkb_payment__secondary_radio .pkb_inputCheck__square_sm {
  background-color: #FFFFFF;
}

.pkb_payment__secondary_radio .pkb_inputCheck__square_sm:checked {
  background-color: #D80B24;
}

.pkb_payment__wrap_deleteBtn {
  display: flex;
  flex: 1 1 0%;
  justify-content: space-between;
  align-items: center;
}

.pkb_payment__wrap_deleteBtn .pkb_payment__deleteBtn {
  flex-shrink: 0;
  width: 8rem;
  padding-right: 1.5rem;
}

.pkb_payment__no_spacing {
  padding-left: 0 !important;
}

.pkb_menu_pages__item {
  position: relative;
}

@media (min-width: 375px) {
  .pkb_menu_pages__item {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.pkb_menu_pages__item::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.466rem;
  content: "";
}

.pkb_menu_pages__link {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pkb_invite__head {
  position: relative;
  background-color: #F7F5EF;
}

.pkb_invite__head_img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pkb_invite__head_text {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding-bottom: 6.3rem;
}

.pkb_invite__head_label {
  display: inline-block;
  min-width: 4em;
}

.pkb_invite__head_code {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  color: #333333;
  padding-left: 2rem;
  padding-right: 2rem;
  bottom: 1.5rem;
  width: 86.6666666667vw;
  height: 4rem;
  border-radius: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.pkb_menuAppInfo {
  margin-top: 3rem;
  text-align: center;
}

.pkb_menuAppInfo__logo {
  margin-bottom: 0.5rem;
  width: 4.6rem;
}

.pkb_menuAppInfo__version {
  font-size: 1rem;
}

.pkb_coupon__radio {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.5rem;
}

.pkb_coupon__radio + .pkb_coupon__radio {
  margin-top: 1rem;
}

.pkb_coupon__add_btn {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  white-space: nowrap;
  font-size: 1.2rem !important;
}

@media (min-width: 375px){
  .sm\:appearance-none{
    appearance: none;
  }

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

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

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

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

  .sm\:bg-black{
    background-color: #333333;
  }

  .sm\:bg-white{
    background-color: #FFFFFF;
  }

  .sm\:bg-gray{
    background-color: #AAAAAA;
  }

  .sm\:bg-red{
    background-color: #D80B24;
  }

  .sm\:bg-orange-100{
    background-color: #fffaf0;
  }

  .sm\:bg-orange-200{
    background-color: #feebc8;
  }

  .sm\:bg-orange-300{
    background-color: #fbd38d;
  }

  .sm\:bg-orange-400{
    background-color: #f6ad55;
  }

  .sm\:bg-orange-500{
    background-color: #ed8936;
  }

  .sm\:bg-orange-600{
    background-color: #dd6b20;
  }

  .sm\:bg-orange-700{
    background-color: #c05621;
  }

  .sm\:bg-orange-800{
    background-color: #9c4221;
  }

  .sm\:bg-orange-900{
    background-color: #7b341e;
  }

  .sm\:bg-yellow-100{
    background-color: #fffff0;
  }

  .sm\:bg-yellow-200{
    background-color: #fefcbf;
  }

  .sm\:bg-yellow-300{
    background-color: #faf089;
  }

  .sm\:bg-yellow-400{
    background-color: #f6e05e;
  }

  .sm\:bg-yellow-500{
    background-color: #ecc94b;
  }

  .sm\:bg-yellow-600{
    background-color: #d69e2e;
  }

  .sm\:bg-yellow-700{
    background-color: #b7791f;
  }

  .sm\:bg-yellow-800{
    background-color: #975a16;
  }

  .sm\:bg-yellow-900{
    background-color: #744210;
  }

  .sm\:bg-green{
    background-color: #59D39F;
  }

  .sm\:bg-teal-100{
    background-color: #e6fffa;
  }

  .sm\:bg-teal-200{
    background-color: #b2f5ea;
  }

  .sm\:bg-teal-300{
    background-color: #81e6d9;
  }

  .sm\:bg-teal-400{
    background-color: #4fd1c5;
  }

  .sm\:bg-teal-500{
    background-color: #38b2ac;
  }

  .sm\:bg-teal-600{
    background-color: #319795;
  }

  .sm\:bg-teal-700{
    background-color: #2c7a7b;
  }

  .sm\:bg-teal-800{
    background-color: #285e61;
  }

  .sm\:bg-teal-900{
    background-color: #234e52;
  }

  .sm\:bg-blue-100{
    background-color: #ebf8ff;
  }

  .sm\:bg-blue-200{
    background-color: #bee3f8;
  }

  .sm\:bg-blue-300{
    background-color: #90cdf4;
  }

  .sm\:bg-blue-400{
    background-color: #63b3ed;
  }

  .sm\:bg-blue-500{
    background-color: #4299e1;
  }

  .sm\:bg-blue-600{
    background-color: #3182ce;
  }

  .sm\:bg-blue-700{
    background-color: #2b6cb0;
  }

  .sm\:bg-blue-800{
    background-color: #2c5282;
  }

  .sm\:bg-blue-900{
    background-color: #2a4365;
  }

  .sm\:bg-indigo-100{
    background-color: #ebf4ff;
  }

  .sm\:bg-indigo-200{
    background-color: #c3dafe;
  }

  .sm\:bg-indigo-300{
    background-color: #a3bffa;
  }

  .sm\:bg-indigo-400{
    background-color: #7f9cf5;
  }

  .sm\:bg-indigo-500{
    background-color: #667eea;
  }

  .sm\:bg-indigo-600{
    background-color: #5a67d8;
  }

  .sm\:bg-indigo-700{
    background-color: #4c51bf;
  }

  .sm\:bg-indigo-800{
    background-color: #434190;
  }

  .sm\:bg-indigo-900{
    background-color: #3c366b;
  }

  .sm\:bg-purple-100{
    background-color: #faf5ff;
  }

  .sm\:bg-purple-200{
    background-color: #e9d8fd;
  }

  .sm\:bg-purple-300{
    background-color: #d6bcfa;
  }

  .sm\:bg-purple-400{
    background-color: #b794f4;
  }

  .sm\:bg-purple-500{
    background-color: #9f7aea;
  }

  .sm\:bg-purple-600{
    background-color: #805ad5;
  }

  .sm\:bg-purple-700{
    background-color: #6b46c1;
  }

  .sm\:bg-purple-800{
    background-color: #553c9a;
  }

  .sm\:bg-purple-900{
    background-color: #44337a;
  }

  .sm\:bg-pink{
    background-color: #F7CED3;
  }

  .sm\:bg-grayDark{
    background-color: #707070;
  }

  .sm\:bg-greige{
    background-color: #E6E5E1;
  }

  .sm\:bg-cream{
    background-color: #F7F5EF;
  }

  .sm\:bg-pinkDark{
    background-color: #F09CA2;
  }

  .sm\:bg-grayLight{
    background-color: #DDDDDD;
  }

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

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

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

  .sm\:hover\:bg-gray:hover{
    background-color: #AAAAAA;
  }

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

  .sm\:hover\:bg-orange-100:hover{
    background-color: #fffaf0;
  }

  .sm\:hover\:bg-orange-200:hover{
    background-color: #feebc8;
  }

  .sm\:hover\:bg-orange-300:hover{
    background-color: #fbd38d;
  }

  .sm\:hover\:bg-orange-400:hover{
    background-color: #f6ad55;
  }

  .sm\:hover\:bg-orange-500:hover{
    background-color: #ed8936;
  }

  .sm\:hover\:bg-orange-600:hover{
    background-color: #dd6b20;
  }

  .sm\:hover\:bg-orange-700:hover{
    background-color: #c05621;
  }

  .sm\:hover\:bg-orange-800:hover{
    background-color: #9c4221;
  }

  .sm\:hover\:bg-orange-900:hover{
    background-color: #7b341e;
  }

  .sm\:hover\:bg-yellow-100:hover{
    background-color: #fffff0;
  }

  .sm\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf;
  }

  .sm\:hover\:bg-yellow-300:hover{
    background-color: #faf089;
  }

  .sm\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e;
  }

  .sm\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b;
  }

  .sm\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e;
  }

  .sm\:hover\:bg-yellow-700:hover{
    background-color: #b7791f;
  }

  .sm\:hover\:bg-yellow-800:hover{
    background-color: #975a16;
  }

  .sm\:hover\:bg-yellow-900:hover{
    background-color: #744210;
  }

  .sm\:hover\:bg-green:hover{
    background-color: #59D39F;
  }

  .sm\:hover\:bg-teal-100:hover{
    background-color: #e6fffa;
  }

  .sm\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea;
  }

  .sm\:hover\:bg-teal-300:hover{
    background-color: #81e6d9;
  }

  .sm\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5;
  }

  .sm\:hover\:bg-teal-500:hover{
    background-color: #38b2ac;
  }

  .sm\:hover\:bg-teal-600:hover{
    background-color: #319795;
  }

  .sm\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b;
  }

  .sm\:hover\:bg-teal-800:hover{
    background-color: #285e61;
  }

  .sm\:hover\:bg-teal-900:hover{
    background-color: #234e52;
  }

  .sm\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff;
  }

  .sm\:hover\:bg-blue-200:hover{
    background-color: #bee3f8;
  }

  .sm\:hover\:bg-blue-300:hover{
    background-color: #90cdf4;
  }

  .sm\:hover\:bg-blue-400:hover{
    background-color: #63b3ed;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #4299e1;
  }

  .sm\:hover\:bg-blue-600:hover{
    background-color: #3182ce;
  }

  .sm\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0;
  }

  .sm\:hover\:bg-blue-800:hover{
    background-color: #2c5282;
  }

  .sm\:hover\:bg-blue-900:hover{
    background-color: #2a4365;
  }

  .sm\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff;
  }

  .sm\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe;
  }

  .sm\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa;
  }

  .sm\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5;
  }

  .sm\:hover\:bg-indigo-500:hover{
    background-color: #667eea;
  }

  .sm\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8;
  }

  .sm\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf;
  }

  .sm\:hover\:bg-indigo-800:hover{
    background-color: #434190;
  }

  .sm\:hover\:bg-indigo-900:hover{
    background-color: #3c366b;
  }

  .sm\:hover\:bg-purple-100:hover{
    background-color: #faf5ff;
  }

  .sm\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd;
  }

  .sm\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa;
  }

  .sm\:hover\:bg-purple-400:hover{
    background-color: #b794f4;
  }

  .sm\:hover\:bg-purple-500:hover{
    background-color: #9f7aea;
  }

  .sm\:hover\:bg-purple-600:hover{
    background-color: #805ad5;
  }

  .sm\:hover\:bg-purple-700:hover{
    background-color: #6b46c1;
  }

  .sm\:hover\:bg-purple-800:hover{
    background-color: #553c9a;
  }

  .sm\:hover\:bg-purple-900:hover{
    background-color: #44337a;
  }

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

  .sm\:hover\:bg-grayDark:hover{
    background-color: #707070;
  }

  .sm\:hover\:bg-greige:hover{
    background-color: #E6E5E1;
  }

  .sm\:hover\:bg-cream:hover{
    background-color: #F7F5EF;
  }

  .sm\:hover\:bg-pinkDark:hover{
    background-color: #F09CA2;
  }

  .sm\:hover\:bg-grayLight:hover{
    background-color: #DDDDDD;
  }

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

  .sm\:focus\:bg-black:focus{
    background-color: #333333;
  }

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

  .sm\:focus\:bg-gray:focus{
    background-color: #AAAAAA;
  }

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

  .sm\:focus\:bg-orange-100:focus{
    background-color: #fffaf0;
  }

  .sm\:focus\:bg-orange-200:focus{
    background-color: #feebc8;
  }

  .sm\:focus\:bg-orange-300:focus{
    background-color: #fbd38d;
  }

  .sm\:focus\:bg-orange-400:focus{
    background-color: #f6ad55;
  }

  .sm\:focus\:bg-orange-500:focus{
    background-color: #ed8936;
  }

  .sm\:focus\:bg-orange-600:focus{
    background-color: #dd6b20;
  }

  .sm\:focus\:bg-orange-700:focus{
    background-color: #c05621;
  }

  .sm\:focus\:bg-orange-800:focus{
    background-color: #9c4221;
  }

  .sm\:focus\:bg-orange-900:focus{
    background-color: #7b341e;
  }

  .sm\:focus\:bg-yellow-100:focus{
    background-color: #fffff0;
  }

  .sm\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf;
  }

  .sm\:focus\:bg-yellow-300:focus{
    background-color: #faf089;
  }

  .sm\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e;
  }

  .sm\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b;
  }

  .sm\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e;
  }

  .sm\:focus\:bg-yellow-700:focus{
    background-color: #b7791f;
  }

  .sm\:focus\:bg-yellow-800:focus{
    background-color: #975a16;
  }

  .sm\:focus\:bg-yellow-900:focus{
    background-color: #744210;
  }

  .sm\:focus\:bg-green:focus{
    background-color: #59D39F;
  }

  .sm\:focus\:bg-teal-100:focus{
    background-color: #e6fffa;
  }

  .sm\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea;
  }

  .sm\:focus\:bg-teal-300:focus{
    background-color: #81e6d9;
  }

  .sm\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5;
  }

  .sm\:focus\:bg-teal-500:focus{
    background-color: #38b2ac;
  }

  .sm\:focus\:bg-teal-600:focus{
    background-color: #319795;
  }

  .sm\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b;
  }

  .sm\:focus\:bg-teal-800:focus{
    background-color: #285e61;
  }

  .sm\:focus\:bg-teal-900:focus{
    background-color: #234e52;
  }

  .sm\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff;
  }

  .sm\:focus\:bg-blue-200:focus{
    background-color: #bee3f8;
  }

  .sm\:focus\:bg-blue-300:focus{
    background-color: #90cdf4;
  }

  .sm\:focus\:bg-blue-400:focus{
    background-color: #63b3ed;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #4299e1;
  }

  .sm\:focus\:bg-blue-600:focus{
    background-color: #3182ce;
  }

  .sm\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0;
  }

  .sm\:focus\:bg-blue-800:focus{
    background-color: #2c5282;
  }

  .sm\:focus\:bg-blue-900:focus{
    background-color: #2a4365;
  }

  .sm\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff;
  }

  .sm\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe;
  }

  .sm\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa;
  }

  .sm\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5;
  }

  .sm\:focus\:bg-indigo-500:focus{
    background-color: #667eea;
  }

  .sm\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8;
  }

  .sm\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf;
  }

  .sm\:focus\:bg-indigo-800:focus{
    background-color: #434190;
  }

  .sm\:focus\:bg-indigo-900:focus{
    background-color: #3c366b;
  }

  .sm\:focus\:bg-purple-100:focus{
    background-color: #faf5ff;
  }

  .sm\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd;
  }

  .sm\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa;
  }

  .sm\:focus\:bg-purple-400:focus{
    background-color: #b794f4;
  }

  .sm\:focus\:bg-purple-500:focus{
    background-color: #9f7aea;
  }

  .sm\:focus\:bg-purple-600:focus{
    background-color: #805ad5;
  }

  .sm\:focus\:bg-purple-700:focus{
    background-color: #6b46c1;
  }

  .sm\:focus\:bg-purple-800:focus{
    background-color: #553c9a;
  }

  .sm\:focus\:bg-purple-900:focus{
    background-color: #44337a;
  }

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

  .sm\:focus\:bg-grayDark:focus{
    background-color: #707070;
  }

  .sm\:focus\:bg-greige:focus{
    background-color: #E6E5E1;
  }

  .sm\:focus\:bg-cream:focus{
    background-color: #F7F5EF;
  }

  .sm\:focus\:bg-pinkDark:focus{
    background-color: #F09CA2;
  }

  .sm\:focus\:bg-grayLight:focus{
    background-color: #DDDDDD;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-black{
    border-color: #333333;
  }

  .sm\:border-white{
    border-color: #FFFFFF;
  }

  .sm\:border-gray{
    border-color: #AAAAAA;
  }

  .sm\:border-red{
    border-color: #D80B24;
  }

  .sm\:border-orange-100{
    border-color: #fffaf0;
  }

  .sm\:border-orange-200{
    border-color: #feebc8;
  }

  .sm\:border-orange-300{
    border-color: #fbd38d;
  }

  .sm\:border-orange-400{
    border-color: #f6ad55;
  }

  .sm\:border-orange-500{
    border-color: #ed8936;
  }

  .sm\:border-orange-600{
    border-color: #dd6b20;
  }

  .sm\:border-orange-700{
    border-color: #c05621;
  }

  .sm\:border-orange-800{
    border-color: #9c4221;
  }

  .sm\:border-orange-900{
    border-color: #7b341e;
  }

  .sm\:border-yellow-100{
    border-color: #fffff0;
  }

  .sm\:border-yellow-200{
    border-color: #fefcbf;
  }

  .sm\:border-yellow-300{
    border-color: #faf089;
  }

  .sm\:border-yellow-400{
    border-color: #f6e05e;
  }

  .sm\:border-yellow-500{
    border-color: #ecc94b;
  }

  .sm\:border-yellow-600{
    border-color: #d69e2e;
  }

  .sm\:border-yellow-700{
    border-color: #b7791f;
  }

  .sm\:border-yellow-800{
    border-color: #975a16;
  }

  .sm\:border-yellow-900{
    border-color: #744210;
  }

  .sm\:border-green{
    border-color: #59D39F;
  }

  .sm\:border-teal-100{
    border-color: #e6fffa;
  }

  .sm\:border-teal-200{
    border-color: #b2f5ea;
  }

  .sm\:border-teal-300{
    border-color: #81e6d9;
  }

  .sm\:border-teal-400{
    border-color: #4fd1c5;
  }

  .sm\:border-teal-500{
    border-color: #38b2ac;
  }

  .sm\:border-teal-600{
    border-color: #319795;
  }

  .sm\:border-teal-700{
    border-color: #2c7a7b;
  }

  .sm\:border-teal-800{
    border-color: #285e61;
  }

  .sm\:border-teal-900{
    border-color: #234e52;
  }

  .sm\:border-blue-100{
    border-color: #ebf8ff;
  }

  .sm\:border-blue-200{
    border-color: #bee3f8;
  }

  .sm\:border-blue-300{
    border-color: #90cdf4;
  }

  .sm\:border-blue-400{
    border-color: #63b3ed;
  }

  .sm\:border-blue-500{
    border-color: #4299e1;
  }

  .sm\:border-blue-600{
    border-color: #3182ce;
  }

  .sm\:border-blue-700{
    border-color: #2b6cb0;
  }

  .sm\:border-blue-800{
    border-color: #2c5282;
  }

  .sm\:border-blue-900{
    border-color: #2a4365;
  }

  .sm\:border-indigo-100{
    border-color: #ebf4ff;
  }

  .sm\:border-indigo-200{
    border-color: #c3dafe;
  }

  .sm\:border-indigo-300{
    border-color: #a3bffa;
  }

  .sm\:border-indigo-400{
    border-color: #7f9cf5;
  }

  .sm\:border-indigo-500{
    border-color: #667eea;
  }

  .sm\:border-indigo-600{
    border-color: #5a67d8;
  }

  .sm\:border-indigo-700{
    border-color: #4c51bf;
  }

  .sm\:border-indigo-800{
    border-color: #434190;
  }

  .sm\:border-indigo-900{
    border-color: #3c366b;
  }

  .sm\:border-purple-100{
    border-color: #faf5ff;
  }

  .sm\:border-purple-200{
    border-color: #e9d8fd;
  }

  .sm\:border-purple-300{
    border-color: #d6bcfa;
  }

  .sm\:border-purple-400{
    border-color: #b794f4;
  }

  .sm\:border-purple-500{
    border-color: #9f7aea;
  }

  .sm\:border-purple-600{
    border-color: #805ad5;
  }

  .sm\:border-purple-700{
    border-color: #6b46c1;
  }

  .sm\:border-purple-800{
    border-color: #553c9a;
  }

  .sm\:border-purple-900{
    border-color: #44337a;
  }

  .sm\:border-pink{
    border-color: #F7CED3;
  }

  .sm\:border-grayDark{
    border-color: #707070;
  }

  .sm\:border-greige{
    border-color: #E6E5E1;
  }

  .sm\:border-cream{
    border-color: #F7F5EF;
  }

  .sm\:border-pinkDark{
    border-color: #F09CA2;
  }

  .sm\:border-grayLight{
    border-color: #DDDDDD;
  }

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

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

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

  .sm\:hover\:border-gray:hover{
    border-color: #AAAAAA;
  }

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

  .sm\:hover\:border-orange-100:hover{
    border-color: #fffaf0;
  }

  .sm\:hover\:border-orange-200:hover{
    border-color: #feebc8;
  }

  .sm\:hover\:border-orange-300:hover{
    border-color: #fbd38d;
  }

  .sm\:hover\:border-orange-400:hover{
    border-color: #f6ad55;
  }

  .sm\:hover\:border-orange-500:hover{
    border-color: #ed8936;
  }

  .sm\:hover\:border-orange-600:hover{
    border-color: #dd6b20;
  }

  .sm\:hover\:border-orange-700:hover{
    border-color: #c05621;
  }

  .sm\:hover\:border-orange-800:hover{
    border-color: #9c4221;
  }

  .sm\:hover\:border-orange-900:hover{
    border-color: #7b341e;
  }

  .sm\:hover\:border-yellow-100:hover{
    border-color: #fffff0;
  }

  .sm\:hover\:border-yellow-200:hover{
    border-color: #fefcbf;
  }

  .sm\:hover\:border-yellow-300:hover{
    border-color: #faf089;
  }

  .sm\:hover\:border-yellow-400:hover{
    border-color: #f6e05e;
  }

  .sm\:hover\:border-yellow-500:hover{
    border-color: #ecc94b;
  }

  .sm\:hover\:border-yellow-600:hover{
    border-color: #d69e2e;
  }

  .sm\:hover\:border-yellow-700:hover{
    border-color: #b7791f;
  }

  .sm\:hover\:border-yellow-800:hover{
    border-color: #975a16;
  }

  .sm\:hover\:border-yellow-900:hover{
    border-color: #744210;
  }

  .sm\:hover\:border-green:hover{
    border-color: #59D39F;
  }

  .sm\:hover\:border-teal-100:hover{
    border-color: #e6fffa;
  }

  .sm\:hover\:border-teal-200:hover{
    border-color: #b2f5ea;
  }

  .sm\:hover\:border-teal-300:hover{
    border-color: #81e6d9;
  }

  .sm\:hover\:border-teal-400:hover{
    border-color: #4fd1c5;
  }

  .sm\:hover\:border-teal-500:hover{
    border-color: #38b2ac;
  }

  .sm\:hover\:border-teal-600:hover{
    border-color: #319795;
  }

  .sm\:hover\:border-teal-700:hover{
    border-color: #2c7a7b;
  }

  .sm\:hover\:border-teal-800:hover{
    border-color: #285e61;
  }

  .sm\:hover\:border-teal-900:hover{
    border-color: #234e52;
  }

  .sm\:hover\:border-blue-100:hover{
    border-color: #ebf8ff;
  }

  .sm\:hover\:border-blue-200:hover{
    border-color: #bee3f8;
  }

  .sm\:hover\:border-blue-300:hover{
    border-color: #90cdf4;
  }

  .sm\:hover\:border-blue-400:hover{
    border-color: #63b3ed;
  }

  .sm\:hover\:border-blue-500:hover{
    border-color: #4299e1;
  }

  .sm\:hover\:border-blue-600:hover{
    border-color: #3182ce;
  }

  .sm\:hover\:border-blue-700:hover{
    border-color: #2b6cb0;
  }

  .sm\:hover\:border-blue-800:hover{
    border-color: #2c5282;
  }

  .sm\:hover\:border-blue-900:hover{
    border-color: #2a4365;
  }

  .sm\:hover\:border-indigo-100:hover{
    border-color: #ebf4ff;
  }

  .sm\:hover\:border-indigo-200:hover{
    border-color: #c3dafe;
  }

  .sm\:hover\:border-indigo-300:hover{
    border-color: #a3bffa;
  }

  .sm\:hover\:border-indigo-400:hover{
    border-color: #7f9cf5;
  }

  .sm\:hover\:border-indigo-500:hover{
    border-color: #667eea;
  }

  .sm\:hover\:border-indigo-600:hover{
    border-color: #5a67d8;
  }

  .sm\:hover\:border-indigo-700:hover{
    border-color: #4c51bf;
  }

  .sm\:hover\:border-indigo-800:hover{
    border-color: #434190;
  }

  .sm\:hover\:border-indigo-900:hover{
    border-color: #3c366b;
  }

  .sm\:hover\:border-purple-100:hover{
    border-color: #faf5ff;
  }

  .sm\:hover\:border-purple-200:hover{
    border-color: #e9d8fd;
  }

  .sm\:hover\:border-purple-300:hover{
    border-color: #d6bcfa;
  }

  .sm\:hover\:border-purple-400:hover{
    border-color: #b794f4;
  }

  .sm\:hover\:border-purple-500:hover{
    border-color: #9f7aea;
  }

  .sm\:hover\:border-purple-600:hover{
    border-color: #805ad5;
  }

  .sm\:hover\:border-purple-700:hover{
    border-color: #6b46c1;
  }

  .sm\:hover\:border-purple-800:hover{
    border-color: #553c9a;
  }

  .sm\:hover\:border-purple-900:hover{
    border-color: #44337a;
  }

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

  .sm\:hover\:border-grayDark:hover{
    border-color: #707070;
  }

  .sm\:hover\:border-greige:hover{
    border-color: #E6E5E1;
  }

  .sm\:hover\:border-cream:hover{
    border-color: #F7F5EF;
  }

  .sm\:hover\:border-pinkDark:hover{
    border-color: #F09CA2;
  }

  .sm\:hover\:border-grayLight:hover{
    border-color: #DDDDDD;
  }

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

  .sm\:focus\:border-black:focus{
    border-color: #333333;
  }

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

  .sm\:focus\:border-gray:focus{
    border-color: #AAAAAA;
  }

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

  .sm\:focus\:border-orange-100:focus{
    border-color: #fffaf0;
  }

  .sm\:focus\:border-orange-200:focus{
    border-color: #feebc8;
  }

  .sm\:focus\:border-orange-300:focus{
    border-color: #fbd38d;
  }

  .sm\:focus\:border-orange-400:focus{
    border-color: #f6ad55;
  }

  .sm\:focus\:border-orange-500:focus{
    border-color: #ed8936;
  }

  .sm\:focus\:border-orange-600:focus{
    border-color: #dd6b20;
  }

  .sm\:focus\:border-orange-700:focus{
    border-color: #c05621;
  }

  .sm\:focus\:border-orange-800:focus{
    border-color: #9c4221;
  }

  .sm\:focus\:border-orange-900:focus{
    border-color: #7b341e;
  }

  .sm\:focus\:border-yellow-100:focus{
    border-color: #fffff0;
  }

  .sm\:focus\:border-yellow-200:focus{
    border-color: #fefcbf;
  }

  .sm\:focus\:border-yellow-300:focus{
    border-color: #faf089;
  }

  .sm\:focus\:border-yellow-400:focus{
    border-color: #f6e05e;
  }

  .sm\:focus\:border-yellow-500:focus{
    border-color: #ecc94b;
  }

  .sm\:focus\:border-yellow-600:focus{
    border-color: #d69e2e;
  }

  .sm\:focus\:border-yellow-700:focus{
    border-color: #b7791f;
  }

  .sm\:focus\:border-yellow-800:focus{
    border-color: #975a16;
  }

  .sm\:focus\:border-yellow-900:focus{
    border-color: #744210;
  }

  .sm\:focus\:border-green:focus{
    border-color: #59D39F;
  }

  .sm\:focus\:border-teal-100:focus{
    border-color: #e6fffa;
  }

  .sm\:focus\:border-teal-200:focus{
    border-color: #b2f5ea;
  }

  .sm\:focus\:border-teal-300:focus{
    border-color: #81e6d9;
  }

  .sm\:focus\:border-teal-400:focus{
    border-color: #4fd1c5;
  }

  .sm\:focus\:border-teal-500:focus{
    border-color: #38b2ac;
  }

  .sm\:focus\:border-teal-600:focus{
    border-color: #319795;
  }

  .sm\:focus\:border-teal-700:focus{
    border-color: #2c7a7b;
  }

  .sm\:focus\:border-teal-800:focus{
    border-color: #285e61;
  }

  .sm\:focus\:border-teal-900:focus{
    border-color: #234e52;
  }

  .sm\:focus\:border-blue-100:focus{
    border-color: #ebf8ff;
  }

  .sm\:focus\:border-blue-200:focus{
    border-color: #bee3f8;
  }

  .sm\:focus\:border-blue-300:focus{
    border-color: #90cdf4;
  }

  .sm\:focus\:border-blue-400:focus{
    border-color: #63b3ed;
  }

  .sm\:focus\:border-blue-500:focus{
    border-color: #4299e1;
  }

  .sm\:focus\:border-blue-600:focus{
    border-color: #3182ce;
  }

  .sm\:focus\:border-blue-700:focus{
    border-color: #2b6cb0;
  }

  .sm\:focus\:border-blue-800:focus{
    border-color: #2c5282;
  }

  .sm\:focus\:border-blue-900:focus{
    border-color: #2a4365;
  }

  .sm\:focus\:border-indigo-100:focus{
    border-color: #ebf4ff;
  }

  .sm\:focus\:border-indigo-200:focus{
    border-color: #c3dafe;
  }

  .sm\:focus\:border-indigo-300:focus{
    border-color: #a3bffa;
  }

  .sm\:focus\:border-indigo-400:focus{
    border-color: #7f9cf5;
  }

  .sm\:focus\:border-indigo-500:focus{
    border-color: #667eea;
  }

  .sm\:focus\:border-indigo-600:focus{
    border-color: #5a67d8;
  }

  .sm\:focus\:border-indigo-700:focus{
    border-color: #4c51bf;
  }

  .sm\:focus\:border-indigo-800:focus{
    border-color: #434190;
  }

  .sm\:focus\:border-indigo-900:focus{
    border-color: #3c366b;
  }

  .sm\:focus\:border-purple-100:focus{
    border-color: #faf5ff;
  }

  .sm\:focus\:border-purple-200:focus{
    border-color: #e9d8fd;
  }

  .sm\:focus\:border-purple-300:focus{
    border-color: #d6bcfa;
  }

  .sm\:focus\:border-purple-400:focus{
    border-color: #b794f4;
  }

  .sm\:focus\:border-purple-500:focus{
    border-color: #9f7aea;
  }

  .sm\:focus\:border-purple-600:focus{
    border-color: #805ad5;
  }

  .sm\:focus\:border-purple-700:focus{
    border-color: #6b46c1;
  }

  .sm\:focus\:border-purple-800:focus{
    border-color: #553c9a;
  }

  .sm\:focus\:border-purple-900:focus{
    border-color: #44337a;
  }

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

  .sm\:focus\:border-grayDark:focus{
    border-color: #707070;
  }

  .sm\:focus\:border-greige:focus{
    border-color: #E6E5E1;
  }

  .sm\:focus\:border-cream:focus{
    border-color: #F7F5EF;
  }

  .sm\:focus\:border-pinkDark:focus{
    border-color: #F09CA2;
  }

  .sm\:focus\:border-grayLight:focus{
    border-color: #DDDDDD;
  }

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

  .sm\:rounded-sm{
    border-radius: 0.2rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

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

  .sm\:rounded-md{
    border-radius: 0.4rem;
  }

  .sm\:rounded-mdl{
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl{
    border-radius: 1.0rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

  .sm\:rounded-t-md{
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }

  .sm\:rounded-t-mdl{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-mdl{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-mdl{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-mdl{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

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

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.4rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.4rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.4rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.4rem;
  }

  .sm\:rounded-tl-mdl{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-mdl{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-mdl{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-mdl{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 1.0rem;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 1.0rem;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 1.0rem;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 1.0rem;
  }

  .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: 2px;
  }

  .sm\:border-3{
    border-width: 3px;
  }

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

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

  .sm\:border{
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

  .sm\:border-t-3{
    border-top-width: 3px;
  }

  .sm\:border-r-3{
    border-right-width: 3px;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm\:border-l-3{
    border-left-width: 3px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

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

  .sm\:block{
    display: block;
  }

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

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

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

  .sm\:table{
    display: table;
  }

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

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

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-none{
    flex: none;
  }

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

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

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

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

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

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

  .sm\:font-body{
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-18{
    height: 4.5rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-22{
    height: 5.5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-26{
    height: 6.5rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-r6{
    height: 0.6rem;
  }

  .sm\:h-r12{
    height: 1.2rem;
  }

  .sm\:h-r13{
    height: 1.3rem;
  }

  .sm\:h-r16{
    height: 1.6rem;
  }

  .sm\:h-r18{
    height: 1.8rem;
  }

  .sm\:h-r24{
    height: 2.4rem;
  }

  .sm\:h-r26{
    height: 2.6rem;
  }

  .sm\:h-r28{
    height: 2.8rem;
  }

  .sm\:h-r34{
    height: 3.4rem;
  }

  .sm\:h-r35{
    height: 3.5rem;
  }

  .sm\:h-r36{
    height: 3.6rem;
  }

  .sm\:h-r44{
    height: 4.4rem;
  }

  .sm\:h-r94{
    height: 9.4rem;
  }

  .sm\:h-r95{
    height: 9.5rem;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

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

  .sm\:leading-tight{
    line-height: 1.28;
  }

  .sm\:leading-snug{
    line-height: 1.38;
  }

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

  .sm\:leading-relaxed{
    line-height: 1.73;
  }

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

  .sm\:leading-xtight{
    line-height: 1.15;
  }

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

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

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

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

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

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-14{
    margin: 3.5rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-18{
    margin: 4.5rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-22{
    margin: 5.5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-28{
    margin: 7rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-36{
    margin: 9rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-96{
    margin: 24rem;
  }

  .sm\:m-128{
    margin: 32rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-r6{
    margin: 0.6rem;
  }

  .sm\:m-r12{
    margin: 1.2rem;
  }

  .sm\:m-r13{
    margin: 1.3rem;
  }

  .sm\:m-r16{
    margin: 1.6rem;
  }

  .sm\:m-r18{
    margin: 1.8rem;
  }

  .sm\:m-r24{
    margin: 2.4rem;
  }

  .sm\:m-r26{
    margin: 2.6rem;
  }

  .sm\:m-r28{
    margin: 2.8rem;
  }

  .sm\:m-r34{
    margin: 3.4rem;
  }

  .sm\:m-r35{
    margin: 3.5rem;
  }

  .sm\:m-r36{
    margin: 3.6rem;
  }

  .sm\:m-r44{
    margin: 4.4rem;
  }

  .sm\:m-r94{
    margin: 9.4rem;
  }

  .sm\:m-r95{
    margin: 9.5rem;
  }

  .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-14{
    margin: -3.5rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-18{
    margin: -4.5rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-22{
    margin: -5.5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-28{
    margin: -7rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-36{
    margin: -9rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-r6{
    margin: -0.6rem;
  }

  .sm\:-m-r12{
    margin: -1.2rem;
  }

  .sm\:-m-r13{
    margin: -1.3rem;
  }

  .sm\:-m-r16{
    margin: -1.6rem;
  }

  .sm\:-m-r18{
    margin: -1.8rem;
  }

  .sm\:-m-r24{
    margin: -2.4rem;
  }

  .sm\:-m-r26{
    margin: -2.6rem;
  }

  .sm\:-m-r28{
    margin: -2.8rem;
  }

  .sm\:-m-r34{
    margin: -3.4rem;
  }

  .sm\:-m-r35{
    margin: -3.5rem;
  }

  .sm\:-m-r36{
    margin: -3.6rem;
  }

  .sm\:-m-r44{
    margin: -4.4rem;
  }

  .sm\:-m-r94{
    margin: -9.4rem;
  }

  .sm\:-m-r95{
    margin: -9.5rem;
  }

  .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-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-128{
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .sm\:mx-128{
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .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-r6{
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .sm\:mx-r6{
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }

  .sm\:my-r12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .sm\:mx-r12{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .sm\:my-r13{
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .sm\:mx-r13{
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .sm\:my-r16{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .sm\:mx-r16{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .sm\:my-r18{
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }

  .sm\:mx-r18{
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }

  .sm\:my-r24{
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .sm\:mx-r24{
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }

  .sm\:my-r26{
    margin-top: 2.6rem;
    margin-bottom: 2.6rem;
  }

  .sm\:mx-r26{
    margin-left: 2.6rem;
    margin-right: 2.6rem;
  }

  .sm\:my-r28{
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }

  .sm\:mx-r28{
    margin-left: 2.8rem;
    margin-right: 2.8rem;
  }

  .sm\:my-r34{
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
  }

  .sm\:mx-r34{
    margin-left: 3.4rem;
    margin-right: 3.4rem;
  }

  .sm\:my-r35{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-r35{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-r36{
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }

  .sm\:mx-r36{
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }

  .sm\:my-r44{
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
  }

  .sm\:mx-r44{
    margin-left: 4.4rem;
    margin-right: 4.4rem;
  }

  .sm\:my-r94{
    margin-top: 9.4rem;
    margin-bottom: 9.4rem;
  }

  .sm\:mx-r94{
    margin-left: 9.4rem;
    margin-right: 9.4rem;
  }

  .sm\:my-r95{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:mx-r95{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .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-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-r6{
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
  }

  .sm\:-mx-r6{
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }

  .sm\:-my-r12{
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .sm\:-mx-r12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .sm\:-my-r13{
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .sm\:-mx-r13{
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .sm\:-my-r16{
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .sm\:-mx-r16{
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .sm\:-my-r18{
    margin-top: -1.8rem;
    margin-bottom: -1.8rem;
  }

  .sm\:-mx-r18{
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }

  .sm\:-my-r24{
    margin-top: -2.4rem;
    margin-bottom: -2.4rem;
  }

  .sm\:-mx-r24{
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .sm\:-my-r26{
    margin-top: -2.6rem;
    margin-bottom: -2.6rem;
  }

  .sm\:-mx-r26{
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }

  .sm\:-my-r28{
    margin-top: -2.8rem;
    margin-bottom: -2.8rem;
  }

  .sm\:-mx-r28{
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .sm\:-my-r34{
    margin-top: -3.4rem;
    margin-bottom: -3.4rem;
  }

  .sm\:-mx-r34{
    margin-left: -3.4rem;
    margin-right: -3.4rem;
  }

  .sm\:-my-r35{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-r35{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-r36{
    margin-top: -3.6rem;
    margin-bottom: -3.6rem;
  }

  .sm\:-mx-r36{
    margin-left: -3.6rem;
    margin-right: -3.6rem;
  }

  .sm\:-my-r44{
    margin-top: -4.4rem;
    margin-bottom: -4.4rem;
  }

  .sm\:-mx-r44{
    margin-left: -4.4rem;
    margin-right: -4.4rem;
  }

  .sm\:-my-r94{
    margin-top: -9.4rem;
    margin-bottom: -9.4rem;
  }

  .sm\:-mx-r94{
    margin-left: -9.4rem;
    margin-right: -9.4rem;
  }

  .sm\:-my-r95{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:-mx-r95{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

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

  .sm\:mr-14{
    margin-right: 3.5rem;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14{
    margin-left: 3.5rem;
  }

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

  .sm\:mr-18{
    margin-right: 4.5rem;
  }

  .sm\:mb-18{
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18{
    margin-left: 4.5rem;
  }

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

  .sm\:mr-22{
    margin-right: 5.5rem;
  }

  .sm\:mb-22{
    margin-bottom: 5.5rem;
  }

  .sm\:ml-22{
    margin-left: 5.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-28{
    margin-top: 7rem;
  }

  .sm\:mr-28{
    margin-right: 7rem;
  }

  .sm\:mb-28{
    margin-bottom: 7rem;
  }

  .sm\:ml-28{
    margin-left: 7rem;
  }

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

  .sm\:mr-36{
    margin-right: 9rem;
  }

  .sm\:mb-36{
    margin-bottom: 9rem;
  }

  .sm\:ml-36{
    margin-left: 9rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-96{
    margin-top: 24rem;
  }

  .sm\:mr-96{
    margin-right: 24rem;
  }

  .sm\:mb-96{
    margin-bottom: 24rem;
  }

  .sm\:ml-96{
    margin-left: 24rem;
  }

  .sm\:mt-128{
    margin-top: 32rem;
  }

  .sm\:mr-128{
    margin-right: 32rem;
  }

  .sm\:mb-128{
    margin-bottom: 32rem;
  }

  .sm\:ml-128{
    margin-left: 32rem;
  }

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

  .sm\:mr-r6{
    margin-right: 0.6rem;
  }

  .sm\:mb-r6{
    margin-bottom: 0.6rem;
  }

  .sm\:ml-r6{
    margin-left: 0.6rem;
  }

  .sm\:mt-r12{
    margin-top: 1.2rem;
  }

  .sm\:mr-r12{
    margin-right: 1.2rem;
  }

  .sm\:mb-r12{
    margin-bottom: 1.2rem;
  }

  .sm\:ml-r12{
    margin-left: 1.2rem;
  }

  .sm\:mt-r13{
    margin-top: 1.3rem;
  }

  .sm\:mr-r13{
    margin-right: 1.3rem;
  }

  .sm\:mb-r13{
    margin-bottom: 1.3rem;
  }

  .sm\:ml-r13{
    margin-left: 1.3rem;
  }

  .sm\:mt-r16{
    margin-top: 1.6rem;
  }

  .sm\:mr-r16{
    margin-right: 1.6rem;
  }

  .sm\:mb-r16{
    margin-bottom: 1.6rem;
  }

  .sm\:ml-r16{
    margin-left: 1.6rem;
  }

  .sm\:mt-r18{
    margin-top: 1.8rem;
  }

  .sm\:mr-r18{
    margin-right: 1.8rem;
  }

  .sm\:mb-r18{
    margin-bottom: 1.8rem;
  }

  .sm\:ml-r18{
    margin-left: 1.8rem;
  }

  .sm\:mt-r24{
    margin-top: 2.4rem;
  }

  .sm\:mr-r24{
    margin-right: 2.4rem;
  }

  .sm\:mb-r24{
    margin-bottom: 2.4rem;
  }

  .sm\:ml-r24{
    margin-left: 2.4rem;
  }

  .sm\:mt-r26{
    margin-top: 2.6rem;
  }

  .sm\:mr-r26{
    margin-right: 2.6rem;
  }

  .sm\:mb-r26{
    margin-bottom: 2.6rem;
  }

  .sm\:ml-r26{
    margin-left: 2.6rem;
  }

  .sm\:mt-r28{
    margin-top: 2.8rem;
  }

  .sm\:mr-r28{
    margin-right: 2.8rem;
  }

  .sm\:mb-r28{
    margin-bottom: 2.8rem;
  }

  .sm\:ml-r28{
    margin-left: 2.8rem;
  }

  .sm\:mt-r34{
    margin-top: 3.4rem;
  }

  .sm\:mr-r34{
    margin-right: 3.4rem;
  }

  .sm\:mb-r34{
    margin-bottom: 3.4rem;
  }

  .sm\:ml-r34{
    margin-left: 3.4rem;
  }

  .sm\:mt-r35{
    margin-top: 3.5rem;
  }

  .sm\:mr-r35{
    margin-right: 3.5rem;
  }

  .sm\:mb-r35{
    margin-bottom: 3.5rem;
  }

  .sm\:ml-r35{
    margin-left: 3.5rem;
  }

  .sm\:mt-r36{
    margin-top: 3.6rem;
  }

  .sm\:mr-r36{
    margin-right: 3.6rem;
  }

  .sm\:mb-r36{
    margin-bottom: 3.6rem;
  }

  .sm\:ml-r36{
    margin-left: 3.6rem;
  }

  .sm\:mt-r44{
    margin-top: 4.4rem;
  }

  .sm\:mr-r44{
    margin-right: 4.4rem;
  }

  .sm\:mb-r44{
    margin-bottom: 4.4rem;
  }

  .sm\:ml-r44{
    margin-left: 4.4rem;
  }

  .sm\:mt-r94{
    margin-top: 9.4rem;
  }

  .sm\:mr-r94{
    margin-right: 9.4rem;
  }

  .sm\:mb-r94{
    margin-bottom: 9.4rem;
  }

  .sm\:ml-r94{
    margin-left: 9.4rem;
  }

  .sm\:mt-r95{
    margin-top: 9.5rem;
  }

  .sm\:mr-r95{
    margin-right: 9.5rem;
  }

  .sm\:mb-r95{
    margin-bottom: 9.5rem;
  }

  .sm\:ml-r95{
    margin-left: 9.5rem;
  }

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

  .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem;
  }

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

  .sm\:-mr-18{
    margin-right: -4.5rem;
  }

  .sm\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-18{
    margin-left: -4.5rem;
  }

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

  .sm\:-mr-22{
    margin-right: -5.5rem;
  }

  .sm\:-mb-22{
    margin-bottom: -5.5rem;
  }

  .sm\:-ml-22{
    margin-left: -5.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-28{
    margin-top: -7rem;
  }

  .sm\:-mr-28{
    margin-right: -7rem;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm\:-ml-28{
    margin-left: -7rem;
  }

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

  .sm\:-mr-36{
    margin-right: -9rem;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  .sm\:-ml-36{
    margin-left: -9rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-r6{
    margin-top: -0.6rem;
  }

  .sm\:-mr-r6{
    margin-right: -0.6rem;
  }

  .sm\:-mb-r6{
    margin-bottom: -0.6rem;
  }

  .sm\:-ml-r6{
    margin-left: -0.6rem;
  }

  .sm\:-mt-r12{
    margin-top: -1.2rem;
  }

  .sm\:-mr-r12{
    margin-right: -1.2rem;
  }

  .sm\:-mb-r12{
    margin-bottom: -1.2rem;
  }

  .sm\:-ml-r12{
    margin-left: -1.2rem;
  }

  .sm\:-mt-r13{
    margin-top: -1.3rem;
  }

  .sm\:-mr-r13{
    margin-right: -1.3rem;
  }

  .sm\:-mb-r13{
    margin-bottom: -1.3rem;
  }

  .sm\:-ml-r13{
    margin-left: -1.3rem;
  }

  .sm\:-mt-r16{
    margin-top: -1.6rem;
  }

  .sm\:-mr-r16{
    margin-right: -1.6rem;
  }

  .sm\:-mb-r16{
    margin-bottom: -1.6rem;
  }

  .sm\:-ml-r16{
    margin-left: -1.6rem;
  }

  .sm\:-mt-r18{
    margin-top: -1.8rem;
  }

  .sm\:-mr-r18{
    margin-right: -1.8rem;
  }

  .sm\:-mb-r18{
    margin-bottom: -1.8rem;
  }

  .sm\:-ml-r18{
    margin-left: -1.8rem;
  }

  .sm\:-mt-r24{
    margin-top: -2.4rem;
  }

  .sm\:-mr-r24{
    margin-right: -2.4rem;
  }

  .sm\:-mb-r24{
    margin-bottom: -2.4rem;
  }

  .sm\:-ml-r24{
    margin-left: -2.4rem;
  }

  .sm\:-mt-r26{
    margin-top: -2.6rem;
  }

  .sm\:-mr-r26{
    margin-right: -2.6rem;
  }

  .sm\:-mb-r26{
    margin-bottom: -2.6rem;
  }

  .sm\:-ml-r26{
    margin-left: -2.6rem;
  }

  .sm\:-mt-r28{
    margin-top: -2.8rem;
  }

  .sm\:-mr-r28{
    margin-right: -2.8rem;
  }

  .sm\:-mb-r28{
    margin-bottom: -2.8rem;
  }

  .sm\:-ml-r28{
    margin-left: -2.8rem;
  }

  .sm\:-mt-r34{
    margin-top: -3.4rem;
  }

  .sm\:-mr-r34{
    margin-right: -3.4rem;
  }

  .sm\:-mb-r34{
    margin-bottom: -3.4rem;
  }

  .sm\:-ml-r34{
    margin-left: -3.4rem;
  }

  .sm\:-mt-r35{
    margin-top: -3.5rem;
  }

  .sm\:-mr-r35{
    margin-right: -3.5rem;
  }

  .sm\:-mb-r35{
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-r35{
    margin-left: -3.5rem;
  }

  .sm\:-mt-r36{
    margin-top: -3.6rem;
  }

  .sm\:-mr-r36{
    margin-right: -3.6rem;
  }

  .sm\:-mb-r36{
    margin-bottom: -3.6rem;
  }

  .sm\:-ml-r36{
    margin-left: -3.6rem;
  }

  .sm\:-mt-r44{
    margin-top: -4.4rem;
  }

  .sm\:-mr-r44{
    margin-right: -4.4rem;
  }

  .sm\:-mb-r44{
    margin-bottom: -4.4rem;
  }

  .sm\:-ml-r44{
    margin-left: -4.4rem;
  }

  .sm\:-mt-r94{
    margin-top: -9.4rem;
  }

  .sm\:-mr-r94{
    margin-right: -9.4rem;
  }

  .sm\:-mb-r94{
    margin-bottom: -9.4rem;
  }

  .sm\:-ml-r94{
    margin-left: -9.4rem;
  }

  .sm\:-mt-r95{
    margin-top: -9.5rem;
  }

  .sm\:-mr-r95{
    margin-right: -9.5rem;
  }

  .sm\:-mb-r95{
    margin-bottom: -9.5rem;
  }

  .sm\:-ml-r95{
    margin-left: -9.5rem;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-h-r10{
    min-height: 10rem;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:object-contain{
    object-fit: contain;
  }

  .sm\:object-cover{
    object-fit: cover;
  }

  .sm\:object-fill{
    object-fit: fill;
  }

  .sm\:object-none{
    object-fit: none;
  }

  .sm\:object-scale-down{
    object-fit: scale-down;
  }

  .sm\:object-bottom{
    object-position: bottom;
  }

  .sm\:object-center{
    object-position: center;
  }

  .sm\:object-left{
    object-position: left;
  }

  .sm\:object-left-bottom{
    object-position: left bottom;
  }

  .sm\:object-left-top{
    object-position: left top;
  }

  .sm\:object-right{
    object-position: right;
  }

  .sm\:object-right-bottom{
    object-position: right bottom;
  }

  .sm\:object-right-top{
    object-position: right top;
  }

  .sm\:object-top{
    object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 0;
  }

  .sm\:focus\:outline-none:focus{
    outline: 0;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-14{
    padding: 3.5rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-18{
    padding: 4.5rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-22{
    padding: 5.5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-28{
    padding: 7rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-36{
    padding: 9rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-r6{
    padding: 0.6rem;
  }

  .sm\:p-r12{
    padding: 1.2rem;
  }

  .sm\:p-r13{
    padding: 1.3rem;
  }

  .sm\:p-r16{
    padding: 1.6rem;
  }

  .sm\:p-r18{
    padding: 1.8rem;
  }

  .sm\:p-r24{
    padding: 2.4rem;
  }

  .sm\:p-r26{
    padding: 2.6rem;
  }

  .sm\:p-r28{
    padding: 2.8rem;
  }

  .sm\:p-r34{
    padding: 3.4rem;
  }

  .sm\:p-r35{
    padding: 3.5rem;
  }

  .sm\:p-r36{
    padding: 3.6rem;
  }

  .sm\:p-r44{
    padding: 4.4rem;
  }

  .sm\:p-r94{
    padding: 9.4rem;
  }

  .sm\:p-r95{
    padding: 9.5rem;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-r6{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .sm\:px-r6{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .sm\:py-r12{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sm\:px-r12{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .sm\:py-r13{
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .sm\:px-r13{
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .sm\:py-r16{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:px-r16{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:py-r18{
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .sm\:px-r18{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .sm\:py-r24{
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .sm\:px-r24{
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .sm\:py-r26{
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .sm\:px-r26{
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .sm\:py-r28{
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .sm\:px-r28{
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .sm\:py-r34{
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .sm\:px-r34{
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .sm\:py-r35{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-r35{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-r36{
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .sm\:px-r36{
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .sm\:py-r44{
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .sm\:px-r44{
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .sm\:py-r94{
    padding-top: 9.4rem;
    padding-bottom: 9.4rem;
  }

  .sm\:px-r94{
    padding-left: 9.4rem;
    padding-right: 9.4rem;
  }

  .sm\:py-r95{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:px-r95{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pr-14{
    padding-right: 3.5rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-18{
    padding-top: 4.5rem;
  }

  .sm\:pr-18{
    padding-right: 4.5rem;
  }

  .sm\:pb-18{
    padding-bottom: 4.5rem;
  }

  .sm\:pl-18{
    padding-left: 4.5rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-22{
    padding-top: 5.5rem;
  }

  .sm\:pr-22{
    padding-right: 5.5rem;
  }

  .sm\:pb-22{
    padding-bottom: 5.5rem;
  }

  .sm\:pl-22{
    padding-left: 5.5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-28{
    padding-top: 7rem;
  }

  .sm\:pr-28{
    padding-right: 7rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pl-28{
    padding-left: 7rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pr-36{
    padding-right: 9rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pl-36{
    padding-left: 9rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-r6{
    padding-top: 0.6rem;
  }

  .sm\:pr-r6{
    padding-right: 0.6rem;
  }

  .sm\:pb-r6{
    padding-bottom: 0.6rem;
  }

  .sm\:pl-r6{
    padding-left: 0.6rem;
  }

  .sm\:pt-r12{
    padding-top: 1.2rem;
  }

  .sm\:pr-r12{
    padding-right: 1.2rem;
  }

  .sm\:pb-r12{
    padding-bottom: 1.2rem;
  }

  .sm\:pl-r12{
    padding-left: 1.2rem;
  }

  .sm\:pt-r13{
    padding-top: 1.3rem;
  }

  .sm\:pr-r13{
    padding-right: 1.3rem;
  }

  .sm\:pb-r13{
    padding-bottom: 1.3rem;
  }

  .sm\:pl-r13{
    padding-left: 1.3rem;
  }

  .sm\:pt-r16{
    padding-top: 1.6rem;
  }

  .sm\:pr-r16{
    padding-right: 1.6rem;
  }

  .sm\:pb-r16{
    padding-bottom: 1.6rem;
  }

  .sm\:pl-r16{
    padding-left: 1.6rem;
  }

  .sm\:pt-r18{
    padding-top: 1.8rem;
  }

  .sm\:pr-r18{
    padding-right: 1.8rem;
  }

  .sm\:pb-r18{
    padding-bottom: 1.8rem;
  }

  .sm\:pl-r18{
    padding-left: 1.8rem;
  }

  .sm\:pt-r24{
    padding-top: 2.4rem;
  }

  .sm\:pr-r24{
    padding-right: 2.4rem;
  }

  .sm\:pb-r24{
    padding-bottom: 2.4rem;
  }

  .sm\:pl-r24{
    padding-left: 2.4rem;
  }

  .sm\:pt-r26{
    padding-top: 2.6rem;
  }

  .sm\:pr-r26{
    padding-right: 2.6rem;
  }

  .sm\:pb-r26{
    padding-bottom: 2.6rem;
  }

  .sm\:pl-r26{
    padding-left: 2.6rem;
  }

  .sm\:pt-r28{
    padding-top: 2.8rem;
  }

  .sm\:pr-r28{
    padding-right: 2.8rem;
  }

  .sm\:pb-r28{
    padding-bottom: 2.8rem;
  }

  .sm\:pl-r28{
    padding-left: 2.8rem;
  }

  .sm\:pt-r34{
    padding-top: 3.4rem;
  }

  .sm\:pr-r34{
    padding-right: 3.4rem;
  }

  .sm\:pb-r34{
    padding-bottom: 3.4rem;
  }

  .sm\:pl-r34{
    padding-left: 3.4rem;
  }

  .sm\:pt-r35{
    padding-top: 3.5rem;
  }

  .sm\:pr-r35{
    padding-right: 3.5rem;
  }

  .sm\:pb-r35{
    padding-bottom: 3.5rem;
  }

  .sm\:pl-r35{
    padding-left: 3.5rem;
  }

  .sm\:pt-r36{
    padding-top: 3.6rem;
  }

  .sm\:pr-r36{
    padding-right: 3.6rem;
  }

  .sm\:pb-r36{
    padding-bottom: 3.6rem;
  }

  .sm\:pl-r36{
    padding-left: 3.6rem;
  }

  .sm\:pt-r44{
    padding-top: 4.4rem;
  }

  .sm\:pr-r44{
    padding-right: 4.4rem;
  }

  .sm\:pb-r44{
    padding-bottom: 4.4rem;
  }

  .sm\:pl-r44{
    padding-left: 4.4rem;
  }

  .sm\:pt-r94{
    padding-top: 9.4rem;
  }

  .sm\:pr-r94{
    padding-right: 9.4rem;
  }

  .sm\:pb-r94{
    padding-bottom: 9.4rem;
  }

  .sm\:pl-r94{
    padding-left: 9.4rem;
  }

  .sm\:pt-r95{
    padding-top: 9.5rem;
  }

  .sm\:pr-r95{
    padding-right: 9.5rem;
  }

  .sm\:pb-r95{
    padding-bottom: 9.5rem;
  }

  .sm\:pl-r95{
    padding-left: 9.5rem;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-black{
    color: #333333;
  }

  .sm\:text-white{
    color: #FFFFFF;
  }

  .sm\:text-gray{
    color: #AAAAAA;
  }

  .sm\:text-red{
    color: #D80B24;
  }

  .sm\:text-orange-100{
    color: #fffaf0;
  }

  .sm\:text-orange-200{
    color: #feebc8;
  }

  .sm\:text-orange-300{
    color: #fbd38d;
  }

  .sm\:text-orange-400{
    color: #f6ad55;
  }

  .sm\:text-orange-500{
    color: #ed8936;
  }

  .sm\:text-orange-600{
    color: #dd6b20;
  }

  .sm\:text-orange-700{
    color: #c05621;
  }

  .sm\:text-orange-800{
    color: #9c4221;
  }

  .sm\:text-orange-900{
    color: #7b341e;
  }

  .sm\:text-yellow-100{
    color: #fffff0;
  }

  .sm\:text-yellow-200{
    color: #fefcbf;
  }

  .sm\:text-yellow-300{
    color: #faf089;
  }

  .sm\:text-yellow-400{
    color: #f6e05e;
  }

  .sm\:text-yellow-500{
    color: #ecc94b;
  }

  .sm\:text-yellow-600{
    color: #d69e2e;
  }

  .sm\:text-yellow-700{
    color: #b7791f;
  }

  .sm\:text-yellow-800{
    color: #975a16;
  }

  .sm\:text-yellow-900{
    color: #744210;
  }

  .sm\:text-green{
    color: #59D39F;
  }

  .sm\:text-teal-100{
    color: #e6fffa;
  }

  .sm\:text-teal-200{
    color: #b2f5ea;
  }

  .sm\:text-teal-300{
    color: #81e6d9;
  }

  .sm\:text-teal-400{
    color: #4fd1c5;
  }

  .sm\:text-teal-500{
    color: #38b2ac;
  }

  .sm\:text-teal-600{
    color: #319795;
  }

  .sm\:text-teal-700{
    color: #2c7a7b;
  }

  .sm\:text-teal-800{
    color: #285e61;
  }

  .sm\:text-teal-900{
    color: #234e52;
  }

  .sm\:text-blue-100{
    color: #ebf8ff;
  }

  .sm\:text-blue-200{
    color: #bee3f8;
  }

  .sm\:text-blue-300{
    color: #90cdf4;
  }

  .sm\:text-blue-400{
    color: #63b3ed;
  }

  .sm\:text-blue-500{
    color: #4299e1;
  }

  .sm\:text-blue-600{
    color: #3182ce;
  }

  .sm\:text-blue-700{
    color: #2b6cb0;
  }

  .sm\:text-blue-800{
    color: #2c5282;
  }

  .sm\:text-blue-900{
    color: #2a4365;
  }

  .sm\:text-indigo-100{
    color: #ebf4ff;
  }

  .sm\:text-indigo-200{
    color: #c3dafe;
  }

  .sm\:text-indigo-300{
    color: #a3bffa;
  }

  .sm\:text-indigo-400{
    color: #7f9cf5;
  }

  .sm\:text-indigo-500{
    color: #667eea;
  }

  .sm\:text-indigo-600{
    color: #5a67d8;
  }

  .sm\:text-indigo-700{
    color: #4c51bf;
  }

  .sm\:text-indigo-800{
    color: #434190;
  }

  .sm\:text-indigo-900{
    color: #3c366b;
  }

  .sm\:text-purple-100{
    color: #faf5ff;
  }

  .sm\:text-purple-200{
    color: #e9d8fd;
  }

  .sm\:text-purple-300{
    color: #d6bcfa;
  }

  .sm\:text-purple-400{
    color: #b794f4;
  }

  .sm\:text-purple-500{
    color: #9f7aea;
  }

  .sm\:text-purple-600{
    color: #805ad5;
  }

  .sm\:text-purple-700{
    color: #6b46c1;
  }

  .sm\:text-purple-800{
    color: #553c9a;
  }

  .sm\:text-purple-900{
    color: #44337a;
  }

  .sm\:text-pink{
    color: #F7CED3;
  }

  .sm\:text-grayDark{
    color: #707070;
  }

  .sm\:text-greige{
    color: #E6E5E1;
  }

  .sm\:text-cream{
    color: #F7F5EF;
  }

  .sm\:text-pinkDark{
    color: #F09CA2;
  }

  .sm\:text-grayLight{
    color: #DDDDDD;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-black:hover{
    color: #333333;
  }

  .sm\:hover\:text-white:hover{
    color: #FFFFFF;
  }

  .sm\:hover\:text-gray:hover{
    color: #AAAAAA;
  }

  .sm\:hover\:text-red:hover{
    color: #D80B24;
  }

  .sm\:hover\:text-orange-100:hover{
    color: #fffaf0;
  }

  .sm\:hover\:text-orange-200:hover{
    color: #feebc8;
  }

  .sm\:hover\:text-orange-300:hover{
    color: #fbd38d;
  }

  .sm\:hover\:text-orange-400:hover{
    color: #f6ad55;
  }

  .sm\:hover\:text-orange-500:hover{
    color: #ed8936;
  }

  .sm\:hover\:text-orange-600:hover{
    color: #dd6b20;
  }

  .sm\:hover\:text-orange-700:hover{
    color: #c05621;
  }

  .sm\:hover\:text-orange-800:hover{
    color: #9c4221;
  }

  .sm\:hover\:text-orange-900:hover{
    color: #7b341e;
  }

  .sm\:hover\:text-yellow-100:hover{
    color: #fffff0;
  }

  .sm\:hover\:text-yellow-200:hover{
    color: #fefcbf;
  }

  .sm\:hover\:text-yellow-300:hover{
    color: #faf089;
  }

  .sm\:hover\:text-yellow-400:hover{
    color: #f6e05e;
  }

  .sm\:hover\:text-yellow-500:hover{
    color: #ecc94b;
  }

  .sm\:hover\:text-yellow-600:hover{
    color: #d69e2e;
  }

  .sm\:hover\:text-yellow-700:hover{
    color: #b7791f;
  }

  .sm\:hover\:text-yellow-800:hover{
    color: #975a16;
  }

  .sm\:hover\:text-yellow-900:hover{
    color: #744210;
  }

  .sm\:hover\:text-green:hover{
    color: #59D39F;
  }

  .sm\:hover\:text-teal-100:hover{
    color: #e6fffa;
  }

  .sm\:hover\:text-teal-200:hover{
    color: #b2f5ea;
  }

  .sm\:hover\:text-teal-300:hover{
    color: #81e6d9;
  }

  .sm\:hover\:text-teal-400:hover{
    color: #4fd1c5;
  }

  .sm\:hover\:text-teal-500:hover{
    color: #38b2ac;
  }

  .sm\:hover\:text-teal-600:hover{
    color: #319795;
  }

  .sm\:hover\:text-teal-700:hover{
    color: #2c7a7b;
  }

  .sm\:hover\:text-teal-800:hover{
    color: #285e61;
  }

  .sm\:hover\:text-teal-900:hover{
    color: #234e52;
  }

  .sm\:hover\:text-blue-100:hover{
    color: #ebf8ff;
  }

  .sm\:hover\:text-blue-200:hover{
    color: #bee3f8;
  }

  .sm\:hover\:text-blue-300:hover{
    color: #90cdf4;
  }

  .sm\:hover\:text-blue-400:hover{
    color: #63b3ed;
  }

  .sm\:hover\:text-blue-500:hover{
    color: #4299e1;
  }

  .sm\:hover\:text-blue-600:hover{
    color: #3182ce;
  }

  .sm\:hover\:text-blue-700:hover{
    color: #2b6cb0;
  }

  .sm\:hover\:text-blue-800:hover{
    color: #2c5282;
  }

  .sm\:hover\:text-blue-900:hover{
    color: #2a4365;
  }

  .sm\:hover\:text-indigo-100:hover{
    color: #ebf4ff;
  }

  .sm\:hover\:text-indigo-200:hover{
    color: #c3dafe;
  }

  .sm\:hover\:text-indigo-300:hover{
    color: #a3bffa;
  }

  .sm\:hover\:text-indigo-400:hover{
    color: #7f9cf5;
  }

  .sm\:hover\:text-indigo-500:hover{
    color: #667eea;
  }

  .sm\:hover\:text-indigo-600:hover{
    color: #5a67d8;
  }

  .sm\:hover\:text-indigo-700:hover{
    color: #4c51bf;
  }

  .sm\:hover\:text-indigo-800:hover{
    color: #434190;
  }

  .sm\:hover\:text-indigo-900:hover{
    color: #3c366b;
  }

  .sm\:hover\:text-purple-100:hover{
    color: #faf5ff;
  }

  .sm\:hover\:text-purple-200:hover{
    color: #e9d8fd;
  }

  .sm\:hover\:text-purple-300:hover{
    color: #d6bcfa;
  }

  .sm\:hover\:text-purple-400:hover{
    color: #b794f4;
  }

  .sm\:hover\:text-purple-500:hover{
    color: #9f7aea;
  }

  .sm\:hover\:text-purple-600:hover{
    color: #805ad5;
  }

  .sm\:hover\:text-purple-700:hover{
    color: #6b46c1;
  }

  .sm\:hover\:text-purple-800:hover{
    color: #553c9a;
  }

  .sm\:hover\:text-purple-900:hover{
    color: #44337a;
  }

  .sm\:hover\:text-pink:hover{
    color: #F7CED3;
  }

  .sm\:hover\:text-grayDark:hover{
    color: #707070;
  }

  .sm\:hover\:text-greige:hover{
    color: #E6E5E1;
  }

  .sm\:hover\:text-cream:hover{
    color: #F7F5EF;
  }

  .sm\:hover\:text-pinkDark:hover{
    color: #F09CA2;
  }

  .sm\:hover\:text-grayLight:hover{
    color: #DDDDDD;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-black:focus{
    color: #333333;
  }

  .sm\:focus\:text-white:focus{
    color: #FFFFFF;
  }

  .sm\:focus\:text-gray:focus{
    color: #AAAAAA;
  }

  .sm\:focus\:text-red:focus{
    color: #D80B24;
  }

  .sm\:focus\:text-orange-100:focus{
    color: #fffaf0;
  }

  .sm\:focus\:text-orange-200:focus{
    color: #feebc8;
  }

  .sm\:focus\:text-orange-300:focus{
    color: #fbd38d;
  }

  .sm\:focus\:text-orange-400:focus{
    color: #f6ad55;
  }

  .sm\:focus\:text-orange-500:focus{
    color: #ed8936;
  }

  .sm\:focus\:text-orange-600:focus{
    color: #dd6b20;
  }

  .sm\:focus\:text-orange-700:focus{
    color: #c05621;
  }

  .sm\:focus\:text-orange-800:focus{
    color: #9c4221;
  }

  .sm\:focus\:text-orange-900:focus{
    color: #7b341e;
  }

  .sm\:focus\:text-yellow-100:focus{
    color: #fffff0;
  }

  .sm\:focus\:text-yellow-200:focus{
    color: #fefcbf;
  }

  .sm\:focus\:text-yellow-300:focus{
    color: #faf089;
  }

  .sm\:focus\:text-yellow-400:focus{
    color: #f6e05e;
  }

  .sm\:focus\:text-yellow-500:focus{
    color: #ecc94b;
  }

  .sm\:focus\:text-yellow-600:focus{
    color: #d69e2e;
  }

  .sm\:focus\:text-yellow-700:focus{
    color: #b7791f;
  }

  .sm\:focus\:text-yellow-800:focus{
    color: #975a16;
  }

  .sm\:focus\:text-yellow-900:focus{
    color: #744210;
  }

  .sm\:focus\:text-green:focus{
    color: #59D39F;
  }

  .sm\:focus\:text-teal-100:focus{
    color: #e6fffa;
  }

  .sm\:focus\:text-teal-200:focus{
    color: #b2f5ea;
  }

  .sm\:focus\:text-teal-300:focus{
    color: #81e6d9;
  }

  .sm\:focus\:text-teal-400:focus{
    color: #4fd1c5;
  }

  .sm\:focus\:text-teal-500:focus{
    color: #38b2ac;
  }

  .sm\:focus\:text-teal-600:focus{
    color: #319795;
  }

  .sm\:focus\:text-teal-700:focus{
    color: #2c7a7b;
  }

  .sm\:focus\:text-teal-800:focus{
    color: #285e61;
  }

  .sm\:focus\:text-teal-900:focus{
    color: #234e52;
  }

  .sm\:focus\:text-blue-100:focus{
    color: #ebf8ff;
  }

  .sm\:focus\:text-blue-200:focus{
    color: #bee3f8;
  }

  .sm\:focus\:text-blue-300:focus{
    color: #90cdf4;
  }

  .sm\:focus\:text-blue-400:focus{
    color: #63b3ed;
  }

  .sm\:focus\:text-blue-500:focus{
    color: #4299e1;
  }

  .sm\:focus\:text-blue-600:focus{
    color: #3182ce;
  }

  .sm\:focus\:text-blue-700:focus{
    color: #2b6cb0;
  }

  .sm\:focus\:text-blue-800:focus{
    color: #2c5282;
  }

  .sm\:focus\:text-blue-900:focus{
    color: #2a4365;
  }

  .sm\:focus\:text-indigo-100:focus{
    color: #ebf4ff;
  }

  .sm\:focus\:text-indigo-200:focus{
    color: #c3dafe;
  }

  .sm\:focus\:text-indigo-300:focus{
    color: #a3bffa;
  }

  .sm\:focus\:text-indigo-400:focus{
    color: #7f9cf5;
  }

  .sm\:focus\:text-indigo-500:focus{
    color: #667eea;
  }

  .sm\:focus\:text-indigo-600:focus{
    color: #5a67d8;
  }

  .sm\:focus\:text-indigo-700:focus{
    color: #4c51bf;
  }

  .sm\:focus\:text-indigo-800:focus{
    color: #434190;
  }

  .sm\:focus\:text-indigo-900:focus{
    color: #3c366b;
  }

  .sm\:focus\:text-purple-100:focus{
    color: #faf5ff;
  }

  .sm\:focus\:text-purple-200:focus{
    color: #e9d8fd;
  }

  .sm\:focus\:text-purple-300:focus{
    color: #d6bcfa;
  }

  .sm\:focus\:text-purple-400:focus{
    color: #b794f4;
  }

  .sm\:focus\:text-purple-500:focus{
    color: #9f7aea;
  }

  .sm\:focus\:text-purple-600:focus{
    color: #805ad5;
  }

  .sm\:focus\:text-purple-700:focus{
    color: #6b46c1;
  }

  .sm\:focus\:text-purple-800:focus{
    color: #553c9a;
  }

  .sm\:focus\:text-purple-900:focus{
    color: #44337a;
  }

  .sm\:focus\:text-pink:focus{
    color: #F7CED3;
  }

  .sm\:focus\:text-grayDark:focus{
    color: #707070;
  }

  .sm\:focus\:text-greige:focus{
    color: #E6E5E1;
  }

  .sm\:focus\:text-cream:focus{
    color: #F7F5EF;
  }

  .sm\:focus\:text-pinkDark:focus{
    color: #F09CA2;
  }

  .sm\:focus\:text-grayLight:focus{
    color: #DDDDDD;
  }

  .sm\:text-xs{
    font-size: 1rem;
  }

  .sm\:text-sm{
    font-size: 1.3rem;
  }

  .sm\:text-base{
    font-size: 1.4rem;
  }

  .sm\:text-lg{
    font-size: 2.5rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .sm\:text-6xl{
    font-size: 4rem;
  }

  .sm\:text-s{
    font-size: 1.2rem;
  }

  .sm\:text-md{
    font-size: 1.6rem;
  }

  .sm\:text-mdl{
    font-size: 1.7rem;
  }

  .sm\:text-mdxl{
    font-size: 1.8rem;
  }

  .sm\:text-slg{
    font-size: 2rem;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:select-none{
    user-select: none;
  }

  .sm\:select-text{
    user-select: text;
  }

  .sm\:select-all{
    user-select: all;
  }

  .sm\:select-auto{
    user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-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: 5rem;
  }

  .sm\:w-22{
    width: 5.5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-r6{
    width: 0.6rem;
  }

  .sm\:w-r12{
    width: 1.2rem;
  }

  .sm\:w-r13{
    width: 1.3rem;
  }

  .sm\:w-r16{
    width: 1.6rem;
  }

  .sm\:w-r18{
    width: 1.8rem;
  }

  .sm\:w-r24{
    width: 2.4rem;
  }

  .sm\:w-r26{
    width: 2.6rem;
  }

  .sm\:w-r28{
    width: 2.8rem;
  }

  .sm\:w-r34{
    width: 3.4rem;
  }

  .sm\:w-r35{
    width: 3.5rem;
  }

  .sm\:w-r36{
    width: 3.6rem;
  }

  .sm\:w-r44{
    width: 4.4rem;
  }

  .sm\:w-r94{
    width: 9.4rem;
  }

  .sm\:w-r95{
    width: 9.5rem;
  }

  .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-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.66667%;
  }

  .sm\:w-2\/6{
    width: 33.33333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.66667%;
  }

  .sm\:w-5\/6{
    width: 83.33333%;
  }

  .sm\:w-1\/12{
    width: 8.33333%;
  }

  .sm\:w-2\/12{
    width: 16.66667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.33333%;
  }

  .sm\:w-5\/12{
    width: 41.66667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.33333%;
  }

  .sm\:w-8\/12{
    width: 66.66667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.33333%;
  }

  .sm\:w-11\/12{
    width: 91.66667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-1\/24{
    width: 4.16666666%;
  }

  .sm\:w-2\/24{
    width: 8.3333332%;
  }

  .sm\:w-3\/24{
    width: 12.5%;
  }

  .sm\:w-4\/24{
    width: 16.66666667%;
  }

  .sm\:w-5\/24{
    width: 20.83333333%;
  }

  .sm\:w-6\/24{
    width: 25%;
  }

  .sm\:w-7\/24{
    width: 29.16666667%;
  }

  .sm\:w-8\/24{
    width: 33.33333333%;
  }

  .sm\:w-9\/24{
    width: 37.5%;
  }

  .sm\:w-10\/24{
    width: 41.66666667%;
  }

  .sm\:w-11\/24{
    width: 45.83333333%;
  }

  .sm\:w-12\/24{
    width: 50%;
  }

  .sm\:w-13\/24{
    width: 54.16666667%;
  }

  .sm\:w-14\/24{
    width: 58.33333333%;
  }

  .sm\:w-15\/24{
    width: 62.5%;
  }

  .sm\:w-16\/24{
    width: 66.66666667%;
  }

  .sm\:w-17\/24{
    width: 70.83333333%;
  }

  .sm\:w-18\/24{
    width: 75%;
  }

  .sm\:w-19\/24{
    width: 79.16666667%;
  }

  .sm\:w-20\/24{
    width: 83.33333333%;
  }

  .sm\:w-21\/24{
    width: 87.5%;
  }

  .sm\:w-22\/24{
    width: 91.66666667%;
  }

  .sm\:w-23\/24{
    width: 95.83333333%;
  }

  .sm\:w-1\/10{
    width: 10%;
  }

  .sm\:w-2\/10{
    width: 20%;
  }

  .sm\:w-3\/10{
    width: 30%;
  }

  .sm\:w-4\/10{
    width: 40%;
  }

  .sm\:w-5\/10{
    width: 50%;
  }

  .sm\:w-6\/10{
    width: 60%;
  }

  .sm\:w-7\/10{
    width: 70%;
  }

  .sm\:w-8\/10{
    width: 80%;
  }

  .sm\:w-9\/10{
    width: 90%;
  }

  .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-90{
    z-index: 90;
  }

  .sm\:z-100{
    z-index: 100;
  }

  .sm\:z-auto{
    z-index: auto;
  }
}