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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  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: #e2e8f0;
}

/**
 * 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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

.tw-container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.tw-bg-gray-300 {
  background-color: #e2e8f0;
}

.tw-bg-gray-light {
  background-color: #f5f5f5;
}

.tw-bg-blue {
  background-color: #004a91;
}

.tw-bg-orange {
  background-color: #ffc425;
}

.tw-bg-tagerine {
  background-color: #f37421;
}

.tw-bg-green {
  background-color: #c1d82f;
}

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

.hover\:tw-bg-gray-300:hover {
  background-color: #e2e8f0;
}

.hover\:tw-bg-gray-light:hover {
  background-color: #f5f5f5;
}

.hover\:tw-bg-blue:hover {
  background-color: #004a91;
}

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

.hover\:tw-bg-tagerine:hover {
  background-color: #f37421;
}

.hover\:tw-bg-green:hover {
  background-color: #c1d82f;
}

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

.focus\:tw-bg-gray-300:focus {
  background-color: #e2e8f0;
}

.focus\:tw-bg-gray-light:focus {
  background-color: #f5f5f5;
}

.focus\:tw-bg-blue:focus {
  background-color: #004a91;
}

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

.focus\:tw-bg-tagerine:focus {
  background-color: #f37421;
}

.focus\:tw-bg-green:focus {
  background-color: #c1d82f;
}

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

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

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

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

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

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

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

.tw-border-gray-300 {
  border-color: #e2e8f0;
}

.tw-border-gray-light {
  border-color: #f5f5f5;
}

.tw-border-blue {
  border-color: #004a91;
}

.tw-border-orange {
  border-color: #ffc425;
}

.tw-border-tagerine {
  border-color: #f37421;
}

.tw-border-green {
  border-color: #c1d82f;
}

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

.hover\:tw-border-gray-300:hover {
  border-color: #e2e8f0;
}

.hover\:tw-border-gray-light:hover {
  border-color: #f5f5f5;
}

.hover\:tw-border-blue:hover {
  border-color: #004a91;
}

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

.hover\:tw-border-tagerine:hover {
  border-color: #f37421;
}

.hover\:tw-border-green:hover {
  border-color: #c1d82f;
}

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

.focus\:tw-border-gray-300:focus {
  border-color: #e2e8f0;
}

.focus\:tw-border-gray-light:focus {
  border-color: #f5f5f5;
}

.focus\:tw-border-blue:focus {
  border-color: #004a91;
}

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

.focus\:tw-border-tagerine:focus {
  border-color: #f37421;
}

.focus\:tw-border-green:focus {
  border-color: #c1d82f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-cursor-auto {
  cursor: auto;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-wait {
  cursor: wait;
}

.tw-cursor-move {
  cursor: move;
}

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

.tw-block {
  display: block;
}

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

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

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

.tw-table {
  display: table;
}

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

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

.tw-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-flex-none {
  flex: none;
}

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

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

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

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

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.tw-float-none {
  float: none;
}

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

.tw-font-sans {
  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";
}

.tw-font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.tw-font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-h-1 {
  height: .25rem;
}

.tw-h-2 {
  height: .5rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-h-auto {
  height: auto;
}

.tw-h-px {
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-m-0 {
  margin: 0;
}

.tw-m-1 {
  margin: .25rem;
}

.tw-m-2 {
  margin: .5rem;
}

.tw-m-4 {
  margin: 1rem;
}

.tw-m-6 {
  margin: 1.5rem;
}

.tw-m-8 {
  margin: 2rem;
}

.tw-m-12 {
  margin: 3rem;
}

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

.tw-m-auto {
  margin: auto;
}

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

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

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

.tw-my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.tw-mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-1 {
  margin-top: .25rem;
}

.tw-mr-1 {
  margin-right: .25rem;
}

.tw-mb-1 {
  margin-bottom: .25rem;
}

.tw-ml-1 {
  margin-left: .25rem;
}

.tw-mt-2 {
  margin-top: .5rem;
}

.tw-mr-2 {
  margin-right: .5rem;
}

.tw-mb-2 {
  margin-bottom: .5rem;
}

.tw-ml-2 {
  margin-left: .5rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-ml-4 {
  margin-left: 1rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mr-6 {
  margin-right: 1.5rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-ml-6 {
  margin-left: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mr-8 {
  margin-right: 2rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-ml-8 {
  margin-left: 2rem;
}

.tw-mt-12 {
  margin-top: 3rem;
}

.tw-mr-12 {
  margin-right: 3rem;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

.tw-ml-12 {
  margin-left: 3rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mr-16 {
  margin-right: 4rem;
}

.tw-mb-16 {
  margin-bottom: 4rem;
}

.tw-ml-16 {
  margin-left: 4rem;
}

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

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

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

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

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

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

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

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

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

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

.tw-max-w-xs {
  max-width: 20rem;
}

.tw-max-w-sm {
  max-width: 24rem;
}

.tw-max-w-md {
  max-width: 28rem;
}

.tw-max-w-lg {
  max-width: 32rem;
}

.tw-max-w-xl {
  max-width: 36rem;
}

.tw-max-w-2xl {
  max-width: 42rem;
}

.tw-max-w-3xl {
  max-width: 48rem;
}

.tw-max-w-4xl {
  max-width: 56rem;
}

.tw-max-w-5xl {
  max-width: 64rem;
}

.tw-max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

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

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

.tw--m-0 {
  margin: 0;
}

.tw--m-1 {
  margin: -0.25rem;
}

.tw--m-2 {
  margin: -0.5rem;
}

.tw--m-4 {
  margin: -1rem;
}

.tw--m-6 {
  margin: -1.5rem;
}

.tw--m-8 {
  margin: -2rem;
}

.tw--m-12 {
  margin: -3rem;
}

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

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

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

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

.tw--my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.tw--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-1 {
  margin-top: -0.25rem;
}

.tw--mr-1 {
  margin-right: -0.25rem;
}

.tw--mb-1 {
  margin-bottom: -0.25rem;
}

.tw--ml-1 {
  margin-left: -0.25rem;
}

.tw--mt-2 {
  margin-top: -0.5rem;
}

.tw--mr-2 {
  margin-right: -0.5rem;
}

.tw--mb-2 {
  margin-bottom: -0.5rem;
}

.tw--ml-2 {
  margin-left: -0.5rem;
}

.tw--mt-4 {
  margin-top: -1rem;
}

.tw--mr-4 {
  margin-right: -1rem;
}

.tw--mb-4 {
  margin-bottom: -1rem;
}

.tw--ml-4 {
  margin-left: -1rem;
}

.tw--mt-6 {
  margin-top: -1.5rem;
}

.tw--mr-6 {
  margin-right: -1.5rem;
}

.tw--mb-6 {
  margin-bottom: -1.5rem;
}

.tw--ml-6 {
  margin-left: -1.5rem;
}

.tw--mt-8 {
  margin-top: -2rem;
}

.tw--mr-8 {
  margin-right: -2rem;
}

.tw--mb-8 {
  margin-bottom: -2rem;
}

.tw--ml-8 {
  margin-left: -2rem;
}

.tw--mt-12 {
  margin-top: -3rem;
}

.tw--mr-12 {
  margin-right: -3rem;
}

.tw--mb-12 {
  margin-bottom: -3rem;
}

.tw--ml-12 {
  margin-left: -3rem;
}

.tw--mt-16 {
  margin-top: -4rem;
}

.tw--mr-16 {
  margin-right: -4rem;
}

.tw--mb-16 {
  margin-bottom: -4rem;
}

.tw--ml-16 {
  margin-left: -4rem;
}

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

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

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

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

.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.tw-object-none {
  -o-object-fit: none;
     object-fit: none;
}

.tw-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.tw-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.tw-object-center {
  -o-object-position: center;
     object-position: center;
}

.tw-object-left {
  -o-object-position: left;
     object-position: left;
}

.tw-object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.tw-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.tw-object-right {
  -o-object-position: right;
     object-position: right;
}

.tw-object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.tw-object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.tw-object-top {
  -o-object-position: top;
     object-position: top;
}

.tw-outline-none {
  outline: 0;
}

.focus\:tw-outline-none:focus {
  outline: 0;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-visible {
  overflow: visible;
}

.tw-overflow-scroll {
  overflow: scroll;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tw-overflow-x-visible {
  overflow-x: visible;
}

.tw-overflow-y-visible {
  overflow-y: visible;
}

.tw-overflow-x-scroll {
  overflow-x: scroll;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.tw-scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.tw-p-0 {
  padding: 0;
}

.tw-p-1 {
  padding: .25rem;
}

.tw-p-2 {
  padding: .5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-p-12 {
  padding: 3rem;
}

.tw-p-16 {
  padding: 4rem;
}

.tw-p-px {
  padding: 1px;
}

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

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

.tw-py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.tw-px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

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

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

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

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

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

.tw-pt-0 {
  padding-top: 0;
}

.tw-pr-0 {
  padding-right: 0;
}

.tw-pb-0 {
  padding-bottom: 0;
}

.tw-pl-0 {
  padding-left: 0;
}

.tw-pt-1 {
  padding-top: .25rem;
}

.tw-pr-1 {
  padding-right: .25rem;
}

.tw-pb-1 {
  padding-bottom: .25rem;
}

.tw-pl-1 {
  padding-left: .25rem;
}

.tw-pt-2 {
  padding-top: .5rem;
}

.tw-pr-2 {
  padding-right: .5rem;
}

.tw-pb-2 {
  padding-bottom: .5rem;
}

.tw-pl-2 {
  padding-left: .5rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-pr-4 {
  padding-right: 1rem;
}

.tw-pb-4 {
  padding-bottom: 1rem;
}

.tw-pl-4 {
  padding-left: 1rem;
}

.tw-pt-6 {
  padding-top: 1.5rem;
}

.tw-pr-6 {
  padding-right: 1.5rem;
}

.tw-pb-6 {
  padding-bottom: 1.5rem;
}

.tw-pl-6 {
  padding-left: 1.5rem;
}

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pr-8 {
  padding-right: 2rem;
}

.tw-pb-8 {
  padding-bottom: 2rem;
}

.tw-pl-8 {
  padding-left: 2rem;
}

.tw-pt-12 {
  padding-top: 3rem;
}

.tw-pr-12 {
  padding-right: 3rem;
}

.tw-pb-12 {
  padding-bottom: 3rem;
}

.tw-pl-12 {
  padding-left: 3rem;
}

.tw-pt-16 {
  padding-top: 4rem;
}

.tw-pr-16 {
  padding-right: 4rem;
}

.tw-pb-16 {
  padding-bottom: 4rem;
}

.tw-pl-16 {
  padding-left: 4rem;
}

.tw-pt-px {
  padding-top: 1px;
}

.tw-pr-px {
  padding-right: 1px;
}

.tw-pb-px {
  padding-bottom: 1px;
}

.tw-pl-px {
  padding-left: 1px;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-pointer-events-auto {
  pointer-events: auto;
}

.tw-static {
  position: static;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

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

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

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

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

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

.tw-top-0 {
  top: 0;
}

.tw-right-0 {
  right: 0;
}

.tw-bottom-0 {
  bottom: 0;
}

.tw-left-0 {
  left: 0;
}

.tw-top-auto {
  top: auto;
}

.tw-right-auto {
  right: auto;
}

.tw-bottom-auto {
  bottom: auto;
}

.tw-left-auto {
  left: auto;
}

.tw-resize-none {
  resize: none;
}

.tw-resize-y {
  resize: vertical;
}

.tw-resize-x {
  resize: horizontal;
}

.tw-resize {
  resize: both;
}

.tw-fill-current {
  fill: currentColor;
}

.tw-stroke-current {
  stroke: currentColor;
}

.tw-table-auto {
  table-layout: auto;
}

.tw-table-fixed {
  table-layout: fixed;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-text-justify {
  text-align: justify;
}

.tw-text-white {
  color: #fff;
}

.tw-text-gray-300 {
  color: #e2e8f0;
}

.tw-text-gray-light {
  color: #f5f5f5;
}

.tw-text-blue {
  color: #004a91;
}

.tw-text-orange {
  color: #ffc425;
}

.tw-text-tagerine {
  color: #f37421;
}

.tw-text-green {
  color: #c1d82f;
}

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

.hover\:tw-text-gray-300:hover {
  color: #e2e8f0;
}

.hover\:tw-text-gray-light:hover {
  color: #f5f5f5;
}

.hover\:tw-text-blue:hover {
  color: #004a91;
}

.hover\:tw-text-orange:hover {
  color: #ffc425;
}

.hover\:tw-text-tagerine:hover {
  color: #f37421;
}

.hover\:tw-text-green:hover {
  color: #c1d82f;
}

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

.focus\:tw-text-gray-300:focus {
  color: #e2e8f0;
}

.focus\:tw-text-gray-light:focus {
  color: #f5f5f5;
}

.focus\:tw-text-blue:focus {
  color: #004a91;
}

.focus\:tw-text-orange:focus {
  color: #ffc425;
}

.focus\:tw-text-tagerine:focus {
  color: #f37421;
}

.focus\:tw-text-green:focus {
  color: #c1d82f;
}

.tw-text-xs {
  font-size: .75rem;
}

.tw-text-sm {
  font-size: .875rem;
}

.tw-text-base {
  font-size: 1rem;
}

.tw-text-lg {
  font-size: 1.125rem;
}

.tw-text-xl {
  font-size: 1.25rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
}

.tw-text-5xl {
  font-size: 3rem;
}

.tw-text-6xl {
  font-size: 4rem;
}

.tw-italic {
  font-style: italic;
}

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

.tw-uppercase {
  text-transform: uppercase;
}

.tw-lowercase {
  text-transform: lowercase;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-normal-case {
  text-transform: none;
}

.tw-underline {
  text-decoration: underline;
}

.tw-line-through {
  text-decoration: line-through;
}

.tw-no-underline {
  text-decoration: none;
}

.hover\:tw-underline:hover {
  text-decoration: underline;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through;
}

.hover\:tw-no-underline:hover {
  text-decoration: none;
}

.focus\:tw-underline:focus {
  text-decoration: underline;
}

.focus\:tw-line-through:focus {
  text-decoration: line-through;
}

.focus\:tw-no-underline:focus {
  text-decoration: none;
}

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

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

.tw-tracking-tighter {
  letter-spacing: -.05em;
}

.tw-tracking-tight {
  letter-spacing: -.025em;
}

.tw-tracking-normal {
  letter-spacing: 0;
}

.tw-tracking-wide {
  letter-spacing: .025em;
}

.tw-tracking-wider {
  letter-spacing: .05em;
}

.tw-tracking-widest {
  letter-spacing: .1em;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tw-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.tw-align-baseline {
  vertical-align: baseline;
}

.tw-align-top {
  vertical-align: top;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-align-bottom {
  vertical-align: bottom;
}

.tw-align-text-top {
  vertical-align: text-top;
}

.tw-align-text-bottom {
  vertical-align: text-bottom;
}

.tw-visible {
  visibility: visible;
}

.tw-invisible {
  visibility: hidden;
}

.tw-whitespace-normal {
  white-space: normal;
}

.tw-whitespace-no-wrap {
  white-space: nowrap;
}

.tw-whitespace-pre {
  white-space: pre;
}

.tw-whitespace-pre-line {
  white-space: pre-line;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.tw-break-words {
  overflow-wrap: break-word;
}

.tw-break-all {
  word-break: break-all;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.tw-w-1 {
  width: .25rem;
}

.tw-w-2 {
  width: .5rem;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-px {
  width: 1px;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-1\/3 {
  width: 33.33333%;
}

.tw-w-2\/3 {
  width: 66.66667%;
}

.tw-w-1\/4 {
  width: 25%;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-1\/5 {
  width: 20%;
}

.tw-w-2\/5 {
  width: 40%;
}

.tw-w-3\/5 {
  width: 60%;
}

.tw-w-4\/5 {
  width: 80%;
}

.tw-w-1\/6 {
  width: 16.66667%;
}

.tw-w-5\/6 {
  width: 83.33333%;
}

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

.tw-w-screen {
  width: 100vw;
}

@media (min-width: 640px) {
  .sm\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .sm\:tw-bg-local {
    background-attachment: local;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll;
  }

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

  .sm\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  .sm\:tw-bg-gray-light {
    background-color: #f5f5f5;
  }

  .sm\:tw-bg-blue {
    background-color: #004a91;
  }

  .sm\:tw-bg-orange {
    background-color: #ffc425;
  }

  .sm\:tw-bg-tagerine {
    background-color: #f37421;
  }

  .sm\:tw-bg-green {
    background-color: #c1d82f;
  }

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

  .sm\:hover\:tw-bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .sm\:hover\:tw-bg-gray-light:hover {
    background-color: #f5f5f5;
  }

  .sm\:hover\:tw-bg-blue:hover {
    background-color: #004a91;
  }

  .sm\:hover\:tw-bg-orange:hover {
    background-color: #ffc425;
  }

  .sm\:hover\:tw-bg-tagerine:hover {
    background-color: #f37421;
  }

  .sm\:hover\:tw-bg-green:hover {
    background-color: #c1d82f;
  }

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

  .sm\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .sm\:focus\:tw-bg-gray-light:focus {
    background-color: #f5f5f5;
  }

  .sm\:focus\:tw-bg-blue:focus {
    background-color: #004a91;
  }

  .sm\:focus\:tw-bg-orange:focus {
    background-color: #ffc425;
  }

  .sm\:focus\:tw-bg-tagerine:focus {
    background-color: #f37421;
  }

  .sm\:focus\:tw-bg-green:focus {
    background-color: #c1d82f;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

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

  .sm\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  .sm\:tw-border-gray-light {
    border-color: #f5f5f5;
  }

  .sm\:tw-border-blue {
    border-color: #004a91;
  }

  .sm\:tw-border-orange {
    border-color: #ffc425;
  }

  .sm\:tw-border-tagerine {
    border-color: #f37421;
  }

  .sm\:tw-border-green {
    border-color: #c1d82f;
  }

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

  .sm\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .sm\:hover\:tw-border-gray-light:hover {
    border-color: #f5f5f5;
  }

  .sm\:hover\:tw-border-blue:hover {
    border-color: #004a91;
  }

  .sm\:hover\:tw-border-orange:hover {
    border-color: #ffc425;
  }

  .sm\:hover\:tw-border-tagerine:hover {
    border-color: #f37421;
  }

  .sm\:hover\:tw-border-green:hover {
    border-color: #c1d82f;
  }

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

  .sm\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .sm\:focus\:tw-border-gray-light:focus {
    border-color: #f5f5f5;
  }

  .sm\:focus\:tw-border-blue:focus {
    border-color: #004a91;
  }

  .sm\:focus\:tw-border-orange:focus {
    border-color: #ffc425;
  }

  .sm\:focus\:tw-border-tagerine:focus {
    border-color: #f37421;
  }

  .sm\:focus\:tw-border-green:focus {
    border-color: #c1d82f;
  }

  .sm\:tw-rounded-none {
    border-radius: 0;
  }

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

  .sm\:tw-rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-border-solid {
    border-style: solid;
  }

  .sm\:tw-border-dashed {
    border-style: dashed;
  }

  .sm\:tw-border-dotted {
    border-style: dotted;
  }

  .sm\:tw-border-none {
    border-style: none;
  }

  .sm\:tw-border-0 {
    border-width: 0;
  }

  .sm\:tw-border-2 {
    border-width: 2px;
  }

  .sm\:tw-border-4 {
    border-width: 4px;
  }

  .sm\:tw-border-8 {
    border-width: 8px;
  }

  .sm\:tw-border {
    border-width: 1px;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-cursor-auto {
    cursor: auto;
  }

  .sm\:tw-cursor-default {
    cursor: default;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer;
  }

  .sm\:tw-cursor-wait {
    cursor: wait;
  }

  .sm\:tw-cursor-move {
    cursor: move;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-inline-block {
    display: inline-block;
  }

  .sm\:tw-inline {
    display: inline;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-inline-flex {
    display: inline-flex;
  }

  .sm\:tw-table {
    display: table;
  }

  .sm\:tw-table-row {
    display: table-row;
  }

  .sm\:tw-table-cell {
    display: table-cell;
  }

  .sm\:tw-hidden {
    display: none;
  }

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:tw-flex-col {
    flex-direction: column;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:tw-items-start {
    align-items: flex-start;
  }

  .sm\:tw-items-end {
    align-items: flex-end;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-items-baseline {
    align-items: baseline;
  }

  .sm\:tw-items-stretch {
    align-items: stretch;
  }

  .sm\:tw-self-auto {
    align-self: auto;
  }

  .sm\:tw-self-start {
    align-self: flex-start;
  }

  .sm\:tw-self-end {
    align-self: flex-end;
  }

  .sm\:tw-self-center {
    align-self: center;
  }

  .sm\:tw-self-stretch {
    align-self: stretch;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end;
  }

  .sm\:tw-justify-center {
    justify-content: center;
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-justify-around {
    justify-content: space-around;
  }

  .sm\:tw-content-center {
    align-content: center;
  }

  .sm\:tw-content-start {
    align-content: flex-start;
  }

  .sm\:tw-content-end {
    align-content: flex-end;
  }

  .sm\:tw-content-between {
    align-content: space-between;
  }

  .sm\:tw-content-around {
    align-content: space-around;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .sm\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .sm\:tw-flex-none {
    flex: none;
  }

  .sm\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:tw-flex-grow {
    flex-grow: 1;
  }

  .sm\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .sm\:tw-float-right {
    float: right;
  }

  .sm\:tw-float-left {
    float: left;
  }

  .sm\:tw-float-none {
    float: none;
  }

  .sm\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:tw-font-sans {
    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";
  }

  .sm\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:tw-font-hairline {
    font-weight: 100;
  }

  .sm\:tw-font-thin {
    font-weight: 200;
  }

  .sm\:tw-font-light {
    font-weight: 300;
  }

  .sm\:tw-font-normal {
    font-weight: 400;
  }

  .sm\:tw-font-medium {
    font-weight: 500;
  }

  .sm\:tw-font-semibold {
    font-weight: 600;
  }

  .sm\:tw-font-bold {
    font-weight: 700;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800;
  }

  .sm\:tw-font-black {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-h-0 {
    height: 0;
  }

  .sm\:tw-h-1 {
    height: .25rem;
  }

  .sm\:tw-h-2 {
    height: .5rem;
  }

  .sm\:tw-h-4 {
    height: 1rem;
  }

  .sm\:tw-h-6 {
    height: 1.5rem;
  }

  .sm\:tw-h-8 {
    height: 2rem;
  }

  .sm\:tw-h-12 {
    height: 3rem;
  }

  .sm\:tw-h-16 {
    height: 4rem;
  }

  .sm\:tw-h-auto {
    height: auto;
  }

  .sm\:tw-h-px {
    height: 1px;
  }

  .sm\:tw-h-full {
    height: 100%;
  }

  .sm\:tw-h-screen {
    height: 100vh;
  }

  .sm\:tw-leading-none {
    line-height: 1;
  }

  .sm\:tw-leading-tight {
    line-height: 1.25;
  }

  .sm\:tw-leading-snug {
    line-height: 1.375;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5;
  }

  .sm\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .sm\:tw-leading-loose {
    line-height: 2;
  }

  .sm\:tw-list-inside {
    list-style-position: inside;
  }

  .sm\:tw-list-outside {
    list-style-position: outside;
  }

  .sm\:tw-list-none {
    list-style-type: none;
  }

  .sm\:tw-list-disc {
    list-style-type: disc;
  }

  .sm\:tw-list-decimal {
    list-style-type: decimal;
  }

  .sm\:tw-m-0 {
    margin: 0;
  }

  .sm\:tw-m-1 {
    margin: .25rem;
  }

  .sm\:tw-m-2 {
    margin: .5rem;
  }

  .sm\:tw-m-4 {
    margin: 1rem;
  }

  .sm\:tw-m-6 {
    margin: 1.5rem;
  }

  .sm\:tw-m-8 {
    margin: 2rem;
  }

  .sm\:tw-m-12 {
    margin: 3rem;
  }

  .sm\:tw-m-16 {
    margin: 4rem;
  }

  .sm\:tw-m-auto {
    margin: auto;
  }

  .sm\:tw-m-px {
    margin: 1px;
  }

  .sm\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:tw-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:tw-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .sm\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .sm\:tw-mt-0 {
    margin-top: 0;
  }

  .sm\:tw-mr-0 {
    margin-right: 0;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw-ml-0 {
    margin-left: 0;
  }

  .sm\:tw-mt-1 {
    margin-top: .25rem;
  }

  .sm\:tw-mr-1 {
    margin-right: .25rem;
  }

  .sm\:tw-mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:tw-ml-1 {
    margin-left: .25rem;
  }

  .sm\:tw-mt-2 {
    margin-top: .5rem;
  }

  .sm\:tw-mr-2 {
    margin-right: .5rem;
  }

  .sm\:tw-mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:tw-ml-2 {
    margin-left: .5rem;
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:tw-ml-4 {
    margin-left: 1rem;
  }

  .sm\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem;
  }

  .sm\:tw-mr-8 {
    margin-right: 2rem;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:tw-ml-8 {
    margin-left: 2rem;
  }

  .sm\:tw-mt-12 {
    margin-top: 3rem;
  }

  .sm\:tw-mr-12 {
    margin-right: 3rem;
  }

  .sm\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:tw-ml-12 {
    margin-left: 3rem;
  }

  .sm\:tw-mt-16 {
    margin-top: 4rem;
  }

  .sm\:tw-mr-16 {
    margin-right: 4rem;
  }

  .sm\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:tw-ml-16 {
    margin-left: 4rem;
  }

  .sm\:tw-mt-auto {
    margin-top: auto;
  }

  .sm\:tw-mr-auto {
    margin-right: auto;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto;
  }

  .sm\:tw-ml-auto {
    margin-left: auto;
  }

  .sm\:tw-mt-px {
    margin-top: 1px;
  }

  .sm\:tw-mr-px {
    margin-right: 1px;
  }

  .sm\:tw-mb-px {
    margin-bottom: 1px;
  }

  .sm\:tw-ml-px {
    margin-left: 1px;
  }

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

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

  .sm\:tw-max-w-xs {
    max-width: 20rem;
  }

  .sm\:tw-max-w-sm {
    max-width: 24rem;
  }

  .sm\:tw-max-w-md {
    max-width: 28rem;
  }

  .sm\:tw-max-w-lg {
    max-width: 32rem;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem;
  }

  .sm\:tw-max-w-2xl {
    max-width: 42rem;
  }

  .sm\:tw-max-w-3xl {
    max-width: 48rem;
  }

  .sm\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .sm\:tw-max-w-5xl {
    max-width: 64rem;
  }

  .sm\:tw-max-w-6xl {
    max-width: 72rem;
  }

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

  .sm\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .sm\:tw-min-w-0 {
    min-width: 0;
  }

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

  .sm\:tw--m-0 {
    margin: 0;
  }

  .sm\:tw--m-1 {
    margin: -0.25rem;
  }

  .sm\:tw--m-2 {
    margin: -0.5rem;
  }

  .sm\:tw--m-4 {
    margin: -1rem;
  }

  .sm\:tw--m-6 {
    margin: -1.5rem;
  }

  .sm\:tw--m-8 {
    margin: -2rem;
  }

  .sm\:tw--m-12 {
    margin: -3rem;
  }

  .sm\:tw--m-16 {
    margin: -4rem;
  }

  .sm\:tw--m-px {
    margin: -1px;
  }

  .sm\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

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

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

  .sm\:tw--mt-0 {
    margin-top: 0;
  }

  .sm\:tw--mr-0 {
    margin-right: 0;
  }

  .sm\:tw--mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw--ml-0 {
    margin-left: 0;
  }

  .sm\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:tw--mt-4 {
    margin-top: -1rem;
  }

  .sm\:tw--mr-4 {
    margin-right: -1rem;
  }

  .sm\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:tw--ml-4 {
    margin-left: -1rem;
  }

  .sm\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:tw--mt-8 {
    margin-top: -2rem;
  }

  .sm\:tw--mr-8 {
    margin-right: -2rem;
  }

  .sm\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:tw--ml-8 {
    margin-left: -2rem;
  }

  .sm\:tw--mt-12 {
    margin-top: -3rem;
  }

  .sm\:tw--mr-12 {
    margin-right: -3rem;
  }

  .sm\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:tw--ml-12 {
    margin-left: -3rem;
  }

  .sm\:tw--mt-16 {
    margin-top: -4rem;
  }

  .sm\:tw--mr-16 {
    margin-right: -4rem;
  }

  .sm\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:tw--ml-16 {
    margin-left: -4rem;
  }

  .sm\:tw--mt-px {
    margin-top: -1px;
  }

  .sm\:tw--mr-px {
    margin-right: -1px;
  }

  .sm\:tw--mb-px {
    margin-bottom: -1px;
  }

  .sm\:tw--ml-px {
    margin-left: -1px;
  }

  .sm\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:tw-overflow-auto {
    overflow: auto;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden;
  }

  .sm\:tw-overflow-visible {
    overflow: visible;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:tw-p-0 {
    padding: 0;
  }

  .sm\:tw-p-1 {
    padding: .25rem;
  }

  .sm\:tw-p-2 {
    padding: .5rem;
  }

  .sm\:tw-p-4 {
    padding: 1rem;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem;
  }

  .sm\:tw-p-8 {
    padding: 2rem;
  }

  .sm\:tw-p-12 {
    padding: 3rem;
  }

  .sm\:tw-p-16 {
    padding: 4rem;
  }

  .sm\:tw-p-px {
    padding: 1px;
  }

  .sm\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .sm\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:tw-pt-0 {
    padding-top: 0;
  }

  .sm\:tw-pr-0 {
    padding-right: 0;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0;
  }

  .sm\:tw-pl-0 {
    padding-left: 0;
  }

  .sm\:tw-pt-1 {
    padding-top: .25rem;
  }

  .sm\:tw-pr-1 {
    padding-right: .25rem;
  }

  .sm\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:tw-pl-1 {
    padding-left: .25rem;
  }

  .sm\:tw-pt-2 {
    padding-top: .5rem;
  }

  .sm\:tw-pr-2 {
    padding-right: .5rem;
  }

  .sm\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .sm\:tw-pl-2 {
    padding-left: .5rem;
  }

  .sm\:tw-pt-4 {
    padding-top: 1rem;
  }

  .sm\:tw-pr-4 {
    padding-right: 1rem;
  }

  .sm\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:tw-pl-4 {
    padding-left: 1rem;
  }

  .sm\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem;
  }

  .sm\:tw-pr-8 {
    padding-right: 2rem;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:tw-pl-8 {
    padding-left: 2rem;
  }

  .sm\:tw-pt-12 {
    padding-top: 3rem;
  }

  .sm\:tw-pr-12 {
    padding-right: 3rem;
  }

  .sm\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:tw-pl-12 {
    padding-left: 3rem;
  }

  .sm\:tw-pt-16 {
    padding-top: 4rem;
  }

  .sm\:tw-pr-16 {
    padding-right: 4rem;
  }

  .sm\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:tw-pl-16 {
    padding-left: 4rem;
  }

  .sm\:tw-pt-px {
    padding-top: 1px;
  }

  .sm\:tw-pr-px {
    padding-right: 1px;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px;
  }

  .sm\:tw-pl-px {
    padding-left: 1px;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:tw-static {
    position: static;
  }

  .sm\:tw-fixed {
    position: fixed;
  }

  .sm\:tw-absolute {
    position: absolute;
  }

  .sm\:tw-relative {
    position: relative;
  }

  .sm\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

  .sm\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:tw-top-0 {
    top: 0;
  }

  .sm\:tw-right-0 {
    right: 0;
  }

  .sm\:tw-bottom-0 {
    bottom: 0;
  }

  .sm\:tw-left-0 {
    left: 0;
  }

  .sm\:tw-top-auto {
    top: auto;
  }

  .sm\:tw-right-auto {
    right: auto;
  }

  .sm\:tw-bottom-auto {
    bottom: auto;
  }

  .sm\:tw-left-auto {
    left: auto;
  }

  .sm\:tw-resize-none {
    resize: none;
  }

  .sm\:tw-resize-y {
    resize: vertical;
  }

  .sm\:tw-resize-x {
    resize: horizontal;
  }

  .sm\:tw-resize {
    resize: both;
  }

  .sm\:tw-table-auto {
    table-layout: auto;
  }

  .sm\:tw-table-fixed {
    table-layout: fixed;
  }

  .sm\:tw-text-left {
    text-align: left;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

  .sm\:tw-text-justify {
    text-align: justify;
  }

  .sm\:tw-text-white {
    color: #fff;
  }

  .sm\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  .sm\:tw-text-gray-light {
    color: #f5f5f5;
  }

  .sm\:tw-text-blue {
    color: #004a91;
  }

  .sm\:tw-text-orange {
    color: #ffc425;
  }

  .sm\:tw-text-tagerine {
    color: #f37421;
  }

  .sm\:tw-text-green {
    color: #c1d82f;
  }

  .sm\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .sm\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  .sm\:hover\:tw-text-gray-light:hover {
    color: #f5f5f5;
  }

  .sm\:hover\:tw-text-blue:hover {
    color: #004a91;
  }

  .sm\:hover\:tw-text-orange:hover {
    color: #ffc425;
  }

  .sm\:hover\:tw-text-tagerine:hover {
    color: #f37421;
  }

  .sm\:hover\:tw-text-green:hover {
    color: #c1d82f;
  }

  .sm\:focus\:tw-text-white:focus {
    color: #fff;
  }

  .sm\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  .sm\:focus\:tw-text-gray-light:focus {
    color: #f5f5f5;
  }

  .sm\:focus\:tw-text-blue:focus {
    color: #004a91;
  }

  .sm\:focus\:tw-text-orange:focus {
    color: #ffc425;
  }

  .sm\:focus\:tw-text-tagerine:focus {
    color: #f37421;
  }

  .sm\:focus\:tw-text-green:focus {
    color: #c1d82f;
  }

  .sm\:tw-text-xs {
    font-size: .75rem;
  }

  .sm\:tw-text-sm {
    font-size: .875rem;
  }

  .sm\:tw-text-base {
    font-size: 1rem;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem;
  }

  .sm\:tw-text-6xl {
    font-size: 4rem;
  }

  .sm\:tw-italic {
    font-style: italic;
  }

  .sm\:tw-not-italic {
    font-style: normal;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize;
  }

  .sm\:tw-normal-case {
    text-transform: none;
  }

  .sm\:tw-underline {
    text-decoration: underline;
  }

  .sm\:tw-line-through {
    text-decoration: line-through;
  }

  .sm\:tw-no-underline {
    text-decoration: none;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

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

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

  .sm\:tw-tracking-tighter {
    letter-spacing: -.05em;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -.025em;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: .025em;
  }

  .sm\:tw-tracking-wider {
    letter-spacing: .05em;
  }

  .sm\:tw-tracking-widest {
    letter-spacing: .1em;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:tw-align-baseline {
    vertical-align: baseline;
  }

  .sm\:tw-align-top {
    vertical-align: top;
  }

  .sm\:tw-align-middle {
    vertical-align: middle;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:tw-visible {
    visibility: visible;
  }

  .sm\:tw-invisible {
    visibility: hidden;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal;
  }

  .sm\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:tw-break-words {
    overflow-wrap: break-word;
  }

  .sm\:tw-break-all {
    word-break: break-all;
  }

  .sm\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:tw-w-0 {
    width: 0;
  }

  .sm\:tw-w-1 {
    width: .25rem;
  }

  .sm\:tw-w-2 {
    width: .5rem;
  }

  .sm\:tw-w-4 {
    width: 1rem;
  }

  .sm\:tw-w-6 {
    width: 1.5rem;
  }

  .sm\:tw-w-8 {
    width: 2rem;
  }

  .sm\:tw-w-12 {
    width: 3rem;
  }

  .sm\:tw-w-16 {
    width: 4rem;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-w-px {
    width: 1px;
  }

  .sm\:tw-w-1\/2 {
    width: 50%;
  }

  .sm\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .sm\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .sm\:tw-w-1\/4 {
    width: 25%;
  }

  .sm\:tw-w-3\/4 {
    width: 75%;
  }

  .sm\:tw-w-1\/5 {
    width: 20%;
  }

  .sm\:tw-w-2\/5 {
    width: 40%;
  }

  .sm\:tw-w-3\/5 {
    width: 60%;
  }

  .sm\:tw-w-4\/5 {
    width: 80%;
  }

  .sm\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .sm\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .sm\:tw-w-full {
    width: 100%;
  }

  .sm\:tw-w-screen {
    width: 100vw;
  }
}

@media (min-width: 768px) {
  .md\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .md\:tw-bg-local {
    background-attachment: local;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll;
  }

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

  .md\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  .md\:tw-bg-gray-light {
    background-color: #f5f5f5;
  }

  .md\:tw-bg-blue {
    background-color: #004a91;
  }

  .md\:tw-bg-orange {
    background-color: #ffc425;
  }

  .md\:tw-bg-tagerine {
    background-color: #f37421;
  }

  .md\:tw-bg-green {
    background-color: #c1d82f;
  }

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

  .md\:hover\:tw-bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .md\:hover\:tw-bg-gray-light:hover {
    background-color: #f5f5f5;
  }

  .md\:hover\:tw-bg-blue:hover {
    background-color: #004a91;
  }

  .md\:hover\:tw-bg-orange:hover {
    background-color: #ffc425;
  }

  .md\:hover\:tw-bg-tagerine:hover {
    background-color: #f37421;
  }

  .md\:hover\:tw-bg-green:hover {
    background-color: #c1d82f;
  }

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

  .md\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .md\:focus\:tw-bg-gray-light:focus {
    background-color: #f5f5f5;
  }

  .md\:focus\:tw-bg-blue:focus {
    background-color: #004a91;
  }

  .md\:focus\:tw-bg-orange:focus {
    background-color: #ffc425;
  }

  .md\:focus\:tw-bg-tagerine:focus {
    background-color: #f37421;
  }

  .md\:focus\:tw-bg-green:focus {
    background-color: #c1d82f;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

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

  .md\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  .md\:tw-border-gray-light {
    border-color: #f5f5f5;
  }

  .md\:tw-border-blue {
    border-color: #004a91;
  }

  .md\:tw-border-orange {
    border-color: #ffc425;
  }

  .md\:tw-border-tagerine {
    border-color: #f37421;
  }

  .md\:tw-border-green {
    border-color: #c1d82f;
  }

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

  .md\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .md\:hover\:tw-border-gray-light:hover {
    border-color: #f5f5f5;
  }

  .md\:hover\:tw-border-blue:hover {
    border-color: #004a91;
  }

  .md\:hover\:tw-border-orange:hover {
    border-color: #ffc425;
  }

  .md\:hover\:tw-border-tagerine:hover {
    border-color: #f37421;
  }

  .md\:hover\:tw-border-green:hover {
    border-color: #c1d82f;
  }

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

  .md\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .md\:focus\:tw-border-gray-light:focus {
    border-color: #f5f5f5;
  }

  .md\:focus\:tw-border-blue:focus {
    border-color: #004a91;
  }

  .md\:focus\:tw-border-orange:focus {
    border-color: #ffc425;
  }

  .md\:focus\:tw-border-tagerine:focus {
    border-color: #f37421;
  }

  .md\:focus\:tw-border-green:focus {
    border-color: #c1d82f;
  }

  .md\:tw-rounded-none {
    border-radius: 0;
  }

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

  .md\:tw-rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-dashed {
    border-style: dashed;
  }

  .md\:tw-border-dotted {
    border-style: dotted;
  }

  .md\:tw-border-none {
    border-style: none;
  }

  .md\:tw-border-0 {
    border-width: 0;
  }

  .md\:tw-border-2 {
    border-width: 2px;
  }

  .md\:tw-border-4 {
    border-width: 4px;
  }

  .md\:tw-border-8 {
    border-width: 8px;
  }

  .md\:tw-border {
    border-width: 1px;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-cursor-auto {
    cursor: auto;
  }

  .md\:tw-cursor-default {
    cursor: default;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer;
  }

  .md\:tw-cursor-wait {
    cursor: wait;
  }

  .md\:tw-cursor-move {
    cursor: move;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-inline {
    display: inline;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-inline-flex {
    display: inline-flex;
  }

  .md\:tw-table {
    display: table;
  }

  .md\:tw-table-row {
    display: table-row;
  }

  .md\:tw-table-cell {
    display: table-cell;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

  .md\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:tw-items-start {
    align-items: flex-start;
  }

  .md\:tw-items-end {
    align-items: flex-end;
  }

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-items-baseline {
    align-items: baseline;
  }

  .md\:tw-items-stretch {
    align-items: stretch;
  }

  .md\:tw-self-auto {
    align-self: auto;
  }

  .md\:tw-self-start {
    align-self: flex-start;
  }

  .md\:tw-self-end {
    align-self: flex-end;
  }

  .md\:tw-self-center {
    align-self: center;
  }

  .md\:tw-self-stretch {
    align-self: stretch;
  }

  .md\:tw-justify-start {
    justify-content: flex-start;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

  .md\:tw-justify-around {
    justify-content: space-around;
  }

  .md\:tw-content-center {
    align-content: center;
  }

  .md\:tw-content-start {
    align-content: flex-start;
  }

  .md\:tw-content-end {
    align-content: flex-end;
  }

  .md\:tw-content-between {
    align-content: space-between;
  }

  .md\:tw-content-around {
    align-content: space-around;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .md\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .md\:tw-flex-none {
    flex: none;
  }

  .md\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  .md\:tw-flex-grow {
    flex-grow: 1;
  }

  .md\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .md\:tw-float-right {
    float: right;
  }

  .md\:tw-float-left {
    float: left;
  }

  .md\:tw-float-none {
    float: none;
  }

  .md\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:tw-font-sans {
    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";
  }

  .md\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:tw-font-hairline {
    font-weight: 100;
  }

  .md\:tw-font-thin {
    font-weight: 200;
  }

  .md\:tw-font-light {
    font-weight: 300;
  }

  .md\:tw-font-normal {
    font-weight: 400;
  }

  .md\:tw-font-medium {
    font-weight: 500;
  }

  .md\:tw-font-semibold {
    font-weight: 600;
  }

  .md\:tw-font-bold {
    font-weight: 700;
  }

  .md\:tw-font-extrabold {
    font-weight: 800;
  }

  .md\:tw-font-black {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-h-0 {
    height: 0;
  }

  .md\:tw-h-1 {
    height: .25rem;
  }

  .md\:tw-h-2 {
    height: .5rem;
  }

  .md\:tw-h-4 {
    height: 1rem;
  }

  .md\:tw-h-6 {
    height: 1.5rem;
  }

  .md\:tw-h-8 {
    height: 2rem;
  }

  .md\:tw-h-12 {
    height: 3rem;
  }

  .md\:tw-h-16 {
    height: 4rem;
  }

  .md\:tw-h-auto {
    height: auto;
  }

  .md\:tw-h-px {
    height: 1px;
  }

  .md\:tw-h-full {
    height: 100%;
  }

  .md\:tw-h-screen {
    height: 100vh;
  }

  .md\:tw-leading-none {
    line-height: 1;
  }

  .md\:tw-leading-tight {
    line-height: 1.25;
  }

  .md\:tw-leading-snug {
    line-height: 1.375;
  }

  .md\:tw-leading-normal {
    line-height: 1.5;
  }

  .md\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .md\:tw-leading-loose {
    line-height: 2;
  }

  .md\:tw-list-inside {
    list-style-position: inside;
  }

  .md\:tw-list-outside {
    list-style-position: outside;
  }

  .md\:tw-list-none {
    list-style-type: none;
  }

  .md\:tw-list-disc {
    list-style-type: disc;
  }

  .md\:tw-list-decimal {
    list-style-type: decimal;
  }

  .md\:tw-m-0 {
    margin: 0;
  }

  .md\:tw-m-1 {
    margin: .25rem;
  }

  .md\:tw-m-2 {
    margin: .5rem;
  }

  .md\:tw-m-4 {
    margin: 1rem;
  }

  .md\:tw-m-6 {
    margin: 1.5rem;
  }

  .md\:tw-m-8 {
    margin: 2rem;
  }

  .md\:tw-m-12 {
    margin: 3rem;
  }

  .md\:tw-m-16 {
    margin: 4rem;
  }

  .md\:tw-m-auto {
    margin: auto;
  }

  .md\:tw-m-px {
    margin: 1px;
  }

  .md\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:tw-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:tw-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .md\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .md\:tw-mt-0 {
    margin-top: 0;
  }

  .md\:tw-mr-0 {
    margin-right: 0;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0;
  }

  .md\:tw-ml-0 {
    margin-left: 0;
  }

  .md\:tw-mt-1 {
    margin-top: .25rem;
  }

  .md\:tw-mr-1 {
    margin-right: .25rem;
  }

  .md\:tw-mb-1 {
    margin-bottom: .25rem;
  }

  .md\:tw-ml-1 {
    margin-left: .25rem;
  }

  .md\:tw-mt-2 {
    margin-top: .5rem;
  }

  .md\:tw-mr-2 {
    margin-right: .5rem;
  }

  .md\:tw-mb-2 {
    margin-bottom: .5rem;
  }

  .md\:tw-ml-2 {
    margin-left: .5rem;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem;
  }

  .md\:tw-mr-4 {
    margin-right: 1rem;
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .md\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem;
  }

  .md\:tw-mr-8 {
    margin-right: 2rem;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:tw-ml-8 {
    margin-left: 2rem;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem;
  }

  .md\:tw-mr-12 {
    margin-right: 3rem;
  }

  .md\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem;
  }

  .md\:tw-mr-16 {
    margin-right: 4rem;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem;
  }

  .md\:tw-mt-auto {
    margin-top: auto;
  }

  .md\:tw-mr-auto {
    margin-right: auto;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto;
  }

  .md\:tw-ml-auto {
    margin-left: auto;
  }

  .md\:tw-mt-px {
    margin-top: 1px;
  }

  .md\:tw-mr-px {
    margin-right: 1px;
  }

  .md\:tw-mb-px {
    margin-bottom: 1px;
  }

  .md\:tw-ml-px {
    margin-left: 1px;
  }

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

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

  .md\:tw-max-w-xs {
    max-width: 20rem;
  }

  .md\:tw-max-w-sm {
    max-width: 24rem;
  }

  .md\:tw-max-w-md {
    max-width: 28rem;
  }

  .md\:tw-max-w-lg {
    max-width: 32rem;
  }

  .md\:tw-max-w-xl {
    max-width: 36rem;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem;
  }

  .md\:tw-max-w-3xl {
    max-width: 48rem;
  }

  .md\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .md\:tw-max-w-5xl {
    max-width: 64rem;
  }

  .md\:tw-max-w-6xl {
    max-width: 72rem;
  }

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

  .md\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .md\:tw-min-w-0 {
    min-width: 0;
  }

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

  .md\:tw--m-0 {
    margin: 0;
  }

  .md\:tw--m-1 {
    margin: -0.25rem;
  }

  .md\:tw--m-2 {
    margin: -0.5rem;
  }

  .md\:tw--m-4 {
    margin: -1rem;
  }

  .md\:tw--m-6 {
    margin: -1.5rem;
  }

  .md\:tw--m-8 {
    margin: -2rem;
  }

  .md\:tw--m-12 {
    margin: -3rem;
  }

  .md\:tw--m-16 {
    margin: -4rem;
  }

  .md\:tw--m-px {
    margin: -1px;
  }

  .md\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

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

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

  .md\:tw--mt-0 {
    margin-top: 0;
  }

  .md\:tw--mr-0 {
    margin-right: 0;
  }

  .md\:tw--mb-0 {
    margin-bottom: 0;
  }

  .md\:tw--ml-0 {
    margin-left: 0;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .md\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .md\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .md\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .md\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .md\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .md\:tw--mt-4 {
    margin-top: -1rem;
  }

  .md\:tw--mr-4 {
    margin-right: -1rem;
  }

  .md\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .md\:tw--ml-4 {
    margin-left: -1rem;
  }

  .md\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .md\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .md\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .md\:tw--mt-8 {
    margin-top: -2rem;
  }

  .md\:tw--mr-8 {
    margin-right: -2rem;
  }

  .md\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .md\:tw--ml-8 {
    margin-left: -2rem;
  }

  .md\:tw--mt-12 {
    margin-top: -3rem;
  }

  .md\:tw--mr-12 {
    margin-right: -3rem;
  }

  .md\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .md\:tw--ml-12 {
    margin-left: -3rem;
  }

  .md\:tw--mt-16 {
    margin-top: -4rem;
  }

  .md\:tw--mr-16 {
    margin-right: -4rem;
  }

  .md\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .md\:tw--ml-16 {
    margin-left: -4rem;
  }

  .md\:tw--mt-px {
    margin-top: -1px;
  }

  .md\:tw--mr-px {
    margin-right: -1px;
  }

  .md\:tw--mb-px {
    margin-bottom: -1px;
  }

  .md\:tw--ml-px {
    margin-left: -1px;
  }

  .md\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:tw-overflow-auto {
    overflow: auto;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden;
  }

  .md\:tw-overflow-visible {
    overflow: visible;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .md\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:tw-p-0 {
    padding: 0;
  }

  .md\:tw-p-1 {
    padding: .25rem;
  }

  .md\:tw-p-2 {
    padding: .5rem;
  }

  .md\:tw-p-4 {
    padding: 1rem;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

  .md\:tw-p-8 {
    padding: 2rem;
  }

  .md\:tw-p-12 {
    padding: 3rem;
  }

  .md\:tw-p-16 {
    padding: 4rem;
  }

  .md\:tw-p-px {
    padding: 1px;
  }

  .md\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:tw-pt-0 {
    padding-top: 0;
  }

  .md\:tw-pr-0 {
    padding-right: 0;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0;
  }

  .md\:tw-pl-0 {
    padding-left: 0;
  }

  .md\:tw-pt-1 {
    padding-top: .25rem;
  }

  .md\:tw-pr-1 {
    padding-right: .25rem;
  }

  .md\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .md\:tw-pl-1 {
    padding-left: .25rem;
  }

  .md\:tw-pt-2 {
    padding-top: .5rem;
  }

  .md\:tw-pr-2 {
    padding-right: .5rem;
  }

  .md\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .md\:tw-pl-2 {
    padding-left: .5rem;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem;
  }

  .md\:tw-pr-8 {
    padding-right: 2rem;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  .md\:tw-pt-12 {
    padding-top: 3rem;
  }

  .md\:tw-pr-12 {
    padding-right: 3rem;
  }

  .md\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  .md\:tw-pl-12 {
    padding-left: 3rem;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem;
  }

  .md\:tw-pr-16 {
    padding-right: 4rem;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  .md\:tw-pl-16 {
    padding-left: 4rem;
  }

  .md\:tw-pt-px {
    padding-top: 1px;
  }

  .md\:tw-pr-px {
    padding-right: 1px;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px;
  }

  .md\:tw-pl-px {
    padding-left: 1px;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .md\:tw-static {
    position: static;
  }

  .md\:tw-fixed {
    position: fixed;
  }

  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-relative {
    position: relative;
  }

  .md\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

  .md\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:tw-top-0 {
    top: 0;
  }

  .md\:tw-right-0 {
    right: 0;
  }

  .md\:tw-bottom-0 {
    bottom: 0;
  }

  .md\:tw-left-0 {
    left: 0;
  }

  .md\:tw-top-auto {
    top: auto;
  }

  .md\:tw-right-auto {
    right: auto;
  }

  .md\:tw-bottom-auto {
    bottom: auto;
  }

  .md\:tw-left-auto {
    left: auto;
  }

  .md\:tw-resize-none {
    resize: none;
  }

  .md\:tw-resize-y {
    resize: vertical;
  }

  .md\:tw-resize-x {
    resize: horizontal;
  }

  .md\:tw-resize {
    resize: both;
  }

  .md\:tw-table-auto {
    table-layout: auto;
  }

  .md\:tw-table-fixed {
    table-layout: fixed;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-right {
    text-align: right;
  }

  .md\:tw-text-justify {
    text-align: justify;
  }

  .md\:tw-text-white {
    color: #fff;
  }

  .md\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  .md\:tw-text-gray-light {
    color: #f5f5f5;
  }

  .md\:tw-text-blue {
    color: #004a91;
  }

  .md\:tw-text-orange {
    color: #ffc425;
  }

  .md\:tw-text-tagerine {
    color: #f37421;
  }

  .md\:tw-text-green {
    color: #c1d82f;
  }

  .md\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .md\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  .md\:hover\:tw-text-gray-light:hover {
    color: #f5f5f5;
  }

  .md\:hover\:tw-text-blue:hover {
    color: #004a91;
  }

  .md\:hover\:tw-text-orange:hover {
    color: #ffc425;
  }

  .md\:hover\:tw-text-tagerine:hover {
    color: #f37421;
  }

  .md\:hover\:tw-text-green:hover {
    color: #c1d82f;
  }

  .md\:focus\:tw-text-white:focus {
    color: #fff;
  }

  .md\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  .md\:focus\:tw-text-gray-light:focus {
    color: #f5f5f5;
  }

  .md\:focus\:tw-text-blue:focus {
    color: #004a91;
  }

  .md\:focus\:tw-text-orange:focus {
    color: #ffc425;
  }

  .md\:focus\:tw-text-tagerine:focus {
    color: #f37421;
  }

  .md\:focus\:tw-text-green:focus {
    color: #c1d82f;
  }

  .md\:tw-text-xs {
    font-size: .75rem;
  }

  .md\:tw-text-sm {
    font-size: .875rem;
  }

  .md\:tw-text-base {
    font-size: 1rem;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .md\:tw-text-5xl {
    font-size: 3rem;
  }

  .md\:tw-text-6xl {
    font-size: 4rem;
  }

  .md\:tw-italic {
    font-style: italic;
  }

  .md\:tw-not-italic {
    font-style: normal;
  }

  .md\:tw-uppercase {
    text-transform: uppercase;
  }

  .md\:tw-lowercase {
    text-transform: lowercase;
  }

  .md\:tw-capitalize {
    text-transform: capitalize;
  }

  .md\:tw-normal-case {
    text-transform: none;
  }

  .md\:tw-underline {
    text-decoration: underline;
  }

  .md\:tw-line-through {
    text-decoration: line-through;
  }

  .md\:tw-no-underline {
    text-decoration: none;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

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

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

  .md\:tw-tracking-tighter {
    letter-spacing: -.05em;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -.025em;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .md\:tw-tracking-wide {
    letter-spacing: .025em;
  }

  .md\:tw-tracking-wider {
    letter-spacing: .05em;
  }

  .md\:tw-tracking-widest {
    letter-spacing: .1em;
  }

  .md\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:tw-align-baseline {
    vertical-align: baseline;
  }

  .md\:tw-align-top {
    vertical-align: top;
  }

  .md\:tw-align-middle {
    vertical-align: middle;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:tw-visible {
    visibility: visible;
  }

  .md\:tw-invisible {
    visibility: hidden;
  }

  .md\:tw-whitespace-normal {
    white-space: normal;
  }

  .md\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:tw-whitespace-pre {
    white-space: pre;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:tw-break-words {
    overflow-wrap: break-word;
  }

  .md\:tw-break-all {
    word-break: break-all;
  }

  .md\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:tw-w-0 {
    width: 0;
  }

  .md\:tw-w-1 {
    width: .25rem;
  }

  .md\:tw-w-2 {
    width: .5rem;
  }

  .md\:tw-w-4 {
    width: 1rem;
  }

  .md\:tw-w-6 {
    width: 1.5rem;
  }

  .md\:tw-w-8 {
    width: 2rem;
  }

  .md\:tw-w-12 {
    width: 3rem;
  }

  .md\:tw-w-16 {
    width: 4rem;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-px {
    width: 1px;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .md\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .md\:tw-w-1\/4 {
    width: 25%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-2\/5 {
    width: 40%;
  }

  .md\:tw-w-3\/5 {
    width: 60%;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .md\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-w-screen {
    width: 100vw;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .lg\:tw-bg-local {
    background-attachment: local;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll;
  }

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

  .lg\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  .lg\:tw-bg-gray-light {
    background-color: #f5f5f5;
  }

  .lg\:tw-bg-blue {
    background-color: #004a91;
  }

  .lg\:tw-bg-orange {
    background-color: #ffc425;
  }

  .lg\:tw-bg-tagerine {
    background-color: #f37421;
  }

  .lg\:tw-bg-green {
    background-color: #c1d82f;
  }

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

  .lg\:hover\:tw-bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .lg\:hover\:tw-bg-gray-light:hover {
    background-color: #f5f5f5;
  }

  .lg\:hover\:tw-bg-blue:hover {
    background-color: #004a91;
  }

  .lg\:hover\:tw-bg-orange:hover {
    background-color: #ffc425;
  }

  .lg\:hover\:tw-bg-tagerine:hover {
    background-color: #f37421;
  }

  .lg\:hover\:tw-bg-green:hover {
    background-color: #c1d82f;
  }

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

  .lg\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .lg\:focus\:tw-bg-gray-light:focus {
    background-color: #f5f5f5;
  }

  .lg\:focus\:tw-bg-blue:focus {
    background-color: #004a91;
  }

  .lg\:focus\:tw-bg-orange:focus {
    background-color: #ffc425;
  }

  .lg\:focus\:tw-bg-tagerine:focus {
    background-color: #f37421;
  }

  .lg\:focus\:tw-bg-green:focus {
    background-color: #c1d82f;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

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

  .lg\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  .lg\:tw-border-gray-light {
    border-color: #f5f5f5;
  }

  .lg\:tw-border-blue {
    border-color: #004a91;
  }

  .lg\:tw-border-orange {
    border-color: #ffc425;
  }

  .lg\:tw-border-tagerine {
    border-color: #f37421;
  }

  .lg\:tw-border-green {
    border-color: #c1d82f;
  }

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

  .lg\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .lg\:hover\:tw-border-gray-light:hover {
    border-color: #f5f5f5;
  }

  .lg\:hover\:tw-border-blue:hover {
    border-color: #004a91;
  }

  .lg\:hover\:tw-border-orange:hover {
    border-color: #ffc425;
  }

  .lg\:hover\:tw-border-tagerine:hover {
    border-color: #f37421;
  }

  .lg\:hover\:tw-border-green:hover {
    border-color: #c1d82f;
  }

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

  .lg\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .lg\:focus\:tw-border-gray-light:focus {
    border-color: #f5f5f5;
  }

  .lg\:focus\:tw-border-blue:focus {
    border-color: #004a91;
  }

  .lg\:focus\:tw-border-orange:focus {
    border-color: #ffc425;
  }

  .lg\:focus\:tw-border-tagerine:focus {
    border-color: #f37421;
  }

  .lg\:focus\:tw-border-green:focus {
    border-color: #c1d82f;
  }

  .lg\:tw-rounded-none {
    border-radius: 0;
  }

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

  .lg\:tw-rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-border-solid {
    border-style: solid;
  }

  .lg\:tw-border-dashed {
    border-style: dashed;
  }

  .lg\:tw-border-dotted {
    border-style: dotted;
  }

  .lg\:tw-border-none {
    border-style: none;
  }

  .lg\:tw-border-0 {
    border-width: 0;
  }

  .lg\:tw-border-2 {
    border-width: 2px;
  }

  .lg\:tw-border-4 {
    border-width: 4px;
  }

  .lg\:tw-border-8 {
    border-width: 8px;
  }

  .lg\:tw-border {
    border-width: 1px;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-cursor-auto {
    cursor: auto;
  }

  .lg\:tw-cursor-default {
    cursor: default;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer;
  }

  .lg\:tw-cursor-wait {
    cursor: wait;
  }

  .lg\:tw-cursor-move {
    cursor: move;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-inline {
    display: inline;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-inline-flex {
    display: inline-flex;
  }

  .lg\:tw-table {
    display: table;
  }

  .lg\:tw-table-row {
    display: table-row;
  }

  .lg\:tw-table-cell {
    display: table-cell;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:tw-flex-col {
    flex-direction: column;
  }

  .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:tw-items-start {
    align-items: flex-start;
  }

  .lg\:tw-items-end {
    align-items: flex-end;
  }

  .lg\:tw-items-center {
    align-items: center;
  }

  .lg\:tw-items-baseline {
    align-items: baseline;
  }

  .lg\:tw-items-stretch {
    align-items: stretch;
  }

  .lg\:tw-self-auto {
    align-self: auto;
  }

  .lg\:tw-self-start {
    align-self: flex-start;
  }

  .lg\:tw-self-end {
    align-self: flex-end;
  }

  .lg\:tw-self-center {
    align-self: center;
  }

  .lg\:tw-self-stretch {
    align-self: stretch;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  .lg\:tw-justify-center {
    justify-content: center;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

  .lg\:tw-justify-around {
    justify-content: space-around;
  }

  .lg\:tw-content-center {
    align-content: center;
  }

  .lg\:tw-content-start {
    align-content: flex-start;
  }

  .lg\:tw-content-end {
    align-content: flex-end;
  }

  .lg\:tw-content-between {
    align-content: space-between;
  }

  .lg\:tw-content-around {
    align-content: space-around;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .lg\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .lg\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .lg\:tw-flex-none {
    flex: none;
  }

  .lg\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1;
  }

  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .lg\:tw-float-right {
    float: right;
  }

  .lg\:tw-float-left {
    float: left;
  }

  .lg\:tw-float-none {
    float: none;
  }

  .lg\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:tw-font-sans {
    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";
  }

  .lg\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:tw-font-hairline {
    font-weight: 100;
  }

  .lg\:tw-font-thin {
    font-weight: 200;
  }

  .lg\:tw-font-light {
    font-weight: 300;
  }

  .lg\:tw-font-normal {
    font-weight: 400;
  }

  .lg\:tw-font-medium {
    font-weight: 500;
  }

  .lg\:tw-font-semibold {
    font-weight: 600;
  }

  .lg\:tw-font-bold {
    font-weight: 700;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800;
  }

  .lg\:tw-font-black {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tw-h-0 {
    height: 0;
  }

  .lg\:tw-h-1 {
    height: .25rem;
  }

  .lg\:tw-h-2 {
    height: .5rem;
  }

  .lg\:tw-h-4 {
    height: 1rem;
  }

  .lg\:tw-h-6 {
    height: 1.5rem;
  }

  .lg\:tw-h-8 {
    height: 2rem;
  }

  .lg\:tw-h-12 {
    height: 3rem;
  }

  .lg\:tw-h-16 {
    height: 4rem;
  }

  .lg\:tw-h-auto {
    height: auto;
  }

  .lg\:tw-h-px {
    height: 1px;
  }

  .lg\:tw-h-full {
    height: 100%;
  }

  .lg\:tw-h-screen {
    height: 100vh;
  }

  .lg\:tw-leading-none {
    line-height: 1;
  }

  .lg\:tw-leading-tight {
    line-height: 1.25;
  }

  .lg\:tw-leading-snug {
    line-height: 1.375;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5;
  }

  .lg\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .lg\:tw-leading-loose {
    line-height: 2;
  }

  .lg\:tw-list-inside {
    list-style-position: inside;
  }

  .lg\:tw-list-outside {
    list-style-position: outside;
  }

  .lg\:tw-list-none {
    list-style-type: none;
  }

  .lg\:tw-list-disc {
    list-style-type: disc;
  }

  .lg\:tw-list-decimal {
    list-style-type: decimal;
  }

  .lg\:tw-m-0 {
    margin: 0;
  }

  .lg\:tw-m-1 {
    margin: .25rem;
  }

  .lg\:tw-m-2 {
    margin: .5rem;
  }

  .lg\:tw-m-4 {
    margin: 1rem;
  }

  .lg\:tw-m-6 {
    margin: 1.5rem;
  }

  .lg\:tw-m-8 {
    margin: 2rem;
  }

  .lg\:tw-m-12 {
    margin: 3rem;
  }

  .lg\:tw-m-16 {
    margin: 4rem;
  }

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-m-px {
    margin: 1px;
  }

  .lg\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:tw-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .lg\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .lg\:tw-mt-0 {
    margin-top: 0;
  }

  .lg\:tw-mr-0 {
    margin-right: 0;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw-ml-0 {
    margin-left: 0;
  }

  .lg\:tw-mt-1 {
    margin-top: .25rem;
  }

  .lg\:tw-mr-1 {
    margin-right: .25rem;
  }

  .lg\:tw-mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:tw-ml-1 {
    margin-left: .25rem;
  }

  .lg\:tw-mt-2 {
    margin-top: .5rem;
  }

  .lg\:tw-mr-2 {
    margin-right: .5rem;
  }

  .lg\:tw-mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:tw-ml-2 {
    margin-left: .5rem;
  }

  .lg\:tw-mt-4 {
    margin-top: 1rem;
  }

  .lg\:tw-mr-4 {
    margin-right: 1rem;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:tw-ml-4 {
    margin-left: 1rem;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:tw-mt-8 {
    margin-top: 2rem;
  }

  .lg\:tw-mr-8 {
    margin-right: 2rem;
  }

  .lg\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:tw-ml-8 {
    margin-left: 2rem;
  }

  .lg\:tw-mt-12 {
    margin-top: 3rem;
  }

  .lg\:tw-mr-12 {
    margin-right: 3rem;
  }

  .lg\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:tw-ml-12 {
    margin-left: 3rem;
  }

  .lg\:tw-mt-16 {
    margin-top: 4rem;
  }

  .lg\:tw-mr-16 {
    margin-right: 4rem;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:tw-ml-16 {
    margin-left: 4rem;
  }

  .lg\:tw-mt-auto {
    margin-top: auto;
  }

  .lg\:tw-mr-auto {
    margin-right: auto;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto;
  }

  .lg\:tw-ml-auto {
    margin-left: auto;
  }

  .lg\:tw-mt-px {
    margin-top: 1px;
  }

  .lg\:tw-mr-px {
    margin-right: 1px;
  }

  .lg\:tw-mb-px {
    margin-bottom: 1px;
  }

  .lg\:tw-ml-px {
    margin-left: 1px;
  }

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

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

  .lg\:tw-max-w-xs {
    max-width: 20rem;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem;
  }

  .lg\:tw-max-w-md {
    max-width: 28rem;
  }

  .lg\:tw-max-w-lg {
    max-width: 32rem;
  }

  .lg\:tw-max-w-xl {
    max-width: 36rem;
  }

  .lg\:tw-max-w-2xl {
    max-width: 42rem;
  }

  .lg\:tw-max-w-3xl {
    max-width: 48rem;
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .lg\:tw-max-w-5xl {
    max-width: 64rem;
  }

  .lg\:tw-max-w-6xl {
    max-width: 72rem;
  }

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

  .lg\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .lg\:tw-min-w-0 {
    min-width: 0;
  }

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

  .lg\:tw--m-0 {
    margin: 0;
  }

  .lg\:tw--m-1 {
    margin: -0.25rem;
  }

  .lg\:tw--m-2 {
    margin: -0.5rem;
  }

  .lg\:tw--m-4 {
    margin: -1rem;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem;
  }

  .lg\:tw--m-8 {
    margin: -2rem;
  }

  .lg\:tw--m-12 {
    margin: -3rem;
  }

  .lg\:tw--m-16 {
    margin: -4rem;
  }

  .lg\:tw--m-px {
    margin: -1px;
  }

  .lg\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

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

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

  .lg\:tw--mt-0 {
    margin-top: 0;
  }

  .lg\:tw--mr-0 {
    margin-right: 0;
  }

  .lg\:tw--mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw--ml-0 {
    margin-left: 0;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem;
  }

  .lg\:tw--mt-12 {
    margin-top: -3rem;
  }

  .lg\:tw--mr-12 {
    margin-right: -3rem;
  }

  .lg\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:tw--ml-12 {
    margin-left: -3rem;
  }

  .lg\:tw--mt-16 {
    margin-top: -4rem;
  }

  .lg\:tw--mr-16 {
    margin-right: -4rem;
  }

  .lg\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:tw--ml-16 {
    margin-left: -4rem;
  }

  .lg\:tw--mt-px {
    margin-top: -1px;
  }

  .lg\:tw--mr-px {
    margin-right: -1px;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px;
  }

  .lg\:tw--ml-px {
    margin-left: -1px;
  }

  .lg\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:tw-overflow-auto {
    overflow: auto;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden;
  }

  .lg\:tw-overflow-visible {
    overflow: visible;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:tw-p-0 {
    padding: 0;
  }

  .lg\:tw-p-1 {
    padding: .25rem;
  }

  .lg\:tw-p-2 {
    padding: .5rem;
  }

  .lg\:tw-p-4 {
    padding: 1rem;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-p-8 {
    padding: 2rem;
  }

  .lg\:tw-p-12 {
    padding: 3rem;
  }

  .lg\:tw-p-16 {
    padding: 4rem;
  }

  .lg\:tw-p-px {
    padding: 1px;
  }

  .lg\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:tw-pt-0 {
    padding-top: 0;
  }

  .lg\:tw-pr-0 {
    padding-right: 0;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0;
  }

  .lg\:tw-pl-0 {
    padding-left: 0;
  }

  .lg\:tw-pt-1 {
    padding-top: .25rem;
  }

  .lg\:tw-pr-1 {
    padding-right: .25rem;
  }

  .lg\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:tw-pl-1 {
    padding-left: .25rem;
  }

  .lg\:tw-pt-2 {
    padding-top: .5rem;
  }

  .lg\:tw-pr-2 {
    padding-right: .5rem;
  }

  .lg\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .lg\:tw-pl-2 {
    padding-left: .5rem;
  }

  .lg\:tw-pt-4 {
    padding-top: 1rem;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem;
  }

  .lg\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem;
  }

  .lg\:tw-pr-8 {
    padding-right: 2rem;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:tw-pl-8 {
    padding-left: 2rem;
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem;
  }

  .lg\:tw-pr-12 {
    padding-right: 3rem;
  }

  .lg\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:tw-pl-12 {
    padding-left: 3rem;
  }

  .lg\:tw-pt-16 {
    padding-top: 4rem;
  }

  .lg\:tw-pr-16 {
    padding-right: 4rem;
  }

  .lg\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:tw-pl-16 {
    padding-left: 4rem;
  }

  .lg\:tw-pt-px {
    padding-top: 1px;
  }

  .lg\:tw-pr-px {
    padding-right: 1px;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px;
  }

  .lg\:tw-pl-px {
    padding-left: 1px;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:tw-static {
    position: static;
  }

  .lg\:tw-fixed {
    position: fixed;
  }

  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-relative {
    position: relative;
  }

  .lg\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

  .lg\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:tw-top-0 {
    top: 0;
  }

  .lg\:tw-right-0 {
    right: 0;
  }

  .lg\:tw-bottom-0 {
    bottom: 0;
  }

  .lg\:tw-left-0 {
    left: 0;
  }

  .lg\:tw-top-auto {
    top: auto;
  }

  .lg\:tw-right-auto {
    right: auto;
  }

  .lg\:tw-bottom-auto {
    bottom: auto;
  }

  .lg\:tw-left-auto {
    left: auto;
  }

  .lg\:tw-resize-none {
    resize: none;
  }

  .lg\:tw-resize-y {
    resize: vertical;
  }

  .lg\:tw-resize-x {
    resize: horizontal;
  }

  .lg\:tw-resize {
    resize: both;
  }

  .lg\:tw-table-auto {
    table-layout: auto;
  }

  .lg\:tw-table-fixed {
    table-layout: fixed;
  }

  .lg\:tw-text-left {
    text-align: left;
  }

  .lg\:tw-text-center {
    text-align: center;
  }

  .lg\:tw-text-right {
    text-align: right;
  }

  .lg\:tw-text-justify {
    text-align: justify;
  }

  .lg\:tw-text-white {
    color: #fff;
  }

  .lg\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  .lg\:tw-text-gray-light {
    color: #f5f5f5;
  }

  .lg\:tw-text-blue {
    color: #004a91;
  }

  .lg\:tw-text-orange {
    color: #ffc425;
  }

  .lg\:tw-text-tagerine {
    color: #f37421;
  }

  .lg\:tw-text-green {
    color: #c1d82f;
  }

  .lg\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .lg\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  .lg\:hover\:tw-text-gray-light:hover {
    color: #f5f5f5;
  }

  .lg\:hover\:tw-text-blue:hover {
    color: #004a91;
  }

  .lg\:hover\:tw-text-orange:hover {
    color: #ffc425;
  }

  .lg\:hover\:tw-text-tagerine:hover {
    color: #f37421;
  }

  .lg\:hover\:tw-text-green:hover {
    color: #c1d82f;
  }

  .lg\:focus\:tw-text-white:focus {
    color: #fff;
  }

  .lg\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  .lg\:focus\:tw-text-gray-light:focus {
    color: #f5f5f5;
  }

  .lg\:focus\:tw-text-blue:focus {
    color: #004a91;
  }

  .lg\:focus\:tw-text-orange:focus {
    color: #ffc425;
  }

  .lg\:focus\:tw-text-tagerine:focus {
    color: #f37421;
  }

  .lg\:focus\:tw-text-green:focus {
    color: #c1d82f;
  }

  .lg\:tw-text-xs {
    font-size: .75rem;
  }

  .lg\:tw-text-sm {
    font-size: .875rem;
  }

  .lg\:tw-text-base {
    font-size: 1rem;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem;
  }

  .lg\:tw-text-6xl {
    font-size: 4rem;
  }

  .lg\:tw-italic {
    font-style: italic;
  }

  .lg\:tw-not-italic {
    font-style: normal;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize;
  }

  .lg\:tw-normal-case {
    text-transform: none;
  }

  .lg\:tw-underline {
    text-decoration: underline;
  }

  .lg\:tw-line-through {
    text-decoration: line-through;
  }

  .lg\:tw-no-underline {
    text-decoration: none;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

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

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

  .lg\:tw-tracking-tighter {
    letter-spacing: -.05em;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -.025em;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: .025em;
  }

  .lg\:tw-tracking-wider {
    letter-spacing: .05em;
  }

  .lg\:tw-tracking-widest {
    letter-spacing: .1em;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:tw-align-baseline {
    vertical-align: baseline;
  }

  .lg\:tw-align-top {
    vertical-align: top;
  }

  .lg\:tw-align-middle {
    vertical-align: middle;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:tw-visible {
    visibility: visible;
  }

  .lg\:tw-invisible {
    visibility: hidden;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal;
  }

  .lg\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:tw-break-words {
    overflow-wrap: break-word;
  }

  .lg\:tw-break-all {
    word-break: break-all;
  }

  .lg\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:tw-w-0 {
    width: 0;
  }

  .lg\:tw-w-1 {
    width: .25rem;
  }

  .lg\:tw-w-2 {
    width: .5rem;
  }

  .lg\:tw-w-4 {
    width: 1rem;
  }

  .lg\:tw-w-6 {
    width: 1.5rem;
  }

  .lg\:tw-w-8 {
    width: 2rem;
  }

  .lg\:tw-w-12 {
    width: 3rem;
  }

  .lg\:tw-w-16 {
    width: 4rem;
  }

  .lg\:tw-w-auto {
    width: auto;
  }

  .lg\:tw-w-px {
    width: 1px;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .lg\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-1\/5 {
    width: 20%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-3\/5 {
    width: 60%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .lg\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-screen {
    width: 100vw;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .xl\:tw-bg-local {
    background-attachment: local;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll;
  }

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

  .xl\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xl\:tw-bg-gray-light {
    background-color: #f5f5f5;
  }

  .xl\:tw-bg-blue {
    background-color: #004a91;
  }

  .xl\:tw-bg-orange {
    background-color: #ffc425;
  }

  .xl\:tw-bg-tagerine {
    background-color: #f37421;
  }

  .xl\:tw-bg-green {
    background-color: #c1d82f;
  }

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

  .xl\:hover\:tw-bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xl\:hover\:tw-bg-gray-light:hover {
    background-color: #f5f5f5;
  }

  .xl\:hover\:tw-bg-blue:hover {
    background-color: #004a91;
  }

  .xl\:hover\:tw-bg-orange:hover {
    background-color: #ffc425;
  }

  .xl\:hover\:tw-bg-tagerine:hover {
    background-color: #f37421;
  }

  .xl\:hover\:tw-bg-green:hover {
    background-color: #c1d82f;
  }

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

  .xl\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xl\:focus\:tw-bg-gray-light:focus {
    background-color: #f5f5f5;
  }

  .xl\:focus\:tw-bg-blue:focus {
    background-color: #004a91;
  }

  .xl\:focus\:tw-bg-orange:focus {
    background-color: #ffc425;
  }

  .xl\:focus\:tw-bg-tagerine:focus {
    background-color: #f37421;
  }

  .xl\:focus\:tw-bg-green:focus {
    background-color: #c1d82f;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

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

  .xl\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  .xl\:tw-border-gray-light {
    border-color: #f5f5f5;
  }

  .xl\:tw-border-blue {
    border-color: #004a91;
  }

  .xl\:tw-border-orange {
    border-color: #ffc425;
  }

  .xl\:tw-border-tagerine {
    border-color: #f37421;
  }

  .xl\:tw-border-green {
    border-color: #c1d82f;
  }

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

  .xl\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xl\:hover\:tw-border-gray-light:hover {
    border-color: #f5f5f5;
  }

  .xl\:hover\:tw-border-blue:hover {
    border-color: #004a91;
  }

  .xl\:hover\:tw-border-orange:hover {
    border-color: #ffc425;
  }

  .xl\:hover\:tw-border-tagerine:hover {
    border-color: #f37421;
  }

  .xl\:hover\:tw-border-green:hover {
    border-color: #c1d82f;
  }

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

  .xl\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xl\:focus\:tw-border-gray-light:focus {
    border-color: #f5f5f5;
  }

  .xl\:focus\:tw-border-blue:focus {
    border-color: #004a91;
  }

  .xl\:focus\:tw-border-orange:focus {
    border-color: #ffc425;
  }

  .xl\:focus\:tw-border-tagerine:focus {
    border-color: #f37421;
  }

  .xl\:focus\:tw-border-green:focus {
    border-color: #c1d82f;
  }

  .xl\:tw-rounded-none {
    border-radius: 0;
  }

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

  .xl\:tw-rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tw-border-solid {
    border-style: solid;
  }

  .xl\:tw-border-dashed {
    border-style: dashed;
  }

  .xl\:tw-border-dotted {
    border-style: dotted;
  }

  .xl\:tw-border-none {
    border-style: none;
  }

  .xl\:tw-border-0 {
    border-width: 0;
  }

  .xl\:tw-border-2 {
    border-width: 2px;
  }

  .xl\:tw-border-4 {
    border-width: 4px;
  }

  .xl\:tw-border-8 {
    border-width: 8px;
  }

  .xl\:tw-border {
    border-width: 1px;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tw-cursor-auto {
    cursor: auto;
  }

  .xl\:tw-cursor-default {
    cursor: default;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer;
  }

  .xl\:tw-cursor-wait {
    cursor: wait;
  }

  .xl\:tw-cursor-move {
    cursor: move;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:tw-block {
    display: block;
  }

  .xl\:tw-inline-block {
    display: inline-block;
  }

  .xl\:tw-inline {
    display: inline;
  }

  .xl\:tw-flex {
    display: flex;
  }

  .xl\:tw-inline-flex {
    display: inline-flex;
  }

  .xl\:tw-table {
    display: table;
  }

  .xl\:tw-table-row {
    display: table-row;
  }

  .xl\:tw-table-cell {
    display: table-cell;
  }

  .xl\:tw-hidden {
    display: none;
  }

  .xl\:tw-flex-row {
    flex-direction: row;
  }

  .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:tw-flex-col {
    flex-direction: column;
  }

  .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:tw-items-start {
    align-items: flex-start;
  }

  .xl\:tw-items-end {
    align-items: flex-end;
  }

  .xl\:tw-items-center {
    align-items: center;
  }

  .xl\:tw-items-baseline {
    align-items: baseline;
  }

  .xl\:tw-items-stretch {
    align-items: stretch;
  }

  .xl\:tw-self-auto {
    align-self: auto;
  }

  .xl\:tw-self-start {
    align-self: flex-start;
  }

  .xl\:tw-self-end {
    align-self: flex-end;
  }

  .xl\:tw-self-center {
    align-self: center;
  }

  .xl\:tw-self-stretch {
    align-self: stretch;
  }

  .xl\:tw-justify-start {
    justify-content: flex-start;
  }

  .xl\:tw-justify-end {
    justify-content: flex-end;
  }

  .xl\:tw-justify-center {
    justify-content: center;
  }

  .xl\:tw-justify-between {
    justify-content: space-between;
  }

  .xl\:tw-justify-around {
    justify-content: space-around;
  }

  .xl\:tw-content-center {
    align-content: center;
  }

  .xl\:tw-content-start {
    align-content: flex-start;
  }

  .xl\:tw-content-end {
    align-content: flex-end;
  }

  .xl\:tw-content-between {
    align-content: space-between;
  }

  .xl\:tw-content-around {
    align-content: space-around;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .xl\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .xl\:tw-flex-none {
    flex: none;
  }

  .xl\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:tw-flex-grow {
    flex-grow: 1;
  }

  .xl\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .xl\:tw-float-right {
    float: right;
  }

  .xl\:tw-float-left {
    float: left;
  }

  .xl\:tw-float-none {
    float: none;
  }

  .xl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:tw-font-sans {
    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";
  }

  .xl\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:tw-font-hairline {
    font-weight: 100;
  }

  .xl\:tw-font-thin {
    font-weight: 200;
  }

  .xl\:tw-font-light {
    font-weight: 300;
  }

  .xl\:tw-font-normal {
    font-weight: 400;
  }

  .xl\:tw-font-medium {
    font-weight: 500;
  }

  .xl\:tw-font-semibold {
    font-weight: 600;
  }

  .xl\:tw-font-bold {
    font-weight: 700;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800;
  }

  .xl\:tw-font-black {
    font-weight: 900;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tw-h-0 {
    height: 0;
  }

  .xl\:tw-h-1 {
    height: .25rem;
  }

  .xl\:tw-h-2 {
    height: .5rem;
  }

  .xl\:tw-h-4 {
    height: 1rem;
  }

  .xl\:tw-h-6 {
    height: 1.5rem;
  }

  .xl\:tw-h-8 {
    height: 2rem;
  }

  .xl\:tw-h-12 {
    height: 3rem;
  }

  .xl\:tw-h-16 {
    height: 4rem;
  }

  .xl\:tw-h-auto {
    height: auto;
  }

  .xl\:tw-h-px {
    height: 1px;
  }

  .xl\:tw-h-full {
    height: 100%;
  }

  .xl\:tw-h-screen {
    height: 100vh;
  }

  .xl\:tw-leading-none {
    line-height: 1;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25;
  }

  .xl\:tw-leading-snug {
    line-height: 1.375;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5;
  }

  .xl\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .xl\:tw-leading-loose {
    line-height: 2;
  }

  .xl\:tw-list-inside {
    list-style-position: inside;
  }

  .xl\:tw-list-outside {
    list-style-position: outside;
  }

  .xl\:tw-list-none {
    list-style-type: none;
  }

  .xl\:tw-list-disc {
    list-style-type: disc;
  }

  .xl\:tw-list-decimal {
    list-style-type: decimal;
  }

  .xl\:tw-m-0 {
    margin: 0;
  }

  .xl\:tw-m-1 {
    margin: .25rem;
  }

  .xl\:tw-m-2 {
    margin: .5rem;
  }

  .xl\:tw-m-4 {
    margin: 1rem;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem;
  }

  .xl\:tw-m-8 {
    margin: 2rem;
  }

  .xl\:tw-m-12 {
    margin: 3rem;
  }

  .xl\:tw-m-16 {
    margin: 4rem;
  }

  .xl\:tw-m-auto {
    margin: auto;
  }

  .xl\:tw-m-px {
    margin: 1px;
  }

  .xl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:tw-mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:tw-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .xl\:tw-mt-0 {
    margin-top: 0;
  }

  .xl\:tw-mr-0 {
    margin-right: 0;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw-ml-0 {
    margin-left: 0;
  }

  .xl\:tw-mt-1 {
    margin-top: .25rem;
  }

  .xl\:tw-mr-1 {
    margin-right: .25rem;
  }

  .xl\:tw-mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:tw-ml-1 {
    margin-left: .25rem;
  }

  .xl\:tw-mt-2 {
    margin-top: .5rem;
  }

  .xl\:tw-mr-2 {
    margin-right: .5rem;
  }

  .xl\:tw-mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:tw-ml-2 {
    margin-left: .5rem;
  }

  .xl\:tw-mt-4 {
    margin-top: 1rem;
  }

  .xl\:tw-mr-4 {
    margin-right: 1rem;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:tw-ml-4 {
    margin-left: 1rem;
  }

  .xl\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:tw-mt-8 {
    margin-top: 2rem;
  }

  .xl\:tw-mr-8 {
    margin-right: 2rem;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:tw-ml-8 {
    margin-left: 2rem;
  }

  .xl\:tw-mt-12 {
    margin-top: 3rem;
  }

  .xl\:tw-mr-12 {
    margin-right: 3rem;
  }

  .xl\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:tw-ml-12 {
    margin-left: 3rem;
  }

  .xl\:tw-mt-16 {
    margin-top: 4rem;
  }

  .xl\:tw-mr-16 {
    margin-right: 4rem;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:tw-ml-16 {
    margin-left: 4rem;
  }

  .xl\:tw-mt-auto {
    margin-top: auto;
  }

  .xl\:tw-mr-auto {
    margin-right: auto;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto;
  }

  .xl\:tw-ml-auto {
    margin-left: auto;
  }

  .xl\:tw-mt-px {
    margin-top: 1px;
  }

  .xl\:tw-mr-px {
    margin-right: 1px;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px;
  }

  .xl\:tw-ml-px {
    margin-left: 1px;
  }

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

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

  .xl\:tw-max-w-xs {
    max-width: 20rem;
  }

  .xl\:tw-max-w-sm {
    max-width: 24rem;
  }

  .xl\:tw-max-w-md {
    max-width: 28rem;
  }

  .xl\:tw-max-w-lg {
    max-width: 32rem;
  }

  .xl\:tw-max-w-xl {
    max-width: 36rem;
  }

  .xl\:tw-max-w-2xl {
    max-width: 42rem;
  }

  .xl\:tw-max-w-3xl {
    max-width: 48rem;
  }

  .xl\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .xl\:tw-max-w-5xl {
    max-width: 64rem;
  }

  .xl\:tw-max-w-6xl {
    max-width: 72rem;
  }

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

  .xl\:tw-min-h-0 {
    min-height: 0;
  }

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

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

  .xl\:tw-min-w-0 {
    min-width: 0;
  }

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

  .xl\:tw--m-0 {
    margin: 0;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem;
  }

  .xl\:tw--m-4 {
    margin: -1rem;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem;
  }

  .xl\:tw--m-8 {
    margin: -2rem;
  }

  .xl\:tw--m-12 {
    margin: -3rem;
  }

  .xl\:tw--m-16 {
    margin: -4rem;
  }

  .xl\:tw--m-px {
    margin: -1px;
  }

  .xl\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

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

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

  .xl\:tw--mt-0 {
    margin-top: 0;
  }

  .xl\:tw--mr-0 {
    margin-right: 0;
  }

  .xl\:tw--mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw--ml-0 {
    margin-left: 0;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem;
  }

  .xl\:tw--mt-12 {
    margin-top: -3rem;
  }

  .xl\:tw--mr-12 {
    margin-right: -3rem;
  }

  .xl\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:tw--ml-12 {
    margin-left: -3rem;
  }

  .xl\:tw--mt-16 {
    margin-top: -4rem;
  }

  .xl\:tw--mr-16 {
    margin-right: -4rem;
  }

  .xl\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:tw--ml-16 {
    margin-left: -4rem;
  }

  .xl\:tw--mt-px {
    margin-top: -1px;
  }

  .xl\:tw--mr-px {
    margin-right: -1px;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px;
  }

  .xl\:tw--ml-px {
    margin-left: -1px;
  }

  .xl\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:tw-overflow-auto {
    overflow: auto;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden;
  }

  .xl\:tw-overflow-visible {
    overflow: visible;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:tw-p-0 {
    padding: 0;
  }

  .xl\:tw-p-1 {
    padding: .25rem;
  }

  .xl\:tw-p-2 {
    padding: .5rem;
  }

  .xl\:tw-p-4 {
    padding: 1rem;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem;
  }

  .xl\:tw-p-8 {
    padding: 2rem;
  }

  .xl\:tw-p-12 {
    padding: 3rem;
  }

  .xl\:tw-p-16 {
    padding: 4rem;
  }

  .xl\:tw-p-px {
    padding: 1px;
  }

  .xl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:tw-pt-0 {
    padding-top: 0;
  }

  .xl\:tw-pr-0 {
    padding-right: 0;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0;
  }

  .xl\:tw-pl-0 {
    padding-left: 0;
  }

  .xl\:tw-pt-1 {
    padding-top: .25rem;
  }

  .xl\:tw-pr-1 {
    padding-right: .25rem;
  }

  .xl\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:tw-pl-1 {
    padding-left: .25rem;
  }

  .xl\:tw-pt-2 {
    padding-top: .5rem;
  }

  .xl\:tw-pr-2 {
    padding-right: .5rem;
  }

  .xl\:tw-pb-2 {
    padding-bottom: .5rem;
  }

  .xl\:tw-pl-2 {
    padding-left: .5rem;
  }

  .xl\:tw-pt-4 {
    padding-top: 1rem;
  }

  .xl\:tw-pr-4 {
    padding-right: 1rem;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:tw-pl-4 {
    padding-left: 1rem;
  }

  .xl\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:tw-pt-8 {
    padding-top: 2rem;
  }

  .xl\:tw-pr-8 {
    padding-right: 2rem;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:tw-pl-8 {
    padding-left: 2rem;
  }

  .xl\:tw-pt-12 {
    padding-top: 3rem;
  }

  .xl\:tw-pr-12 {
    padding-right: 3rem;
  }

  .xl\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:tw-pl-12 {
    padding-left: 3rem;
  }

  .xl\:tw-pt-16 {
    padding-top: 4rem;
  }

  .xl\:tw-pr-16 {
    padding-right: 4rem;
  }

  .xl\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:tw-pl-16 {
    padding-left: 4rem;
  }

  .xl\:tw-pt-px {
    padding-top: 1px;
  }

  .xl\:tw-pr-px {
    padding-right: 1px;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px;
  }

  .xl\:tw-pl-px {
    padding-left: 1px;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:tw-static {
    position: static;
  }

  .xl\:tw-fixed {
    position: fixed;
  }

  .xl\:tw-absolute {
    position: absolute;
  }

  .xl\:tw-relative {
    position: relative;
  }

  .xl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

  .xl\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:tw-top-0 {
    top: 0;
  }

  .xl\:tw-right-0 {
    right: 0;
  }

  .xl\:tw-bottom-0 {
    bottom: 0;
  }

  .xl\:tw-left-0 {
    left: 0;
  }

  .xl\:tw-top-auto {
    top: auto;
  }

  .xl\:tw-right-auto {
    right: auto;
  }

  .xl\:tw-bottom-auto {
    bottom: auto;
  }

  .xl\:tw-left-auto {
    left: auto;
  }

  .xl\:tw-resize-none {
    resize: none;
  }

  .xl\:tw-resize-y {
    resize: vertical;
  }

  .xl\:tw-resize-x {
    resize: horizontal;
  }

  .xl\:tw-resize {
    resize: both;
  }

  .xl\:tw-table-auto {
    table-layout: auto;
  }

  .xl\:tw-table-fixed {
    table-layout: fixed;
  }

  .xl\:tw-text-left {
    text-align: left;
  }

  .xl\:tw-text-center {
    text-align: center;
  }

  .xl\:tw-text-right {
    text-align: right;
  }

  .xl\:tw-text-justify {
    text-align: justify;
  }

  .xl\:tw-text-white {
    color: #fff;
  }

  .xl\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  .xl\:tw-text-gray-light {
    color: #f5f5f5;
  }

  .xl\:tw-text-blue {
    color: #004a91;
  }

  .xl\:tw-text-orange {
    color: #ffc425;
  }

  .xl\:tw-text-tagerine {
    color: #f37421;
  }

  .xl\:tw-text-green {
    color: #c1d82f;
  }

  .xl\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .xl\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  .xl\:hover\:tw-text-gray-light:hover {
    color: #f5f5f5;
  }

  .xl\:hover\:tw-text-blue:hover {
    color: #004a91;
  }

  .xl\:hover\:tw-text-orange:hover {
    color: #ffc425;
  }

  .xl\:hover\:tw-text-tagerine:hover {
    color: #f37421;
  }

  .xl\:hover\:tw-text-green:hover {
    color: #c1d82f;
  }

  .xl\:focus\:tw-text-white:focus {
    color: #fff;
  }

  .xl\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  .xl\:focus\:tw-text-gray-light:focus {
    color: #f5f5f5;
  }

  .xl\:focus\:tw-text-blue:focus {
    color: #004a91;
  }

  .xl\:focus\:tw-text-orange:focus {
    color: #ffc425;
  }

  .xl\:focus\:tw-text-tagerine:focus {
    color: #f37421;
  }

  .xl\:focus\:tw-text-green:focus {
    color: #c1d82f;
  }

  .xl\:tw-text-xs {
    font-size: .75rem;
  }

  .xl\:tw-text-sm {
    font-size: .875rem;
  }

  .xl\:tw-text-base {
    font-size: 1rem;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem;
  }

  .xl\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .xl\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .xl\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem;
  }

  .xl\:tw-text-6xl {
    font-size: 4rem;
  }

  .xl\:tw-italic {
    font-style: italic;
  }

  .xl\:tw-not-italic {
    font-style: normal;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize;
  }

  .xl\:tw-normal-case {
    text-transform: none;
  }

  .xl\:tw-underline {
    text-decoration: underline;
  }

  .xl\:tw-line-through {
    text-decoration: line-through;
  }

  .xl\:tw-no-underline {
    text-decoration: none;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

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

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

  .xl\:tw-tracking-tighter {
    letter-spacing: -.05em;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -.025em;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: .025em;
  }

  .xl\:tw-tracking-wider {
    letter-spacing: .05em;
  }

  .xl\:tw-tracking-widest {
    letter-spacing: .1em;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:tw-align-baseline {
    vertical-align: baseline;
  }

  .xl\:tw-align-top {
    vertical-align: top;
  }

  .xl\:tw-align-middle {
    vertical-align: middle;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:tw-visible {
    visibility: visible;
  }

  .xl\:tw-invisible {
    visibility: hidden;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal;
  }

  .xl\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:tw-break-words {
    overflow-wrap: break-word;
  }

  .xl\:tw-break-all {
    word-break: break-all;
  }

  .xl\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:tw-w-0 {
    width: 0;
  }

  .xl\:tw-w-1 {
    width: .25rem;
  }

  .xl\:tw-w-2 {
    width: .5rem;
  }

  .xl\:tw-w-4 {
    width: 1rem;
  }

  .xl\:tw-w-6 {
    width: 1.5rem;
  }

  .xl\:tw-w-8 {
    width: 2rem;
  }

  .xl\:tw-w-12 {
    width: 3rem;
  }

  .xl\:tw-w-16 {
    width: 4rem;
  }

  .xl\:tw-w-auto {
    width: auto;
  }

  .xl\:tw-w-px {
    width: 1px;
  }

  .xl\:tw-w-1\/2 {
    width: 50%;
  }

  .xl\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .xl\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .xl\:tw-w-1\/4 {
    width: 25%;
  }

  .xl\:tw-w-3\/4 {
    width: 75%;
  }

  .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .xl\:tw-w-2\/5 {
    width: 40%;
  }

  .xl\:tw-w-3\/5 {
    width: 60%;
  }

  .xl\:tw-w-4\/5 {
    width: 80%;
  }

  .xl\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .xl\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .xl\:tw-w-full {
    width: 100%;
  }

  .xl\:tw-w-screen {
    width: 100vw;
  }
}
