@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap');

.values{
  color: #191919;
  width: 300px;
}

.keys{
  width: 200px;
  margin-left: 10px;
}

.container_div{
  width: 500px;
}

.options-button {
  width: 54px;
  text-align: left;
}

.button-component-link.disabled {
  color: lightgray;
  cursor: default;
  text-decoration: none;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.button-component-primary{
  background-color: var(--green-500);
  color: var(--white);
  font-weight: 400;
  align-items: center;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4.8rem;
  justify-content: center;
  line-height: 4.8rem;
  outline: none;
  overflow: hidden;
  padding: 0 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.button-component-primary svg.__icon{
  fill: var(--white);
  height: 1.6rem;
  width: 1.6rem;
}

.button-component-primary.with-icon{
  padding: 0 0 0 1.2rem;
}

.button-component-primary .__icon-box{
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--white);
  margin-left: 1.2rem;
  align-items: center;
  display: inline-flex;
  height: 4.8rem;
  justify-content: center;
  text-align: center;
  width: 4.4rem;
}

.button-component-primary.small{
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1.6rem;
}

.button-component-primary.small.with-icon{
  padding: 0 0 0 0.8rem;
}

.button-component-primary.small .__icon-box{
  height: 2.4rem;
  width: 2.8rem;
}

.button-component-primary.small svg.__icon{
  height: 1.2rem;
  width: 1.2rem;
}

.button-component-primary.large{
  font-size: 1.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 4.8rem;
}

.button-component-primary.large.with-icon{
  padding: 0 0 0 1.6rem;
}

.button-component-primary.large .__icon-box{
  height: 5.4rem;
  width: 4.8rem;
}

.button-component-primary.large svg.__icon{
  height: 1.6rem;
  width: 1.6rem;
}

.button-component-primary.disabled{
  background-color: var(--gray-500);
  color: var(--gray-800);
  cursor: default;
}

.button-component-primary.disabled .__icon-box{
  border-left-color: var(--gray-700);
}

.button-component-primary.disabled svg.__icon{
  fill: var(--gray-800);
}

.button-component-primary:active{
  top: 1px;
}

.button-component-secondary{
  background-color: var(--white);
  border-color: var(--green-500);
  border-style: solid;
  border-width: 1px;
  color: var(--green-500);
  font-weight: 600;
  align-items: center;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4.8rem;
  justify-content: center;
  line-height: 4.8rem;
  outline: none;
  overflow: hidden;
  padding: 0 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.button-component-secondary.with-icon{
  padding: 0 1.2rem 0 0;
}

.button-component-secondary .__icon-box{
  align-items: center;
  display: inline-flex;
  height: 4.8rem;
  justify-content: center;
  text-align: center;
  width: 4.4rem;
}

.button-component-secondary svg.__icon{
  fill: var(--green-500);
  height: 1.6rem;
  width: 1.6rem;
}

.button-component-secondary.small{
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1.6rem;
}

.button-component-secondary.small.with-icon{
  padding: 0 0.8rem 0 0;
}

.button-component-secondary.small .__icon-box{
  height: 2.4rem;
  width: 2.8rem;
}

.button-component-secondary.small svg.__icon{
  height: 1.2rem;
  width: 1.2rem;
}

.button-component-secondary.large{
  font-size: 1.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 4.8rem;
}

.button-component-secondary.large.with-icon{
  padding: 0 1.6rem 0 0;
}

.button-component-secondary.large .__icon-box{
  height: 5.4rem;
  width: 4.8rem;
}

.button-component-secondary.large svg.__icon{
  height: 1.6rem;
  width: 1.6rem;
}

.button-component-secondary.disabled{
  background-color: var(--gray-500);
  color: var(--gray-800);
  cursor: default;
}

.button-component-secondary.disabled .__icon-box{
  border-left-color: var(--gray-700);
}

.button-component-secondary.disabled svg.__icon{
  fill: var(--gray-800);
}

.button-component-secondary:active{
  top: 1px;
}

.button-component-link{
  color: var(--green-500);
  font-size: inherit;
  font-weight: 600;
  padding: 0;
}

.button-component-link:hover{
  text-decoration: underline;
}

.button-component-link:active{
  text-decoration: none;
}

a.link-button-primary{
  background-color: var(--green-500);
  color: var(--white);
  font-weight: 400;
  align-items: center;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4.8rem;
  justify-content: center;
  line-height: 4.8rem;
  outline: none;
  overflow: hidden;
  padding: 0 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

a.link-button-primary.disabled{
  background-color: var(--gray-500);
  color: var(--gray-800);
  cursor: default;
}

a.link-button-primary.disabled .__icon-box{
  border-left-color: var(--gray-700);
}

a.link-button-primary.disabled svg.__icon{
  fill: var(--gray-800);
}

a.link-button-primary:hover{
  text-decoration: none;
}

a.link-button-primary:active{
  top: 1px;
}

a.link-button-secondary{
  background-color: var(--white);
  border-color: var(--green-500);
  border-style: solid;
  border-width: 1px;
  color: var(--green-500);
  font-weight: 600;
  align-items: center;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4.8rem;
  justify-content: center;
  line-height: 4.8rem;
  outline: none;
  overflow: hidden;
  padding: 0 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

a.link-button-secondary.disabled{
  background-color: var(--gray-500);
  color: var(--gray-800);
  cursor: default;
}

a.link-button-secondary.disabled .__icon-box{
  border-left-color: var(--gray-700);
}

a.link-button-secondary.disabled svg.__icon{
  fill: var(--gray-800);
}

a.link-button-secondary:hover{
  text-decoration: none;
}

a.link-button-secondary:active{
  top: 1px;
}

.div-dark{
  border-top-color: var(--gray-700);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
}

.div-light{
  border-top-color: var(--gray-600);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
}

.dropdown-component{
  display: inline-block;
  padding: 0.4rem 0 0;
  position: relative;
}

.dropdown-component .__container{
  border-bottom-color: var(--gray-700);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.dropdown-component label{
  color: transparent;
  font-size: 1.4rem;
  transition: 200ms ease all;
}

.dropdown-component .__select-box__selected-option{
  border-bottom-color: var(--gray-700);
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.2rem 2.4rem 0.2rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-component .__select-box__options{
  background-color: var(--inverse);
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 6rem;
  transition: opacity 250ms ease-in-out;
  width: 0;
  z-index: 1;
}

.dropdown-component .__select-box__option{
  bottom: 0;
  box-sizing: borderBox;
  color: var(--base);
  cursor: pointer;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 1rem 1.6rem;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}

.dropdown-component .__select-box__option--active{
  color: var(--green-500);
}

.dropdown-component .__select-box__option--selected{
  font-weight: 700;
}

.dropdown-component .__message{
  color: var(--gray-700);
  font-size: 1.4rem;
  margin-top: 2px;
}

.dropdown-component svg.__icon{
  fill: var(--base);
  position: absolute;
  right: 0;
  top: 3.4rem;
}

.dropdown-component .__select-box--open .__select-box__options{
  height: auto;
  opacity: 1;
  width: auto;
}

.dropdown-component .__select-box--open label{
  color: var(--gray-700);
}

.dropdown-component.has-value .__select-box__selected-option{
  color: var(--base);
}

.dropdown-component.has-value label{
  color: var(--gray-700);
}

.dropdown-component.disabled{
  border-color: var(--gray-600);
  cursor: not-allowed;
}

.dropdown-component.disabled .__container{
  border-color: var(--gray-600);
}

.dropdown-component.disabled .__select-box__selected-option{
  color: var(--gray-600);
  cursor: not-allowed;
  outline: none;
}

.dropdown-component.disabled label{
  color: var(--gray-600);
}

.dropdown-component.disabled svg.__icon{
  fill: var(--gray-600);
}

.heading-1{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 4.6rem;
  letter-spacing: -0.02rem;
  line-height: 6rem;
  margin-bottom: 4.8rem;
}

.heading-2{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: -0.02rem;
  line-height: 5.2rem;
  margin-bottom: 3.2rem;
}

.heading-3{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: -0.02rem;
  line-height: 4.7rem;
  margin-bottom: 3.2rem;
}

.heading-4{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: -0.02rem;
  line-height: 4.2rem;
  margin-bottom: 2.4rem;
}

.heading-5{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: -0.02rem;
  line-height: 3.6rem;
  margin-bottom: 2.4rem;
}

.heading-6{
  color: var(--base);
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.02rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
}

.heading-7{
  color: var(--base);
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: -0.02rem;
  line-height: 2.5rem;
  margin-bottom: 1.6rem;
}

.input-checkbox-component{
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  user-select: none;
}

.input-checkbox-component .__checkmark-box{
  align-items: center;
  background-color: transparent;
  border-color: var(--green-500);
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  display: inline-flex;
  height: 1.6rem;
  justify-content: center;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: 1.6rem;
}

.input-checkbox-component .__checkmark-box svg.__checkmark{
  fill: var(--white);
  height: 1.2rem;
  width: 1.2rem;
}

.input-checkbox-component.checked .__checkmark-box{
  background-color: var(--green-500);
}

.input-checkbox-component.disabled{
  cursor: not-allowed;
}

.input-checkbox-component.disabled .__checkmark-box{
  border-color: var(--gray-600);
  background-color: var(--gray-600);
}

.input-checkbox-component.disabled.readonly{
  cursor: default;
}

.input-checkbox-component.disabled.readonly .__checkmark-box{
  border-color: var(--green-500);
  background-color: var(--green-500);
}

.input-checkbox-component input{
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.input-radio-group-component{
  display: inline-block;
}

.input-radio-component{
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  min-height: 2.5rem;
  user-select: none;
}

.input-radio-component .__radio-box{
  align-items: center;
  border-color: var(--green-500);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  display: flex;
  height: 1.6rem;
  line-height: 1.6rem;
  justify-content: center;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: 1.6rem;
}

.input-radio-component .__radio{
  background-color: var(--green-500);
  border-radius: 50%;
  height: 0;
  transition: all 250ms ease-in-out;
  width: 0;
}

.input-radio-component.checked .__radio{
  height: 0.8rem;
  width: 0.8rem;
}

.input-radio-component.disabled{
  cursor: default;
}

.input-radio-component.disabled .__radio-box{
  background-color: var(--gray-600);
  border-color: var(--gray-600);
}

.input-radio-component.disabled .__radio{
  background-color: var(--gray-700);
}

.input-radio-component input{
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.input-textbox-component{
  box-sizing: border-box;
  display: inline-block;
  padding: 1.5rem 0 2.5rem;
  position: relative;
  min-width: 28.5rem;
}

.input-textbox-component .__container{
  position: relative;
}

.input-textbox-component svg.__icon{
  fill: var(--gray-800);
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 3rem;
  width: 1.6rem;
}

.input-textbox-component .__bar{
  bottom: -1px;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.input-textbox-component .__bar::before{
  background: var(--green-500);
  bottom: 1px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 50%;
  transition: 200ms ease all;
  width: 0;
}

.input-textbox-component .__bar::after{
  background: var(--green-500);
  bottom: 1px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  transition: 200ms ease all;
  width: 0;
}

.input-textbox-component.focus .__bar::before, .input-textbox-component.focus .__bar::after{
  width: 50%;
}

.input-textbox-component.error .__bar::before, .input-textbox-component.error .__bar::after{
  background: var(--system-error);
  width: 50%;
}

.input-textbox-component.success .__bar::before, .input-textbox-component.success .__bar::after{
  background: var(--system-success);
  width: 50%;
}

.input-textbox-component label{
  color: transparent;
  font-size: 1.4rem;
  transition: 200ms ease all;
}

.input-textbox-component.focus label, .input-textbox-component.has-value label{
  color: var(--gray-800);
}

.input-textbox-component.focus svg.__icon, .input-textbox-component.has-value svg.__icon{
  fill: var(--green-500);
}

.input-textbox-component ::placeholer{
  color: var(--gray-800);
}

.input-textbox-component input{
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-bottom-color: var(--gray-700);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: var(--base);
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.2rem 0;
  width: 100%;
}

.input-textbox-component input:focus{
  outline: none;
}

.input-textbox-component.disabled{
  cursor: not-allowed;
}

.input-textbox-component.disabled svg.__icon{
  fill: var(--gray-600);
}

.input-textbox-component.disabled .__container{
  cursor: not-allowed;
}

.input-textbox-component.disabled input{
  border-bottom-color: var(--gray-600);
  color: var(--gray-600);
  cursor: not-allowed;
}

.input-textbox-component.disabled label{
  cursor: not-allowed;
}

.input-textbox-component.with-icon input{
  padding-right: 2rem;
}

.input-textbox-component.full-width{
  width: 100%;
}

.input-textbox-component .__message{
  color: var(--base);
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0;
}

.input-textbox-component.success .__message{
  color: var(--system-success);
}

.input-textbox-component.error .__message{
  color: var(--system-error);
}

a{
  color: var(--green-500);
  font-size: inherit;
  font-weight: 600;
}

a:hover{
  text-decoration: underline;
}

a:active{
  text-decoration: none;
}

.notification-messages-component{
  width: 78%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  right: 2rem;
  top: 1rem;
  z-index: 9999;
}

.notification-messages-component .__message{
  align-items: center;
  align-self: center;
  animation: notification-show 180ms cubic-bezier(.175, .885, .32, 1.27499);
  animation-fill-mode: forwards;
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  display: flex;
  line-height: 4.8rem;
  margin: -74px 0;
  min-width: 50%;
  position: relative;
  user-select: none;
}

.notification-messages-component .__message.error{
  background-color: var(--system-error);
  color: var(--white);
}

.notification-messages-component .__message.info{
  background-color: var(--base);
  color: var(--inverse);
}

.notification-messages-component .__message.success{
  background-color: var(--system-success);
  color: var(--white);
}

.notification-messages-component .__message.is-closing{
  animation: notification-hide 250ms cubic-bezier(.33859, -.42, 1, -.22);
}

.notification-messages-component .__message .__wrapper{
  flex-grow: 1;
}

.notification-messages-component .__message .__message-text{
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0rem 2rem 0rem 3rem;
  text-align: center;
  width: 100%;
}

.notification-messages-component .__message .__countdown{
  animation: notification-message-countdown linear 2.5s;
  background-color: rgba(255,255,255,0.5);
  bottom: 0;
  height: 0.6rem;
  left: 0;
  position: absolute;
  width: 0;
}

.notification-messages-component .__message .__close-button{
  flex-grow: 0;
  height: 4rem;
  line-height: initial;
  outline: none;
  width: 4rem;
}

.notification-toasts-component{
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  left: 2rem;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  z-index: 60;
}

.notification-toasts-component .__toast{
  align-items: center;
  align-self: center;
  animation: notification-show 180ms cubic-bezier(.175, .885, .32, 1.27499);
  animation-fill-mode: forwards;
  background-color: var(--base);
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: var(--inverse);
  display: flex;
  justify-content: center;
  line-height: 4.8rem;
  margin: 0rem 0;
  min-width: 50%;
  position: relative;
  user-select: none;
  white-space: nowrap;
}

.notification-toasts-component .__toast.is-closing{
  animation: notification-hide 250ms cubic-bezier(.33859, -.42, 1, -.22);
}

.notification-toasts-component .__toast .__wrapper{
  flex-grow: 1;
}

.notification-toasts-component .__toast .__toast-text{
  color: var(--inverse);
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1.5rem 2rem 1.5rem 3rem;
  text-align: center;
  white-space: break-spaces;
  width: 100%;
}

.notification-toasts-component .__toast .__dismiss-button{
  color: var(--green-500);
  flex-grow: 0;
  font-family: fontFamily.secondary;
  font-size: 1.6rem;
  font-weight: 700;
  outline: none;
  padding: 0 2rem;
  text-transform: uppercase;
}

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

.toggle-component .__switch{
  background-color: var(--gray-700);
  border-color: var(--gray-700);
  border-radius: 1.8rem;
  border-style: solid;
  border-width: 0.2rem;
  cursor: pointer;
  display: block;
  height: 2.2rem;
  overflow: hidden;
  position: relative;
  transition: ease-in-out;
  white-space: nowrap;
  width: 3.6rem;
}

.toggle-component .__switch::before{
  background-color: var(--inverse);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 350ms ease-in-out;
  width: 1.8rem;
}

.toggle-component.checked .__switch{
  background-color: var(--green-500);
  border-color: var(--green-500);
}

.toggle-component.checked .__switch::before{
  left: 1.4rem;
}

.toggle-component.disabled .__switch{
  background-color: var(--gray-600);
  border-color: var(--gray-600);
  cursor: not-allowed;
}

.toggle-component.disabled .__switch::before{
  background-color: var(--gray-300);
}

.toggle-component .__text, .toggle-component input{
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

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

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

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

.bg-black{
  background-color: var(--black);
}

.bg-white{
  background-color: var(--white);
}

.bg-base{
  background-color: var(--base);
}

.bg-base-5a{
  background-color: var(--base-5a);
}

.bg-base-10a{
  background-color: var(--base-10a);
}

.bg-base-15a{
  background-color: var(--base-15a);
}

.bg-base-25a{
  background-color: var(--base-25a);
}

.bg-base-50a{
  background-color: var(--base-50a);
}

.bg-inverse{
  background-color: var(--inverse);
}

.bg-inverse-5a{
  background-color: var(--inverse-5a);
}

.bg-inverse-10a{
  background-color: var(--inverse-10a);
}

.bg-inverse-15a{
  background-color: var(--inverse-15a);
}

.bg-inverse-25a{
  background-color: var(--inverse-25a);
}

.bg-inverse-50a{
  background-color: var(--inverse-50a);
}

.bg-gray-300{
  background-color: var(--gray-300);
}

.bg-gray-400{
  background-color: var(--gray-400);
}

.bg-gray-500{
  background-color: var(--gray-500);
}

.bg-gray-600{
  background-color: var(--gray-600);
}

.bg-gray-700{
  background-color: var(--gray-700);
}

.bg-gray-800{
  background-color: var(--gray-800);
}

.bg-green-500{
  background-color: var(--green-500);
}

.bg-system-error{
  background-color: var(--system-error);
}

.bg-system-success{
  background-color: var(--system-success);
}

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

.hover\:bg-black:hover{
  background-color: var(--black);
}

.hover\:bg-white:hover{
  background-color: var(--white);
}

.hover\:bg-base:hover{
  background-color: var(--base);
}

.hover\:bg-base-5a:hover{
  background-color: var(--base-5a);
}

.hover\:bg-base-10a:hover{
  background-color: var(--base-10a);
}

.hover\:bg-base-15a:hover{
  background-color: var(--base-15a);
}

.hover\:bg-base-25a:hover{
  background-color: var(--base-25a);
}

.hover\:bg-base-50a:hover{
  background-color: var(--base-50a);
}

.hover\:bg-inverse:hover{
  background-color: var(--inverse);
}

.hover\:bg-inverse-5a:hover{
  background-color: var(--inverse-5a);
}

.hover\:bg-inverse-10a:hover{
  background-color: var(--inverse-10a);
}

.hover\:bg-inverse-15a:hover{
  background-color: var(--inverse-15a);
}

.hover\:bg-inverse-25a:hover{
  background-color: var(--inverse-25a);
}

.hover\:bg-inverse-50a:hover{
  background-color: var(--inverse-50a);
}

.hover\:bg-gray-300:hover{
  background-color: var(--gray-300);
}

.hover\:bg-gray-400:hover{
  background-color: var(--gray-400);
}

.hover\:bg-gray-500:hover{
  background-color: var(--gray-500);
}

.hover\:bg-gray-600:hover{
  background-color: var(--gray-600);
}

.hover\:bg-gray-700:hover{
  background-color: var(--gray-700);
}

.hover\:bg-gray-800:hover{
  background-color: var(--gray-800);
}

.hover\:bg-green-500:hover{
  background-color: var(--green-500);
}

.hover\:bg-system-error:hover{
  background-color: var(--system-error);
}

.hover\:bg-system-success:hover{
  background-color: var(--system-success);
}

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

.focus\:bg-black:focus{
  background-color: var(--black);
}

.focus\:bg-white:focus{
  background-color: var(--white);
}

.focus\:bg-base:focus{
  background-color: var(--base);
}

.focus\:bg-base-5a:focus{
  background-color: var(--base-5a);
}

.focus\:bg-base-10a:focus{
  background-color: var(--base-10a);
}

.focus\:bg-base-15a:focus{
  background-color: var(--base-15a);
}

.focus\:bg-base-25a:focus{
  background-color: var(--base-25a);
}

.focus\:bg-base-50a:focus{
  background-color: var(--base-50a);
}

.focus\:bg-inverse:focus{
  background-color: var(--inverse);
}

.focus\:bg-inverse-5a:focus{
  background-color: var(--inverse-5a);
}

.focus\:bg-inverse-10a:focus{
  background-color: var(--inverse-10a);
}

.focus\:bg-inverse-15a:focus{
  background-color: var(--inverse-15a);
}

.focus\:bg-inverse-25a:focus{
  background-color: var(--inverse-25a);
}

.focus\:bg-inverse-50a:focus{
  background-color: var(--inverse-50a);
}

.focus\:bg-gray-300:focus{
  background-color: var(--gray-300);
}

.focus\:bg-gray-400:focus{
  background-color: var(--gray-400);
}

.focus\:bg-gray-500:focus{
  background-color: var(--gray-500);
}

.focus\:bg-gray-600:focus{
  background-color: var(--gray-600);
}

.focus\:bg-gray-700:focus{
  background-color: var(--gray-700);
}

.focus\:bg-gray-800:focus{
  background-color: var(--gray-800);
}

.focus\:bg-green-500:focus{
  background-color: var(--green-500);
}

.focus\:bg-system-error:focus{
  background-color: var(--system-error);
}

.focus\:bg-system-success:focus{
  background-color: var(--system-success);
}

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

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

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

.border-black{
  border-color: var(--black);
}

.border-white{
  border-color: var(--white);
}

.border-base{
  border-color: var(--base);
}

.border-base-5a{
  border-color: var(--base-5a);
}

.border-base-10a{
  border-color: var(--base-10a);
}

.border-base-15a{
  border-color: var(--base-15a);
}

.border-base-25a{
  border-color: var(--base-25a);
}

.border-base-50a{
  border-color: var(--base-50a);
}

.border-inverse{
  border-color: var(--inverse);
}

.border-inverse-5a{
  border-color: var(--inverse-5a);
}

.border-inverse-10a{
  border-color: var(--inverse-10a);
}

.border-inverse-15a{
  border-color: var(--inverse-15a);
}

.border-inverse-25a{
  border-color: var(--inverse-25a);
}

.border-inverse-50a{
  border-color: var(--inverse-50a);
}

.border-gray-300{
  border-color: var(--gray-300);
}

.border-gray-400{
  border-color: var(--gray-400);
}

.border-gray-500{
  border-color: var(--gray-500);
}

.border-gray-600{
  border-color: var(--gray-600);
}

.border-gray-700{
  border-color: var(--gray-700);
}

.border-gray-800{
  border-color: var(--gray-800);
}

.border-green-500{
  border-color: var(--green-500);
}

.border-system-error{
  border-color: var(--system-error);
}

.border-system-success{
  border-color: var(--system-success);
}

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

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

.rounded{
  border-radius: 0.4rem;
}

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

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

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

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

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

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

.rounded-t-sm{
  border-top-left-radius: 0.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.4rem;
  border-top-right-radius: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-sm{
  border-top-left-radius: 0.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.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-2{
  border-width: 0.2rem;
}

.border-4{
  border-width: 0.4rem;
}

.border-8{
  border-width: 0.8rem;
}

.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: 0.2rem;
}

.border-r-2{
  border-right-width: 0.2rem;
}

.border-b-2{
  border-bottom-width: 0.2rem;
}

.border-l-2{
  border-left-width: 0.2rem;
}

.border-t-4{
  border-top-width: 0.4rem;
}

.border-r-4{
  border-right-width: 0.4rem;
}

.border-b-4{
  border-bottom-width: 0.4rem;
}

.border-l-4{
  border-left-width: 0.4rem;
}

.border-t-8{
  border-top-width: 0.8rem;
}

.border-r-8{
  border-right-width: 0.8rem;
}

.border-b-8{
  border-bottom-width: 0.8rem;
}

.border-l-8{
  border-left-width: 0.8rem;
}

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

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

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

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

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none{
  box-shadow: none;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

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

.fill-transparent{
  fill: transparent;
}

.fill-black{
  fill: var(--black);
}

.fill-white{
  fill: var(--white);
}

.fill-base{
  fill: var(--base);
}

.fill-base-5a{
  fill: var(--base-5a);
}

.fill-base-10a{
  fill: var(--base-10a);
}

.fill-base-15a{
  fill: var(--base-15a);
}

.fill-base-25a{
  fill: var(--base-25a);
}

.fill-base-50a{
  fill: var(--base-50a);
}

.fill-inverse{
  fill: var(--inverse);
}

.fill-inverse-5a{
  fill: var(--inverse-5a);
}

.fill-inverse-10a{
  fill: var(--inverse-10a);
}

.fill-inverse-15a{
  fill: var(--inverse-15a);
}

.fill-inverse-25a{
  fill: var(--inverse-25a);
}

.fill-inverse-50a{
  fill: var(--inverse-50a);
}

.fill-gray-300{
  fill: var(--gray-300);
}

.fill-gray-400{
  fill: var(--gray-400);
}

.fill-gray-500{
  fill: var(--gray-500);
}

.fill-gray-600{
  fill: var(--gray-600);
}

.fill-gray-700{
  fill: var(--gray-700);
}

.fill-gray-800{
  fill: var(--gray-800);
}

.fill-green-500{
  fill: var(--green-500);
}

.fill-system-error{
  fill: var(--system-error);
}

.fill-system-success{
  fill: var(--system-success);
}

.hover\:fill-transparent:hover{
  fill: transparent;
}

.hover\:fill-black:hover{
  fill: var(--black);
}

.hover\:fill-white:hover{
  fill: var(--white);
}

.hover\:fill-base:hover{
  fill: var(--base);
}

.hover\:fill-base-5a:hover{
  fill: var(--base-5a);
}

.hover\:fill-base-10a:hover{
  fill: var(--base-10a);
}

.hover\:fill-base-15a:hover{
  fill: var(--base-15a);
}

.hover\:fill-base-25a:hover{
  fill: var(--base-25a);
}

.hover\:fill-base-50a:hover{
  fill: var(--base-50a);
}

.hover\:fill-inverse:hover{
  fill: var(--inverse);
}

.hover\:fill-inverse-5a:hover{
  fill: var(--inverse-5a);
}

.hover\:fill-inverse-10a:hover{
  fill: var(--inverse-10a);
}

.hover\:fill-inverse-15a:hover{
  fill: var(--inverse-15a);
}

.hover\:fill-inverse-25a:hover{
  fill: var(--inverse-25a);
}

.hover\:fill-inverse-50a:hover{
  fill: var(--inverse-50a);
}

.hover\:fill-gray-300:hover{
  fill: var(--gray-300);
}

.hover\:fill-gray-400:hover{
  fill: var(--gray-400);
}

.hover\:fill-gray-500:hover{
  fill: var(--gray-500);
}

.hover\:fill-gray-600:hover{
  fill: var(--gray-600);
}

.hover\:fill-gray-700:hover{
  fill: var(--gray-700);
}

.hover\:fill-gray-800:hover{
  fill: var(--gray-800);
}

.hover\:fill-green-500:hover{
  fill: var(--green-500);
}

.hover\:fill-system-error:hover{
  fill: var(--system-error);
}

.hover\:fill-system-success:hover{
  fill: var(--system-success);
}

.active\:fill-transparent:active{
  fill: transparent;
}

.active\:fill-black:active{
  fill: var(--black);
}

.active\:fill-white:active{
  fill: var(--white);
}

.active\:fill-base:active{
  fill: var(--base);
}

.active\:fill-base-5a:active{
  fill: var(--base-5a);
}

.active\:fill-base-10a:active{
  fill: var(--base-10a);
}

.active\:fill-base-15a:active{
  fill: var(--base-15a);
}

.active\:fill-base-25a:active{
  fill: var(--base-25a);
}

.active\:fill-base-50a:active{
  fill: var(--base-50a);
}

.active\:fill-inverse:active{
  fill: var(--inverse);
}

.active\:fill-inverse-5a:active{
  fill: var(--inverse-5a);
}

.active\:fill-inverse-10a:active{
  fill: var(--inverse-10a);
}

.active\:fill-inverse-15a:active{
  fill: var(--inverse-15a);
}

.active\:fill-inverse-25a:active{
  fill: var(--inverse-25a);
}

.active\:fill-inverse-50a:active{
  fill: var(--inverse-50a);
}

.active\:fill-gray-300:active{
  fill: var(--gray-300);
}

.active\:fill-gray-400:active{
  fill: var(--gray-400);
}

.active\:fill-gray-500:active{
  fill: var(--gray-500);
}

.active\:fill-gray-600:active{
  fill: var(--gray-600);
}

.active\:fill-gray-700:active{
  fill: var(--gray-700);
}

.active\:fill-gray-800:active{
  fill: var(--gray-800);
}

.active\:fill-green-500:active{
  fill: var(--green-500);
}

.active\:fill-system-error:active{
  fill: var(--system-error);
}

.active\:fill-system-success:active{
  fill: var(--system-success);
}

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

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

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

.flex-none{
  flex: 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-grow-0{
  flex-grow: 0;
}

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

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

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

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

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

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

.font-primary{
  font-family: "Source Sans Pro", sans-serif;
}

.font-secondary{
  font-family: "Open Sans", sans-serif;
}

.text-lg{
  font-size: 1.8rem;
}

.text-md{
  font-size: 1.6rem;
}

.text-sm{
  font-size: 1.4rem;
}

.text-xs{
  font-size: 1.2rem;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

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

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

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

.h-0{
  height: 0;
}

.h-1{
  height: 1px;
}

.h-2{
  height: 0.2rem;
}

.h-4{
  height: 0.4rem;
}

.h-8{
  height: 0.8rem;
}

.h-12{
  height: 1.2rem;
}

.h-16{
  height: 1.6rem;
}

.h-20{
  height: 2em;
}

.h-24{
  height: 2.4em;
}

.h-32{
  height: 3.2em;
}

.h-40{
  height: 4em;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-100vh{
  height: 100vh;
}

.h-50vh{
  height: 50vh;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-1{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-2{
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
}

.inset-4{
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
}

.inset-8{
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
}

.inset-12{
  top: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
}

.inset-16{
  top: 1.6rem;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
}

.inset-20{
  top: 2em;
  right: 2em;
  bottom: 2em;
  left: 2em;
}

.inset-24{
  top: 2.4em;
  right: 2.4em;
  bottom: 2.4em;
  left: 2.4em;
}

.inset-32{
  top: 3.2em;
  right: 3.2em;
  bottom: 3.2em;
  left: 3.2em;
}

.inset-40{
  top: 4em;
  right: 4em;
  bottom: 4em;
  left: 4em;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-offscreen{
  top: -999rem;
  right: -999rem;
  bottom: -999rem;
  left: -999rem;
}

.-inset-1{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-2{
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
}

.-inset-4{
  top: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  left: -0.4rem;
}

.-inset-8{
  top: -0.8rem;
  right: -0.8rem;
  bottom: -0.8rem;
  left: -0.8rem;
}

.-inset-12{
  top: -1.2rem;
  right: -1.2rem;
  bottom: -1.2rem;
  left: -1.2rem;
}

.-inset-16{
  top: -1.6rem;
  right: -1.6rem;
  bottom: -1.6rem;
  left: -1.6rem;
}

.-inset-20{
  top: -2em;
  right: -2em;
  bottom: -2em;
  left: -2em;
}

.-inset-24{
  top: -2.4em;
  right: -2.4em;
  bottom: -2.4em;
  left: -2.4em;
}

.-inset-32{
  top: -3.2em;
  right: -3.2em;
  bottom: -3.2em;
  left: -3.2em;
}

.-inset-40{
  top: -4em;
  right: -4em;
  bottom: -4em;
  left: -4em;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.inset-y-1{
  top: 1px;
  bottom: 1px;
}

.inset-x-1{
  right: 1px;
  left: 1px;
}

.inset-y-2{
  top: 0.2rem;
  bottom: 0.2rem;
}

.inset-x-2{
  right: 0.2rem;
  left: 0.2rem;
}

.inset-y-4{
  top: 0.4rem;
  bottom: 0.4rem;
}

.inset-x-4{
  right: 0.4rem;
  left: 0.4rem;
}

.inset-y-8{
  top: 0.8rem;
  bottom: 0.8rem;
}

.inset-x-8{
  right: 0.8rem;
  left: 0.8rem;
}

.inset-y-12{
  top: 1.2rem;
  bottom: 1.2rem;
}

.inset-x-12{
  right: 1.2rem;
  left: 1.2rem;
}

.inset-y-16{
  top: 1.6rem;
  bottom: 1.6rem;
}

.inset-x-16{
  right: 1.6rem;
  left: 1.6rem;
}

.inset-y-20{
  top: 2em;
  bottom: 2em;
}

.inset-x-20{
  right: 2em;
  left: 2em;
}

.inset-y-24{
  top: 2.4em;
  bottom: 2.4em;
}

.inset-x-24{
  right: 2.4em;
  left: 2.4em;
}

.inset-y-32{
  top: 3.2em;
  bottom: 3.2em;
}

.inset-x-32{
  right: 3.2em;
  left: 3.2em;
}

.inset-y-40{
  top: 4em;
  bottom: 4em;
}

.inset-x-40{
  right: 4em;
  left: 4em;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.inset-y-offscreen{
  top: -999rem;
  bottom: -999rem;
}

.inset-x-offscreen{
  right: -999rem;
  left: -999rem;
}

.-inset-y-1{
  top: -1px;
  bottom: -1px;
}

.-inset-x-1{
  right: -1px;
  left: -1px;
}

.-inset-y-2{
  top: -0.2rem;
  bottom: -0.2rem;
}

.-inset-x-2{
  right: -0.2rem;
  left: -0.2rem;
}

.-inset-y-4{
  top: -0.4rem;
  bottom: -0.4rem;
}

.-inset-x-4{
  right: -0.4rem;
  left: -0.4rem;
}

.-inset-y-8{
  top: -0.8rem;
  bottom: -0.8rem;
}

.-inset-x-8{
  right: -0.8rem;
  left: -0.8rem;
}

.-inset-y-12{
  top: -1.2rem;
  bottom: -1.2rem;
}

.-inset-x-12{
  right: -1.2rem;
  left: -1.2rem;
}

.-inset-y-16{
  top: -1.6rem;
  bottom: -1.6rem;
}

.-inset-x-16{
  right: -1.6rem;
  left: -1.6rem;
}

.-inset-y-20{
  top: -2em;
  bottom: -2em;
}

.-inset-x-20{
  right: -2em;
  left: -2em;
}

.-inset-y-24{
  top: -2.4em;
  bottom: -2.4em;
}

.-inset-x-24{
  right: -2.4em;
  left: -2.4em;
}

.-inset-y-32{
  top: -3.2em;
  bottom: -3.2em;
}

.-inset-x-32{
  right: -3.2em;
  left: -3.2em;
}

.-inset-y-40{
  top: -4em;
  bottom: -4em;
}

.-inset-x-40{
  right: -4em;
  left: -4em;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-1{
  top: 1px;
}

.right-1{
  right: 1px;
}

.bottom-1{
  bottom: 1px;
}

.left-1{
  left: 1px;
}

.top-2{
  top: 0.2rem;
}

.right-2{
  right: 0.2rem;
}

.bottom-2{
  bottom: 0.2rem;
}

.left-2{
  left: 0.2rem;
}

.top-4{
  top: 0.4rem;
}

.right-4{
  right: 0.4rem;
}

.bottom-4{
  bottom: 0.4rem;
}

.left-4{
  left: 0.4rem;
}

.top-8{
  top: 0.8rem;
}

.right-8{
  right: 0.8rem;
}

.bottom-8{
  bottom: 0.8rem;
}

.left-8{
  left: 0.8rem;
}

.top-12{
  top: 1.2rem;
}

.right-12{
  right: 1.2rem;
}

.bottom-12{
  bottom: 1.2rem;
}

.left-12{
  left: 1.2rem;
}

.top-16{
  top: 1.6rem;
}

.right-16{
  right: 1.6rem;
}

.bottom-16{
  bottom: 1.6rem;
}

.left-16{
  left: 1.6rem;
}

.top-20{
  top: 2em;
}

.right-20{
  right: 2em;
}

.bottom-20{
  bottom: 2em;
}

.left-20{
  left: 2em;
}

.top-24{
  top: 2.4em;
}

.right-24{
  right: 2.4em;
}

.bottom-24{
  bottom: 2.4em;
}

.left-24{
  left: 2.4em;
}

.top-32{
  top: 3.2em;
}

.right-32{
  right: 3.2em;
}

.bottom-32{
  bottom: 3.2em;
}

.left-32{
  left: 3.2em;
}

.top-40{
  top: 4em;
}

.right-40{
  right: 4em;
}

.bottom-40{
  bottom: 4em;
}

.left-40{
  left: 4em;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.top-offscreen{
  top: -999rem;
}

.right-offscreen{
  right: -999rem;
}

.bottom-offscreen{
  bottom: -999rem;
}

.left-offscreen{
  left: -999rem;
}

.-top-1{
  top: -1px;
}

.-right-1{
  right: -1px;
}

.-bottom-1{
  bottom: -1px;
}

.-left-1{
  left: -1px;
}

.-top-2{
  top: -0.2rem;
}

.-right-2{
  right: -0.2rem;
}

.-bottom-2{
  bottom: -0.2rem;
}

.-left-2{
  left: -0.2rem;
}

.-top-4{
  top: -0.4rem;
}

.-right-4{
  right: -0.4rem;
}

.-bottom-4{
  bottom: -0.4rem;
}

.-left-4{
  left: -0.4rem;
}

.-top-8{
  top: -0.8rem;
}

.-right-8{
  right: -0.8rem;
}

.-bottom-8{
  bottom: -0.8rem;
}

.-left-8{
  left: -0.8rem;
}

.-top-12{
  top: -1.2rem;
}

.-right-12{
  right: -1.2rem;
}

.-bottom-12{
  bottom: -1.2rem;
}

.-left-12{
  left: -1.2rem;
}

.-top-16{
  top: -1.6rem;
}

.-right-16{
  right: -1.6rem;
}

.-bottom-16{
  bottom: -1.6rem;
}

.-left-16{
  left: -1.6rem;
}

.-top-20{
  top: -2em;
}

.-right-20{
  right: -2em;
}

.-bottom-20{
  bottom: -2em;
}

.-left-20{
  left: -2em;
}

.-top-24{
  top: -2.4em;
}

.-right-24{
  right: -2.4em;
}

.-bottom-24{
  bottom: -2.4em;
}

.-left-24{
  left: -2.4em;
}

.-top-32{
  top: -3.2em;
}

.-right-32{
  right: -3.2em;
}

.-bottom-32{
  bottom: -3.2em;
}

.-left-32{
  left: -3.2em;
}

.-top-40{
  top: -4em;
}

.-right-40{
  right: -4em;
}

.-bottom-40{
  bottom: -4em;
}

.-left-40{
  left: -4em;
}

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

.leading-0{
  line-height: 0;
}

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

.leading-2{
  line-height: 0.2rem;
}

.leading-4{
  line-height: 0.4rem;
}

.leading-8{
  line-height: 0.8rem;
}

.leading-12{
  line-height: 1.2rem;
}

.leading-16{
  line-height: 1.6rem;
}

.leading-20{
  line-height: 2em;
}

.leading-24{
  line-height: 2.4em;
}

.leading-32{
  line-height: 3.2em;
}

.leading-40{
  line-height: 4em;
}

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

.m-2{
  margin: 0.2rem;
}

.m-4{
  margin: 0.4rem;
}

.m-8{
  margin: 0.8rem;
}

.m-12{
  margin: 1.2rem;
}

.m-16{
  margin: 1.6rem;
}

.m-20{
  margin: 2em;
}

.m-24{
  margin: 2.4em;
}

.m-32{
  margin: 3.2em;
}

.m-40{
  margin: 4em;
}

.m-auto{
  margin: auto;
}

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

.-m-2{
  margin: -0.2rem;
}

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

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

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

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

.-m-20{
  margin: -2em;
}

.-m-24{
  margin: -2.4em;
}

.-m-32{
  margin: -3.2em;
}

.-m-40{
  margin: -4em;
}

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

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

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

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

.my-2{
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.mx-2{
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

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

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

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

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

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

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

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

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

.my-20{
  margin-top: 2em;
  margin-bottom: 2em;
}

.mx-20{
  margin-left: 2em;
  margin-right: 2em;
}

.my-24{
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

.mx-24{
  margin-left: 2.4em;
  margin-right: 2.4em;
}

.my-32{
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}

.mx-32{
  margin-left: 3.2em;
  margin-right: 3.2em;
}

.my-40{
  margin-top: 4em;
  margin-bottom: 4em;
}

.mx-40{
  margin-left: 4em;
  margin-right: 4em;
}

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

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

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

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

.-my-2{
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
}

.-mx-2{
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

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

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

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

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

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

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

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

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

.-my-20{
  margin-top: -2em;
  margin-bottom: -2em;
}

.-mx-20{
  margin-left: -2em;
  margin-right: -2em;
}

.-my-24{
  margin-top: -2.4em;
  margin-bottom: -2.4em;
}

.-mx-24{
  margin-left: -2.4em;
  margin-right: -2.4em;
}

.-my-32{
  margin-top: -3.2em;
  margin-bottom: -3.2em;
}

.-mx-32{
  margin-left: -3.2em;
  margin-right: -3.2em;
}

.-my-40{
  margin-top: -4em;
  margin-bottom: -4em;
}

.-mx-40{
  margin-left: -4em;
  margin-right: -4em;
}

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

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

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

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

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

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

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

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

.mt-2{
  margin-top: 0.2rem;
}

.mr-2{
  margin-right: 0.2rem;
}

.mb-2{
  margin-bottom: 0.2rem;
}

.ml-2{
  margin-left: 0.2rem;
}

.mt-4{
  margin-top: 0.4rem;
}

.mr-4{
  margin-right: 0.4rem;
}

.mb-4{
  margin-bottom: 0.4rem;
}

.ml-4{
  margin-left: 0.4rem;
}

.mt-8{
  margin-top: 0.8rem;
}

.mr-8{
  margin-right: 0.8rem;
}

.mb-8{
  margin-bottom: 0.8rem;
}

.ml-8{
  margin-left: 0.8rem;
}

.mt-12{
  margin-top: 1.2rem;
}

.mr-12{
  margin-right: 1.2rem;
}

.mb-12{
  margin-bottom: 1.2rem;
}

.ml-12{
  margin-left: 1.2rem;
}

.mt-16{
  margin-top: 1.6rem;
}

.mr-16{
  margin-right: 1.6rem;
}

.mb-16{
  margin-bottom: 1.6rem;
}

.ml-16{
  margin-left: 1.6rem;
}

.mt-20{
  margin-top: 2em;
}

.mr-20{
  margin-right: 2em;
}

.mb-20{
  margin-bottom: 2em;
}

.ml-20{
  margin-left: 2em;
}

.mt-24{
  margin-top: 2.4em;
}

.mr-24{
  margin-right: 2.4em;
}

.mb-24{
  margin-bottom: 2.4em;
}

.ml-24{
  margin-left: 2.4em;
}

.mt-32{
  margin-top: 3.2em;
}

.mr-32{
  margin-right: 3.2em;
}

.mb-32{
  margin-bottom: 3.2em;
}

.ml-32{
  margin-left: 3.2em;
}

.mt-40{
  margin-top: 4em;
}

.mr-40{
  margin-right: 4em;
}

.mb-40{
  margin-bottom: 4em;
}

.ml-40{
  margin-left: 4em;
}

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

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

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

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

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

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

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

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

.-mt-2{
  margin-top: -0.2rem;
}

.-mr-2{
  margin-right: -0.2rem;
}

.-mb-2{
  margin-bottom: -0.2rem;
}

.-ml-2{
  margin-left: -0.2rem;
}

.-mt-4{
  margin-top: -0.4rem;
}

.-mr-4{
  margin-right: -0.4rem;
}

.-mb-4{
  margin-bottom: -0.4rem;
}

.-ml-4{
  margin-left: -0.4rem;
}

.-mt-8{
  margin-top: -0.8rem;
}

.-mr-8{
  margin-right: -0.8rem;
}

.-mb-8{
  margin-bottom: -0.8rem;
}

.-ml-8{
  margin-left: -0.8rem;
}

.-mt-12{
  margin-top: -1.2rem;
}

.-mr-12{
  margin-right: -1.2rem;
}

.-mb-12{
  margin-bottom: -1.2rem;
}

.-ml-12{
  margin-left: -1.2rem;
}

.-mt-16{
  margin-top: -1.6rem;
}

.-mr-16{
  margin-right: -1.6rem;
}

.-mb-16{
  margin-bottom: -1.6rem;
}

.-ml-16{
  margin-left: -1.6rem;
}

.-mt-20{
  margin-top: -2em;
}

.-mr-20{
  margin-right: -2em;
}

.-mb-20{
  margin-bottom: -2em;
}

.-ml-20{
  margin-left: -2em;
}

.-mt-24{
  margin-top: -2.4em;
}

.-mr-24{
  margin-right: -2.4em;
}

.-mb-24{
  margin-bottom: -2.4em;
}

.-ml-24{
  margin-left: -2.4em;
}

.-mt-32{
  margin-top: -3.2em;
}

.-mr-32{
  margin-right: -3.2em;
}

.-mb-32{
  margin-bottom: -3.2em;
}

.-ml-32{
  margin-left: -3.2em;
}

.-mt-40{
  margin-top: -4em;
}

.-mr-40{
  margin-right: -4em;
}

.-mb-40{
  margin-bottom: -4em;
}

.-ml-40{
  margin-left: -4em;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-w-full{
  max-width: 100%;
}

.min-h-0{
  min-height: 0;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.min-w-1-4{
  min-width: 25%;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

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

.p-2{
  padding: 0.2rem;
}

.p-4{
  padding: 0.4rem;
}

.p-8{
  padding: 0.8rem;
}

.p-12{
  padding: 1.2rem;
}

.p-16{
  padding: 1.6rem;
}

.p-20{
  padding: 2em;
}

.p-24{
  padding: 2.4em;
}

.p-32{
  padding: 3.2em;
}

.p-40{
  padding: 4em;
}

.p-auto{
  padding: auto;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.py-1{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-1{
  padding-left: 1px;
  padding-right: 1px;
}

.py-2{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.px-2{
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.py-4{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.px-4{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-8{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.px-8{
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-12{
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.px-12{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-16{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.px-16{
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-20{
  padding-top: 2em;
  padding-bottom: 2em;
}

.px-20{
  padding-left: 2em;
  padding-right: 2em;
}

.py-24{
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}

.px-24{
  padding-left: 2.4em;
  padding-right: 2.4em;
}

.py-32{
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

.px-32{
  padding-left: 3.2em;
  padding-right: 3.2em;
}

.py-40{
  padding-top: 4em;
  padding-bottom: 4em;
}

.px-40{
  padding-left: 4em;
  padding-right: 4em;
}

.py-auto{
  padding-top: auto;
  padding-bottom: auto;
}

.px-auto{
  padding-left: auto;
  padding-right: auto;
}

.pt-0{
  padding-top: 0;
}

.pr-0{
  padding-right: 0;
}

.pb-0{
  padding-bottom: 0;
}

.pl-0{
  padding-left: 0;
}

.pt-1{
  padding-top: 1px;
}

.pr-1{
  padding-right: 1px;
}

.pb-1{
  padding-bottom: 1px;
}

.pl-1{
  padding-left: 1px;
}

.pt-2{
  padding-top: 0.2rem;
}

.pr-2{
  padding-right: 0.2rem;
}

.pb-2{
  padding-bottom: 0.2rem;
}

.pl-2{
  padding-left: 0.2rem;
}

.pt-4{
  padding-top: 0.4rem;
}

.pr-4{
  padding-right: 0.4rem;
}

.pb-4{
  padding-bottom: 0.4rem;
}

.pl-4{
  padding-left: 0.4rem;
}

.pt-8{
  padding-top: 0.8rem;
}

.pr-8{
  padding-right: 0.8rem;
}

.pb-8{
  padding-bottom: 0.8rem;
}

.pl-8{
  padding-left: 0.8rem;
}

.pt-12{
  padding-top: 1.2rem;
}

.pr-12{
  padding-right: 1.2rem;
}

.pb-12{
  padding-bottom: 1.2rem;
}

.pl-12{
  padding-left: 1.2rem;
}

.pt-16{
  padding-top: 1.6rem;
}

.pr-16{
  padding-right: 1.6rem;
}

.pb-16{
  padding-bottom: 1.6rem;
}

.pl-16{
  padding-left: 1.6rem;
}

.pt-20{
  padding-top: 2em;
}

.pr-20{
  padding-right: 2em;
}

.pb-20{
  padding-bottom: 2em;
}

.pl-20{
  padding-left: 2em;
}

.pt-24{
  padding-top: 2.4em;
}

.pr-24{
  padding-right: 2.4em;
}

.pb-24{
  padding-bottom: 2.4em;
}

.pl-24{
  padding-left: 2.4em;
}

.pt-32{
  padding-top: 3.2em;
}

.pr-32{
  padding-right: 3.2em;
}

.pb-32{
  padding-bottom: 3.2em;
}

.pl-32{
  padding-left: 3.2em;
}

.pt-40{
  padding-top: 4em;
}

.pr-40{
  padding-right: 4em;
}

.pb-40{
  padding-bottom: 4em;
}

.pl-40{
  padding-left: 4em;
}

.pt-auto{
  padding-top: auto;
}

.pr-auto{
  padding-right: auto;
}

.pb-auto{
  padding-bottom: auto;
}

.pl-auto{
  padding-left: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.stroke-transparent{
  stroke: transparent;
}

.stroke-black{
  stroke: var(--black);
}

.stroke-white{
  stroke: var(--white);
}

.stroke-base{
  stroke: var(--base);
}

.stroke-base-5a{
  stroke: var(--base-5a);
}

.stroke-base-10a{
  stroke: var(--base-10a);
}

.stroke-base-15a{
  stroke: var(--base-15a);
}

.stroke-base-25a{
  stroke: var(--base-25a);
}

.stroke-base-50a{
  stroke: var(--base-50a);
}

.stroke-inverse{
  stroke: var(--inverse);
}

.stroke-inverse-5a{
  stroke: var(--inverse-5a);
}

.stroke-inverse-10a{
  stroke: var(--inverse-10a);
}

.stroke-inverse-15a{
  stroke: var(--inverse-15a);
}

.stroke-inverse-25a{
  stroke: var(--inverse-25a);
}

.stroke-inverse-50a{
  stroke: var(--inverse-50a);
}

.stroke-gray-300{
  stroke: var(--gray-300);
}

.stroke-gray-400{
  stroke: var(--gray-400);
}

.stroke-gray-500{
  stroke: var(--gray-500);
}

.stroke-gray-600{
  stroke: var(--gray-600);
}

.stroke-gray-700{
  stroke: var(--gray-700);
}

.stroke-gray-800{
  stroke: var(--gray-800);
}

.stroke-green-500{
  stroke: var(--green-500);
}

.stroke-system-error{
  stroke: var(--system-error);
}

.stroke-system-success{
  stroke: var(--system-success);
}

.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-txt{
  color: var(--txt);
}

.text-transparent{
  color: transparent;
}

.text-black{
  color: var(--black);
}

.text-white{
  color: var(--white);
}

.text-base{
  color: var(--base);
}

.text-base-5a{
  color: var(--base-5a);
}

.text-base-10a{
  color: var(--base-10a);
}

.text-base-15a{
  color: var(--base-15a);
}

.text-base-25a{
  color: var(--base-25a);
}

.text-base-50a{
  color: var(--base-50a);
}

.text-inverse{
  color: var(--inverse);
}

.text-inverse-5a{
  color: var(--inverse-5a);
}

.text-inverse-10a{
  color: var(--inverse-10a);
}

.text-inverse-15a{
  color: var(--inverse-15a);
}

.text-inverse-25a{
  color: var(--inverse-25a);
}

.text-inverse-50a{
  color: var(--inverse-50a);
}

.text-gray-300{
  color: var(--gray-300);
}

.text-gray-400{
  color: var(--gray-400);
}

.text-gray-500{
  color: var(--gray-500);
}

.text-gray-600{
  color: var(--gray-600);
}

.text-gray-700{
  color: var(--gray-700);
}

.text-gray-800{
  color: var(--gray-800);
}

.text-green-500{
  color: var(--green-500);
}

.text-system-error{
  color: var(--system-error);
}

.text-system-success{
  color: var(--system-success);
}

.hover\:text-txt:hover{
  color: var(--txt);
}

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

.hover\:text-black:hover{
  color: var(--black);
}

.hover\:text-white:hover{
  color: var(--white);
}

.hover\:text-base:hover{
  color: var(--base);
}

.hover\:text-base-5a:hover{
  color: var(--base-5a);
}

.hover\:text-base-10a:hover{
  color: var(--base-10a);
}

.hover\:text-base-15a:hover{
  color: var(--base-15a);
}

.hover\:text-base-25a:hover{
  color: var(--base-25a);
}

.hover\:text-base-50a:hover{
  color: var(--base-50a);
}

.hover\:text-inverse:hover{
  color: var(--inverse);
}

.hover\:text-inverse-5a:hover{
  color: var(--inverse-5a);
}

.hover\:text-inverse-10a:hover{
  color: var(--inverse-10a);
}

.hover\:text-inverse-15a:hover{
  color: var(--inverse-15a);
}

.hover\:text-inverse-25a:hover{
  color: var(--inverse-25a);
}

.hover\:text-inverse-50a:hover{
  color: var(--inverse-50a);
}

.hover\:text-gray-300:hover{
  color: var(--gray-300);
}

.hover\:text-gray-400:hover{
  color: var(--gray-400);
}

.hover\:text-gray-500:hover{
  color: var(--gray-500);
}

.hover\:text-gray-600:hover{
  color: var(--gray-600);
}

.hover\:text-gray-700:hover{
  color: var(--gray-700);
}

.hover\:text-gray-800:hover{
  color: var(--gray-800);
}

.hover\:text-green-500:hover{
  color: var(--green-500);
}

.hover\:text-system-error:hover{
  color: var(--system-error);
}

.hover\:text-system-success:hover{
  color: var(--system-success);
}

.focus\:text-txt:focus{
  color: var(--txt);
}

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

.focus\:text-black:focus{
  color: var(--black);
}

.focus\:text-white:focus{
  color: var(--white);
}

.focus\:text-base:focus{
  color: var(--base);
}

.focus\:text-base-5a:focus{
  color: var(--base-5a);
}

.focus\:text-base-10a:focus{
  color: var(--base-10a);
}

.focus\:text-base-15a:focus{
  color: var(--base-15a);
}

.focus\:text-base-25a:focus{
  color: var(--base-25a);
}

.focus\:text-base-50a:focus{
  color: var(--base-50a);
}

.focus\:text-inverse:focus{
  color: var(--inverse);
}

.focus\:text-inverse-5a:focus{
  color: var(--inverse-5a);
}

.focus\:text-inverse-10a:focus{
  color: var(--inverse-10a);
}

.focus\:text-inverse-15a:focus{
  color: var(--inverse-15a);
}

.focus\:text-inverse-25a:focus{
  color: var(--inverse-25a);
}

.focus\:text-inverse-50a:focus{
  color: var(--inverse-50a);
}

.focus\:text-gray-300:focus{
  color: var(--gray-300);
}

.focus\:text-gray-400:focus{
  color: var(--gray-400);
}

.focus\:text-gray-500:focus{
  color: var(--gray-500);
}

.focus\:text-gray-600:focus{
  color: var(--gray-600);
}

.focus\:text-gray-700:focus{
  color: var(--gray-700);
}

.focus\:text-gray-800:focus{
  color: var(--gray-800);
}

.focus\:text-green-500:focus{
  color: var(--green-500);
}

.focus\:text-system-error:focus{
  color: var(--system-error);
}

.focus\:text-system-success:focus{
  color: var(--system-success);
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

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

.w-0{
  width: 0;
}

.w-1{
  width: 1px;
}

.w-2{
  width: 0.2rem;
}

.w-4{
  width: 0.4rem;
}

.w-8{
  width: 0.8rem;
}

.w-12{
  width: 1.2rem;
}

.w-16{
  width: 1.6rem;
}

.w-20{
  width: 2em;
}

.w-24{
  width: 2.4em;
}

.w-32{
  width: 3.2em;
}

.w-40{
  width: 4em;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-3-4{
  width: 75%;
}

.w-1-2{
  width: 50%;
}

.w-1-4{
  width: 25%;
}

.w-100vw{
  width: 100vw;
}

.w-50vw{
  width: 50vw;
}

.w-1-3{
  width: 33%;
}

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

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

.border-box{
  box-sizing: border-box;
}

.content-box{
  box-sizing: content-box;
}

.screen-hidden{
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.transition{
  transition: all 250ms ease-in-out;
}

.transition-500{
  transition: all 500ms ease-in-out;
}

/* Base Styles */

/* Default Light Mode vars */

:root {
  --black: #191919;
  --white: #FFFFFF;
  /* Black */
  --base: #191919;
  --base-5a: rgba(0, 0, 0, 0.05);
  --base-10a: rgba(0, 0, 0, 0.10);
  --base-15a: rgba(0, 0, 0, 0.15);
  --base-25a: rgba(0, 0, 0, 0.25);
  --base-50a: rgba(0, 0, 0, 0.5);
  /* White */
  --inverse: #FFFFFF;
  --inverse-5a: rgba(255, 255, 255, 0.05);
  --inverse-10a: rgba(255, 255, 255, 0.10);
  --inverse-15a: rgba(255, 255, 255, 0.15);
  --inverse-25a: rgba(255, 255, 255, 0.25);
  --inverse-50a: rgba(255, 255, 255, 0.5);
  --gray-300: #FCFCFC;
  --gray-400: #F7F7F7;
  --gray-500: #E2E2E3;
  --gray-600: #C8CFD3;
  --gray-700: #919EA6;
  --gray-800: #5F737F;
  --green-500: #0D7B60;
  --system-success: #6AB752;
  --system-error: #DB0000;
  /* Base Text Color */
  --txt: #5F737F;
  --min-width: 48rem;
}

/* Dark Mode vars */

[data-color-mode=dark] {
  /* White */
  --base: #FFFFFF;
  --base-5a: rgba(255, 255, 255, 0.05);
  --base-10a: rgba(255, 255, 255, 0.10);
  --base-15a: rgba(255, 255, 255, 0.15);
  --base-25a: rgba(255, 255, 255, 0.25);
  --base-50a: rgba(255, 255, 255, 0.5);
  /* Black */
  --inverse: #191919;
  --inverse-5a: rgba(0, 0, 0, 0.05);
  --inverse-10a: rgba(0, 0, 0, 0.10);
  --inverse-15a: rgba(0, 0, 0, 0.15);
  --inverse-25a: rgba(0, 0, 0, 0.25);
  --inverse-50a: rgba(0, 0, 0, 0.5);
  /* Base Text Color */
  --txt: #C8CFD3;
}

/* 1rem === 10px */

html {
  color: var(--txt);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 62.5%;
}

body {
  /* Basic font size */
  font-size: 1.6rem;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

#application {
  min-width: var(--min-width);
}

.FreestyleGuide-body {
  background: var(--inverse);
  color: var(--txt);
}

.FreestyleGuide-titleContainer {
  color: var(--txt);
}

.FreestyleGuide-nav {
  background: var(--inverse);
  color: var(--txt);
}

.FreestyleMenu-itemLink,
.FreestyleMenu-submenuItemLink {
  color: var(--txt);
}

.FreestyleGuide-cta svg {
  fill: var(--txt);
}

.dropdown-lable{
  color: var(--gray-700);
  font-size: 1.4rem;
}

/* Layouts */

#layout-authenticated {
}

#layout-authenticated main {
  padding-top: var(--header-height);
  height: 100%;
}

.order-settings-btn{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.hide-add-tab{
  display: none;
}

#layout-bisection {
  grid-template-columns: 5% 45% 45% 5%;
  display: grid;
  align-content: center;
  min-height: calc(100vh - var(--header-height));
  grid-template-areas: 'left right';
  grid-template-columns: 5% 45% 45% 5%;
  grid-column-gap: 2rem;
  grid-template-areas:
    '. left right .'
  ;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #layout-bisection {
    grid-template-columns: 5% 90% 5%;
    grid-column-gap: 0;
    grid-template-areas:
    '. left .'
    '. right .'
    ;
  }
}

#layout-bisection .left-container {
  grid-area: left;
}

#layout-bisection .right-container {
  grid-area: right;
}

:root {
  --header-height: 5rem;
}

#site-header {
  align-items: center;
  background-color: var(--inverse);
  box-shadow: 0 4px 16px rgba(95, 115, 127, 0.16);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-width: var(--min-width);
  padding: 0rem 2.6rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 48;
}

#site-header .main-menu {
  background-color: var(--inverse);
  border-radius: 0.4rem;
  box-shadow: 0 4px 16px rgba(95, 115, 127, 0.16);
  opacity: 0;
  padding: 1.6rem;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 72px;
  transition: opacity 250ms ease-in-out;
  width: 19.5rem;
  display: none;
  z-index: 0;
}

#site-header .main-menu.show {
  opacity: 1;
  display: block;
  z-index: 9;
}

#site-header #toggle-menu {
  outline: none;
}

#site-header #toggle-menu svg {
  fill: var(--base);
}

#site-header #toggle-menu.show svg,
#site-header #toggle-menu:focus svg {
  fill: var(--green-500);
}

#site-header nav a svg,
#site-header nav button svg {
  fill: var(--gray-800);
}

#site-header nav a:hover svg,
#site-header nav a:focus svg,
#site-header nav button:hover svg,
#site-header nav button:focus svg {
  fill: var(--green-500);
}

#site-header nav ul li svg {
  fill: var(--gray-800);
}

#site-header .system-time {
  font-size: 2.6rem;
}

#site-header .timezone {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

#site-header > div > img {
  padding-bottom: 3px;
  cursor: pointer;
}

#layout-logged-out {
  display: grid;
  grid-template-areas: 'left right';
  grid-template-columns: 50%;
  height: 100vh;
  overflow: hidden;
}

#layout-logged-out .left-container {
  grid-area: left;
  align-content: space-between;
  display: grid;
  grid-row-gap: 4rem;
  grid-column-gap: 2rem;
  grid-template-rows: 15rem auto 15rem;
  grid-template-columns: 10% auto 10%;
  grid-template-areas:
    '. header .'
    '. main .'
    '. footer .'
  ;
  /* height: 100%; */
  overflow-y: scroll;
}

@media (max-width: 1024px) {
  #layout-logged-out .left-container {
    grid-template-columns: auto;
  }
}

@media (max-width: 768px) {
  #layout-logged-out {
    grid-template-columns: 100% 0;
  }
}

#layout-logged-out .right-container {
  grid-area: right;
  background-image: url(/img/bg-login.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
}

#layout-logged-out header {
  align-self: start;
  grid-area: header;
}

#layout-logged-out main {
  align-self: center;
  grid-area: main;
}

#layout-logged-out footer {
  align-self: end;
  grid-area: footer;
}

/* Animations */

@keyframes notification-show {
  0% {
    opacity: 0;
    transform: perspective(450px) translate(0, -30px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(450px) translate(0, 0) rotateX(0deg);
  }
}

@keyframes notification-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes notification-message-countdown {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

:root {
  --x-tab-active: #2CC185;
  --x-tab-color1: #334455;
  --x-tab-color2: #74777b;
  --x-tab-color3: #4a4a4b;
  --x-tab-color4: #000;
  /* Background colors */
  --x-tab-bg1: #f7f7f7;
  --x-tab-bg2: #f0f0f0;
  --x-tab-bg3: #fff;
  --x-tab-bg4: #bdc2c9;
}

/* Default tab style */

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* width: 100%; */
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */

.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  flex-flow: row wrap;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  text-decoration: none;
  color: var(--x-tab-active);
  cursor: pointer;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

/* Content */

.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}

.content-wrap section.content-current {
  display: block;
}

/* Fallback */

.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }

  .tabs nav a:before {
    margin-right: 0;
  }
}

/*****************************/

/* Line */

/*****************************/

.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: var(--x-tab-color2, "#74777b");
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px var(--x-tab-color2, "#74777b");
}

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px var(--x-tab-active, "#2CC185");
  color: var(--x-tab-active, "#2CC185");
}

@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    /* display: block; */
    box-shadow: none;
  }

  .tabs-style-line nav ul li {
    /* display: block; */
    flex: none;
  }
}

/* .tabs{
  height: 100%;
} */

.tabs nav ul{
  justify-content: left;
  padding-right: 80px;
  padding-left: 0px;
  box-shadow: inset 0 -1px #d1d3d2;
}

.tabs nav ul li{
  /* min-width: 60px; */
  max-width: 500px;
  flex:none;
  padding-right: 16px;
  margin-left: 0px;
  padding-left: 0px;
  box-shadow: inset 0 -1px #d1d3d2;
}

.tabs-style-line nav a {
  padding-bottom: .5rem;
  padding-left: 0px;
  padding-right: 2px;
  color:#E2E2E3;
  text-transform: none;
  font-weight: 500;
  box-shadow: inset 0 -1px #d1d3d2;
  letter-spacing: normal;
}

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #0D7B60;
  color: #5F737F;
  font-weight: 500;
  letter-spacing: normal;
}

.tabs-style-line nav ul{
  margin-left: 2.6rem;
}

.tabs-style-line nav li svg{
  display: none;
}

.tabs-style-line nav li.tab-current svg{
  display: inline-block;
}

/* .content-wrap{
  height: 95%;
} */

.content-wrap section{
  margin-left: 2.6rem;
  padding-left: 0px;
  padding-top: 2px;
  padding-right: 1rem;
  padding-bottom: 0px;
  max-width: none;
  /* height: 100%; */
}

.tabs-style-flip{
  font-size: inherit;
}

.adde-color-picker-radio .color-cell:hover, .adde-color-picker-radio input[type=radio]:checked+.color-cell, .color-cell.is-active {
  border-color: #fff;
  outline: #27618a solid 1px;
}

.color-cell {
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 1px solid #e9e9e9;
  background-size: cover;
}

.color-cell.is-transparent {
  background-image: url(/@addepar/style-toolbox/assets/images/transparent_color.svg);
}

.color-cell.is-empty, .color-cell.is-invalid {
  background-image: url(/@addepar/style-toolbox/assets/images/invalid_color.svg);
}

.color-cell:disabled, button:disabled .color-cell {
  opacity: .6;
}

.adde-color-picker-button, .button-danger, .button-default, .button-icon, .button-link, .button-primary, .button-select, .button-text {
  background: 0 0;
  margin: 0;
  padding: 0 12px;
  font: inherit;
  line-height: 1;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  height: 32px;
  vertical-align: middle;
  min-width: 72px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.adde-color-picker-button:active, .button-danger:active, .button-default:active, .button-icon:active, .button-link:active, .button-primary:active, .button-select:active, .button-text:active, .is-active.adde-color-picker-button, .is-active.button-danger, .is-active.button-default, .is-active.button-icon, .is-active.button-link, .is-active.button-primary, .is-active.button-select, .is-active.button-text {
  box-shadow: none;
}

.active.adde-color-picker-button:focus, .active.button-danger:focus, .active.button-default:focus, .active.button-icon:focus, .active.button-link:focus, .active.button-primary:focus, .active.button-select:focus, .active.button-text:focus, .adde-color-picker-button:active:focus, .button-danger:active:focus, .button-default:active:focus, .button-icon:active:focus, .button-link:active:focus, .button-primary:active:focus, .button-select:active:focus, .button-text:active:focus, .is-active.adde-color-picker-button:focus, .is-active.button-danger:focus, .is-active.button-default:focus, .is-active.button-icon:focus, .is-active.button-link:focus, .is-active.button-primary:focus, .is-active.button-select:focus, .is-active.button-text:focus {
  outline: 0;
}

.adde-color-picker-button:hover, .button-danger:hover, .button-default:hover, .button-icon:hover, .button-link:hover, .button-primary:hover, .button-select:hover, .button-text:hover {
  color: #5c5c5c;
}

.active.adde-color-picker-button, .active.button-danger, .active.button-default, .active.button-icon, .active.button-link, .active.button-primary, .active.button-select, .active.button-text, .adde-color-picker-button:active, .button-danger:active, .button-default:active, .button-icon:active, .button-link:active, .button-primary:active, .button-select:active, .button-text:active, .is-active.adde-color-picker-button, .is-active.button-danger, .is-active.button-default, .is-active.button-icon, .is-active.button-link, .is-active.button-primary, .is-active.button-select, .is-active.button-text, .open .dropdown-toggle.adde-color-picker-button, .open .dropdown-toggle.button-danger, .open .dropdown-toggle.button-default, .open .dropdown-toggle.button-icon, .open .dropdown-toggle.button-link, .open .dropdown-toggle.button-primary, .open .dropdown-toggle.button-select, .open .dropdown-toggle.button-text {
  color: #0a0a0a;
}

.adde-color-picker-button:focus, .button-danger:focus, .button-default:focus, .button-icon:focus, .button-link:focus, .button-primary:focus, .button-select:focus, .button-text:focus {
  outline-offset: -2px;
  outline-color: #c7c7c7;
}

.adde-color-picker-button[disabled], .button-danger[disabled], .button-default[disabled], .button-icon[disabled], .button-link[disabled], .button-primary[disabled], .button-select[disabled], .button-text[disabled], fieldset[disabled] .adde-color-picker-button, fieldset[disabled] .button-danger, fieldset[disabled] .button-default, fieldset[disabled] .button-icon, fieldset[disabled] .button-link, fieldset[disabled] .button-primary, fieldset[disabled] .button-select, fieldset[disabled] .button-text {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #adadad;
}

.open .adde-color-picker-button[data-toggle=dropdown]:focus, .open .button-danger[data-toggle=dropdown]:focus, .open .button-default[data-toggle=dropdown]:focus, .open .button-icon[data-toggle=dropdown]:focus, .open .button-link[data-toggle=dropdown]:focus, .open .button-primary[data-toggle=dropdown]:focus, .open .button-select[data-toggle=dropdown]:focus, .open .button-text[data-toggle=dropdown]:focus, .open .dropdown-toggle.adde-color-picker-button:focus, .open .dropdown-toggle.button-danger:focus, .open .dropdown-toggle.button-default:focus, .open .dropdown-toggle.button-icon:focus, .open .dropdown-toggle.button-link:focus, .open .dropdown-toggle.button-primary:focus, .open .dropdown-toggle.button-select:focus, .open .dropdown-toggle.button-text:focus {
  outline: 0;
  color: #595959;
}

label[class^=button-] {
  line-height: 32px;
  min-width: min-content;
}

.button-default, .button-select {
  color: #333;
  background-color: #f4f4f4;
  border-color: #c7c7c7;
}

.button-default:hover, .button-select:hover {
  color: #0a0a0a;
  background-color: #f6f6f6;
  border-color: #bcbcbc;
}

.button-default[disabled], .button-select[disabled], fieldset[disabled] .button-default, fieldset[disabled] .button-select {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #adadad;
  background-color: #fbfbfb;
  border-color: #e9e9e9;
}

.button-default.is-active, .button-default:active, .button-select:active, .is-active.button-select, .open .button-default.dropdown-toggle, .open .dropdown-toggle.button-select {
  color: #0a0a0a;
  background-color: #f2f2f2;
  border-color: #bcbcbc;
}

.button-primary {
  color: #fff;
  background-color: #333;
  border-color: #000;
}

.button-primary:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #000;
}

.button-primary[disabled], fieldset[disabled] .button-primary {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #fff;
  background-color: #adadad;
  border-color: #999;
}

.button-primary.is-active, .button-primary:active, .open .button-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #000;
}

.button-danger {
  color: #fff;
  background-color: #cb323b;
  border-color: #791e23;
}

.button-danger:hover {
  color: #fff;
  background-color: #d55b62;
  border-color: #5e0000;
}

.button-danger[disabled], fieldset[disabled] .button-danger {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #fff;
  background-color: #eaadb1;
  border-color: #c9a5a7;
}

.button-danger.is-active, .button-danger:active, .open .button-danger.dropdown-toggle {
  color: #fff;
  background-color: #c10914;
  border-color: #5e0000;
}

.button-link, .button-link:hover, .button-link[disabled], fieldset[disabled] .button-link {
  background-color: transparent;
  border-color: transparent;
}

.button-link {
  color: #27618a;
}

.button-link:hover {
  color: #004173;
}

.button-link[disabled], fieldset[disabled] .button-link {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #a9c0d0;
}

.button-link.is-active, .button-link:active, .open .button-link.dropdown-toggle {
  color: #004173;
  background-color: transparent;
  border-color: transparent;
}

.button-link:not(:hover) {
  text-decoration: underline;
}

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

.button-icon {
  color: #999;
  padding: 0;
  width: 32px;
  min-width: 32px;
}

.button-icon.active, .button-icon.is-active, .button-icon:active, .button-icon:hover, .open .button-icon.dropdown-toggle {
  border-color: #c7c7c7;
}

.button-icon.active, .button-icon.is-active, .button-icon:active, .open .button-icon.dropdown-toggle {
  background-color: #efefef;
}

.button-icon img {
  transition: opacity .1s ease-out;
  opacity: .2;
  height: 20px;
}

.adde-popover, .adde-tooltip {
  font-weight: 400;
  transition: opacity .2s ease-in-out;
}

.button-icon.active img, .button-icon.is-active img, .button-icon:hover img {
  opacity: 1;
}

.adde-color-picker-button {
  display: inline-flex;
  align-items: center;
}

.adde-color-picker-button .button-caret {
  padding: 0 8px;
  vertical-align: middle;
}

.button-flush-group {
  display: flex;
  flex-wrap: wrap;
}

.button-flush-group [class^=button-]+[class^=button-] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.button-flush-group [class^=button-]:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button-flush-group [class^=button-][disabled] {
  z-index: -1;
}

.button-large {
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  min-width: 88px;
}

.adde-color-picker-button {
  color: #333;
  background-color: #f4f4f4;
  border-color: #c7c7c7;
  padding: 0;
  min-width: auto;
}

.adde-color-picker-button:hover {
  color: #0a0a0a;
  background-color: #f6f6f6;
  border-color: #bcbcbc;
}

.adde-color-picker-button[disabled], fieldset[disabled] .adde-color-picker-button {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  color: #adadad;
  background-color: #fbfbfb;
  border-color: #e9e9e9;
}

.adde-color-picker-button.is-active, .adde-color-picker-button:active, .open .adde-color-picker-button.dropdown-toggle {
  color: #0a0a0a;
  background-color: #f2f2f2;
  border-color: #bcbcbc;
}

.is-invalid .adde-color-picker-button {
  border-color: #cb323b;
  outline-color: #cb323b;
}

.adde-color-picker-button .color-cell {
  width: 24px;
  height: 24px;
}

.checkbox, .ember-table .et-toggle-select {
  margin: 0;
  display: inline-block;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.checkbox input[type=checkbox], .ember-table .et-toggle-select input[type=checkbox] {
  opacity: .001;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.checkbox input[type=checkbox]+*, .ember-table .et-toggle-select input[type=checkbox]+* {
  display: block;
}

.checkbox input[type=checkbox]+:before, .checkbox:empty:before, .ember-table .et-toggle-select input[type=checkbox]+:before, .ember-table .et-toggle-select:empty:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}

.checkbox input[type=checkbox]+:after, .checkbox:empty:after, .ember-table .et-toggle-select input[type=checkbox]+:after, .ember-table .et-toggle-select:empty:after {
  display: none;
  content: '';
  opacity: .75;
  height: 15px;
  width: 17px;
  background-position: 4px 0;
  background-size: 13px;
  background-image: url(/@addepar/style-toolbox/assets/images/checkmark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.checkbox:focus, .ember-table .et-toggle-select:focus {
  outline: 0;
}

.checkbox input[type=checkbox]:focus+:before, .checkbox:focus:before, .ember-table .et-toggle-select input[type=checkbox]:focus+:before, .ember-table .et-toggle-select:focus:before {
  border: 1px solid #949494;
}

.checkbox input[type=checkbox]:checked+:after, .checkbox:checked:after, .ember-table .et-toggle-select input[type=checkbox]:checked+:after, .ember-table .et-toggle-select:checked:after {
  display: block;
}

.collapse, .ember-table .et-toggle-collapse {
  appearance: none;
  display: inline-block;
  padding: 8px;
  color: #999;
  cursor: pointer;
  position: relative;
}

.collapse input[type=checkbox], .ember-table .et-toggle-collapse input[type=checkbox] {
  opacity: .001;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.collapse input[type=checkbox]+*, .ember-table .et-toggle-collapse input[type=checkbox]+* {
  display: block;
  width: 100%
}

.collapse input[type=checkbox]+:before, .collapse:empty:before, .ember-table .et-toggle-collapse input[type=checkbox]+:before, .ember-table .et-toggle-collapse:empty:before {
  display: inline-block;
  width: 100%;
  text-align: center;
  content: '\25be'
}

.collapse input[type=checkbox]:checked+:before, .collapse:checked:before, .ember-table .et-toggle-collapse input[type=checkbox]:checked+:before, .ember-table .et-toggle-collapse:checked:before {
  color: #333;
  transform: rotate(-90deg);
}

.collapse input[type=checkbox]:focus+:before, .collapse:focus, .ember-table .et-toggle-collapse input[type=checkbox]:focus+:before, .ember-table .et-toggle-collapse:focus {
  outline: 0;
  color: #333;
}

input[type=text].adde-text-input {
  box-sizing: border-box;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #c7c7c7;
}

.ember-table td, .ember-table th, .table td, .table th {
  /* background: #fff; */
}

.orderTable thead tr th, .timeTable thead tr th, .fillsTable thead tr th, .positionsTable thead tr th  {
  top: 0 !important;
}

.ember-table th{
  background-color: #fff;
}

input[type=text].adde-text-input.is-invalid, input[type=text].adde-text-input:invalid {
  border-color: #cb323b;
  outline-color: #cb323b;
}

.ember-table tbody td, .ember-table th, .table tbody td, .table th {
  /* border-bottom: 1px solid #e9e9e9; */
}

.ember-table td, .ember-table th, .table td, .table th {
  overflow: hidden;
}

.ember-table th, .table th {
  text-transform: uppercase;
  vertical-align: top;
  text-align: left;
  border: none;
}

.ember-table thead tr:first-child>th, .table thead tr:first-child>th {
  /* border-top: 1px solid #e9e9e9; */
}

.ember-table tfoot td, .table tfoot td {
  border-top: 1px solid #e9e9e9;
  background: #fff;
}

.adde-tooltip {
  position: absolute;
  z-index: 10;
  background: #333;
  padding: 8px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  opacity: 0;
}

.adde-tooltip.is-visible {
  opacity: 1;
}

.adde-tooltip .popper-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 8px;
  border-width: 8px;
  border-style: solid;
  border-color: #333;
}

.adde-tooltip[x-placement^=left] {
  margin-right: 8px;
}

.adde-tooltip[x-placement^=left] .popper-arrow {
  border-right-width: 0;
  border-right-color: transparent;
  right: -8px;
}

.adde-tooltip[x-placement^=right] {
  margin-left: 8px;
}

.adde-tooltip[x-placement^=right] .popper-arrow {
  border-left-width: 0;
  border-left-color: transparent;
  left: -8px;
}

.adde-tooltip[x-placement^=top] {
  margin-bottom: 8px;
}

.adde-tooltip[x-placement^=top] .popper-arrow {
  border-bottom-width: 0;
  border-bottom-color: transparent;
  bottom: -8px;
}

.adde-tooltip[x-placement^=bottom] {
  margin-top: 8px;
}

.adde-tooltip[x-placement^=bottom] .popper-arrow {
  border-top-width: 0;
  border-top-color: transparent;
  top: -8px;
}

.adde-tooltip-content {
  width: auto;
  min-width: auto;
  max-width: 200px;
  height: auto;
  min-height: auto;
  max-height: auto;
}

.adde-tooltip[x-placement^=top] .popper-arrow, .adde-tooltip[x-placement^=bottom] .popper-arrow {
  margin-top: 0;
  margin-bottom: 0;
  border-right-color: transparent;
  border-left-color: transparent;
  left: calc(50% - 8px);
}

.adde-tooltip[x-placement^=left] .popper-arrow, .adde-tooltip[x-placement^=right] .popper-arrow {
  margin-left: 0;
  margin-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: calc(50% - 8px);
}

.error-tooltip {
  background-color: #fae8ee;
  color: #cb323b;
}

.error-tooltip .popper-arrow {
  border-color: #fae8ee;
}

.tooltip-icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #999;
}

.tooltip-icon:hover {
  color: #333;
}

.adde-popover {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  color: #333;
  text-align: left;
  font-size: 13px;
  line-height: auto;
  opacity: 0;
}

.adde-popover.is-visible {
  opacity: 1;
}

.adde-popover .popper-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 8px;
  border-width: 8px;
  border-style: solid;
  border-color: #dcdcdc;
}

.adde-popover .popper-arrow::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid #fff;
}

.adde-popover[x-placement^=left] {
  margin-right: 8px;
}

.adde-popover[x-placement^=left] .popper-arrow {
  border-right-width: 0;
  border-right-color: transparent;
  right: -8px;
}

.adde-popover[x-placement^=left] .popper-arrow::before {
  right: calc(-8px + 1px);
  border-right-color: transparent;
}

.adde-popover[x-placement^=right] {
  margin-left: 8px;
}

.adde-popover[x-placement^=right] .popper-arrow {
  border-left-width: 0;
  border-left-color: transparent;
  left: -8px;
}

.adde-popover[x-placement^=right] .popper-arrow::before {
  left: calc(-8px + 1px);
  border-left-color: transparent;
}

.adde-popover[x-placement^=top] {
  margin-bottom: 8px;
}

.adde-popover[x-placement^=top] .popper-arrow {
  border-bottom-width: 0;
  border-bottom-color: transparent;
  bottom: -8px;
}

.adde-popover[x-placement^=top] .popper-arrow::before {
  bottom: calc(-8px + 1px);
  border-bottom-color: transparent;
}

.adde-popover[x-placement^=bottom] {
  margin-top: 8px;
}

.adde-popover[x-placement^=bottom] .popper-arrow {
  border-top-width: 0;
  border-top-color: transparent;
  top: -8px;
}

.adde-popover[x-placement^=bottom] .popper-arrow::before {
  top: calc(-8px + 1px);
  border-top-color: transparent;
}

.adde-popover-content {
  width: auto;
  min-width: 200px;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.adde-popover[x-placement^=top] .popper-arrow, .adde-popover[x-placement^=bottom] .popper-arrow {
  margin-top: 0;
  margin-bottom: 0;
  border-right-color: transparent;
  border-left-color: transparent;
  left: calc(50% - 8px);
}

.adde-popover[x-placement^=top] .popper-arrow::before, .adde-popover[x-placement^=bottom] .popper-arrow::before {
  left: -8px;
  border-right-color: transparent;
  border-left-color: transparent;
}

.adde-popover[x-placement^=left] .popper-arrow, .adde-popover[x-placement^=right] .popper-arrow {
  margin-left: 0;
  margin-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: calc(50% - 8px);
}

.adde-popover[x-placement^=left] .popper-arrow::before, .adde-popover[x-placement^=right] .popper-arrow::before {
  top: -8px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.adde-popover.has-title[x-placement^=bottom] .popper-arrow {
  border-bottom-color: #dcdcdc;
}

.adde-popover.has-title[x-placement^=bottom] .popper-arrow::before {
  border-bottom-color: #f4f4f4;
}

.adde-popover.has-title[x-placement=left-start] .popper-arrow {
  border-left-color: #dcdcdc;
}

.adde-popover.has-title[x-placement=left-start] .popper-arrow::before {
  border-left-color: #f4f4f4;
}

.adde-popover.has-title[x-placement=right-start] .popper-arrow {
  border-right-color: #dcdcdc;
}

.adde-popover.has-title[x-placement=right-start] .popper-arrow::before {
  border-right-color: #f4f4f4;
}

@media screen and (min-height:750px) {
  .adde-popover-content {
    max-height: 600px;
  }
}

.adde-popover-title {
  background-color: #f4f4f4;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  flex: none;
}

.adde-popover-body {
  padding: 16px;
  flex: 1;
  overflow: auto;
  max-width: 100%
}

.adde-popover-footer {
  padding: 16px;
  border-top: 1px solid #e9e9e9;
  flex: none;
}

.adde-dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #333;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: auto;
  transition: opacity .1s ease-in-out;
  opacity: 0;
}

.adde-dropdown.is-visible {
  opacity: 1;
}

.adde-dropdown[x-placement^=bottom] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), -3px 3px 3px rgba(175, 175, 175, .1), 3px 3px 3px rgba(175, 175, 175, .1);
}

.adde-dropdown[x-placement^=top] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), -3px -3px 3px rgba(175, 175, 175, .1), 3px -3px 3px rgba(175, 175, 175, .1);
}

.adde-dropdown[x-placement^=right] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), 3px 3px 3px rgba(175, 175, 175, .1), 3px -3px 3px rgba(175, 175, 175, .1);
}

.adde-dropdown[x-placement^=left] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), -3px 3px 3px rgba(175, 175, 175, .1), -3px -3px 3px rgba(175, 175, 175, .1);
}

.adde-dropdown-content {
  overflow: auto;
  min-width: 160px;
  max-width: auto;
  max-height: 80vh;
}

@media screen and (min-height:750px) {
  .adde-dropdown-content {
    max-height: 600px;
  }
}

.adde-dropdown-menu {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.adde-dropdown-menu>li {
  position: relative;
  display: block;
  color: #333;
  line-height: 16px;
}

.adde-dropdown-menu>li button {
  background: 0 0;
  border: none;
  margin: 0;
  font: inherit;
  border-radius: 0;
  line-height: inherit;
  text-align: left;
  width: 100%
}

.adde-modal, .ember-table .et-sort-indicator:before {
}

.adde-dropdown-menu>li button.is-active, .adde-dropdown-menu>li button:active {
  box-shadow: none;
}

.adde-dropdown-menu>li button.active:focus, .adde-dropdown-menu>li button.is-active:focus, .adde-dropdown-menu>li button:active:focus {
  outline: 0;
}

.adde-dropdown-menu>li a {
  display: block;
}

.adde-color-picker-row, .custom-color-row {
  display: flex;
}

.adde-dropdown-menu>li a, .adde-dropdown-menu>li button {
  padding: 8px 16px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.adde-dropdown-menu>li a:hover, .adde-dropdown-menu>li button:hover {
  background-color: #e9f4fc;
}

.adde-dropdown-menu>li a.is-active, .adde-dropdown-menu>li a.is-selected, .adde-dropdown-menu>li button.is-active, .adde-dropdown-menu>li button.is-selected, .adde-dropdown-menu>li.is-active a, .adde-dropdown-menu>li.is-active button {
  background-color: #d7ebfa;
}

.adde-dropdown-menu>li a[disabled], .adde-dropdown-menu>li button[disabled], .adde-dropdown-menu>li[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: .6;
}

.adde-color-picker-radio .color-cell:hover, .ember-table th.is-sortable {
  cursor: pointer;
}

.adde-dropdown-menu>li .adde-dropdown-caret {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.adde-dropdown-menu>li.list-divider {
  border-top: 1px solid #e9e9e9;
  margin: 8px 0;
}

.adde-dropdown-menu>li.list-group-header {
  background-color: #f4f4f4;
  font-weight: 700;
  padding: 8px 16px;
}

.adde-sub-dropdown {
  margin-top: -8px;
}

.adde-sub-dropdown[x-placement$='-start'], .adde-sub-dropdown[x-placement^=bottom] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), -3px 3px 3px rgba(175, 175, 175, .1), 3px 3px 3px rgba(175, 175, 175, .1);
}

.adde-sub-dropdown[x-placement$='-end'], .adde-sub-dropdown[x-placement^=top] {
  box-shadow: 0 0 3px rgba(175, 175, 175, .1), -3px -3px 3px rgba(175, 175, 175, .1), 3px -3px 3px rgba(175, 175, 175, .1);
}

.adde-color-picker-radio {
  position: relative;
}

.adde-color-picker-radio input[type=radio] {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: -1;
}

.ember-modal-dialog, .ember-modal-overlay {
  position: fixed;
  z-index: 50;
}

.adde-color-picker-dropdown section:not(:first-child) {
  padding-top: 8px;
}

.adde-color-picker-dropdown section:not(:last-child) {
  padding-bottom: 8px;
}

.adde-color-picker-dropdown section+section {
  border-top: 1px solid #e9e9e9;
}

.adde-color-picker-row:first-of-type {
  margin-bottom: 8px;
}

.custom-color-row form {
  flex: 1;
}

.custom-color-row form input[type=text] {
  width: 100%
}

.custom-color-row>*+* {
  margin-left: 4px;
}

.ember-modal-overlay {
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
}

.ember-modal-dialog.ember-modal-dialog-in-place {
  position: static;
}

.adde-modal-trigger {
  display: none;
}

.adde-modal {
  border-radius: 2px;
  background-color: #fff;
  width: 600px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
}

.adde-modal * {
  -webkit-font-smoothing: antialiased;
}

.adde-modal.size-sm {
  width: 360px;
}

.adde-modal.size-lg {
  width: 800px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(51, 51, 51, .5);
}

.adde-modal-body {
  padding: 24px 16px;
}

.adde-modal-body .adde-modal-footer {
  padding: 0;
}

.adde-modal-header {
  padding: 16px;
  background-color: #333;
  color: #fff;
}

.adde-modal-header h4.adde-modal-title {
  display: inline-block;
  margin: 0;
  height: 24px;
  font-size: 18px;
  font-weight: 400;
}

.adde-modal-header button.adde-modal-close {
  position: relative;
  float: right;
  border: none;
  top: -16px;
  right: -16px;
  height: 56px;
  width: 56px;
  color: #fff;
  border-radius: 0;
}

.adde-modal-header button.adde-modal-close:hover {
  background-color: #4d4d4d;
}

.adde-modal-footer {
  padding: 16px;
  border-top: 1px solid #e9e9e9;
}

.ember-table th.is-sortable:hover {
  background: #e9f4fc;
}

.ember-table .et-sort-indicator:before {
  display: inline-block;
  border: none;
  line-height: 1;
  transform: rotate(0);
  content: '\25be';
}

.ember-table .et-sort-indicator.is-ascending:before {
  transform: rotate(180deg);
}

.ember-table .et-header-resize-area {
  cursor: col-resize;
  width: 12px;
}

.is-resizing.ember-table * {
  cursor: col-resize!important;
  user-select: none;
}

.ember-table th.is-reorderable {
  cursor: grab;
}

.ember-table .et-reorder-main-indicator {
  position: absolute;
  background: 0 0;
  border-left: none;
  border-right: none;
  opacity: .8;
  z-index: 10;
}

.ember-table .et-reorder-main-indicator th {
  background: #e9f4fc;
}

.ember-table .et-reorder-drop-indicator {
  position: absolute;
  background: 0 0;
  border-left: none;
  border-right: none;
  opacity: .8;
  z-index: 10;
  height: 100%
}

.is-reordering.ember-table * {
  cursor: grabbing!important;
  user-select: none;
}

.ember-table td.is-first-column {
  padding: 0;
}

.ember-table td.is-first-column > div{
  padding-left: 4px;
}

.ember-table .et-cell-container {
  display: flex;
}

.ember-table .et-toggle-collapse, .ember-table .et-toggle-select {
  display: flex;
  align-items: center;
}

.ember-table .et-toggle-select {
  padding: 4px;
}

.ember-table .et-toggle-collapse {
  box-sizing: content-box;
  width: 10px;
  padding: 0px;
}

.ember-table .et-depth-placeholder:not(.depth-0) {
  box-sizing: content-box;
  width: 24px;
  height: 100%
}

.ember-table .et-depth-indent.depth-1 {
  padding-left: 16px;
}

.ember-table .et-depth-indent.depth-2 {
  padding-left: 32px;
}

.ember-table .et-depth-indent.depth-3 {
  padding-left: 48px;
}

.ember-table .et-depth-indent.depth-4 {
  padding-left: 64px;
}

.ember-table .et-depth-indent.depth-5 {
  padding-left: 80px;
}

.ember-table .et-depth-indent.depth-6 {
  padding-left: 96px;
}

.ember-table .et-depth-indent.depth-7 {
  padding-left: 112px;
}

.ember-table .et-depth-indent.depth-8 {
  padding-left: 128px;
}

.ember-table .et-depth-indent.depth-9 {
  padding-left: 144px;
}

.ember-table .et-depth-indent.depth-10 {
  padding-left: 160px;
}

.ember-table .et-cell-content {
  flex: 1;
  /* padding: 4px; */
}

.ember-table tr.is-selected td {
  background: #d7ebfa;
}

.ember-table tr.is-selectable {
  cursor: pointer;
}

.ember-table tr.is-selectable:hover td {
  background: #e9f4fc;
}

.ember-table .et-toggle-select input[type=checkbox]+:after {
  background-image: url(images/checkmark.svg);
}

.bg-navy {
  background-color: #001f3f;
  color: #fff;
}

.text-navy {
  color: #001f3f;
}

.bg-blue {
  background-color: #0074d9;
  color: #fff;
}

.text-blue {
  color: #0074d9;
}

.bg-aqua {
  background-color: #7fdbff;
  color: #fff;
}

.text-aqua {
  color: #7fdbff;
}

.bg-teal {
  background-color: #39cccc;
  color: #fff;
}

.text-teal {
  color: #39cccc;
}

.bg-olive {
  background-color: #3d9970;
  color: #fff;
}

.text-olive {
  color: #3d9970;
}

.bg-green {
  background-color: #2ecc40;
  color: #fff;
}

.text-green {
  color: #2ecc40;
}

.bg-lime {
  background-color: #01ff70;
  color: #fff;
}

.text-lime {
  color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
  color: #fff;
}

.text-yellow {
  color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
  color: #fff;
}

.text-orange {
  color: #ff851b;
}

.bg-red {
  background-color: #ff4136;
  color: #fff;
}

.text-red {
  color: #ff4136;
}

.bg-maroon {
  background-color: #85144b;
  color: #fff;
}

.text-maroon {
  color: #85144b;
}

.bg-fuchsia {
  background-color: #f012be;
  color: #fff;
}

.text-fuchsia {
  color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
  color: #fff;
}

.text-purple {
  color: #b10dc9;
}

.bg-black {
  background-color: #111;
  color: #fff;
}

.text-black {
  color: #111;
}

.bg-grey {
  background-color: #aaa;
  color: #fff;
}

.text-grey {
  color: #aaa;
}

.bg-silver {
  background-color: #ddd;
  color: #fff;
}

.text-silver {
  color: #ddd;
}

.resize-container {
  resize: both;
  overflow: scroll;
  border: 1px solid #dae1e7;
  width: 400px;
  height: 200px;
  padding: 10px;
}

.docs-hero>div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.docs-hero h1 {
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

.docs-hero h1>div {
  margin: 0;
}

.docs-hero h1>div>span {
  height: 4rem;
}

.docs-hero p {
  margin-top: 0;
}

tr.has-children td {
  background-color: #f7f7f7;
}

tr.is-row-selected td {
  background-color: #e5f5ff;
}

tr td.is-column-selected, tr th.is-column-selected {
  background-color: #e5f5ff;
  border-bottom-color: #d2e2ec;
}

tr td.is-cell-selected {
  background-color: #b8ddf5;
}

.cell-content {
  margin: -4px;
  padding: 4px;
  height: 30px;
}

.small {
  font-size: small;
}

.custom-header {
  padding: .25em;
}

.ember-table{
  padding: 0px;
  margin: 0px;
  /* width: 100%; */
}

.ember-table th {
  font-size: 1.2rem;
}

.ember-table tbody
{
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

.pTable .ember-table table, .timeTable table, .orderTable table, .fillsTable table, .positionsTable table {
  overflow: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}

.pTable .ember-table table th, .timeTable table th, .orderTable table th, .fillsTable table th, .positionsTable table th{
  /* border-bottom: 1px solid #ccc; */
  border-right: 1px solid #ccc;
  /* background: transparent; */
  padding: 0;
}

.timeTable table th,.pTable .ember-table table th,
.fillsTable table th,
.orderTable table th,
.positionsTable table th {
  /* top: -1px !important; */
}

.table-header {
  border-top: .5px solid #ccc;
  border-bottom: .5px solid #ccc;
  padding-left: 4px;
  padding-top: 3px;
  height: 25px;
}

@-moz-document url-prefix() {
  .ember-table table th {
    background: transparent;
  }

  .table-header {
    background-color: #fff;
  }
}

.timeTable  table {
  /* 
  width: 580px; */
  overflow: auto;
  margin-right: 0px;
}

.orderTable table {
  /* width: 700px; */
  overflow: auto;
  margin-right: 0px;
}

.time-table tr td {
  padding-left: 4px;
}

.order-table td button, .fill-table td button {
  padding-left: 5px;
  text-decoration: underline;
}

.order-table td, .time-table td {
  /* overflow: inherit; */
}

.time-force .dropdown-component .__select-box__option {
  overflow: visible
}

.time-force .dropdown-component .__select-box__options > div,
.order-action .dropdown-component .__select-box__options > div,
.order-type .dropdown-component .__select-box__options > div,
.ticket .dropdown-component .__select-box__options > div {
  max-height: 50px;
  padding: 0px;
  padding-left: 5px;
}

.time-force .dropdown-component .__select-box--open .__select-box__options{
  max-height: 90px;
  opacity: 1;
  width: auto;
  overflow: auto;
}

/* New Order dialog, set height to instruments drop down list. */

#sb-new-order-inst .__select-box__options{
  max-height: 150px;
  overflow: auto;
  display: block;
}

.btn-green {
  background-color: green;
  color: #fff;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, .77);
}

.ember-modal-dialog{
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
  border-radius: 4px;
  position: absolute;
  border: none;
}

.ember-modal-dialog .input-textbox-component {
  padding: 0px;
}

.ember-modal-dialog .input-textbox-component.has-value label {
  color: var(--gray-700);
}

.disable-toggle{
  pointer-events: none;
  opacity: 0.3;
}

.disabled-node {
  pointer-events: none;
}

.new-tab-max-height{
  max-height: 396px;
}

.search-button-padding-bottom{
  padding-bottom: 2.6rem;
}

.product-group-width, .input-textbox-component, .product-sub-group{
  min-width: 200px;
  margin-right: 20px;
}

.tab-attributes .input-textbox-component .__container {
  width: 200px;
}

.search-box .input-textbox-component {
  padding: 0px;
  margin-bottom: 5px;
}

.w-38p {
  width: 38%;
}

.tab-attributes {
  width: min-content;
}

.tab-attributes .input-textbox-component.has-value label, .input-textbox-component.focus label {
  color: var(--gray-700);
}

.border-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#search-box div {
  padding: 0;
}

tr:nth-child(even) {
  background-color: #f4f4f4;
}

.nowrap {
  white-space: nowrap;
}

tr.childRow td {
  background-color: #fff;
  border-right: 1px solid #ccc;
}

tr.childRow td {
  border-bottom: 1px solid #ccc;
  /* border-top: 1px solid #ccc; */
}

tr.parentRow td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

td {
  padding: 0;
}

td > div,
th {
  padding-left: 4px;
}

td > div {
  padding-left: 8px;
}

.curated-div{
  width: 300px;
  padding: 15px;
}

.tab-current svg {
  fill: #5F737F;
}

.intslist-padding{
  padding: 10px;
}

.instrumentfont{
  font-size: 1.6rem;
  vertical-align: top;
}

#portfolio-instruments .flex-row {
  width: 100%;
}

#portfolio-instruments {
  padding: 5px;
}

#portfolio-instruments .flex span {
  padding: 0px;
}

#portfolio-instruments .flex-row:nth-child(even) {
  background-color: #f4f4f4;
}

#portfolio-instruments > div {
  min-width: 350px;
}

#instrument-tree > .tree {
  min-width: 450px;
}

.heading-color {
  color: #191919;
}

.mt-18{
  margin-top: 1.8rem;
}

.time-width {
  /* width: 450px; */
}

.timeNsale {
  width: calc(50% - 60px);
  justify-self: flex-start;
  min-width: 200px;
}

.timeTable table td,
.fillsTable table td,
.orderTable table td,
.positionsTable table td{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.order-grid {
  margin-left: 16px;
  justify-self: flex-start;
  min-width: 200px;
  width: calc(50% - 60px);
}

.notification-messages-component .__message.info{
  background-color: #74777b;
}

.new-tab-min-height {
  min-height: 100px;
  overflow: auto;
}

.ptDiv{
  height: calc(100% - 65px);
  position: relative;
  overflow: auto;
  max-height: 580px;
  min-height: 100px;
}

.contentDiv {
  height: calc(100% - 80px);
  overflow: auto;
  max-height: 500px;
}

.bottomDiv {
  margin-top: 5px;
  height: auto;
}

@media screen and (min-width:1366px) {
  #application main > .h-full{
    margin-left: 80px;
    margin-right: 80px;
  }

  .tabs-style-line nav ul, .content-wrap section {
    margin: 0px;
  }

  #site-header{
    padding-left: 75px;
    padding-right: 80px;
  }
}

@media screen and (max-width:850px) {
  .time-order {
    flex-wrap: wrap;
  }

  .time-sale-width {
    width: calc(100% - 40px);
    margin-left: 0px;
  }
}

.tree-branch {
  margin: 0;
  padding: 0;
}

.tree-node .tree-branch {
  padding-left: 1.25em;
}

.tree-node {
  line-height: 1.5em;
  list-style: none;
  font-size: 10px;
}

.tree-node .toggle-icon {
  vertical-align: top;
  color: #3D95EF;
  cursor: pointer;
  display: inline-block;
}

.toggle-icon{
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: -1.5px;
}

.tree-node .toggle-icon:hover {
  opacity: 0.8;
}

.tree-node .tree-disabled {
  color: #777;
  cursor: not-allowed;
}

.tree-node .tree-highlight {
  background-color: #f2f9fc;
  color: #333;
  cursor: pointer;
}

.tree-node .tree-chosen {
  font-weight: bold;
}

.tree-node input[type="checkbox"] {
  margin-left: 5px;
}

.treecheckbox{
  height:15px;
  width:15px;
}

.collapsesize{
  height: 18px;
  width: 18px;
}

.tree-children{
  display: flex;
  padding: 1px;
}

.instrumentfont{
  vertical-align: top;
}

.collapse-icon {
  margin-top: -4px;
}

#portfolio-instruments .draggable-object:hover {
  background-color: #f2f9fc;
  cursor: pointer;
}

.height-50{
  height: 50%;
}

.tabmargin-bottom{
  margin-bottom: 4px;
}

.tab-height {
  height: 34px;
}

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

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

.active-only-toggle-margin{
  margin-bottom: 0px;
}

.divider {
  /* width: 1300px; */
}

.notification-messages-component {
  top: 8rem;
}

.time-sales-width{
  width: 900px;
}

.cancel-all-orders {
  background-color: red;
  border-radius: 0.4rem;
  color: #fff;
  margin-right: 100px;
  position: relative;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1.6rem;
}

.cancel-all-orders:active, .park-process:active {
  top: 1px;
}

.button-container {
  margin-left: 230px;
}

.active-button {
  padding: 3px;
}

.park-process {
  background-color: #5f737f;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1.5rem;
  position: relative;
  margin-left: 45px;
  margin-right: 90px;
  min-width: 85px;
}

@media screen and (max-width:690px) {
  .cancel-all-orders {
    margin: 0;
    padding: 0 0.5rem;
  }

  .park-process {
    padding: 0 0.5rem;
    margin-left: 5px;
    margin-right: 10px;
  }

  .button-container {
    margin-left: 50px;
  }
}

@media screen and (min-width: 690px) and (max-width: 900px) {
  .button-container {
    margin-left: 110px;
  }

  .cancel-all-orders {
    margin-right: 50px;
  }

  .park-process {
    margin-right: 10px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .park-process {
    margin-left: 45px;
    margin-right: 0px;
  }
}

#tab-flex .ember-table tbody{
  height: 100%;
  overflow: auto;
}

.ember-table {
  /* max-height: 350px;
    min-height: 350px; */
  /* max-width: 1620px; */
}

#container {
  /* overflow-y: hidden; */
}

.splitter-horizontal {
  height: 4px;
  cursor: row-resize;
  z-index: 9;
}

.ember-table table th {
  white-space: nowrap;
}

.mrb-24 {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mrb-10 {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
  /* width: 100%; */
}

#column-settings {
  float: right;
}

.bidQtyColor{
  background-color: #2cc18521;
  min-width: 160px;
  min-height: 25px;
  max-height: 25px;
  color: #008000;
  align-items: center;
  display: flex;
  line-height: 1;
  padding-left: 8px;
}

.askQtyColor {
  background-color: #ff00001f;
  min-width: 160px;
  min-height: 25px;
  max-height: 25px;
  color: #ff0000;
  align-items: center;
  display: flex;
  line-height: 1;
  padding-left: 8px;
}

.negative {
  color: red;
}

.positive {
  color: green;
}

.hitLift {
  width: 42px;
  height: 18px !important;
  line-height: 0.4rem !important;
  vertical-align: text-top;
  opacity: 0.8;
}

.productName_color, .productDescription_color, .productCode_color, .productGroup_color, .productSubGroup_color,.vintage_color, .expiration_color, .expirationDate_color, .exchange_color {
  background-color: rgba(145, 158, 166, 0.07);
}

.referenceColor {
  min-width: 160px;
  min-height: 25px;
  max-height: 25px;
  align-items: center;
  display: flex;
  line-height: 1;
  padding-left: 8px;
  mix-blend-mode: normal;
}

.order-ticket-modal {
  padding: 0;
}

.ticket{
  width: 400px;
}

.ticket h1 {
  /* background-color: #275174;
    color: white; */
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 4px;
  cursor: move;
}

.ticket-body {
  margin: 10px;
}

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

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

.td1{
  width: 250px;
}

.td2{
  width: 150px;
  overflow: hidden;
  margin-right: 10px;
}

.td2 input:focus{
  outline: none;
}

.bid_ask:hover {
  text-decoration: none;
}

.bid_ask {
  color: inherit;
  font-weight: inherit;
}

.ticket input:disabled {
  background-color: rgb(235, 235, 228);
}

.go-back {
  border: none;
}

.go-back:hover {
  text-decoration: underline;
}

.go-back .__icon-box {
  width: 3.4rem;
}

.go-back svg {
  fill: var(--base) !important;
}

/* Make cursor icon on disabled Pikaday component match the rest in the order ticket */

.ticket input[name=date-picker][disabled] {
  cursor: not-allowed;
}

#ticket-title-bar-container {
  position: relative;
  height: 50px;
}

#ticket-title-bar {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
}

#ticket-title-bar-close-button {
  position: fixed;
  text-align: center;
  right: 7px;
  top: 7px;
  padding: 3px;
}

#ticket-title-bar-close-button:hover {
  background-color: #e0e0e0;
}

#ticket-title-bar-close-button svg {
  font-weight: bold;
  width: 25px;
  height: 25px;
}

.clear-account-settings-select-account{
  min-width: 500px;
  width: 580px;
}

.clear-account-settings-general{
  min-width: 500px;
  width: 500px;
}

.clear-account-settings-bottom{
  min-width: 500px;
  width: 500px;
}

.general-dd{
  width: 100%;
}

.clear-account-settings-alert{
  width: 520px;
}

.clear-account-settings-info-icon {
  margin-left: -40px;
  cursor: pointer !important;
}

.clear-account-help{
  width: 400px;
  color: white;
  background: #5f737f;
  font-size: medium;
  border-radius: 6px;
  box-shadow: none;
}

.clear-account-help-btn{
  outline-style: none !important;
}

.manage-limits{
  min-width: 500px;
  width: 580px;
}

.info{
  width: 150px;
}

.risk-tree-div {
  min-height: 300px;
}

.risk-info-icon {
  cursor: pointer !important;
  margin-bottom: 1.6rem;
  margin-left:  8px;
}

.copy-risk-limits-main {
  width: 400px;
  margin: 16px;
}

.copy-risk-confirmation-main {
  width: 350px;
  margin: 16px;
}

.order-trade-history-date-picker {
  border: 1px solid;
  margin-top: 8px;
  height: 28px;
  width: 120px;
}

.order-trade-history-filterDiv {
  border-radius: 4px;
  background-color: #e2e2e3;
  height: 80;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.order-trade-history-request-btn {
  width: 120px;
  height: 35px;
  margin-top: 10px;
}

.filter-btn {
  background-color: #919ea6;
  height: 35px;
}

.filter-btn-isOpen {
  background-color: #444e5c;
}

.filter-btn-filterApplied {
  background-color: #444e5c;
}

.order-trade-history-table {
  border: 1px solid #6b6f72;
  margin-top: 16px;
  overflow: auto;
  max-height: 394px;
}

.order-trade-history-table-header {
  background-color: #5F737E;
  color: white;
  font-weight: 600;
}

.pagination-select {
  min-width: 50px;
  text-align: center;
  background: white;
  border: 1px solid;
}

.order-trade-history-table table{
  width: 100%;
  margin: 0px;
}

.order-trade-history-table tr td{
  border: 1px solid #6b6f72;
  padding-left: 4px;
}

.order-trade-history-table tr:first-child th{
  background-color: #5F737E !important;
  height: 40px;
  vertical-align: middle;
  white-space: normal;
  border-right: 1px solid black;
}

.order-trade-history-filterDiv .button-component-primary .__icon-box {
  border-left: none;
}

.order-trade-history-date-picker .ember-pikaday-container{
  display: flex;
}

.order-trade-history-calender {
  margin-top: 10px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.order-trade-history-filter {
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.order-trade-history-date-filter-content {
  max-height: 400px;
  overflow: auto;
}

.order-trade-history-products-custom-css {
  width: 450px;
}

.order-trade-filter-input {
  border-bottom: 1px solid #919EA6;
  outline-style: none !important;
  height: 17px;
  padding-right: 16px;
}

.order-trade-filter-input-label {
  font-size: 14px;
}

.order-trade-filter-input-cross-icon {
  margin-left: -20px;
  cursor: pointer !important;
  outline-style: none !important;
  margin-bottom: 16px;
}

.risk-positions-table {
  margin-top: 16px;
  overflow: auto;
  max-height: 394px;
  border-bottom: 1px solid #6b6f72;
}

.risk-positions-table-header {
  background-color: #5f737e;
  color: white;
  font-weight: 600;
}

.risk-positions-table table {
  width: 100%;
  margin: 0px;
}

.risk-positions-table tr td {
  border: 1px solid #6b6f72;
  padding-left: 4px;
}

.risk-positions-table tr:first-child th {
  background-color: #919ea6 !important;
  height: 40px;
  vertical-align: middle;
  white-space: normal;
  border: 1px solid black;
  text-align: center;
}

.risk-positions-table tr:nth-child(2) th {
  background-color: #5f737e !important;
  height: 40px;
  vertical-align: middle;
  white-space: normal;
  border-right: 1px solid black;
}

.risk-positions-table tr:first-child th:nth-child(-n + 4) {
  background-color: white !important;
  border-style: none !important;
}

.risk-positions-table tr:nth-child(1) th div:first-child {
  justify-content: space-evenly !important;
}

.risk-positions-table tr:first-child th:nth-child(-n + 4) div:nth-child(2) {
  display: none;
}

.tooltip {
  display:inline-block;
  position:relative;
}

.tooltip .tooltip-content {
  min-width:300px;
  top:40px;
  left:50%;
  transform:translate(-50%, 0);
  padding:10px 20px;
  background-color:#EEEEEE;
  font-size: 1.6rem;
  border-radius:8px;
  position:absolute;
  z-index:99999999;
  box-sizing:border-box;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  display:none;
}

.tooltip .tooltip-content .header{
  font-size: 1.8rem;
}

.tooltip:hover .tooltip-content {
  display:block;
}

.tooltip .tooltip-content i {
  position:absolute;
  bottom:100%;
  left:50%;
  margin-left:-12px;
  width:24px;
  height:12px;
  overflow:hidden;
}

.tooltip .tooltip-content i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:50%;
  transform:translate(-50%,50%) rotate(45deg);
  background-color:#EEEEEE;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.user-info-icon{
  margin-left: 10px;
  fill: var(--system-error);
}

#instrument-tree > div > ul {
  overflow: auto; max-height: 457px; padding: 6px;
}

#portfolio-instruments {
  overflow: auto; max-height: 550px;
}

#topPane {
  height: 50%;
}

#portfolio-grid-container{
  position: relative;
}

.floating-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#tns-instrument-tree > div > ul {
  overflow: auto; max-height: 250px; padding: 6px;
}

.min-height-150 {
  min-height: 150px;
}

.max-height-300 {
  max-height: 300px;
}

.max-height-350 {
  max-height: 350px;
}

.w-200p {
  width: 200px;
}

.tns-message-gray-700{
  font-size: 1.3rem;
  color: var(--gray-700);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
}

.modal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.button-container > button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.market-data-modal {
  min-width: 400px;
}

.market-data-overlay {
  background-color: rgba(51, 51, 51, .5) !important;
}

.reconnecting-dots {
  position: relative;
  padding-right: 2px;
}

@media (min-width: 640px){
  .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\: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\: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-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-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-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\:flex-wrap{
    flex-wrap: wrap;
  }

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

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

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

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

  .sm\:text-lg{
    font-size: 1.8rem;
  }

  .sm\:text-md{
    font-size: 1.6rem;
  }

  .sm\:text-sm{
    font-size: 1.4rem;
  }

  .sm\:text-xs{
    font-size: 1.2rem;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 1px;
  }

  .sm\:h-2{
    height: 0.2rem;
  }

  .sm\:h-4{
    height: 0.4rem;
  }

  .sm\:h-8{
    height: 0.8rem;
  }

  .sm\:h-12{
    height: 1.2rem;
  }

  .sm\:h-16{
    height: 1.6rem;
  }

  .sm\:h-20{
    height: 2em;
  }

  .sm\:h-24{
    height: 2.4em;
  }

  .sm\:h-32{
    height: 3.2em;
  }

  .sm\:h-40{
    height: 4em;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-100vh{
    height: 100vh;
  }

  .sm\:h-50vh{
    height: 50vh;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-2{
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .sm\:inset-4{
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .sm\:inset-8{
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .sm\:inset-12{
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .sm\:inset-16{
    top: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }

  .sm\:inset-20{
    top: 2em;
    right: 2em;
    bottom: 2em;
    left: 2em;
  }

  .sm\:inset-24{
    top: 2.4em;
    right: 2.4em;
    bottom: 2.4em;
    left: 2.4em;
  }

  .sm\:inset-32{
    top: 3.2em;
    right: 3.2em;
    bottom: 3.2em;
    left: 3.2em;
  }

  .sm\:inset-40{
    top: 4em;
    right: 4em;
    bottom: 4em;
    left: 4em;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-offscreen{
    top: -999rem;
    right: -999rem;
    bottom: -999rem;
    left: -999rem;
  }

  .sm\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-2{
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .sm\:-inset-4{
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .sm\:-inset-8{
    top: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
  }

  .sm\:-inset-12{
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .sm\:-inset-16{
    top: -1.6rem;
    right: -1.6rem;
    bottom: -1.6rem;
    left: -1.6rem;
  }

  .sm\:-inset-20{
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;
  }

  .sm\:-inset-24{
    top: -2.4em;
    right: -2.4em;
    bottom: -2.4em;
    left: -2.4em;
  }

  .sm\:-inset-32{
    top: -3.2em;
    right: -3.2em;
    bottom: -3.2em;
    left: -3.2em;
  }

  .sm\:-inset-40{
    top: -4em;
    right: -4em;
    bottom: -4em;
    left: -4em;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-1{
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-2{
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .sm\:inset-x-2{
    right: 0.2rem;
    left: 0.2rem;
  }

  .sm\:inset-y-4{
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .sm\:inset-x-4{
    right: 0.4rem;
    left: 0.4rem;
  }

  .sm\:inset-y-8{
    top: 0.8rem;
    bottom: 0.8rem;
  }

  .sm\:inset-x-8{
    right: 0.8rem;
    left: 0.8rem;
  }

  .sm\:inset-y-12{
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .sm\:inset-x-12{
    right: 1.2rem;
    left: 1.2rem;
  }

  .sm\:inset-y-16{
    top: 1.6rem;
    bottom: 1.6rem;
  }

  .sm\:inset-x-16{
    right: 1.6rem;
    left: 1.6rem;
  }

  .sm\:inset-y-20{
    top: 2em;
    bottom: 2em;
  }

  .sm\:inset-x-20{
    right: 2em;
    left: 2em;
  }

  .sm\:inset-y-24{
    top: 2.4em;
    bottom: 2.4em;
  }

  .sm\:inset-x-24{
    right: 2.4em;
    left: 2.4em;
  }

  .sm\:inset-y-32{
    top: 3.2em;
    bottom: 3.2em;
  }

  .sm\:inset-x-32{
    right: 3.2em;
    left: 3.2em;
  }

  .sm\:inset-y-40{
    top: 4em;
    bottom: 4em;
  }

  .sm\:inset-x-40{
    right: 4em;
    left: 4em;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-offscreen{
    top: -999rem;
    bottom: -999rem;
  }

  .sm\:inset-x-offscreen{
    right: -999rem;
    left: -999rem;
  }

  .sm\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-1{
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-2{
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .sm\:-inset-x-2{
    right: -0.2rem;
    left: -0.2rem;
  }

  .sm\:-inset-y-4{
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .sm\:-inset-x-4{
    right: -0.4rem;
    left: -0.4rem;
  }

  .sm\:-inset-y-8{
    top: -0.8rem;
    bottom: -0.8rem;
  }

  .sm\:-inset-x-8{
    right: -0.8rem;
    left: -0.8rem;
  }

  .sm\:-inset-y-12{
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .sm\:-inset-x-12{
    right: -1.2rem;
    left: -1.2rem;
  }

  .sm\:-inset-y-16{
    top: -1.6rem;
    bottom: -1.6rem;
  }

  .sm\:-inset-x-16{
    right: -1.6rem;
    left: -1.6rem;
  }

  .sm\:-inset-y-20{
    top: -2em;
    bottom: -2em;
  }

  .sm\:-inset-x-20{
    right: -2em;
    left: -2em;
  }

  .sm\:-inset-y-24{
    top: -2.4em;
    bottom: -2.4em;
  }

  .sm\:-inset-x-24{
    right: -2.4em;
    left: -2.4em;
  }

  .sm\:-inset-y-32{
    top: -3.2em;
    bottom: -3.2em;
  }

  .sm\:-inset-x-32{
    right: -3.2em;
    left: -3.2em;
  }

  .sm\:-inset-y-40{
    top: -4em;
    bottom: -4em;
  }

  .sm\:-inset-x-40{
    right: -4em;
    left: -4em;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-1{
    top: 1px;
  }

  .sm\:right-1{
    right: 1px;
  }

  .sm\:bottom-1{
    bottom: 1px;
  }

  .sm\:left-1{
    left: 1px;
  }

  .sm\:top-2{
    top: 0.2rem;
  }

  .sm\:right-2{
    right: 0.2rem;
  }

  .sm\:bottom-2{
    bottom: 0.2rem;
  }

  .sm\:left-2{
    left: 0.2rem;
  }

  .sm\:top-4{
    top: 0.4rem;
  }

  .sm\:right-4{
    right: 0.4rem;
  }

  .sm\:bottom-4{
    bottom: 0.4rem;
  }

  .sm\:left-4{
    left: 0.4rem;
  }

  .sm\:top-8{
    top: 0.8rem;
  }

  .sm\:right-8{
    right: 0.8rem;
  }

  .sm\:bottom-8{
    bottom: 0.8rem;
  }

  .sm\:left-8{
    left: 0.8rem;
  }

  .sm\:top-12{
    top: 1.2rem;
  }

  .sm\:right-12{
    right: 1.2rem;
  }

  .sm\:bottom-12{
    bottom: 1.2rem;
  }

  .sm\:left-12{
    left: 1.2rem;
  }

  .sm\:top-16{
    top: 1.6rem;
  }

  .sm\:right-16{
    right: 1.6rem;
  }

  .sm\:bottom-16{
    bottom: 1.6rem;
  }

  .sm\:left-16{
    left: 1.6rem;
  }

  .sm\:top-20{
    top: 2em;
  }

  .sm\:right-20{
    right: 2em;
  }

  .sm\:bottom-20{
    bottom: 2em;
  }

  .sm\:left-20{
    left: 2em;
  }

  .sm\:top-24{
    top: 2.4em;
  }

  .sm\:right-24{
    right: 2.4em;
  }

  .sm\:bottom-24{
    bottom: 2.4em;
  }

  .sm\:left-24{
    left: 2.4em;
  }

  .sm\:top-32{
    top: 3.2em;
  }

  .sm\:right-32{
    right: 3.2em;
  }

  .sm\:bottom-32{
    bottom: 3.2em;
  }

  .sm\:left-32{
    left: 3.2em;
  }

  .sm\:top-40{
    top: 4em;
  }

  .sm\:right-40{
    right: 4em;
  }

  .sm\:bottom-40{
    bottom: 4em;
  }

  .sm\:left-40{
    left: 4em;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-offscreen{
    top: -999rem;
  }

  .sm\:right-offscreen{
    right: -999rem;
  }

  .sm\:bottom-offscreen{
    bottom: -999rem;
  }

  .sm\:left-offscreen{
    left: -999rem;
  }

  .sm\:-top-1{
    top: -1px;
  }

  .sm\:-right-1{
    right: -1px;
  }

  .sm\:-bottom-1{
    bottom: -1px;
  }

  .sm\:-left-1{
    left: -1px;
  }

  .sm\:-top-2{
    top: -0.2rem;
  }

  .sm\:-right-2{
    right: -0.2rem;
  }

  .sm\:-bottom-2{
    bottom: -0.2rem;
  }

  .sm\:-left-2{
    left: -0.2rem;
  }

  .sm\:-top-4{
    top: -0.4rem;
  }

  .sm\:-right-4{
    right: -0.4rem;
  }

  .sm\:-bottom-4{
    bottom: -0.4rem;
  }

  .sm\:-left-4{
    left: -0.4rem;
  }

  .sm\:-top-8{
    top: -0.8rem;
  }

  .sm\:-right-8{
    right: -0.8rem;
  }

  .sm\:-bottom-8{
    bottom: -0.8rem;
  }

  .sm\:-left-8{
    left: -0.8rem;
  }

  .sm\:-top-12{
    top: -1.2rem;
  }

  .sm\:-right-12{
    right: -1.2rem;
  }

  .sm\:-bottom-12{
    bottom: -1.2rem;
  }

  .sm\:-left-12{
    left: -1.2rem;
  }

  .sm\:-top-16{
    top: -1.6rem;
  }

  .sm\:-right-16{
    right: -1.6rem;
  }

  .sm\:-bottom-16{
    bottom: -1.6rem;
  }

  .sm\:-left-16{
    left: -1.6rem;
  }

  .sm\:-top-20{
    top: -2em;
  }

  .sm\:-right-20{
    right: -2em;
  }

  .sm\:-bottom-20{
    bottom: -2em;
  }

  .sm\:-left-20{
    left: -2em;
  }

  .sm\:-top-24{
    top: -2.4em;
  }

  .sm\:-right-24{
    right: -2.4em;
  }

  .sm\:-bottom-24{
    bottom: -2.4em;
  }

  .sm\:-left-24{
    left: -2.4em;
  }

  .sm\:-top-32{
    top: -3.2em;
  }

  .sm\:-right-32{
    right: -3.2em;
  }

  .sm\:-bottom-32{
    bottom: -3.2em;
  }

  .sm\:-left-32{
    left: -3.2em;
  }

  .sm\:-top-40{
    top: -4em;
  }

  .sm\:-right-40{
    right: -4em;
  }

  .sm\:-bottom-40{
    bottom: -4em;
  }

  .sm\:-left-40{
    left: -4em;
  }

  .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\:m-0{
    margin: 0;
  }

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

  .sm\:m-2{
    margin: 0.2rem;
  }

  .sm\:m-4{
    margin: 0.4rem;
  }

  .sm\:m-8{
    margin: 0.8rem;
  }

  .sm\:m-12{
    margin: 1.2rem;
  }

  .sm\:m-16{
    margin: 1.6rem;
  }

  .sm\:m-20{
    margin: 2em;
  }

  .sm\:m-24{
    margin: 2.4em;
  }

  .sm\:m-32{
    margin: 3.2em;
  }

  .sm\:m-40{
    margin: 4em;
  }

  .sm\:m-auto{
    margin: auto;
  }

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

  .sm\:-m-2{
    margin: -0.2rem;
  }

  .sm\:-m-4{
    margin: -0.4rem;
  }

  .sm\:-m-8{
    margin: -0.8rem;
  }

  .sm\:-m-12{
    margin: -1.2rem;
  }

  .sm\:-m-16{
    margin: -1.6rem;
  }

  .sm\:-m-20{
    margin: -2em;
  }

  .sm\:-m-24{
    margin: -2.4em;
  }

  .sm\:-m-32{
    margin: -3.2em;
  }

  .sm\:-m-40{
    margin: -4em;
  }

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

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

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

  .sm\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-2{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .sm\:mx-2{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .sm\:my-4{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .sm\:mx-4{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .sm\:my-8{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .sm\:mx-8{
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .sm\:my-12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .sm\:mx-12{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .sm\:my-16{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .sm\:mx-16{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .sm\:my-20{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:mx-20{
    margin-left: 2em;
    margin-right: 2em;
  }

  .sm\:my-24{
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }

  .sm\:mx-24{
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .sm\:my-32{
    margin-top: 3.2em;
    margin-bottom: 3.2em;
  }

  .sm\:mx-32{
    margin-left: 3.2em;
    margin-right: 3.2em;
  }

  .sm\:my-40{
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .sm\:mx-40{
    margin-left: 4em;
    margin-right: 4em;
  }

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

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

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

  .sm\:-mx-1{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-2{
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .sm\:-mx-2{
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .sm\:-my-4{
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .sm\:-mx-4{
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .sm\:-my-8{
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
  }

  .sm\:-mx-8{
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .sm\:-my-12{
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .sm\:-mx-12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .sm\:-my-16{
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .sm\:-mx-16{
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .sm\:-my-20{
    margin-top: -2em;
    margin-bottom: -2em;
  }

  .sm\:-mx-20{
    margin-left: -2em;
    margin-right: -2em;
  }

  .sm\:-my-24{
    margin-top: -2.4em;
    margin-bottom: -2.4em;
  }

  .sm\:-mx-24{
    margin-left: -2.4em;
    margin-right: -2.4em;
  }

  .sm\:-my-32{
    margin-top: -3.2em;
    margin-bottom: -3.2em;
  }

  .sm\:-mx-32{
    margin-left: -3.2em;
    margin-right: -3.2em;
  }

  .sm\:-my-40{
    margin-top: -4em;
    margin-bottom: -4em;
  }

  .sm\:-mx-40{
    margin-left: -4em;
    margin-right: -4em;
  }

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

  .sm\:mr-1{
    margin-right: 1px;
  }

  .sm\:mb-1{
    margin-bottom: 1px;
  }

  .sm\:ml-1{
    margin-left: 1px;
  }

  .sm\:mt-2{
    margin-top: 0.2rem;
  }

  .sm\:mr-2{
    margin-right: 0.2rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.2rem;
  }

  .sm\:ml-2{
    margin-left: 0.2rem;
  }

  .sm\:mt-4{
    margin-top: 0.4rem;
  }

  .sm\:mr-4{
    margin-right: 0.4rem;
  }

  .sm\:mb-4{
    margin-bottom: 0.4rem;
  }

  .sm\:ml-4{
    margin-left: 0.4rem;
  }

  .sm\:mt-8{
    margin-top: 0.8rem;
  }

  .sm\:mr-8{
    margin-right: 0.8rem;
  }

  .sm\:mb-8{
    margin-bottom: 0.8rem;
  }

  .sm\:ml-8{
    margin-left: 0.8rem;
  }

  .sm\:mt-12{
    margin-top: 1.2rem;
  }

  .sm\:mr-12{
    margin-right: 1.2rem;
  }

  .sm\:mb-12{
    margin-bottom: 1.2rem;
  }

  .sm\:ml-12{
    margin-left: 1.2rem;
  }

  .sm\:mt-16{
    margin-top: 1.6rem;
  }

  .sm\:mr-16{
    margin-right: 1.6rem;
  }

  .sm\:mb-16{
    margin-bottom: 1.6rem;
  }

  .sm\:ml-16{
    margin-left: 1.6rem;
  }

  .sm\:mt-20{
    margin-top: 2em;
  }

  .sm\:mr-20{
    margin-right: 2em;
  }

  .sm\:mb-20{
    margin-bottom: 2em;
  }

  .sm\:ml-20{
    margin-left: 2em;
  }

  .sm\:mt-24{
    margin-top: 2.4em;
  }

  .sm\:mr-24{
    margin-right: 2.4em;
  }

  .sm\:mb-24{
    margin-bottom: 2.4em;
  }

  .sm\:ml-24{
    margin-left: 2.4em;
  }

  .sm\:mt-32{
    margin-top: 3.2em;
  }

  .sm\:mr-32{
    margin-right: 3.2em;
  }

  .sm\:mb-32{
    margin-bottom: 3.2em;
  }

  .sm\:ml-32{
    margin-left: 3.2em;
  }

  .sm\:mt-40{
    margin-top: 4em;
  }

  .sm\:mr-40{
    margin-right: 4em;
  }

  .sm\:mb-40{
    margin-bottom: 4em;
  }

  .sm\:ml-40{
    margin-left: 4em;
  }

  .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-1{
    margin-top: -1px;
  }

  .sm\:-mr-1{
    margin-right: -1px;
  }

  .sm\:-mb-1{
    margin-bottom: -1px;
  }

  .sm\:-ml-1{
    margin-left: -1px;
  }

  .sm\:-mt-2{
    margin-top: -0.2rem;
  }

  .sm\:-mr-2{
    margin-right: -0.2rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.2rem;
  }

  .sm\:-ml-2{
    margin-left: -0.2rem;
  }

  .sm\:-mt-4{
    margin-top: -0.4rem;
  }

  .sm\:-mr-4{
    margin-right: -0.4rem;
  }

  .sm\:-mb-4{
    margin-bottom: -0.4rem;
  }

  .sm\:-ml-4{
    margin-left: -0.4rem;
  }

  .sm\:-mt-8{
    margin-top: -0.8rem;
  }

  .sm\:-mr-8{
    margin-right: -0.8rem;
  }

  .sm\:-mb-8{
    margin-bottom: -0.8rem;
  }

  .sm\:-ml-8{
    margin-left: -0.8rem;
  }

  .sm\:-mt-12{
    margin-top: -1.2rem;
  }

  .sm\:-mr-12{
    margin-right: -1.2rem;
  }

  .sm\:-mb-12{
    margin-bottom: -1.2rem;
  }

  .sm\:-ml-12{
    margin-left: -1.2rem;
  }

  .sm\:-mt-16{
    margin-top: -1.6rem;
  }

  .sm\:-mr-16{
    margin-right: -1.6rem;
  }

  .sm\:-mb-16{
    margin-bottom: -1.6rem;
  }

  .sm\:-ml-16{
    margin-left: -1.6rem;
  }

  .sm\:-mt-20{
    margin-top: -2em;
  }

  .sm\:-mr-20{
    margin-right: -2em;
  }

  .sm\:-mb-20{
    margin-bottom: -2em;
  }

  .sm\:-ml-20{
    margin-left: -2em;
  }

  .sm\:-mt-24{
    margin-top: -2.4em;
  }

  .sm\:-mr-24{
    margin-right: -2.4em;
  }

  .sm\:-mb-24{
    margin-bottom: -2.4em;
  }

  .sm\:-ml-24{
    margin-left: -2.4em;
  }

  .sm\:-mt-32{
    margin-top: -3.2em;
  }

  .sm\:-mr-32{
    margin-right: -3.2em;
  }

  .sm\:-mb-32{
    margin-bottom: -3.2em;
  }

  .sm\:-ml-32{
    margin-left: -3.2em;
  }

  .sm\:-mt-40{
    margin-top: -4em;
  }

  .sm\:-mr-40{
    margin-right: -4em;
  }

  .sm\:-mb-40{
    margin-bottom: -4em;
  }

  .sm\:-ml-40{
    margin-left: -4em;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-1-4{
    min-width: 25%;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 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: 1px;
  }

  .sm\:p-2{
    padding: 0.2rem;
  }

  .sm\:p-4{
    padding: 0.4rem;
  }

  .sm\:p-8{
    padding: 0.8rem;
  }

  .sm\:p-12{
    padding: 1.2rem;
  }

  .sm\:p-16{
    padding: 1.6rem;
  }

  .sm\:p-20{
    padding: 2em;
  }

  .sm\:p-24{
    padding: 2.4em;
  }

  .sm\:p-32{
    padding: 3.2em;
  }

  .sm\:p-40{
    padding: 4em;
  }

  .sm\:p-auto{
    padding: auto;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-2{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .sm\:px-2{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .sm\:py-4{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .sm\:px-4{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .sm\:py-8{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .sm\:px-8{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .sm\:py-12{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sm\:px-12{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .sm\:py-16{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:px-16{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:py-20{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sm\:px-20{
    padding-left: 2em;
    padding-right: 2em;
  }

  .sm\:py-24{
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .sm\:px-24{
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .sm\:py-32{
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .sm\:px-32{
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sm\:py-40{
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .sm\:px-40{
    padding-left: 4em;
    padding-right: 4em;
  }

  .sm\:py-auto{
    padding-top: auto;
    padding-bottom: auto;
  }

  .sm\:px-auto{
    padding-left: auto;
    padding-right: auto;
  }

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

  .sm\:pr-1{
    padding-right: 1px;
  }

  .sm\:pb-1{
    padding-bottom: 1px;
  }

  .sm\:pl-1{
    padding-left: 1px;
  }

  .sm\:pt-2{
    padding-top: 0.2rem;
  }

  .sm\:pr-2{
    padding-right: 0.2rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.2rem;
  }

  .sm\:pl-2{
    padding-left: 0.2rem;
  }

  .sm\:pt-4{
    padding-top: 0.4rem;
  }

  .sm\:pr-4{
    padding-right: 0.4rem;
  }

  .sm\:pb-4{
    padding-bottom: 0.4rem;
  }

  .sm\:pl-4{
    padding-left: 0.4rem;
  }

  .sm\:pt-8{
    padding-top: 0.8rem;
  }

  .sm\:pr-8{
    padding-right: 0.8rem;
  }

  .sm\:pb-8{
    padding-bottom: 0.8rem;
  }

  .sm\:pl-8{
    padding-left: 0.8rem;
  }

  .sm\:pt-12{
    padding-top: 1.2rem;
  }

  .sm\:pr-12{
    padding-right: 1.2rem;
  }

  .sm\:pb-12{
    padding-bottom: 1.2rem;
  }

  .sm\:pl-12{
    padding-left: 1.2rem;
  }

  .sm\:pt-16{
    padding-top: 1.6rem;
  }

  .sm\:pr-16{
    padding-right: 1.6rem;
  }

  .sm\:pb-16{
    padding-bottom: 1.6rem;
  }

  .sm\:pl-16{
    padding-left: 1.6rem;
  }

  .sm\:pt-20{
    padding-top: 2em;
  }

  .sm\:pr-20{
    padding-right: 2em;
  }

  .sm\:pb-20{
    padding-bottom: 2em;
  }

  .sm\:pl-20{
    padding-left: 2em;
  }

  .sm\:pt-24{
    padding-top: 2.4em;
  }

  .sm\:pr-24{
    padding-right: 2.4em;
  }

  .sm\:pb-24{
    padding-bottom: 2.4em;
  }

  .sm\:pl-24{
    padding-left: 2.4em;
  }

  .sm\:pt-32{
    padding-top: 3.2em;
  }

  .sm\:pr-32{
    padding-right: 3.2em;
  }

  .sm\:pb-32{
    padding-bottom: 3.2em;
  }

  .sm\:pl-32{
    padding-left: 3.2em;
  }

  .sm\:pt-40{
    padding-top: 4em;
  }

  .sm\:pr-40{
    padding-right: 4em;
  }

  .sm\:pb-40{
    padding-bottom: 4em;
  }

  .sm\:pl-40{
    padding-left: 4em;
  }

  .sm\:pt-auto{
    padding-top: auto;
  }

  .sm\:pr-auto{
    padding-right: auto;
  }

  .sm\:pb-auto{
    padding-bottom: auto;
  }

  .sm\:pl-auto{
    padding-left: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .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\: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\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 1px;
  }

  .sm\:w-2{
    width: 0.2rem;
  }

  .sm\:w-4{
    width: 0.4rem;
  }

  .sm\:w-8{
    width: 0.8rem;
  }

  .sm\:w-12{
    width: 1.2rem;
  }

  .sm\:w-16{
    width: 1.6rem;
  }

  .sm\:w-20{
    width: 2em;
  }

  .sm\:w-24{
    width: 2.4em;
  }

  .sm\:w-32{
    width: 3.2em;
  }

  .sm\:w-40{
    width: 4em;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-3-4{
    width: 75%;
  }

  .sm\:w-1-2{
    width: 50%;
  }

  .sm\:w-1-4{
    width: 25%;
  }

  .sm\:w-100vw{
    width: 100vw;
  }

  .sm\:w-50vw{
    width: 50vw;
  }

  .sm\:w-1-3{
    width: 33%;
  }

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

@media (min-width: 768px){
  .md\:content-center{
    align-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:table{
    display: table;
  }

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

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

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:flex-none{
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

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

  .md\:text-lg{
    font-size: 1.8rem;
  }

  .md\:text-md{
    font-size: 1.6rem;
  }

  .md\:text-sm{
    font-size: 1.4rem;
  }

  .md\:text-xs{
    font-size: 1.2rem;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 1px;
  }

  .md\:h-2{
    height: 0.2rem;
  }

  .md\:h-4{
    height: 0.4rem;
  }

  .md\:h-8{
    height: 0.8rem;
  }

  .md\:h-12{
    height: 1.2rem;
  }

  .md\:h-16{
    height: 1.6rem;
  }

  .md\:h-20{
    height: 2em;
  }

  .md\:h-24{
    height: 2.4em;
  }

  .md\:h-32{
    height: 3.2em;
  }

  .md\:h-40{
    height: 4em;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-100vh{
    height: 100vh;
  }

  .md\:h-50vh{
    height: 50vh;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-2{
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .md\:inset-4{
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .md\:inset-8{
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .md\:inset-12{
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .md\:inset-16{
    top: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }

  .md\:inset-20{
    top: 2em;
    right: 2em;
    bottom: 2em;
    left: 2em;
  }

  .md\:inset-24{
    top: 2.4em;
    right: 2.4em;
    bottom: 2.4em;
    left: 2.4em;
  }

  .md\:inset-32{
    top: 3.2em;
    right: 3.2em;
    bottom: 3.2em;
    left: 3.2em;
  }

  .md\:inset-40{
    top: 4em;
    right: 4em;
    bottom: 4em;
    left: 4em;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-offscreen{
    top: -999rem;
    right: -999rem;
    bottom: -999rem;
    left: -999rem;
  }

  .md\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-2{
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .md\:-inset-4{
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .md\:-inset-8{
    top: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
  }

  .md\:-inset-12{
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .md\:-inset-16{
    top: -1.6rem;
    right: -1.6rem;
    bottom: -1.6rem;
    left: -1.6rem;
  }

  .md\:-inset-20{
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;
  }

  .md\:-inset-24{
    top: -2.4em;
    right: -2.4em;
    bottom: -2.4em;
    left: -2.4em;
  }

  .md\:-inset-32{
    top: -3.2em;
    right: -3.2em;
    bottom: -3.2em;
    left: -3.2em;
  }

  .md\:-inset-40{
    top: -4em;
    right: -4em;
    bottom: -4em;
    left: -4em;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-1{
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-2{
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .md\:inset-x-2{
    right: 0.2rem;
    left: 0.2rem;
  }

  .md\:inset-y-4{
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .md\:inset-x-4{
    right: 0.4rem;
    left: 0.4rem;
  }

  .md\:inset-y-8{
    top: 0.8rem;
    bottom: 0.8rem;
  }

  .md\:inset-x-8{
    right: 0.8rem;
    left: 0.8rem;
  }

  .md\:inset-y-12{
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .md\:inset-x-12{
    right: 1.2rem;
    left: 1.2rem;
  }

  .md\:inset-y-16{
    top: 1.6rem;
    bottom: 1.6rem;
  }

  .md\:inset-x-16{
    right: 1.6rem;
    left: 1.6rem;
  }

  .md\:inset-y-20{
    top: 2em;
    bottom: 2em;
  }

  .md\:inset-x-20{
    right: 2em;
    left: 2em;
  }

  .md\:inset-y-24{
    top: 2.4em;
    bottom: 2.4em;
  }

  .md\:inset-x-24{
    right: 2.4em;
    left: 2.4em;
  }

  .md\:inset-y-32{
    top: 3.2em;
    bottom: 3.2em;
  }

  .md\:inset-x-32{
    right: 3.2em;
    left: 3.2em;
  }

  .md\:inset-y-40{
    top: 4em;
    bottom: 4em;
  }

  .md\:inset-x-40{
    right: 4em;
    left: 4em;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-offscreen{
    top: -999rem;
    bottom: -999rem;
  }

  .md\:inset-x-offscreen{
    right: -999rem;
    left: -999rem;
  }

  .md\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-1{
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-2{
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .md\:-inset-x-2{
    right: -0.2rem;
    left: -0.2rem;
  }

  .md\:-inset-y-4{
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .md\:-inset-x-4{
    right: -0.4rem;
    left: -0.4rem;
  }

  .md\:-inset-y-8{
    top: -0.8rem;
    bottom: -0.8rem;
  }

  .md\:-inset-x-8{
    right: -0.8rem;
    left: -0.8rem;
  }

  .md\:-inset-y-12{
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .md\:-inset-x-12{
    right: -1.2rem;
    left: -1.2rem;
  }

  .md\:-inset-y-16{
    top: -1.6rem;
    bottom: -1.6rem;
  }

  .md\:-inset-x-16{
    right: -1.6rem;
    left: -1.6rem;
  }

  .md\:-inset-y-20{
    top: -2em;
    bottom: -2em;
  }

  .md\:-inset-x-20{
    right: -2em;
    left: -2em;
  }

  .md\:-inset-y-24{
    top: -2.4em;
    bottom: -2.4em;
  }

  .md\:-inset-x-24{
    right: -2.4em;
    left: -2.4em;
  }

  .md\:-inset-y-32{
    top: -3.2em;
    bottom: -3.2em;
  }

  .md\:-inset-x-32{
    right: -3.2em;
    left: -3.2em;
  }

  .md\:-inset-y-40{
    top: -4em;
    bottom: -4em;
  }

  .md\:-inset-x-40{
    right: -4em;
    left: -4em;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-1{
    top: 1px;
  }

  .md\:right-1{
    right: 1px;
  }

  .md\:bottom-1{
    bottom: 1px;
  }

  .md\:left-1{
    left: 1px;
  }

  .md\:top-2{
    top: 0.2rem;
  }

  .md\:right-2{
    right: 0.2rem;
  }

  .md\:bottom-2{
    bottom: 0.2rem;
  }

  .md\:left-2{
    left: 0.2rem;
  }

  .md\:top-4{
    top: 0.4rem;
  }

  .md\:right-4{
    right: 0.4rem;
  }

  .md\:bottom-4{
    bottom: 0.4rem;
  }

  .md\:left-4{
    left: 0.4rem;
  }

  .md\:top-8{
    top: 0.8rem;
  }

  .md\:right-8{
    right: 0.8rem;
  }

  .md\:bottom-8{
    bottom: 0.8rem;
  }

  .md\:left-8{
    left: 0.8rem;
  }

  .md\:top-12{
    top: 1.2rem;
  }

  .md\:right-12{
    right: 1.2rem;
  }

  .md\:bottom-12{
    bottom: 1.2rem;
  }

  .md\:left-12{
    left: 1.2rem;
  }

  .md\:top-16{
    top: 1.6rem;
  }

  .md\:right-16{
    right: 1.6rem;
  }

  .md\:bottom-16{
    bottom: 1.6rem;
  }

  .md\:left-16{
    left: 1.6rem;
  }

  .md\:top-20{
    top: 2em;
  }

  .md\:right-20{
    right: 2em;
  }

  .md\:bottom-20{
    bottom: 2em;
  }

  .md\:left-20{
    left: 2em;
  }

  .md\:top-24{
    top: 2.4em;
  }

  .md\:right-24{
    right: 2.4em;
  }

  .md\:bottom-24{
    bottom: 2.4em;
  }

  .md\:left-24{
    left: 2.4em;
  }

  .md\:top-32{
    top: 3.2em;
  }

  .md\:right-32{
    right: 3.2em;
  }

  .md\:bottom-32{
    bottom: 3.2em;
  }

  .md\:left-32{
    left: 3.2em;
  }

  .md\:top-40{
    top: 4em;
  }

  .md\:right-40{
    right: 4em;
  }

  .md\:bottom-40{
    bottom: 4em;
  }

  .md\:left-40{
    left: 4em;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-offscreen{
    top: -999rem;
  }

  .md\:right-offscreen{
    right: -999rem;
  }

  .md\:bottom-offscreen{
    bottom: -999rem;
  }

  .md\:left-offscreen{
    left: -999rem;
  }

  .md\:-top-1{
    top: -1px;
  }

  .md\:-right-1{
    right: -1px;
  }

  .md\:-bottom-1{
    bottom: -1px;
  }

  .md\:-left-1{
    left: -1px;
  }

  .md\:-top-2{
    top: -0.2rem;
  }

  .md\:-right-2{
    right: -0.2rem;
  }

  .md\:-bottom-2{
    bottom: -0.2rem;
  }

  .md\:-left-2{
    left: -0.2rem;
  }

  .md\:-top-4{
    top: -0.4rem;
  }

  .md\:-right-4{
    right: -0.4rem;
  }

  .md\:-bottom-4{
    bottom: -0.4rem;
  }

  .md\:-left-4{
    left: -0.4rem;
  }

  .md\:-top-8{
    top: -0.8rem;
  }

  .md\:-right-8{
    right: -0.8rem;
  }

  .md\:-bottom-8{
    bottom: -0.8rem;
  }

  .md\:-left-8{
    left: -0.8rem;
  }

  .md\:-top-12{
    top: -1.2rem;
  }

  .md\:-right-12{
    right: -1.2rem;
  }

  .md\:-bottom-12{
    bottom: -1.2rem;
  }

  .md\:-left-12{
    left: -1.2rem;
  }

  .md\:-top-16{
    top: -1.6rem;
  }

  .md\:-right-16{
    right: -1.6rem;
  }

  .md\:-bottom-16{
    bottom: -1.6rem;
  }

  .md\:-left-16{
    left: -1.6rem;
  }

  .md\:-top-20{
    top: -2em;
  }

  .md\:-right-20{
    right: -2em;
  }

  .md\:-bottom-20{
    bottom: -2em;
  }

  .md\:-left-20{
    left: -2em;
  }

  .md\:-top-24{
    top: -2.4em;
  }

  .md\:-right-24{
    right: -2.4em;
  }

  .md\:-bottom-24{
    bottom: -2.4em;
  }

  .md\:-left-24{
    left: -2.4em;
  }

  .md\:-top-32{
    top: -3.2em;
  }

  .md\:-right-32{
    right: -3.2em;
  }

  .md\:-bottom-32{
    bottom: -3.2em;
  }

  .md\:-left-32{
    left: -3.2em;
  }

  .md\:-top-40{
    top: -4em;
  }

  .md\:-right-40{
    right: -4em;
  }

  .md\:-bottom-40{
    bottom: -4em;
  }

  .md\:-left-40{
    left: -4em;
  }

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

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

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

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

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

  .md\:m-0{
    margin: 0;
  }

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

  .md\:m-2{
    margin: 0.2rem;
  }

  .md\:m-4{
    margin: 0.4rem;
  }

  .md\:m-8{
    margin: 0.8rem;
  }

  .md\:m-12{
    margin: 1.2rem;
  }

  .md\:m-16{
    margin: 1.6rem;
  }

  .md\:m-20{
    margin: 2em;
  }

  .md\:m-24{
    margin: 2.4em;
  }

  .md\:m-32{
    margin: 3.2em;
  }

  .md\:m-40{
    margin: 4em;
  }

  .md\:m-auto{
    margin: auto;
  }

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

  .md\:-m-2{
    margin: -0.2rem;
  }

  .md\:-m-4{
    margin: -0.4rem;
  }

  .md\:-m-8{
    margin: -0.8rem;
  }

  .md\:-m-12{
    margin: -1.2rem;
  }

  .md\:-m-16{
    margin: -1.6rem;
  }

  .md\:-m-20{
    margin: -2em;
  }

  .md\:-m-24{
    margin: -2.4em;
  }

  .md\:-m-32{
    margin: -3.2em;
  }

  .md\:-m-40{
    margin: -4em;
  }

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

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

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

  .md\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-2{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .md\:mx-2{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .md\:my-4{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .md\:mx-4{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .md\:my-8{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .md\:mx-8{
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .md\:my-12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .md\:mx-12{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .md\:my-16{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .md\:mx-16{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .md\:my-20{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:mx-20{
    margin-left: 2em;
    margin-right: 2em;
  }

  .md\:my-24{
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }

  .md\:mx-24{
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .md\:my-32{
    margin-top: 3.2em;
    margin-bottom: 3.2em;
  }

  .md\:mx-32{
    margin-left: 3.2em;
    margin-right: 3.2em;
  }

  .md\:my-40{
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .md\:mx-40{
    margin-left: 4em;
    margin-right: 4em;
  }

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

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

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

  .md\:-mx-1{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-2{
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .md\:-mx-2{
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .md\:-my-4{
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .md\:-mx-4{
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .md\:-my-8{
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
  }

  .md\:-mx-8{
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .md\:-my-12{
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .md\:-mx-12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .md\:-my-16{
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .md\:-mx-16{
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .md\:-my-20{
    margin-top: -2em;
    margin-bottom: -2em;
  }

  .md\:-mx-20{
    margin-left: -2em;
    margin-right: -2em;
  }

  .md\:-my-24{
    margin-top: -2.4em;
    margin-bottom: -2.4em;
  }

  .md\:-mx-24{
    margin-left: -2.4em;
    margin-right: -2.4em;
  }

  .md\:-my-32{
    margin-top: -3.2em;
    margin-bottom: -3.2em;
  }

  .md\:-mx-32{
    margin-left: -3.2em;
    margin-right: -3.2em;
  }

  .md\:-my-40{
    margin-top: -4em;
    margin-bottom: -4em;
  }

  .md\:-mx-40{
    margin-left: -4em;
    margin-right: -4em;
  }

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

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

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

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

  .md\:mt-1{
    margin-top: 1px;
  }

  .md\:mr-1{
    margin-right: 1px;
  }

  .md\:mb-1{
    margin-bottom: 1px;
  }

  .md\:ml-1{
    margin-left: 1px;
  }

  .md\:mt-2{
    margin-top: 0.2rem;
  }

  .md\:mr-2{
    margin-right: 0.2rem;
  }

  .md\:mb-2{
    margin-bottom: 0.2rem;
  }

  .md\:ml-2{
    margin-left: 0.2rem;
  }

  .md\:mt-4{
    margin-top: 0.4rem;
  }

  .md\:mr-4{
    margin-right: 0.4rem;
  }

  .md\:mb-4{
    margin-bottom: 0.4rem;
  }

  .md\:ml-4{
    margin-left: 0.4rem;
  }

  .md\:mt-8{
    margin-top: 0.8rem;
  }

  .md\:mr-8{
    margin-right: 0.8rem;
  }

  .md\:mb-8{
    margin-bottom: 0.8rem;
  }

  .md\:ml-8{
    margin-left: 0.8rem;
  }

  .md\:mt-12{
    margin-top: 1.2rem;
  }

  .md\:mr-12{
    margin-right: 1.2rem;
  }

  .md\:mb-12{
    margin-bottom: 1.2rem;
  }

  .md\:ml-12{
    margin-left: 1.2rem;
  }

  .md\:mt-16{
    margin-top: 1.6rem;
  }

  .md\:mr-16{
    margin-right: 1.6rem;
  }

  .md\:mb-16{
    margin-bottom: 1.6rem;
  }

  .md\:ml-16{
    margin-left: 1.6rem;
  }

  .md\:mt-20{
    margin-top: 2em;
  }

  .md\:mr-20{
    margin-right: 2em;
  }

  .md\:mb-20{
    margin-bottom: 2em;
  }

  .md\:ml-20{
    margin-left: 2em;
  }

  .md\:mt-24{
    margin-top: 2.4em;
  }

  .md\:mr-24{
    margin-right: 2.4em;
  }

  .md\:mb-24{
    margin-bottom: 2.4em;
  }

  .md\:ml-24{
    margin-left: 2.4em;
  }

  .md\:mt-32{
    margin-top: 3.2em;
  }

  .md\:mr-32{
    margin-right: 3.2em;
  }

  .md\:mb-32{
    margin-bottom: 3.2em;
  }

  .md\:ml-32{
    margin-left: 3.2em;
  }

  .md\:mt-40{
    margin-top: 4em;
  }

  .md\:mr-40{
    margin-right: 4em;
  }

  .md\:mb-40{
    margin-bottom: 4em;
  }

  .md\:ml-40{
    margin-left: 4em;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

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

  .md\:-mt-1{
    margin-top: -1px;
  }

  .md\:-mr-1{
    margin-right: -1px;
  }

  .md\:-mb-1{
    margin-bottom: -1px;
  }

  .md\:-ml-1{
    margin-left: -1px;
  }

  .md\:-mt-2{
    margin-top: -0.2rem;
  }

  .md\:-mr-2{
    margin-right: -0.2rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.2rem;
  }

  .md\:-ml-2{
    margin-left: -0.2rem;
  }

  .md\:-mt-4{
    margin-top: -0.4rem;
  }

  .md\:-mr-4{
    margin-right: -0.4rem;
  }

  .md\:-mb-4{
    margin-bottom: -0.4rem;
  }

  .md\:-ml-4{
    margin-left: -0.4rem;
  }

  .md\:-mt-8{
    margin-top: -0.8rem;
  }

  .md\:-mr-8{
    margin-right: -0.8rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.8rem;
  }

  .md\:-ml-8{
    margin-left: -0.8rem;
  }

  .md\:-mt-12{
    margin-top: -1.2rem;
  }

  .md\:-mr-12{
    margin-right: -1.2rem;
  }

  .md\:-mb-12{
    margin-bottom: -1.2rem;
  }

  .md\:-ml-12{
    margin-left: -1.2rem;
  }

  .md\:-mt-16{
    margin-top: -1.6rem;
  }

  .md\:-mr-16{
    margin-right: -1.6rem;
  }

  .md\:-mb-16{
    margin-bottom: -1.6rem;
  }

  .md\:-ml-16{
    margin-left: -1.6rem;
  }

  .md\:-mt-20{
    margin-top: -2em;
  }

  .md\:-mr-20{
    margin-right: -2em;
  }

  .md\:-mb-20{
    margin-bottom: -2em;
  }

  .md\:-ml-20{
    margin-left: -2em;
  }

  .md\:-mt-24{
    margin-top: -2.4em;
  }

  .md\:-mr-24{
    margin-right: -2.4em;
  }

  .md\:-mb-24{
    margin-bottom: -2.4em;
  }

  .md\:-ml-24{
    margin-left: -2.4em;
  }

  .md\:-mt-32{
    margin-top: -3.2em;
  }

  .md\:-mr-32{
    margin-right: -3.2em;
  }

  .md\:-mb-32{
    margin-bottom: -3.2em;
  }

  .md\:-ml-32{
    margin-left: -3.2em;
  }

  .md\:-mt-40{
    margin-top: -4em;
  }

  .md\:-mr-40{
    margin-right: -4em;
  }

  .md\:-mb-40{
    margin-bottom: -4em;
  }

  .md\:-ml-40{
    margin-left: -4em;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-1-4{
    min-width: 25%;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 1px;
  }

  .md\:p-2{
    padding: 0.2rem;
  }

  .md\:p-4{
    padding: 0.4rem;
  }

  .md\:p-8{
    padding: 0.8rem;
  }

  .md\:p-12{
    padding: 1.2rem;
  }

  .md\:p-16{
    padding: 1.6rem;
  }

  .md\:p-20{
    padding: 2em;
  }

  .md\:p-24{
    padding: 2.4em;
  }

  .md\:p-32{
    padding: 3.2em;
  }

  .md\:p-40{
    padding: 4em;
  }

  .md\:p-auto{
    padding: auto;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-2{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .md\:px-2{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md\:py-4{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .md\:px-4{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md\:py-8{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .md\:px-8{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .md\:py-12{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .md\:px-12{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md\:py-16{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .md\:px-16{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .md\:py-20{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .md\:px-20{
    padding-left: 2em;
    padding-right: 2em;
  }

  .md\:py-24{
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .md\:px-24{
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .md\:py-32{
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .md\:px-32{
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .md\:py-40{
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .md\:px-40{
    padding-left: 4em;
    padding-right: 4em;
  }

  .md\:py-auto{
    padding-top: auto;
    padding-bottom: auto;
  }

  .md\:px-auto{
    padding-left: auto;
    padding-right: auto;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 1px;
  }

  .md\:pr-1{
    padding-right: 1px;
  }

  .md\:pb-1{
    padding-bottom: 1px;
  }

  .md\:pl-1{
    padding-left: 1px;
  }

  .md\:pt-2{
    padding-top: 0.2rem;
  }

  .md\:pr-2{
    padding-right: 0.2rem;
  }

  .md\:pb-2{
    padding-bottom: 0.2rem;
  }

  .md\:pl-2{
    padding-left: 0.2rem;
  }

  .md\:pt-4{
    padding-top: 0.4rem;
  }

  .md\:pr-4{
    padding-right: 0.4rem;
  }

  .md\:pb-4{
    padding-bottom: 0.4rem;
  }

  .md\:pl-4{
    padding-left: 0.4rem;
  }

  .md\:pt-8{
    padding-top: 0.8rem;
  }

  .md\:pr-8{
    padding-right: 0.8rem;
  }

  .md\:pb-8{
    padding-bottom: 0.8rem;
  }

  .md\:pl-8{
    padding-left: 0.8rem;
  }

  .md\:pt-12{
    padding-top: 1.2rem;
  }

  .md\:pr-12{
    padding-right: 1.2rem;
  }

  .md\:pb-12{
    padding-bottom: 1.2rem;
  }

  .md\:pl-12{
    padding-left: 1.2rem;
  }

  .md\:pt-16{
    padding-top: 1.6rem;
  }

  .md\:pr-16{
    padding-right: 1.6rem;
  }

  .md\:pb-16{
    padding-bottom: 1.6rem;
  }

  .md\:pl-16{
    padding-left: 1.6rem;
  }

  .md\:pt-20{
    padding-top: 2em;
  }

  .md\:pr-20{
    padding-right: 2em;
  }

  .md\:pb-20{
    padding-bottom: 2em;
  }

  .md\:pl-20{
    padding-left: 2em;
  }

  .md\:pt-24{
    padding-top: 2.4em;
  }

  .md\:pr-24{
    padding-right: 2.4em;
  }

  .md\:pb-24{
    padding-bottom: 2.4em;
  }

  .md\:pl-24{
    padding-left: 2.4em;
  }

  .md\:pt-32{
    padding-top: 3.2em;
  }

  .md\:pr-32{
    padding-right: 3.2em;
  }

  .md\:pb-32{
    padding-bottom: 3.2em;
  }

  .md\:pl-32{
    padding-left: 3.2em;
  }

  .md\:pt-40{
    padding-top: 4em;
  }

  .md\:pr-40{
    padding-right: 4em;
  }

  .md\:pb-40{
    padding-bottom: 4em;
  }

  .md\:pl-40{
    padding-left: 4em;
  }

  .md\:pt-auto{
    padding-top: auto;
  }

  .md\:pr-auto{
    padding-right: auto;
  }

  .md\:pb-auto{
    padding-bottom: auto;
  }

  .md\:pl-auto{
    padding-left: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 1px;
  }

  .md\:w-2{
    width: 0.2rem;
  }

  .md\:w-4{
    width: 0.4rem;
  }

  .md\:w-8{
    width: 0.8rem;
  }

  .md\:w-12{
    width: 1.2rem;
  }

  .md\:w-16{
    width: 1.6rem;
  }

  .md\:w-20{
    width: 2em;
  }

  .md\:w-24{
    width: 2.4em;
  }

  .md\:w-32{
    width: 3.2em;
  }

  .md\:w-40{
    width: 4em;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-3-4{
    width: 75%;
  }

  .md\:w-1-2{
    width: 50%;
  }

  .md\:w-1-4{
    width: 25%;
  }

  .md\:w-100vw{
    width: 100vw;
  }

  .md\:w-50vw{
    width: 50vw;
  }

  .md\:w-1-3{
    width: 33%;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 1024px){
  .lg\:content-center{
    align-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

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

  .lg\:table{
    display: table;
  }

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

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

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:flex-none{
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

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

  .lg\:text-lg{
    font-size: 1.8rem;
  }

  .lg\:text-md{
    font-size: 1.6rem;
  }

  .lg\:text-sm{
    font-size: 1.4rem;
  }

  .lg\:text-xs{
    font-size: 1.2rem;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 1px;
  }

  .lg\:h-2{
    height: 0.2rem;
  }

  .lg\:h-4{
    height: 0.4rem;
  }

  .lg\:h-8{
    height: 0.8rem;
  }

  .lg\:h-12{
    height: 1.2rem;
  }

  .lg\:h-16{
    height: 1.6rem;
  }

  .lg\:h-20{
    height: 2em;
  }

  .lg\:h-24{
    height: 2.4em;
  }

  .lg\:h-32{
    height: 3.2em;
  }

  .lg\:h-40{
    height: 4em;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-100vh{
    height: 100vh;
  }

  .lg\:h-50vh{
    height: 50vh;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-2{
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .lg\:inset-4{
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .lg\:inset-8{
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .lg\:inset-12{
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .lg\:inset-16{
    top: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }

  .lg\:inset-20{
    top: 2em;
    right: 2em;
    bottom: 2em;
    left: 2em;
  }

  .lg\:inset-24{
    top: 2.4em;
    right: 2.4em;
    bottom: 2.4em;
    left: 2.4em;
  }

  .lg\:inset-32{
    top: 3.2em;
    right: 3.2em;
    bottom: 3.2em;
    left: 3.2em;
  }

  .lg\:inset-40{
    top: 4em;
    right: 4em;
    bottom: 4em;
    left: 4em;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-offscreen{
    top: -999rem;
    right: -999rem;
    bottom: -999rem;
    left: -999rem;
  }

  .lg\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-2{
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .lg\:-inset-4{
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .lg\:-inset-8{
    top: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
  }

  .lg\:-inset-12{
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .lg\:-inset-16{
    top: -1.6rem;
    right: -1.6rem;
    bottom: -1.6rem;
    left: -1.6rem;
  }

  .lg\:-inset-20{
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;
  }

  .lg\:-inset-24{
    top: -2.4em;
    right: -2.4em;
    bottom: -2.4em;
    left: -2.4em;
  }

  .lg\:-inset-32{
    top: -3.2em;
    right: -3.2em;
    bottom: -3.2em;
    left: -3.2em;
  }

  .lg\:-inset-40{
    top: -4em;
    right: -4em;
    bottom: -4em;
    left: -4em;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-1{
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-2{
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .lg\:inset-x-2{
    right: 0.2rem;
    left: 0.2rem;
  }

  .lg\:inset-y-4{
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .lg\:inset-x-4{
    right: 0.4rem;
    left: 0.4rem;
  }

  .lg\:inset-y-8{
    top: 0.8rem;
    bottom: 0.8rem;
  }

  .lg\:inset-x-8{
    right: 0.8rem;
    left: 0.8rem;
  }

  .lg\:inset-y-12{
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .lg\:inset-x-12{
    right: 1.2rem;
    left: 1.2rem;
  }

  .lg\:inset-y-16{
    top: 1.6rem;
    bottom: 1.6rem;
  }

  .lg\:inset-x-16{
    right: 1.6rem;
    left: 1.6rem;
  }

  .lg\:inset-y-20{
    top: 2em;
    bottom: 2em;
  }

  .lg\:inset-x-20{
    right: 2em;
    left: 2em;
  }

  .lg\:inset-y-24{
    top: 2.4em;
    bottom: 2.4em;
  }

  .lg\:inset-x-24{
    right: 2.4em;
    left: 2.4em;
  }

  .lg\:inset-y-32{
    top: 3.2em;
    bottom: 3.2em;
  }

  .lg\:inset-x-32{
    right: 3.2em;
    left: 3.2em;
  }

  .lg\:inset-y-40{
    top: 4em;
    bottom: 4em;
  }

  .lg\:inset-x-40{
    right: 4em;
    left: 4em;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-offscreen{
    top: -999rem;
    bottom: -999rem;
  }

  .lg\:inset-x-offscreen{
    right: -999rem;
    left: -999rem;
  }

  .lg\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-1{
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-2{
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .lg\:-inset-x-2{
    right: -0.2rem;
    left: -0.2rem;
  }

  .lg\:-inset-y-4{
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .lg\:-inset-x-4{
    right: -0.4rem;
    left: -0.4rem;
  }

  .lg\:-inset-y-8{
    top: -0.8rem;
    bottom: -0.8rem;
  }

  .lg\:-inset-x-8{
    right: -0.8rem;
    left: -0.8rem;
  }

  .lg\:-inset-y-12{
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .lg\:-inset-x-12{
    right: -1.2rem;
    left: -1.2rem;
  }

  .lg\:-inset-y-16{
    top: -1.6rem;
    bottom: -1.6rem;
  }

  .lg\:-inset-x-16{
    right: -1.6rem;
    left: -1.6rem;
  }

  .lg\:-inset-y-20{
    top: -2em;
    bottom: -2em;
  }

  .lg\:-inset-x-20{
    right: -2em;
    left: -2em;
  }

  .lg\:-inset-y-24{
    top: -2.4em;
    bottom: -2.4em;
  }

  .lg\:-inset-x-24{
    right: -2.4em;
    left: -2.4em;
  }

  .lg\:-inset-y-32{
    top: -3.2em;
    bottom: -3.2em;
  }

  .lg\:-inset-x-32{
    right: -3.2em;
    left: -3.2em;
  }

  .lg\:-inset-y-40{
    top: -4em;
    bottom: -4em;
  }

  .lg\:-inset-x-40{
    right: -4em;
    left: -4em;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-1{
    top: 1px;
  }

  .lg\:right-1{
    right: 1px;
  }

  .lg\:bottom-1{
    bottom: 1px;
  }

  .lg\:left-1{
    left: 1px;
  }

  .lg\:top-2{
    top: 0.2rem;
  }

  .lg\:right-2{
    right: 0.2rem;
  }

  .lg\:bottom-2{
    bottom: 0.2rem;
  }

  .lg\:left-2{
    left: 0.2rem;
  }

  .lg\:top-4{
    top: 0.4rem;
  }

  .lg\:right-4{
    right: 0.4rem;
  }

  .lg\:bottom-4{
    bottom: 0.4rem;
  }

  .lg\:left-4{
    left: 0.4rem;
  }

  .lg\:top-8{
    top: 0.8rem;
  }

  .lg\:right-8{
    right: 0.8rem;
  }

  .lg\:bottom-8{
    bottom: 0.8rem;
  }

  .lg\:left-8{
    left: 0.8rem;
  }

  .lg\:top-12{
    top: 1.2rem;
  }

  .lg\:right-12{
    right: 1.2rem;
  }

  .lg\:bottom-12{
    bottom: 1.2rem;
  }

  .lg\:left-12{
    left: 1.2rem;
  }

  .lg\:top-16{
    top: 1.6rem;
  }

  .lg\:right-16{
    right: 1.6rem;
  }

  .lg\:bottom-16{
    bottom: 1.6rem;
  }

  .lg\:left-16{
    left: 1.6rem;
  }

  .lg\:top-20{
    top: 2em;
  }

  .lg\:right-20{
    right: 2em;
  }

  .lg\:bottom-20{
    bottom: 2em;
  }

  .lg\:left-20{
    left: 2em;
  }

  .lg\:top-24{
    top: 2.4em;
  }

  .lg\:right-24{
    right: 2.4em;
  }

  .lg\:bottom-24{
    bottom: 2.4em;
  }

  .lg\:left-24{
    left: 2.4em;
  }

  .lg\:top-32{
    top: 3.2em;
  }

  .lg\:right-32{
    right: 3.2em;
  }

  .lg\:bottom-32{
    bottom: 3.2em;
  }

  .lg\:left-32{
    left: 3.2em;
  }

  .lg\:top-40{
    top: 4em;
  }

  .lg\:right-40{
    right: 4em;
  }

  .lg\:bottom-40{
    bottom: 4em;
  }

  .lg\:left-40{
    left: 4em;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-offscreen{
    top: -999rem;
  }

  .lg\:right-offscreen{
    right: -999rem;
  }

  .lg\:bottom-offscreen{
    bottom: -999rem;
  }

  .lg\:left-offscreen{
    left: -999rem;
  }

  .lg\:-top-1{
    top: -1px;
  }

  .lg\:-right-1{
    right: -1px;
  }

  .lg\:-bottom-1{
    bottom: -1px;
  }

  .lg\:-left-1{
    left: -1px;
  }

  .lg\:-top-2{
    top: -0.2rem;
  }

  .lg\:-right-2{
    right: -0.2rem;
  }

  .lg\:-bottom-2{
    bottom: -0.2rem;
  }

  .lg\:-left-2{
    left: -0.2rem;
  }

  .lg\:-top-4{
    top: -0.4rem;
  }

  .lg\:-right-4{
    right: -0.4rem;
  }

  .lg\:-bottom-4{
    bottom: -0.4rem;
  }

  .lg\:-left-4{
    left: -0.4rem;
  }

  .lg\:-top-8{
    top: -0.8rem;
  }

  .lg\:-right-8{
    right: -0.8rem;
  }

  .lg\:-bottom-8{
    bottom: -0.8rem;
  }

  .lg\:-left-8{
    left: -0.8rem;
  }

  .lg\:-top-12{
    top: -1.2rem;
  }

  .lg\:-right-12{
    right: -1.2rem;
  }

  .lg\:-bottom-12{
    bottom: -1.2rem;
  }

  .lg\:-left-12{
    left: -1.2rem;
  }

  .lg\:-top-16{
    top: -1.6rem;
  }

  .lg\:-right-16{
    right: -1.6rem;
  }

  .lg\:-bottom-16{
    bottom: -1.6rem;
  }

  .lg\:-left-16{
    left: -1.6rem;
  }

  .lg\:-top-20{
    top: -2em;
  }

  .lg\:-right-20{
    right: -2em;
  }

  .lg\:-bottom-20{
    bottom: -2em;
  }

  .lg\:-left-20{
    left: -2em;
  }

  .lg\:-top-24{
    top: -2.4em;
  }

  .lg\:-right-24{
    right: -2.4em;
  }

  .lg\:-bottom-24{
    bottom: -2.4em;
  }

  .lg\:-left-24{
    left: -2.4em;
  }

  .lg\:-top-32{
    top: -3.2em;
  }

  .lg\:-right-32{
    right: -3.2em;
  }

  .lg\:-bottom-32{
    bottom: -3.2em;
  }

  .lg\:-left-32{
    left: -3.2em;
  }

  .lg\:-top-40{
    top: -4em;
  }

  .lg\:-right-40{
    right: -4em;
  }

  .lg\:-bottom-40{
    bottom: -4em;
  }

  .lg\:-left-40{
    left: -4em;
  }

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

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

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

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

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

  .lg\:m-0{
    margin: 0;
  }

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

  .lg\:m-2{
    margin: 0.2rem;
  }

  .lg\:m-4{
    margin: 0.4rem;
  }

  .lg\:m-8{
    margin: 0.8rem;
  }

  .lg\:m-12{
    margin: 1.2rem;
  }

  .lg\:m-16{
    margin: 1.6rem;
  }

  .lg\:m-20{
    margin: 2em;
  }

  .lg\:m-24{
    margin: 2.4em;
  }

  .lg\:m-32{
    margin: 3.2em;
  }

  .lg\:m-40{
    margin: 4em;
  }

  .lg\:m-auto{
    margin: auto;
  }

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

  .lg\:-m-2{
    margin: -0.2rem;
  }

  .lg\:-m-4{
    margin: -0.4rem;
  }

  .lg\:-m-8{
    margin: -0.8rem;
  }

  .lg\:-m-12{
    margin: -1.2rem;
  }

  .lg\:-m-16{
    margin: -1.6rem;
  }

  .lg\:-m-20{
    margin: -2em;
  }

  .lg\:-m-24{
    margin: -2.4em;
  }

  .lg\:-m-32{
    margin: -3.2em;
  }

  .lg\:-m-40{
    margin: -4em;
  }

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

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

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

  .lg\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-2{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lg\:mx-2{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .lg\:my-4{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .lg\:mx-4{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .lg\:my-8{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .lg\:mx-8{
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .lg\:my-12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .lg\:mx-12{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .lg\:my-16{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .lg\:mx-16{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .lg\:my-20{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:mx-20{
    margin-left: 2em;
    margin-right: 2em;
  }

  .lg\:my-24{
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }

  .lg\:mx-24{
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .lg\:my-32{
    margin-top: 3.2em;
    margin-bottom: 3.2em;
  }

  .lg\:mx-32{
    margin-left: 3.2em;
    margin-right: 3.2em;
  }

  .lg\:my-40{
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .lg\:mx-40{
    margin-left: 4em;
    margin-right: 4em;
  }

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

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

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

  .lg\:-mx-1{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-2{
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .lg\:-mx-2{
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .lg\:-my-4{
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .lg\:-mx-4{
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .lg\:-my-8{
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
  }

  .lg\:-mx-8{
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .lg\:-my-12{
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .lg\:-mx-12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .lg\:-my-16{
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .lg\:-mx-16{
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .lg\:-my-20{
    margin-top: -2em;
    margin-bottom: -2em;
  }

  .lg\:-mx-20{
    margin-left: -2em;
    margin-right: -2em;
  }

  .lg\:-my-24{
    margin-top: -2.4em;
    margin-bottom: -2.4em;
  }

  .lg\:-mx-24{
    margin-left: -2.4em;
    margin-right: -2.4em;
  }

  .lg\:-my-32{
    margin-top: -3.2em;
    margin-bottom: -3.2em;
  }

  .lg\:-mx-32{
    margin-left: -3.2em;
    margin-right: -3.2em;
  }

  .lg\:-my-40{
    margin-top: -4em;
    margin-bottom: -4em;
  }

  .lg\:-mx-40{
    margin-left: -4em;
    margin-right: -4em;
  }

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

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

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

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

  .lg\:mt-1{
    margin-top: 1px;
  }

  .lg\:mr-1{
    margin-right: 1px;
  }

  .lg\:mb-1{
    margin-bottom: 1px;
  }

  .lg\:ml-1{
    margin-left: 1px;
  }

  .lg\:mt-2{
    margin-top: 0.2rem;
  }

  .lg\:mr-2{
    margin-right: 0.2rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.2rem;
  }

  .lg\:ml-2{
    margin-left: 0.2rem;
  }

  .lg\:mt-4{
    margin-top: 0.4rem;
  }

  .lg\:mr-4{
    margin-right: 0.4rem;
  }

  .lg\:mb-4{
    margin-bottom: 0.4rem;
  }

  .lg\:ml-4{
    margin-left: 0.4rem;
  }

  .lg\:mt-8{
    margin-top: 0.8rem;
  }

  .lg\:mr-8{
    margin-right: 0.8rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.8rem;
  }

  .lg\:ml-8{
    margin-left: 0.8rem;
  }

  .lg\:mt-12{
    margin-top: 1.2rem;
  }

  .lg\:mr-12{
    margin-right: 1.2rem;
  }

  .lg\:mb-12{
    margin-bottom: 1.2rem;
  }

  .lg\:ml-12{
    margin-left: 1.2rem;
  }

  .lg\:mt-16{
    margin-top: 1.6rem;
  }

  .lg\:mr-16{
    margin-right: 1.6rem;
  }

  .lg\:mb-16{
    margin-bottom: 1.6rem;
  }

  .lg\:ml-16{
    margin-left: 1.6rem;
  }

  .lg\:mt-20{
    margin-top: 2em;
  }

  .lg\:mr-20{
    margin-right: 2em;
  }

  .lg\:mb-20{
    margin-bottom: 2em;
  }

  .lg\:ml-20{
    margin-left: 2em;
  }

  .lg\:mt-24{
    margin-top: 2.4em;
  }

  .lg\:mr-24{
    margin-right: 2.4em;
  }

  .lg\:mb-24{
    margin-bottom: 2.4em;
  }

  .lg\:ml-24{
    margin-left: 2.4em;
  }

  .lg\:mt-32{
    margin-top: 3.2em;
  }

  .lg\:mr-32{
    margin-right: 3.2em;
  }

  .lg\:mb-32{
    margin-bottom: 3.2em;
  }

  .lg\:ml-32{
    margin-left: 3.2em;
  }

  .lg\:mt-40{
    margin-top: 4em;
  }

  .lg\:mr-40{
    margin-right: 4em;
  }

  .lg\:mb-40{
    margin-bottom: 4em;
  }

  .lg\:ml-40{
    margin-left: 4em;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

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

  .lg\:-mt-1{
    margin-top: -1px;
  }

  .lg\:-mr-1{
    margin-right: -1px;
  }

  .lg\:-mb-1{
    margin-bottom: -1px;
  }

  .lg\:-ml-1{
    margin-left: -1px;
  }

  .lg\:-mt-2{
    margin-top: -0.2rem;
  }

  .lg\:-mr-2{
    margin-right: -0.2rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.2rem;
  }

  .lg\:-ml-2{
    margin-left: -0.2rem;
  }

  .lg\:-mt-4{
    margin-top: -0.4rem;
  }

  .lg\:-mr-4{
    margin-right: -0.4rem;
  }

  .lg\:-mb-4{
    margin-bottom: -0.4rem;
  }

  .lg\:-ml-4{
    margin-left: -0.4rem;
  }

  .lg\:-mt-8{
    margin-top: -0.8rem;
  }

  .lg\:-mr-8{
    margin-right: -0.8rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.8rem;
  }

  .lg\:-ml-8{
    margin-left: -0.8rem;
  }

  .lg\:-mt-12{
    margin-top: -1.2rem;
  }

  .lg\:-mr-12{
    margin-right: -1.2rem;
  }

  .lg\:-mb-12{
    margin-bottom: -1.2rem;
  }

  .lg\:-ml-12{
    margin-left: -1.2rem;
  }

  .lg\:-mt-16{
    margin-top: -1.6rem;
  }

  .lg\:-mr-16{
    margin-right: -1.6rem;
  }

  .lg\:-mb-16{
    margin-bottom: -1.6rem;
  }

  .lg\:-ml-16{
    margin-left: -1.6rem;
  }

  .lg\:-mt-20{
    margin-top: -2em;
  }

  .lg\:-mr-20{
    margin-right: -2em;
  }

  .lg\:-mb-20{
    margin-bottom: -2em;
  }

  .lg\:-ml-20{
    margin-left: -2em;
  }

  .lg\:-mt-24{
    margin-top: -2.4em;
  }

  .lg\:-mr-24{
    margin-right: -2.4em;
  }

  .lg\:-mb-24{
    margin-bottom: -2.4em;
  }

  .lg\:-ml-24{
    margin-left: -2.4em;
  }

  .lg\:-mt-32{
    margin-top: -3.2em;
  }

  .lg\:-mr-32{
    margin-right: -3.2em;
  }

  .lg\:-mb-32{
    margin-bottom: -3.2em;
  }

  .lg\:-ml-32{
    margin-left: -3.2em;
  }

  .lg\:-mt-40{
    margin-top: -4em;
  }

  .lg\:-mr-40{
    margin-right: -4em;
  }

  .lg\:-mb-40{
    margin-bottom: -4em;
  }

  .lg\:-ml-40{
    margin-left: -4em;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-1-4{
    min-width: 25%;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 1px;
  }

  .lg\:p-2{
    padding: 0.2rem;
  }

  .lg\:p-4{
    padding: 0.4rem;
  }

  .lg\:p-8{
    padding: 0.8rem;
  }

  .lg\:p-12{
    padding: 1.2rem;
  }

  .lg\:p-16{
    padding: 1.6rem;
  }

  .lg\:p-20{
    padding: 2em;
  }

  .lg\:p-24{
    padding: 2.4em;
  }

  .lg\:p-32{
    padding: 3.2em;
  }

  .lg\:p-40{
    padding: 4em;
  }

  .lg\:p-auto{
    padding: auto;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-2{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .lg\:px-2{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .lg\:py-4{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .lg\:px-4{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .lg\:py-8{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .lg\:px-8{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .lg\:py-12{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .lg\:px-12{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .lg\:py-16{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .lg\:px-16{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lg\:py-20{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .lg\:px-20{
    padding-left: 2em;
    padding-right: 2em;
  }

  .lg\:py-24{
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .lg\:px-24{
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .lg\:py-32{
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .lg\:px-32{
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .lg\:py-40{
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .lg\:px-40{
    padding-left: 4em;
    padding-right: 4em;
  }

  .lg\:py-auto{
    padding-top: auto;
    padding-bottom: auto;
  }

  .lg\:px-auto{
    padding-left: auto;
    padding-right: auto;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 1px;
  }

  .lg\:pr-1{
    padding-right: 1px;
  }

  .lg\:pb-1{
    padding-bottom: 1px;
  }

  .lg\:pl-1{
    padding-left: 1px;
  }

  .lg\:pt-2{
    padding-top: 0.2rem;
  }

  .lg\:pr-2{
    padding-right: 0.2rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.2rem;
  }

  .lg\:pl-2{
    padding-left: 0.2rem;
  }

  .lg\:pt-4{
    padding-top: 0.4rem;
  }

  .lg\:pr-4{
    padding-right: 0.4rem;
  }

  .lg\:pb-4{
    padding-bottom: 0.4rem;
  }

  .lg\:pl-4{
    padding-left: 0.4rem;
  }

  .lg\:pt-8{
    padding-top: 0.8rem;
  }

  .lg\:pr-8{
    padding-right: 0.8rem;
  }

  .lg\:pb-8{
    padding-bottom: 0.8rem;
  }

  .lg\:pl-8{
    padding-left: 0.8rem;
  }

  .lg\:pt-12{
    padding-top: 1.2rem;
  }

  .lg\:pr-12{
    padding-right: 1.2rem;
  }

  .lg\:pb-12{
    padding-bottom: 1.2rem;
  }

  .lg\:pl-12{
    padding-left: 1.2rem;
  }

  .lg\:pt-16{
    padding-top: 1.6rem;
  }

  .lg\:pr-16{
    padding-right: 1.6rem;
  }

  .lg\:pb-16{
    padding-bottom: 1.6rem;
  }

  .lg\:pl-16{
    padding-left: 1.6rem;
  }

  .lg\:pt-20{
    padding-top: 2em;
  }

  .lg\:pr-20{
    padding-right: 2em;
  }

  .lg\:pb-20{
    padding-bottom: 2em;
  }

  .lg\:pl-20{
    padding-left: 2em;
  }

  .lg\:pt-24{
    padding-top: 2.4em;
  }

  .lg\:pr-24{
    padding-right: 2.4em;
  }

  .lg\:pb-24{
    padding-bottom: 2.4em;
  }

  .lg\:pl-24{
    padding-left: 2.4em;
  }

  .lg\:pt-32{
    padding-top: 3.2em;
  }

  .lg\:pr-32{
    padding-right: 3.2em;
  }

  .lg\:pb-32{
    padding-bottom: 3.2em;
  }

  .lg\:pl-32{
    padding-left: 3.2em;
  }

  .lg\:pt-40{
    padding-top: 4em;
  }

  .lg\:pr-40{
    padding-right: 4em;
  }

  .lg\:pb-40{
    padding-bottom: 4em;
  }

  .lg\:pl-40{
    padding-left: 4em;
  }

  .lg\:pt-auto{
    padding-top: auto;
  }

  .lg\:pr-auto{
    padding-right: auto;
  }

  .lg\:pb-auto{
    padding-bottom: auto;
  }

  .lg\:pl-auto{
    padding-left: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 1px;
  }

  .lg\:w-2{
    width: 0.2rem;
  }

  .lg\:w-4{
    width: 0.4rem;
  }

  .lg\:w-8{
    width: 0.8rem;
  }

  .lg\:w-12{
    width: 1.2rem;
  }

  .lg\:w-16{
    width: 1.6rem;
  }

  .lg\:w-20{
    width: 2em;
  }

  .lg\:w-24{
    width: 2.4em;
  }

  .lg\:w-32{
    width: 3.2em;
  }

  .lg\:w-40{
    width: 4em;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-3-4{
    width: 75%;
  }

  .lg\:w-1-2{
    width: 50%;
  }

  .lg\:w-1-4{
    width: 25%;
  }

  .lg\:w-100vw{
    width: 100vw;
  }

  .lg\:w-50vw{
    width: 50vw;
  }

  .lg\:w-1-3{
    width: 33%;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 1280px){
  .xl\:content-center{
    align-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:block{
    display: block;
  }

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

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

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

  .xl\:table{
    display: table;
  }

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

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

  .xl\:hidden{
    display: none;
  }

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

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

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

  .xl\:flex-none{
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

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

  .xl\:text-lg{
    font-size: 1.8rem;
  }

  .xl\:text-md{
    font-size: 1.6rem;
  }

  .xl\:text-sm{
    font-size: 1.4rem;
  }

  .xl\:text-xs{
    font-size: 1.2rem;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 1px;
  }

  .xl\:h-2{
    height: 0.2rem;
  }

  .xl\:h-4{
    height: 0.4rem;
  }

  .xl\:h-8{
    height: 0.8rem;
  }

  .xl\:h-12{
    height: 1.2rem;
  }

  .xl\:h-16{
    height: 1.6rem;
  }

  .xl\:h-20{
    height: 2em;
  }

  .xl\:h-24{
    height: 2.4em;
  }

  .xl\:h-32{
    height: 3.2em;
  }

  .xl\:h-40{
    height: 4em;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-100vh{
    height: 100vh;
  }

  .xl\:h-50vh{
    height: 50vh;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-2{
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .xl\:inset-4{
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .xl\:inset-8{
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .xl\:inset-12{
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .xl\:inset-16{
    top: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }

  .xl\:inset-20{
    top: 2em;
    right: 2em;
    bottom: 2em;
    left: 2em;
  }

  .xl\:inset-24{
    top: 2.4em;
    right: 2.4em;
    bottom: 2.4em;
    left: 2.4em;
  }

  .xl\:inset-32{
    top: 3.2em;
    right: 3.2em;
    bottom: 3.2em;
    left: 3.2em;
  }

  .xl\:inset-40{
    top: 4em;
    right: 4em;
    bottom: 4em;
    left: 4em;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-offscreen{
    top: -999rem;
    right: -999rem;
    bottom: -999rem;
    left: -999rem;
  }

  .xl\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-2{
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .xl\:-inset-4{
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .xl\:-inset-8{
    top: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
  }

  .xl\:-inset-12{
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .xl\:-inset-16{
    top: -1.6rem;
    right: -1.6rem;
    bottom: -1.6rem;
    left: -1.6rem;
  }

  .xl\:-inset-20{
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;
  }

  .xl\:-inset-24{
    top: -2.4em;
    right: -2.4em;
    bottom: -2.4em;
    left: -2.4em;
  }

  .xl\:-inset-32{
    top: -3.2em;
    right: -3.2em;
    bottom: -3.2em;
    left: -3.2em;
  }

  .xl\:-inset-40{
    top: -4em;
    right: -4em;
    bottom: -4em;
    left: -4em;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-1{
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-2{
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .xl\:inset-x-2{
    right: 0.2rem;
    left: 0.2rem;
  }

  .xl\:inset-y-4{
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .xl\:inset-x-4{
    right: 0.4rem;
    left: 0.4rem;
  }

  .xl\:inset-y-8{
    top: 0.8rem;
    bottom: 0.8rem;
  }

  .xl\:inset-x-8{
    right: 0.8rem;
    left: 0.8rem;
  }

  .xl\:inset-y-12{
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .xl\:inset-x-12{
    right: 1.2rem;
    left: 1.2rem;
  }

  .xl\:inset-y-16{
    top: 1.6rem;
    bottom: 1.6rem;
  }

  .xl\:inset-x-16{
    right: 1.6rem;
    left: 1.6rem;
  }

  .xl\:inset-y-20{
    top: 2em;
    bottom: 2em;
  }

  .xl\:inset-x-20{
    right: 2em;
    left: 2em;
  }

  .xl\:inset-y-24{
    top: 2.4em;
    bottom: 2.4em;
  }

  .xl\:inset-x-24{
    right: 2.4em;
    left: 2.4em;
  }

  .xl\:inset-y-32{
    top: 3.2em;
    bottom: 3.2em;
  }

  .xl\:inset-x-32{
    right: 3.2em;
    left: 3.2em;
  }

  .xl\:inset-y-40{
    top: 4em;
    bottom: 4em;
  }

  .xl\:inset-x-40{
    right: 4em;
    left: 4em;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-offscreen{
    top: -999rem;
    bottom: -999rem;
  }

  .xl\:inset-x-offscreen{
    right: -999rem;
    left: -999rem;
  }

  .xl\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-1{
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-2{
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .xl\:-inset-x-2{
    right: -0.2rem;
    left: -0.2rem;
  }

  .xl\:-inset-y-4{
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .xl\:-inset-x-4{
    right: -0.4rem;
    left: -0.4rem;
  }

  .xl\:-inset-y-8{
    top: -0.8rem;
    bottom: -0.8rem;
  }

  .xl\:-inset-x-8{
    right: -0.8rem;
    left: -0.8rem;
  }

  .xl\:-inset-y-12{
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .xl\:-inset-x-12{
    right: -1.2rem;
    left: -1.2rem;
  }

  .xl\:-inset-y-16{
    top: -1.6rem;
    bottom: -1.6rem;
  }

  .xl\:-inset-x-16{
    right: -1.6rem;
    left: -1.6rem;
  }

  .xl\:-inset-y-20{
    top: -2em;
    bottom: -2em;
  }

  .xl\:-inset-x-20{
    right: -2em;
    left: -2em;
  }

  .xl\:-inset-y-24{
    top: -2.4em;
    bottom: -2.4em;
  }

  .xl\:-inset-x-24{
    right: -2.4em;
    left: -2.4em;
  }

  .xl\:-inset-y-32{
    top: -3.2em;
    bottom: -3.2em;
  }

  .xl\:-inset-x-32{
    right: -3.2em;
    left: -3.2em;
  }

  .xl\:-inset-y-40{
    top: -4em;
    bottom: -4em;
  }

  .xl\:-inset-x-40{
    right: -4em;
    left: -4em;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-1{
    top: 1px;
  }

  .xl\:right-1{
    right: 1px;
  }

  .xl\:bottom-1{
    bottom: 1px;
  }

  .xl\:left-1{
    left: 1px;
  }

  .xl\:top-2{
    top: 0.2rem;
  }

  .xl\:right-2{
    right: 0.2rem;
  }

  .xl\:bottom-2{
    bottom: 0.2rem;
  }

  .xl\:left-2{
    left: 0.2rem;
  }

  .xl\:top-4{
    top: 0.4rem;
  }

  .xl\:right-4{
    right: 0.4rem;
  }

  .xl\:bottom-4{
    bottom: 0.4rem;
  }

  .xl\:left-4{
    left: 0.4rem;
  }

  .xl\:top-8{
    top: 0.8rem;
  }

  .xl\:right-8{
    right: 0.8rem;
  }

  .xl\:bottom-8{
    bottom: 0.8rem;
  }

  .xl\:left-8{
    left: 0.8rem;
  }

  .xl\:top-12{
    top: 1.2rem;
  }

  .xl\:right-12{
    right: 1.2rem;
  }

  .xl\:bottom-12{
    bottom: 1.2rem;
  }

  .xl\:left-12{
    left: 1.2rem;
  }

  .xl\:top-16{
    top: 1.6rem;
  }

  .xl\:right-16{
    right: 1.6rem;
  }

  .xl\:bottom-16{
    bottom: 1.6rem;
  }

  .xl\:left-16{
    left: 1.6rem;
  }

  .xl\:top-20{
    top: 2em;
  }

  .xl\:right-20{
    right: 2em;
  }

  .xl\:bottom-20{
    bottom: 2em;
  }

  .xl\:left-20{
    left: 2em;
  }

  .xl\:top-24{
    top: 2.4em;
  }

  .xl\:right-24{
    right: 2.4em;
  }

  .xl\:bottom-24{
    bottom: 2.4em;
  }

  .xl\:left-24{
    left: 2.4em;
  }

  .xl\:top-32{
    top: 3.2em;
  }

  .xl\:right-32{
    right: 3.2em;
  }

  .xl\:bottom-32{
    bottom: 3.2em;
  }

  .xl\:left-32{
    left: 3.2em;
  }

  .xl\:top-40{
    top: 4em;
  }

  .xl\:right-40{
    right: 4em;
  }

  .xl\:bottom-40{
    bottom: 4em;
  }

  .xl\:left-40{
    left: 4em;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-offscreen{
    top: -999rem;
  }

  .xl\:right-offscreen{
    right: -999rem;
  }

  .xl\:bottom-offscreen{
    bottom: -999rem;
  }

  .xl\:left-offscreen{
    left: -999rem;
  }

  .xl\:-top-1{
    top: -1px;
  }

  .xl\:-right-1{
    right: -1px;
  }

  .xl\:-bottom-1{
    bottom: -1px;
  }

  .xl\:-left-1{
    left: -1px;
  }

  .xl\:-top-2{
    top: -0.2rem;
  }

  .xl\:-right-2{
    right: -0.2rem;
  }

  .xl\:-bottom-2{
    bottom: -0.2rem;
  }

  .xl\:-left-2{
    left: -0.2rem;
  }

  .xl\:-top-4{
    top: -0.4rem;
  }

  .xl\:-right-4{
    right: -0.4rem;
  }

  .xl\:-bottom-4{
    bottom: -0.4rem;
  }

  .xl\:-left-4{
    left: -0.4rem;
  }

  .xl\:-top-8{
    top: -0.8rem;
  }

  .xl\:-right-8{
    right: -0.8rem;
  }

  .xl\:-bottom-8{
    bottom: -0.8rem;
  }

  .xl\:-left-8{
    left: -0.8rem;
  }

  .xl\:-top-12{
    top: -1.2rem;
  }

  .xl\:-right-12{
    right: -1.2rem;
  }

  .xl\:-bottom-12{
    bottom: -1.2rem;
  }

  .xl\:-left-12{
    left: -1.2rem;
  }

  .xl\:-top-16{
    top: -1.6rem;
  }

  .xl\:-right-16{
    right: -1.6rem;
  }

  .xl\:-bottom-16{
    bottom: -1.6rem;
  }

  .xl\:-left-16{
    left: -1.6rem;
  }

  .xl\:-top-20{
    top: -2em;
  }

  .xl\:-right-20{
    right: -2em;
  }

  .xl\:-bottom-20{
    bottom: -2em;
  }

  .xl\:-left-20{
    left: -2em;
  }

  .xl\:-top-24{
    top: -2.4em;
  }

  .xl\:-right-24{
    right: -2.4em;
  }

  .xl\:-bottom-24{
    bottom: -2.4em;
  }

  .xl\:-left-24{
    left: -2.4em;
  }

  .xl\:-top-32{
    top: -3.2em;
  }

  .xl\:-right-32{
    right: -3.2em;
  }

  .xl\:-bottom-32{
    bottom: -3.2em;
  }

  .xl\:-left-32{
    left: -3.2em;
  }

  .xl\:-top-40{
    top: -4em;
  }

  .xl\:-right-40{
    right: -4em;
  }

  .xl\:-bottom-40{
    bottom: -4em;
  }

  .xl\:-left-40{
    left: -4em;
  }

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

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

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

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

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

  .xl\:m-0{
    margin: 0;
  }

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

  .xl\:m-2{
    margin: 0.2rem;
  }

  .xl\:m-4{
    margin: 0.4rem;
  }

  .xl\:m-8{
    margin: 0.8rem;
  }

  .xl\:m-12{
    margin: 1.2rem;
  }

  .xl\:m-16{
    margin: 1.6rem;
  }

  .xl\:m-20{
    margin: 2em;
  }

  .xl\:m-24{
    margin: 2.4em;
  }

  .xl\:m-32{
    margin: 3.2em;
  }

  .xl\:m-40{
    margin: 4em;
  }

  .xl\:m-auto{
    margin: auto;
  }

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

  .xl\:-m-2{
    margin: -0.2rem;
  }

  .xl\:-m-4{
    margin: -0.4rem;
  }

  .xl\:-m-8{
    margin: -0.8rem;
  }

  .xl\:-m-12{
    margin: -1.2rem;
  }

  .xl\:-m-16{
    margin: -1.6rem;
  }

  .xl\:-m-20{
    margin: -2em;
  }

  .xl\:-m-24{
    margin: -2.4em;
  }

  .xl\:-m-32{
    margin: -3.2em;
  }

  .xl\:-m-40{
    margin: -4em;
  }

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

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

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

  .xl\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-2{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .xl\:mx-2{
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .xl\:my-4{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .xl\:mx-4{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .xl\:my-8{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .xl\:mx-8{
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }

  .xl\:my-12{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .xl\:mx-12{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .xl\:my-16{
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .xl\:mx-16{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .xl\:my-20{
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:mx-20{
    margin-left: 2em;
    margin-right: 2em;
  }

  .xl\:my-24{
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }

  .xl\:mx-24{
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .xl\:my-32{
    margin-top: 3.2em;
    margin-bottom: 3.2em;
  }

  .xl\:mx-32{
    margin-left: 3.2em;
    margin-right: 3.2em;
  }

  .xl\:my-40{
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .xl\:mx-40{
    margin-left: 4em;
    margin-right: 4em;
  }

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

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

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

  .xl\:-mx-1{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-2{
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .xl\:-mx-2{
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .xl\:-my-4{
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .xl\:-mx-4{
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .xl\:-my-8{
    margin-top: -0.8rem;
    margin-bottom: -0.8rem;
  }

  .xl\:-mx-8{
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }

  .xl\:-my-12{
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .xl\:-mx-12{
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .xl\:-my-16{
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .xl\:-mx-16{
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .xl\:-my-20{
    margin-top: -2em;
    margin-bottom: -2em;
  }

  .xl\:-mx-20{
    margin-left: -2em;
    margin-right: -2em;
  }

  .xl\:-my-24{
    margin-top: -2.4em;
    margin-bottom: -2.4em;
  }

  .xl\:-mx-24{
    margin-left: -2.4em;
    margin-right: -2.4em;
  }

  .xl\:-my-32{
    margin-top: -3.2em;
    margin-bottom: -3.2em;
  }

  .xl\:-mx-32{
    margin-left: -3.2em;
    margin-right: -3.2em;
  }

  .xl\:-my-40{
    margin-top: -4em;
    margin-bottom: -4em;
  }

  .xl\:-mx-40{
    margin-left: -4em;
    margin-right: -4em;
  }

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

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

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

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

  .xl\:mt-1{
    margin-top: 1px;
  }

  .xl\:mr-1{
    margin-right: 1px;
  }

  .xl\:mb-1{
    margin-bottom: 1px;
  }

  .xl\:ml-1{
    margin-left: 1px;
  }

  .xl\:mt-2{
    margin-top: 0.2rem;
  }

  .xl\:mr-2{
    margin-right: 0.2rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.2rem;
  }

  .xl\:ml-2{
    margin-left: 0.2rem;
  }

  .xl\:mt-4{
    margin-top: 0.4rem;
  }

  .xl\:mr-4{
    margin-right: 0.4rem;
  }

  .xl\:mb-4{
    margin-bottom: 0.4rem;
  }

  .xl\:ml-4{
    margin-left: 0.4rem;
  }

  .xl\:mt-8{
    margin-top: 0.8rem;
  }

  .xl\:mr-8{
    margin-right: 0.8rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.8rem;
  }

  .xl\:ml-8{
    margin-left: 0.8rem;
  }

  .xl\:mt-12{
    margin-top: 1.2rem;
  }

  .xl\:mr-12{
    margin-right: 1.2rem;
  }

  .xl\:mb-12{
    margin-bottom: 1.2rem;
  }

  .xl\:ml-12{
    margin-left: 1.2rem;
  }

  .xl\:mt-16{
    margin-top: 1.6rem;
  }

  .xl\:mr-16{
    margin-right: 1.6rem;
  }

  .xl\:mb-16{
    margin-bottom: 1.6rem;
  }

  .xl\:ml-16{
    margin-left: 1.6rem;
  }

  .xl\:mt-20{
    margin-top: 2em;
  }

  .xl\:mr-20{
    margin-right: 2em;
  }

  .xl\:mb-20{
    margin-bottom: 2em;
  }

  .xl\:ml-20{
    margin-left: 2em;
  }

  .xl\:mt-24{
    margin-top: 2.4em;
  }

  .xl\:mr-24{
    margin-right: 2.4em;
  }

  .xl\:mb-24{
    margin-bottom: 2.4em;
  }

  .xl\:ml-24{
    margin-left: 2.4em;
  }

  .xl\:mt-32{
    margin-top: 3.2em;
  }

  .xl\:mr-32{
    margin-right: 3.2em;
  }

  .xl\:mb-32{
    margin-bottom: 3.2em;
  }

  .xl\:ml-32{
    margin-left: 3.2em;
  }

  .xl\:mt-40{
    margin-top: 4em;
  }

  .xl\:mr-40{
    margin-right: 4em;
  }

  .xl\:mb-40{
    margin-bottom: 4em;
  }

  .xl\:ml-40{
    margin-left: 4em;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

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

  .xl\:-mt-1{
    margin-top: -1px;
  }

  .xl\:-mr-1{
    margin-right: -1px;
  }

  .xl\:-mb-1{
    margin-bottom: -1px;
  }

  .xl\:-ml-1{
    margin-left: -1px;
  }

  .xl\:-mt-2{
    margin-top: -0.2rem;
  }

  .xl\:-mr-2{
    margin-right: -0.2rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.2rem;
  }

  .xl\:-ml-2{
    margin-left: -0.2rem;
  }

  .xl\:-mt-4{
    margin-top: -0.4rem;
  }

  .xl\:-mr-4{
    margin-right: -0.4rem;
  }

  .xl\:-mb-4{
    margin-bottom: -0.4rem;
  }

  .xl\:-ml-4{
    margin-left: -0.4rem;
  }

  .xl\:-mt-8{
    margin-top: -0.8rem;
  }

  .xl\:-mr-8{
    margin-right: -0.8rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.8rem;
  }

  .xl\:-ml-8{
    margin-left: -0.8rem;
  }

  .xl\:-mt-12{
    margin-top: -1.2rem;
  }

  .xl\:-mr-12{
    margin-right: -1.2rem;
  }

  .xl\:-mb-12{
    margin-bottom: -1.2rem;
  }

  .xl\:-ml-12{
    margin-left: -1.2rem;
  }

  .xl\:-mt-16{
    margin-top: -1.6rem;
  }

  .xl\:-mr-16{
    margin-right: -1.6rem;
  }

  .xl\:-mb-16{
    margin-bottom: -1.6rem;
  }

  .xl\:-ml-16{
    margin-left: -1.6rem;
  }

  .xl\:-mt-20{
    margin-top: -2em;
  }

  .xl\:-mr-20{
    margin-right: -2em;
  }

  .xl\:-mb-20{
    margin-bottom: -2em;
  }

  .xl\:-ml-20{
    margin-left: -2em;
  }

  .xl\:-mt-24{
    margin-top: -2.4em;
  }

  .xl\:-mr-24{
    margin-right: -2.4em;
  }

  .xl\:-mb-24{
    margin-bottom: -2.4em;
  }

  .xl\:-ml-24{
    margin-left: -2.4em;
  }

  .xl\:-mt-32{
    margin-top: -3.2em;
  }

  .xl\:-mr-32{
    margin-right: -3.2em;
  }

  .xl\:-mb-32{
    margin-bottom: -3.2em;
  }

  .xl\:-ml-32{
    margin-left: -3.2em;
  }

  .xl\:-mt-40{
    margin-top: -4em;
  }

  .xl\:-mr-40{
    margin-right: -4em;
  }

  .xl\:-mb-40{
    margin-bottom: -4em;
  }

  .xl\:-ml-40{
    margin-left: -4em;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-1-4{
    min-width: 25%;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 1px;
  }

  .xl\:p-2{
    padding: 0.2rem;
  }

  .xl\:p-4{
    padding: 0.4rem;
  }

  .xl\:p-8{
    padding: 0.8rem;
  }

  .xl\:p-12{
    padding: 1.2rem;
  }

  .xl\:p-16{
    padding: 1.6rem;
  }

  .xl\:p-20{
    padding: 2em;
  }

  .xl\:p-24{
    padding: 2.4em;
  }

  .xl\:p-32{
    padding: 3.2em;
  }

  .xl\:p-40{
    padding: 4em;
  }

  .xl\:p-auto{
    padding: auto;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-2{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .xl\:px-2{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .xl\:py-4{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .xl\:px-4{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .xl\:py-8{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .xl\:px-8{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .xl\:py-12{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .xl\:px-12{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .xl\:py-16{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .xl\:px-16{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .xl\:py-20{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .xl\:px-20{
    padding-left: 2em;
    padding-right: 2em;
  }

  .xl\:py-24{
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

  .xl\:px-24{
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .xl\:py-32{
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }

  .xl\:px-32{
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .xl\:py-40{
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .xl\:px-40{
    padding-left: 4em;
    padding-right: 4em;
  }

  .xl\:py-auto{
    padding-top: auto;
    padding-bottom: auto;
  }

  .xl\:px-auto{
    padding-left: auto;
    padding-right: auto;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 1px;
  }

  .xl\:pr-1{
    padding-right: 1px;
  }

  .xl\:pb-1{
    padding-bottom: 1px;
  }

  .xl\:pl-1{
    padding-left: 1px;
  }

  .xl\:pt-2{
    padding-top: 0.2rem;
  }

  .xl\:pr-2{
    padding-right: 0.2rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.2rem;
  }

  .xl\:pl-2{
    padding-left: 0.2rem;
  }

  .xl\:pt-4{
    padding-top: 0.4rem;
  }

  .xl\:pr-4{
    padding-right: 0.4rem;
  }

  .xl\:pb-4{
    padding-bottom: 0.4rem;
  }

  .xl\:pl-4{
    padding-left: 0.4rem;
  }

  .xl\:pt-8{
    padding-top: 0.8rem;
  }

  .xl\:pr-8{
    padding-right: 0.8rem;
  }

  .xl\:pb-8{
    padding-bottom: 0.8rem;
  }

  .xl\:pl-8{
    padding-left: 0.8rem;
  }

  .xl\:pt-12{
    padding-top: 1.2rem;
  }

  .xl\:pr-12{
    padding-right: 1.2rem;
  }

  .xl\:pb-12{
    padding-bottom: 1.2rem;
  }

  .xl\:pl-12{
    padding-left: 1.2rem;
  }

  .xl\:pt-16{
    padding-top: 1.6rem;
  }

  .xl\:pr-16{
    padding-right: 1.6rem;
  }

  .xl\:pb-16{
    padding-bottom: 1.6rem;
  }

  .xl\:pl-16{
    padding-left: 1.6rem;
  }

  .xl\:pt-20{
    padding-top: 2em;
  }

  .xl\:pr-20{
    padding-right: 2em;
  }

  .xl\:pb-20{
    padding-bottom: 2em;
  }

  .xl\:pl-20{
    padding-left: 2em;
  }

  .xl\:pt-24{
    padding-top: 2.4em;
  }

  .xl\:pr-24{
    padding-right: 2.4em;
  }

  .xl\:pb-24{
    padding-bottom: 2.4em;
  }

  .xl\:pl-24{
    padding-left: 2.4em;
  }

  .xl\:pt-32{
    padding-top: 3.2em;
  }

  .xl\:pr-32{
    padding-right: 3.2em;
  }

  .xl\:pb-32{
    padding-bottom: 3.2em;
  }

  .xl\:pl-32{
    padding-left: 3.2em;
  }

  .xl\:pt-40{
    padding-top: 4em;
  }

  .xl\:pr-40{
    padding-right: 4em;
  }

  .xl\:pb-40{
    padding-bottom: 4em;
  }

  .xl\:pl-40{
    padding-left: 4em;
  }

  .xl\:pt-auto{
    padding-top: auto;
  }

  .xl\:pr-auto{
    padding-right: auto;
  }

  .xl\:pb-auto{
    padding-bottom: auto;
  }

  .xl\:pl-auto{
    padding-left: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 1px;
  }

  .xl\:w-2{
    width: 0.2rem;
  }

  .xl\:w-4{
    width: 0.4rem;
  }

  .xl\:w-8{
    width: 0.8rem;
  }

  .xl\:w-12{
    width: 1.2rem;
  }

  .xl\:w-16{
    width: 1.6rem;
  }

  .xl\:w-20{
    width: 2em;
  }

  .xl\:w-24{
    width: 2.4em;
  }

  .xl\:w-32{
    width: 3.2em;
  }

  .xl\:w-40{
    width: 4em;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-3-4{
    width: 75%;
  }

  .xl\:w-1-2{
    width: 50%;
  }

  .xl\:w-1-4{
    width: 25%;
  }

  .xl\:w-100vw{
    width: 100vw;
  }

  .xl\:w-50vw{
    width: 50vw;
  }

  .xl\:w-1-3{
    width: 33%;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
